LGCLOct 16, 2024

Communication-Efficient and Tensorized Federated Fine-Tuning of Large Language Models

arXiv:2410.13097v212 citationsh-index: 32ACL
Originality Incremental advance
AI Analysis

This work addresses communication efficiency and data heterogeneity in federated fine-tuning of LLMs, offering a practical solution for privacy-preserving model adaptation in real-world distributed scenarios, though it is incremental as it builds on existing PEFT and FL methods.

The paper tackles the problem of fine-tuning large language models on private data distributed across multiple devices by introducing FedTT and FedTT+ methods, which integrate tensorized adapters to address communication overhead and data heterogeneity, achieving up to 10x reduction in communication cost while performing on par or better than existing federated PEFT approaches.

Parameter-efficient fine-tuning (PEFT) methods typically assume that Large Language Models (LLMs) are trained on data from a single device or client. However, real-world scenarios often require fine-tuning these models on private data distributed across multiple devices. Federated Learning (FL) offers an appealing solution by preserving user privacy, as sensitive data remains on local devices during training. Nonetheless, integrating PEFT methods into FL introduces two main challenges: communication overhead and data heterogeneity. In this paper, we introduce FedTT and FedTT+, methods for adapting LLMs by integrating tensorized adapters into client-side models' encoder/decoder blocks. FedTT is versatile and can be applied to both cross-silo FL and large-scale cross-device FL. FedTT+, an extension of FedTT tailored for cross-silo FL, enhances robustness against data heterogeneity by adaptively freezing portions of tensor factors, further reducing the number of trainable parameters. Experiments on BERT and LLaMA models demonstrate that our proposed methods successfully address data heterogeneity challenges and perform on par or even better than existing federated PEFT approaches while achieving up to 10$\times$ reduction in communication cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes