paper-with-me

홈 › Papers

Riemannian Low-Rank Model Compression for Federated Learning with Over-the-Air Aggregation

2023-06-04 · Ye Xue, Vincent Lau

Low-rank model compression is a widely used technique for reducing the computational load when training machine learning models. However, existing methods often rely on relaxing the low-rank constraint of the model weights using a regularized nuclear norm penalty, which requires an appropriate hyperparameter that can be difficult to determine in practice. Furthermore, existing compression techniques are not directly applicable to efficient over-the-air (OTA) aggregation in federated learning (FL) systems for distributed Internet-of-Things (IoT) scenarios. In this paper, we propose a novel manifold optimization formulation for low-rank model compression in FL that does not relax the low-rank constraint. Our optimization is conducted directly over the low-rank manifold, guaranteeing that the model is exactly low-rank. We also introduce a consensus penalty in the optimization formulation to support OTA aggregation. Based on our optimization formulation, we propose an alternating Riemannian optimization algorithm with a precoder that enables efficient OTA aggregation of low-rank local models without sacrificing training performance. Additionally, we provide convergence analysis in terms of key system parameters and conduct extensive experiments with real-world datasets to demonstrate the effectiveness of our proposed Riemannian low-rank model compression scheme compared to various state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2306.02433

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningModel CompressionRiemannian optimization

Similar Papers 제목 키워드 기반

FraQ: Efficient Coordinate-Space Recompression for Federated Low-Rank Adaptation

2026-08-04 · Shenghui Li, Thiemo Voigt arxiv

Federated fine-tuning with Low-Rank Adaptation (LoRA) enables efficient collaborative adaptation of Large Language Models (LLMs) without centralizing private data. However, LoRA's two-factor parameterization creates an a…

Text Classification

FLoCoRA: Federated learning compression with low-rank adaptation

2024-06-20 · Lucas Grativol Ribeiro, Mathieu Leonardon, Guillaume Muller, Virginie Fresse 외

Low-Rank Adaptation (LoRA) methods have gained popularity in efficient parameter fine-tuning of models containing hundreds of billions of parameters. In this work, instead, we demonstrate the application of LoRA methods …

Federated LearningModel CompressionQuantization

Compression with Exact Error Distribution for Federated Learning

2023-10-31 · Mahmoud Hegazy, Rémi Leluc, Cheuk Ting Li, Aymeric Dieuleveut

Compression schemes have been extensively used in Federated Learning (FL) to reduce the communication cost of distributed learning. While most approaches rely on a bounded variance assumption of the noise produced by the…

Federated Learning

Beyond Factor Aggregation: Gauge-Aware Low-Rank Server Representations for Federated LoRA

2026-05-07 · Jinqian Chen, Chang Liu, Jihua Zhu arxiv

Federated LoRA enables parameter-efficient adaptation of large language models under decentralized data and limited client resources.However, directly averaging LoRA factors is representation-dependent: the same intrinsi…

Federated Aggregation of Mallows Rankings: A Comparative Analysis of Borda and Lehmer Coding

2024-09-01 · Jin Sima, Vishal Rana, Olgica Milenkovic

Rank aggregation combines multiple ranked lists into a consensus ranking. In fields like biomedical data sharing, rankings may be distributed and require privacy. This motivates the need for federated rank aggregation pr…

Privacy PreservingQuantization