paper-with-me

Papers

Adversarial Robustness through Bias Variance Decomposition: A New Perspective for Federated Learning

2020-09-18 · Yao Zhou, Jun Wu, Haixun Wang, Jingrui He

Federated learning learns a neural network model by aggregating the knowledge from a group of distributed clients under the privacy-preserving constraint. In this work, we show that this paradigm might inherit the adversarial vulnerability of the centralized neural network, i.e., it has deteriorated performance on adversarial examples when the model is deployed. This is even more alarming when federated learning paradigm is designed to approximate the updating behavior of a centralized neural network. To solve this problem, we propose an adversarially robust federated learning framework, named Fed_BVA, with improved server and client update mechanisms. This is motivated by our observation that the generalization error in federated learning can be naturally decomposed into the bias and variance triggered by multiple clients' predictions. Thus, we propose to generate the adversarial examples via maximizing the bias and variance during server update, and learn the adversarially robust model updates with those examples during client update. As a result, an adversarially robust neural network can be aggregated from these improved local clients' model updates. The experiments are conducted on multiple benchmark data sets using several prevalent neural network models, and the empirical results show that our framework is robust against white-box and black-box adversarial corruptions under both IID and non-IID settings.

📄 PDF Abstract BibTeX arXiv:2009.09026

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessFederated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Understanding Generalization in Adversarial Training via the Bias-Variance Decomposition

2021-03-17 · Yaodong Yu, Zitong Yang, Edgar Dobriban, Jacob Steinhardt 외

Adversarially trained models exhibit a large generalization gap: they can interpolate the training set even for large perturbation radii, but at the cost of large test error on clean samples. To investigate this gap, we …

Bias-variance decompositions: the exclusive privilege of Bregman divergences

2025-01-30 · Tom Heskes

Bias-variance decompositions are widely used to understand the generalization performance of machine learning models. While the squared error loss permits a straightforward decomposition, other loss functions - such as z…

Bias-Variance Decomposition for Boltzmann Machines

2018-01-01 · ICLR 2018 1 · Mahito Sugiyama, Koji Tsuda, Hiroyuki Nakahara

We achieve bias-variance decomposition for Boltzmann machines using an information geometric formulation. Our decomposition leads to an interesting phenomenon that the variance does not necessarily increase when more par…

Uncertainty Estimates of Predictions via a General Bias-Variance Decomposition

2022-10-21 · Sebastian G. Gruber, Florian Buettner

Reliably estimating the uncertainty of a prediction throughout the model lifecycle is crucial in many safety-critical applications. The most common way to measure this uncertainty is via the predicted confidence. While t…

ClassificationOut-of-Distribution Detection

Ensembling over Classifiers: a Bias-Variance Perspective

2022-06-21 · Neha Gupta, Jamie Smith, Ben Adlam, Zelda Mariet

Ensembles are a straightforward, remarkably effective method for improving the accuracy,calibration, and robustness of models on classification tasks; yet, the reasons that underlie their success remain an active area of…