Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

FLTG: Byzantine-Robust Federated Learning via Angle-Based Defense and Non-IID-Aware Weighting

Created by
  • Haebom

Author

Yanhua Wen, Lu Ai, Gang Liu, Chuang Li, Jianhao Wei

Outline

In this paper, we propose FLTG, a novel defense algorithm against Byzantine attacks that occur during model aggregation in federated learning (FL). FLTG integrates angle-based defense and dynamic reference selection to address the issues of high malicious client ratio and sensitivity to non-iid data. It filters clients based on ReLU-clipped cosine similarity by leveraging clean datasets on the server side, and dynamically selects reference clients based on prior global models to mitigate non-iid bias. In addition, we assign aggregation weights that are inversely proportional to the angle deviation, and normalize the update size to suppress malicious scaling. Evaluation results on datasets of various complexity and five common attacks show that FLTG outperforms state-of-the-art methods under extreme bias scenarios, and remains robust even under high malicious client ratios (>50%).

Takeaways, Limitations

Takeaways:
We present a robust federated learning model aggregation algorithm even under high malicious client ratios (>50%).
Effectively counter non-iid data issues and malicious attacks with angle-based defense and dynamic reference selection.
We experimentally demonstrate that our approach outperforms existing methods in various attack scenarios.
Limitations:
There is a lack of analysis on the computational complexity of the proposed method.
The requirement of a clean dataset on the server side may limit its practical application.
A comprehensive assessment of different attack types may be required.
Further analysis is needed to determine if you are vulnerable to specific attack types.
👍