Revisiting Federated Fine-Tuning: A Single Communication Round is Enough for Foundation Models
Ziyao Wang, Bowei Tian, Yexiao He, Zheyu Shen, Guoheng Sun, Yuhan Liu, Luyang Liu, Meng Liu, Ang Li
TL;DR
The paper tackles the high communication costs of federated fine-tuning for foundation models and demonstrates that a single aggregation round (one-shot federated fine-tuning) can achieve performance comparable to, or better than, multi-round federated learning for large models. A theoretical bound shows the one-shot gap scales with the Lipschitz smoothness $L$, update magnitude $\tau$, total horizon $T k$, and client count $m$ as $\|\varepsilon\| \le (L\tau T k m) \|w^{(0,0)}\|$, with large FMs exhibiting smaller $L$ and $\tau$ and requiring fewer fine-tuning epochs $T k$. Empirically, experiments on models from 1B to 13B parameters across MMLU, Wizard, ARC, and text-to-image tasks reveal that one-shot FL can match multi-round FL while dramatically reducing communication (roughly by a factor of $1/T$), enabling asynchronous aggregation, and reducing certain client-side privacy risks. The results suggest a practical pathway to efficient, scalable federated adaptation of FMs, with broad implications for deployment under bandwidth and privacy constraints.
Abstract
The recent advancement of foundation models (FMs) has increased the demand for fine-tuning these models on large-scale cross-domain datasets. To address this, federated fine-tuning has emerged, allowing FMs to be fine-tuned on distributed datasets across multiple devices while ensuring data privacy. However, the substantial parameter size and the multi-round communication in federated learning algorithms result in prohibitively high communication costs, challenging the practicality of federated fine-tuning. In this paper, we identify and analyze, both theoretically and empirically, that the traditional multi-round aggregation algorithms may not be necessary for federated fine-tuning large FMs. Our experiments reveal that a single round of aggregation (i.e., one-shot federated fine-tuning) yields a global model performance comparable to that achieved through multiple rounds of aggregation. Through rigorous mathematical and empirical analyses, we demonstrate that large FMs, due to their extensive parameter sizes and pre-training on general tasks, achieve significantly lower training loss in one-shot federated fine-tuning compared to smaller models. Our extensive experiments show that one-shot federated fine-tuning significantly reduces communication costs. It also has the potential to enable asynchronous aggregation, enhances privacy, and maintains performance consistency with multi-round federated fine-tuning on both text generation and text-to-image generation tasks. Our findings provide insights to revolutionize federated fine-tuning in practice, enhancing efficiency, reducing costs, and expanding accessibility for FMs.
