paper-with-me

Papers

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 communication and memory costs in heterogeneous, resource-constrained environments. We introduce FedSLoP, a federated optimization algorithm that combines stochastic low-rank subspace projections of gradients, thereby reducing the dimension of communicated and stored updates while preserving optimization progress. On the theoretical side, we develop a detailed nonconvex convergence analysis under standard smoothness and bounded-variance assumptions, showing that FedSLoP is guaranteed to converge to a first-order stationary point at a rate of $O(1/\sqrt{NT})$. On the empirical side, we conduct extensive experiments on federated MNIST classification with heterogeneous data partitions, showing that FedSLoP substantially reduces communication volume and client-side memory while achieving competitive or better accuracy compared with FedAvg and representative sparse or low-rank baselines. Together, our results demonstrate that random subspace momentum methods such as FedSLoP provide a principled and effective approach to communication- and memory-efficient federated learning. Codes are available at: https://github.com/pkumelon/FedSLoP.git.

📄 PDF Abstract BibTeX arXiv:2604.24012

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

DOLFIN: Balancing Stability and Plasticity in Federated Continual Learning

2025-10-15 · Omayma Moussadek, Riccardo Salami, Simone Calderara arxiv

Federated continual learning (FCL) enables models to learn new tasks across multiple distributed clients, protecting privacy and without forgetting previously acquired knowledge. However, current methods face challenges …

Incremental LearningContinual Learning

Memory-Efficient LLM Training by Various-Grained Low-Rank Projection of Gradients

2025-05-03 · Yezhen Wang, Zhouhao Yang, Brian K Chen, Fanyi Pu 외

Building upon the success of low-rank adapter (LoRA), low-rank gradient projection (LoRP) has emerged as a promising solution for memory-efficient fine-tuning. However, existing LoRP methods typically treat each row of t…

GSM8KMMLU

COAP: Memory-Efficient Training with Correlation-Aware Gradient Projection

2024-11-26 · CVPR 2025 1 · Jinqi Xiao, Shen Sang, Tiancheng Zhi, Jing Liu 외

Training large-scale neural networks in vision, and multimodal domains demands substantial memory resources, primarily due to the storage of optimizer states. While LoRA, a popular parameter-efficient method, reduces mem…

Quantization

Optimal low-rank stochastic gradient estimation for LLM training

2026-03-21 · Zehao Li, Tao Ren, Zishi Zhang, Xi Chen 외 arxiv

Large language model (LLM) training is often bottlenecked by memory constraints and stochastic gradient noise in extremely high-dimensional parameter spaces. Motivated by empirical evidence that many LLM gradient matrice…

Gradient Weight-normalized Low-rank Projection for Efficient LLM Training

2024-12-27 · Jia-Hong Huang, Yixian Shen, Hongyi Zhu, Stevan Rudinac 외

Large Language Models (LLMs) have shown remarkable performance across various tasks, but the escalating demands on computational resources pose significant challenges, particularly in the extensive utilization of full fi…

parameter-efficient fine-tuning