paper-with-me

홈 › Papers

FRAug: Tackling Federated Learning with Non-IID Features via Representation Augmentation

2022-05-30 · ICCV 2023 1 · Haokun Chen, Ahmed Frikha, Denis Krompass, Jindong Gu, Volker Tresp

Federated Learning (FL) is a decentralized learning paradigm, in which multiple clients collaboratively train deep learning models without centralizing their local data, and hence preserve data privacy. Real-world applications usually involve a distribution shift across the datasets of the different clients, which hurts the generalization ability of the clients to unseen samples from their respective data distributions. In this work, we address the recently proposed feature shift problem where the clients have different feature distributions, while the label distribution is the same. We propose Federated Representation Augmentation (FRAug) to tackle this practical and challenging problem. Our approach generates synthetic client-specific samples in the embedding space to augment the usually small client datasets. For that, we train a shared generative model to fuse the clients knowledge learned from their different feature distributions. This generator synthesizes client-agnostic embeddings, which are then locally transformed into client-specific embeddings by Representation Transformation Networks (RTNets). By transferring knowledge across the clients, the generated embeddings act as a regularizer for the client models and reduce overfitting to the local original datasets, hence improving generalization. Our empirical evaluation on public benchmarks and a real-world medical dataset demonstrates the effectiveness of the proposed method, which substantially outperforms the current state-of-the-art FL methods for non-IID features, including PartialFed and FedBN.

📄 PDF Abstract BibTeX arXiv:2205.14900

Code (1)

HaokunChen245/FRAug 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FrAug: Frequency Domain Augmentation for Time Series Forecasting

2023-02-18 · Muxi Chen, Zhijian Xu, Ailing Zeng, Qiang Xu

Data augmentation (DA) has become a de facto solution to expand training data size for deep learning. With the proliferation of deep models for time series analysis, various time series DA techniques are proposed in the …

Anomaly DetectionData AugmentationTime SeriesTime Series Analysis+2

FrAUG: A Frame Rate Based Data Augmentation Method for Depression Detection from Speech Signals

2022-02-11 · Vijay Ravi, Jinhan Wang, Jonathan Flint, Abeer Alwan

In this paper, a data augmentation method is proposed for depression detection from speech signals. Samples for data augmentation were created by changing the frame-width and the frame-shift parameters during the feature…

Data AugmentationDepression Detection

GraphFedMIG: Tackling Class Imbalance in Federated Graph Learning via Mutual Information-Guided Generation

2025-08-14 · Xinrui Li, Qilin Fan, Tianfu Wang, Kaiwen Wei 외 arxiv

Federated graph learning (FGL) enables multiple clients to collaboratively train powerful graph neural networks without sharing their private, decentralized graph data. Inherited from generic federated learning, FGL is c…

Federated LearningData AugmentationGraph Learning

Revisiting Early-Learning Regularization When Federated Learning Meets Noisy Labels

2024-02-08 · Taehyeon Kim, Donggyu Kim, Se-Young Yun

In the evolving landscape of federated learning (FL), addressing label noise presents unique challenges due to the decentralized and diverse nature of data collection across clients. Traditional centralized learning appr…

Federated LearningMemorization

Unleashing the Power of Graph Data Augmentation on Covariate Distribution Shift

2022-11-05 · NeurIPS 2023 11 · Yongduo Sui, Qitian Wu, Jiancan Wu, Qing Cui 외

The issue of distribution shifts is emerging as a critical concern in graph representation learning. From the perspective of invariant learning and stable learning, a recently well-established paradigm for out-of-distrib…

Data AugmentationGraph ClassificationGraph Representation LearningOut-of-Distribution Generalization+1