← 返回论文检索
KDD 2025Research Track

FedGuCci: Making Local Models More Connected in Landscape for Federated Learning

Zexi Li 0001, Jie Lin, Zhiqi Li 0004, Didi Zhu, Tao Shen 0002, Tao Lin 0004, Chao Wu 0001, Nicholas D. Lane

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.1145/3711896.3737037 ↗

摘要

Federated learning (FL) involves multiple heterogeneous clients collaboratively training a global model via iterative local updates and model fusion. The generalization of FL's global model has a large gap compared with centralized training, which is its bottleneck for broader applications. In this paper, we study and improve FL's generalization through a fundamental ''connectivity'' perspective, which means how the local models are connected in the parameter region and fused into a generalized global model. The term ''connectivity'' is derived from linear mode connectivity (LMC), studying the interpolated loss landscape of two different solutions (e.g., modes) of neural networks. Bridging the gap between LMC and FL, in this paper, we leverage fixed anchor models to empirically and theoretically study the transitivity property of connectivity from two models (LMC) to a group of models (model fusion in FL). Based on the findings, we propose FedGuCci(+), improving group connectivity for better generalization. It is shown that our methods can boost the generalization of FL under client heterogeneity across various tasks (4 CV datasets and 6 NLP datasets) and model architectures (e.g., ViTs and PLMs). The code is available here: https://github.com/ZexiLee/fedgucci.