A Simple Data Augmentation for Feature Distribution Skewed Federated Learning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationFederated LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Modeling tail risks of inflation using unobserved component quantile regressions
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 regressionImproving deep learning in arrhythmia Detection: The application of modular quality and quantity controllers in data augmentation
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 AugmentationVon Mises-Fisher Elliptical Distribution
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
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+2Regression Augmentation With Data-Driven Segmentation
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