Training only low-rank LoRA adapters in a federated Siamese network achieves 98% MNIST and 80-85% CIFAR10 pair-similarity accuracy while reducing communication and compute by over an order of magnitude.
Sequential Compression Layers for Efficient Federated Learning in Foundational Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Federated Learning (FL) has gained popularity for fine-tuning large language models (LLMs) across multiple nodes, each with its own private data. While LoRA has been widely adopted for parameter efficient federated fine-tuning, recent theoretical and empirical studies highlight its suboptimal performance in the federated learning context. In response, we propose a novel, simple, and more effective parameter-efficient fine-tuning method that does not rely on LoRA. Our approach introduces a small multi-layer perceptron (MLP) layer between two existing MLP layers the up proj (the FFN projection layer following the self-attention module) and down proj within the feed forward network of the transformer block. This solution addresses the bottlenecks associated with LoRA in federated fine tuning and outperforms recent LoRA-based approaches, demonstrating superior performance for both language models and vision encoders.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Federated Learning of Low-Rank One-Shot Image Detection Models in Edge Devices with Scalable Accuracy and Compute Complexity
Training only low-rank LoRA adapters in a federated Siamese network achieves 98% MNIST and 80-85% CIFAR10 pair-similarity accuracy while reducing communication and compute by over an order of magnitude.