Fine-tuning large language models across distributed clients is expensive to communicate and risky for privacy when full model weights are exchanged. Representation fine-tuning offers a lighter-weight alternative but adapting it to heterogeneous, federated clients raises new aggregation questions.
FedReFT fine-tunes a small set of interventions on a model's hidden representations rather than its full parameters, dramatically reducing what must be communicated. Its All-But-Me aggregation forms, for each client, an update from all other clients' contributions, sharing cross-client knowledge while preserving the client's own locally tuned signal and avoiding harmful averaging across heterogeneous data.
FedReFT makes federated adaptation of foundation models practical in bandwidth- and privacy-constrained environments, while respecting the heterogeneity that defines real federated deployments.