Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Communication-Efficient and Accurate Approach for Aggregation in Federated Low-Rank Adaptation

Created by
  • Haebom

Author

Le-Tuan Nguyen, Minh-Duong Nguyen, Seon-Geun Jeong, Dung D. Le, Quoc-Viet Pham

FLoRA-NA: Federated Low-Rank Aggregation with Nearly Accurate Estimation

Outline

This paper describes Federated LoRA with Nearly Accurate Estimation (FLoRA-NA), a proposed approach to address the limitations of Federated Low-Rank Adaptation (FedLoRA), which is used to fine-tune foundation models in distributed environments. FLoRA-NA leverages local LoRA matrices on the server to estimate aggregated matrices and distributes these to clients for local updates. This approach bridges the gap between local personalization and global generalization without adding communication overhead, addressing a key limitation of existing FedLoRA approaches. Extensive evaluations on various tasks (natural language understanding, mathematical reasoning, and code solving) demonstrate that FLoRA-NA achieves state-of-the-art global performance while maintaining low communication overhead.

Takeaways, Limitations

Takeaways:
Improved performance by addressing an update inaccuracy issue in FedLoRA.
Bridging the gap between local personalization and global generalization without additional communication costs.
Demonstrated excellent performance in various foundation models and tasks.
Limitations:
The specific Limitations is not specified in the paper.
👍