paper-with-me

Papers

FedRIR: Rethinking Information Representation in Federated Learning

2025-02-02 · Yongqiang Huang, Zerui Shao, Ziyuan Yang, Zexin Lu, Yi Zhang

Mobile and Web-of-Things (WoT) devices at the network edge generate vast amounts of data for machine learning applications, yet privacy concerns hinder centralized model training. Federated Learning (FL) allows clients (devices) to collaboratively train a shared model coordinated by a central server without transfer private data, but inherent statistical heterogeneity among clients presents challenges, often leading to a dilemma between clients' needs for personalized local models and the server's goal of building a generalized global model. Existing FL methods typically prioritize either global generalization or local personalization, resulting in a trade-off between these two objectives and limiting the full potential of diverse client data. To address this challenge, we propose a novel framework that simultaneously enhances global generalization and local personalization by Rethinking Information Representation in the Federated learning process (FedRIR). Specifically, we introduce Masked Client-Specific Learning (MCSL), which isolates and extracts fine-grained client-specific features tailored to each client's unique data characteristics, thereby enhancing personalization. Concurrently, the Information Distillation Module (IDM) refines the global shared features by filtering out redundant client-specific information, resulting in a purer and more robust global representation that enhances generalization. By integrating the refined global features with the isolated client-specific features, we construct enriched representations that effectively capture both global patterns and local nuances, thereby improving the performance of downstream tasks on the client. The code is available at https://github.com/Deep-Imaging-Group/FedRIR.

📄 PDF Abstract BibTeX arXiv:2502.00859

Code (1)

deep-imaging-group/fedrir 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Rethinking Federated Unlearning via the Lens of Memorization

2026-05-23 · Jiaheng Wei, Yanjun Zhang, He Zhang, Leo Yu Zhang 외 arxiv

Federated learning (FL) increasingly needs machine unlearning to comply with privacy regulations. However, existing federated unlearning approaches may overlook the overlapping information between the unlearning and rema…

Federated Learning

Rethinking the Representation in Federated Unsupervised Learning with Non-IID Data

2024-03-25 · CVPR 2024 1 · Xinting Liao, Weiming Liu, Chaochao Chen, Pengyang Zhou 외

Federated learning achieves effective performance in modeling decentralized data. In practice, client data are not well-labeled, which makes it potential for federated unsupervised learning (FUSL) with non-IID data. Howe…

Federated LearningFederated Unsupervised Learning

OmniFC: Rethinking Federated Clustering via Lossless and Secure Distance Reconstruction

2025-05-19 · Jie Yan, Xin Liu, Zhong-Yuan Zhang

Federated clustering (FC) aims to discover global cluster structures across decentralized clients without sharing raw data, making privacy preservation a fundamental requirement. There are two critical challenges: (1) pr…

Clustering

Rethinking Personalized Federated Learning with Clustering-based Dynamic Graph Propagation

2024-01-29 · Jiaqi Wang, Yuzhong Chen, Yuhang Wu, Mahashweta Das 외

Most existing personalized federated learning approaches are based on intricate designs, which often require complex implementation and tuning. In order to address this limitation, we propose a simple yet effective perso…

ClusteringFederated LearningPersonalized Federated Learning

Rethinking Client Drift in Federated Learning: A Logit Perspective

2023-08-20 · Yunlu Yan, Chun-Mei Feng, Mang Ye, WangMeng Zuo 외

Federated Learning (FL) enables multiple clients to collaboratively learn in a distributed way, allowing for privacy protection. However, the real-world non-IID data will lead to client drift which degrades the performan…

Federated Learning