paper-with-me

Papers

Robust Federated Learning: The Case of Affine Distribution Shifts

2020-06-16 · NeurIPS 2020 12 · Amirhossein Reisizadeh, Farzan Farnia, Ramtin Pedarsani, Ali Jadbabaie

Federated learning is a distributed paradigm that aims at training models using samples distributed across multiple users in a network while keeping the samples on users' devices with the aim of efficiency and protecting users privacy. In such settings, the training data is often statistically heterogeneous and manifests various distribution shifts across users, which degrades the performance of the learnt model. The primary goal of this paper is to develop a robust federated learning algorithm that achieves satisfactory performance against distribution shifts in users' samples. To achieve this goal, we first consider a structured affine distribution shift in users' data that captures the device-dependent data heterogeneity in federated settings. This perturbation model is applicable to various federated learning problems such as image classification where the images undergo device-dependent imperfections, e.g. different intensity, contrast, and brightness. To address affine distribution shifts across users, we propose a Federated Learning framework Robust to Affine distribution shifts (FLRA) that is provably robust against affine Wasserstein shifts to the distribution of observed samples. To solve the FLRA's distributed minimax problem, we propose a fast and efficient optimization method and provide convergence guarantees via a gradient Descent Ascent (GDA) method. We further prove generalization error bounds for the learnt classifier to show proper generalization from empirical distribution of samples to the true underlying distribution. We perform several numerical experiments to empirically support FLRA. We show that an affine distribution shift indeed suffices to significantly decrease the performance of the learnt classifier in a new test user, and our proposed algorithm achieves a significant gain in comparison to standard federated learning and adversarial training methods.

📄 PDF Abstract BibTeX arXiv:2006.08907

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage Classification

Similar Papers 제목 키워드 기반

IFedAvg: Interpretable Data-Interoperability for Federated Learning

2021-07-14 · David Roschewitz, Mary-Anne Hartley, Luca Corinzia, Martin Jaggi

Recently, the ever-growing demand for privacy-oriented machine learning has motivated researchers to develop federated and decentralized learning techniques, allowing individual clients to train models collaboratively wi…

Federated Learning

Affine Variational Autoencoders: An Efficient Approach for Improving Generalization and Robustness to Distribution Shift

2019-05-13 · Rene Bidart, Alexander Wong

In this study, we propose the Affine Variational Autoencoder (AVAE), a variant of Variational Autoencoder (VAE) designed to improve robustness by overcoming the inability of VAEs to generalize to distributional shifts in…

Form

Distributionally Robust Clustered Federated Learning: A Case Study in Healthcare

2024-10-09 · Xenia Konti, Hans Riess, Manos Giannopoulos, Yi Shen 외

In this paper, we address the challenge of heterogeneous data distributions in cross-silo federated learning by introducing a novel algorithm, which we term Cross-silo Robust Clustered Federated Learning (CS-RCFL). Our a…

Federated Learning

Data Distribution Shifts in (Industrial) Federated Learning as a Privacy Issue

2024-09-20 · David Brunner, Alessio Montuoro

We consider industrial federated learning, a collaboration between a small number of powerful, potentially competing industrial players, mediated by a third party aspiring to improve the service it provides to its custom…

Federated Learning

Learning Affine-Equivariant Proximal Operators

2026-04-16 · Oriel Savir, Zhenghan Fang, Jeremias Sulam arxiv

Proximal operators are fundamental across many applications in signal processing and machine learning, including solving ill-posed inverse problems. Recent work has introduced Learned Proximal Networks (LPNs), providing …