1: \begin{abstract}
2: Given sufficient data from multiple edge devices, federated learning (FL) enables training a shared model without transmitting private data to a central server.
3: However, FL is generally vulnerable to Byzantine attacks from compromised edge devices, which can significantly degrade the model performance.
4: In this paper, we propose a intuitive plugin that can be integrated into existing FL techniques to achieve Byzantine-Resilience.
5: Key idea is to generate virtual data samples and evaluate model consistency scores across local updates to effectively filter out compromised edge devices.
6: By utilizing this scoring mechanism before the aggregation phase, the proposed plugin enables existing FL techniques to become robust against Byzantine attacks while maintaining their original benefits.
7: Numerical results on medical image classification task validate that plugging the proposed approach into representative FL algorithms, effectively achieves Byzantine resilience.
8: Furthermore, the proposed plugin maintains the original convergence properties of the base FL algorithms when no Byzantine attacks are present.
9: \end{abstract}
10: