联邦学习遇到非独立同分布数据时,LIGHTYEAR用NTK判断哪些更新对你有用,比单纯比参数靠谱,五个数据集上都赢了。
联邦学习面临客户端数据异构导致更新聚合效果不佳的挑战。LIGHTYEAR框架将更新选择从参数空间迁移到函数空间,利用神经正切核(NTK)计算一致性分数,评估各客户端模型对预测行为的影响。该方法采用点对点拓扑,让客户端直接在私有验证数据上评估候选更新,并仅聚合对自身目标域有益的更新。在5个数据集上与9种基线方法对比,LIGHTYEAR持续优于集中式联邦学习基线和现有P2P方法。
Beyond Parameter Space: NTK-Guided Personalized Aggregation for Robust Federated Learning
Federated learning (FL) enables collaborative model training across distributed clients while keeping data local. A central challenge is determining which client updates are beneficial for aggregation with respect to each client's target domain. Existing methods typically address this problem in parameter space by comparing model parameters or gradients. However, parameter-space similarity can be a poor proxy for predictive behavior, especially under heterogeneous, non-IID data. Consequently, updates that are misaligned with a client's target domain, including those caused by heterogeneous data or malfunctioning clients, may degrade local model performance. We propose Local Inference Guided Aggregation for Heterogeneous Training Environments to Yield Enhancement Through Agreement and Regularization (LIGHTYEAR), a federated learning framework that performs update selection in function space. LIGHTYEAR uses an NTK-based agreement score to characterize predictive behavior and determine a personalized aggregation set for each client. By relating model parameters to local predictive responses, the Neural Tangent Kernel (NTK) provides a more expressive criterion for update selection than parameter-space similarity alone. Because function-space information is not available before aggregation in conventional centralized FL, LIGHTYEAR uses a peer-to-peer (P2P) topology in which clients exchange updates directly and evaluate incoming models on private validation data. Each client selects only updates that are beneficial for its own target domain and aggregates them using a regularized rule that improves stability under heterogeneity. Across five datasets and nine baseline methods, LIGHTYEAR consistently outperforms centralized FL baselines and existing P2P approaches.