paper-with-me

Papers

Beyond Parameter Space: NTK-Guided Personalized Aggregation for Robust Federated Learning

2026-08-12 · Mirko Konstantin, Stefan Zachow, Anirban Mukhopadhyay arxiv

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.

📄 PDF Abstract BibTeX arXiv:2608.12108

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

pFedGPA: Diffusion-based Generative Parameter Aggregation for Personalized Federated Learning

2024-09-09 · Jiahao Lai, Jiaqi Li, Jian Xu, Yanru Wu 외

Federated Learning (FL) offers a decentralized approach to model training, where data remains local and only model parameters are shared between the clients and the central server. Traditional methods, such as Federated …

DenoisingFederated LearningPersonalized Federated Learning

Curriculum Guided Personalized Subgraph Federated Learning

2025-08-30 · Minku Kang, Hogun Park arxiv

Subgraph Federated Learning (FL) aims to train Graph Neural Networks (GNNs) across distributed private subgraphs, but it suffers from severe data heterogeneity. To mitigate data heterogeneity, weighted model aggregation …

Federated Learning

Projection Guided Personalized Federated Learning for Low Dose CT Denoising

2026-03-12 · Anas Zafar, Muhammad Waqas, Amgad Muneer, Rukhmini Bandyopadhyay 외 arxiv

Low-dose CT (LDCT) reduces radiation exposure but introduces protocol-dependent noise and artifacts that vary across institutions. While federated learning enables collaborative training without centralizing patient data…

Personalized Federated Learning

Beyond Similarity: Personalized Federated Recommendation with Composite Aggregation

2024-06-06 · Honglei Zhang, Haoxuan Li, Jundong Chen, Sen Cui 외

Federated recommendation aims to collect global knowledge by aggregating local models from massive devices, to provide recommendations while ensuring privacy. Current methods mainly leverage aggregation functions invente…

FedCIA: Federated Collaborative Information Aggregation for Privacy-Preserving Recommendation

2025-04-19 · Mingzhe Han, Dongsheng Li, Jiafeng Xia, Jiahao Liu 외

Recommendation algorithms rely on user historical interactions to deliver personalized suggestions, which raises significant privacy concerns. Federated recommendation algorithms tackle this issue by combining local mode…

Privacy Preserving