How to Defend Against Large-scale Model Poisoning Attacks in Federated Learning: A Vertical Solution
Jinbo Wang, Ruijin Wang, Fengli Zhang

TL;DR
This paper introduces VERT, a novel vertical defense method for federated learning that predicts and filters user gradients to effectively defend against large-scale model poisoning attacks, outperforming traditional horizontal solutions.
Contribution
VERT transforms the defense problem into a vertical solution by predicting user gradients using historical data, enabling effective large-scale poisoning defense in federated learning.
Findings
VERT effectively defends against >=80% poisoning attacks
VERT is scalable and adaptable to different models and server capabilities
Experimental results show VERT outperforms traditional defenses in large-scale scenarios
Abstract
Federated learning (FL) is vulnerable to model poisoning attacks due to its distributed nature. The current defenses start from all user gradients (model updates) in each communication round and solve for the optimal aggregation gradients (horizontal solution). This horizontal solution will completely fail when facing large-scale (>50%) model poisoning attacks. In this work, based on the key insight that the convergence process of the model is a highly predictable process, we break away from the traditional horizontal solution of defense and innovatively transform the problem of solving the optimal aggregation gradients into a vertical solution problem. We propose VERT, which uses global communication rounds as the vertical axis, trains a predictor using historical gradients information to predict user gradients, and compares the similarity with actual user gradients to precisely and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data
