aabbas02/LowRankMatrixCompletion
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository contains code to reproduce experiments in three low rank matrix completion papers: [1] Efficient Federated Low Rank Matrix Completion. Paper URL: https://ieeexplore.ieee.org/abstract/document/10975055/ [2] Byzantine-Resilient Federated Alternating Gradient Descent and Minimization for Partly-Decoupled Low Rank Matrix Learning. Paper URL: https://icml.cc/virtual/2025/poster/44370 The code for a subset (real data experiments only) is included here. [3] Locally Permuted Low Rank Column-wise Sensing. Paper URL: https://arxiv.org/pdf/2509.09820 Paper URL: https://ieeexplore.ieee.org/abstract/document/11300958/ To reproduce the results in [1], - Use the default branch "trsnsctns". - For a distributed python implementation using AWS EC-2 instances, please contact the author Ahmed Ali Abbasi at email: ahmedabbasi000@gmail.com To reproduce the results in [2], switch to the branch "robustMtrxCompltn" To reproduce the results in [3], switch to the branch "withPermutation" To be done: merge the different branches and include instructions on how to run the code.