paper-with-me

홈 › Papers

An Efficient Subspace Algorithm for Federated Learning on Heterogeneous Data

2025-09-05 · Jiaojiao Zhang, Yuqi Xu, Kun Yuan arxiv

This work addresses the key challenges of applying federated learning to large-scale deep neural networks, particularly the issue of client drift due to data heterogeneity across clients and the high costs of communication, computation, and memory. We propose FedSub, an efficient subspace algorithm for federated learning on heterogeneous data. Specifically, FedSub utilizes subspace projection to guarantee local updates of each client within low-dimensional subspaces, thereby reducing communication, computation, and memory costs. Additionally, it incorporates low-dimensional dual variables to mitigate client drift. We provide convergence analysis that reveals the impact of key factors such as step size and subspace projection matrices on convergence. Experimental results demonstrate its efficiency.

📄 PDF Abstract BibTeX arXiv:2509.05213

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Federated Sufficient Dimension Reduction Through High-Dimensional Sparse Sliced Inverse Regression

2023-01-23 · Wenquan Cui, Yue Zhao, Jianjun Xu, Haoyang Cheng

Federated learning has become a popular tool in the big data era nowadays. It trains a centralized model based on data from different clients while keeping data decentralized. In this paper, we propose a federated sparse…

Dimensionality ReductionFederated LearningregressionVariable Selection+1

Dysco: Dynamic Subspace Boosting to Mitigate LoRA Interference in Federated Learning

2026-07-15 · Haobo Zhang, Jiankun Wang, Suraj Rajendran, Weishen Pan 외 arxiv

Federated fine-tuning of large pre-trained models increasingly relies on Low-Rank Adaptation (LoRA) to reduce communication and computation, but heterogeneous clients can make adapter aggregation unstable. We identify th…

Federated Learning

Subspace Optimization for Efficient Federated Learning under Heterogeneous Data

2026-04-28 · Shuchen Zhu, Zhengyang Huang, Yuqi Xu, Peijin Li arxiv

Federated learning increasingly operates in a large-model regime where communication, memory, and computation are all scarce. Typically, non-IID client data induce drift that degrades the stability and performance of loc…

Federated Learning

FedSLoP: Memory-Efficient Federated Learning with Low-Rank Gradient Projection

2026-04-27 · Yutong He, Zhengyang Huang, Jiahe Geng, Kun Yuan arxiv

Federated learning enables a population of clients to collaboratively train machine learning models without exchanging their raw data, but standard algorithms such as FedAvg suffer from slow convergence and high communic…

Federated Learning

Personalised Federated Learning On Heterogeneous Feature Spaces

2023-01-26 · Alain Rakotomamonjy, Maxime Vono, Hamlet Jesse Medina Ruiz, Liva Ralaivola

Most personalised federated learning (FL) approaches assume that raw data of all clients are defined in a common subspace i.e. all clients store their data according to the same schema. For real-world applications, this …

Federated Learning