paper-with-me

Papers

A Simple Data Augmentation for Feature Distribution Skewed Federated Learning

2023-06-14 · CVPR 2025 1 · Yunlu Yan, Huazhu Fu, Yuexiang Li, Jinheng Xie, Jun Ma, Guang Yang, Lei Zhu

Federated Learning (FL) facilitates collaborative learning among multiple clients in a distributed manner and ensures the security of privacy. However, its performance inevitably degrades with non-Independent and Identically Distributed (non-IID) data. In this paper, we focus on the feature distribution skewed FL scenario, a common non-IID situation in real-world applications where data from different clients exhibit varying underlying distributions. This variation leads to feature shift, which is a key issue of this scenario. While previous works have made notable progress, few pay attention to the data itself, i.e., the root of this issue. The primary goal of this paper is to mitigate feature shift from the perspective of data. To this end, we propose a simple yet remarkably effective input-level data augmentation method, namely FedRDN, which randomly injects the statistical information of the local distribution from the entire federation into the client's data. This is beneficial to improve the generalization of local feature representations, thereby mitigating feature shift. Moreover, our FedRDN is a plug-and-play component, which can be seamlessly integrated into the data augmentation flow with only a few lines of code. Extensive experiments on several datasets show that the performance of various representative FL methods can be further improved by integrating our FedRDN, demonstrating its effectiveness, strong compatibility and generalizability. Code will be released.

📄 PDF Abstract BibTeX arXiv:2306.09363

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFederated Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Modeling tail risks of inflation using unobserved component quantile regressions

2021-03-05 · Michael Pfarrhofer

This paper proposes methods for Bayesian inference in time-varying parameter (TVP) quantile regression (QR) models featuring conditional heteroskedasticity. I use data augmentation schemes to render the model conditional…

Bayesian InferenceData Augmentationquantile regression

Improving deep learning in arrhythmia Detection: The application of modular quality and quantity controllers in data augmentation

2024-05-10 · Biomedical Signal Processing and Control 2024 5 · Mohammad Usef Khosravi Khaliran, Iman Zabbah, Mehrbod Faraji, Reza Ebrahimpour

Among the most prevalent diseases with significant fatality rates are cardiac disorders. In recent years, the application of deep learning in diagnosing various cardiac conditions, namely arrhythmia, has gained widesprea…

Arrhythmia DetectionData Augmentation

Von Mises-Fisher Elliptical Distribution

2021-03-14 · Shengxi Li, Danilo Mandic

A large class of modern probabilistic learning systems assumes symmetric distributions, however, real-world data tend to obey skewed distributions and are thus not always adequately modelled through symmetric distributio…

Retrieval-augmented Multi-label Text Classification

2023-05-22 · Ilias Chalkidis, Yova Kementchedjhieva

Multi-label text classification (MLC) is a challenging task in settings of large label sets, where label support follows a Zipfian distribution. In this paper, we address this problem through retrieval augmentation, aimi…

ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationRetrieval+2

Regression Augmentation With Data-Driven Segmentation

2025-08-02 · Shayan Alahyari, Shiva Mehdipour Ghobadlou, Mike Domaratzki arxiv

Imbalanced regression arises when the target distribution is skewed, causing models to focus on dense regions and struggle with underrepresented (minority) samples. Despite its relevance across many applications, few met…

Data Augmentation