FedCC: Federated Learning with Consensus Confirmation for Byzantine Attack Resistance (Student Abstract)

Abstract

In federated learning (FL), a server determines a global learning model by aggregating the local learning models of clients, and the determined global model is broadcast to all the clients. However, the global learning model can significantly deteriorate if a Byzantine attacker transmits malicious learning models trained with incorrectly labeled data. We propose a Byzantine-robust FL algorithm that, by employing a consensus confirmation method, can reduce the success probability of Byzantine attacks. After aggregating the local models from clients, the proposed FL server validates the global model candidate by sending the global model candidate to a set of randomly selected FL clients and asking them to perform local validation with their local data. If most of the validation is positive, the global model is confirmed and broadcast to all the clients. We compare the performance of the proposed FL against Byzantine attacks with that of existing FL algorithms analytically and empirically.

Cite

Text

Kim and Lim. "FedCC: Federated Learning with Consensus Confirmation for Byzantine Attack Resistance (Student Abstract)." AAAI Conference on Artificial Intelligence, 2022. doi:10.1609/AAAI.V36I11.21627

Markdown

[Kim and Lim. "FedCC: Federated Learning with Consensus Confirmation for Byzantine Attack Resistance (Student Abstract)." AAAI Conference on Artificial Intelligence, 2022.](https://mlanthology.org/aaai/2022/kim2022aaai-fedcc/) doi:10.1609/AAAI.V36I11.21627

BibTeX

@inproceedings{kim2022aaai-fedcc,
  title     = {{FedCC: Federated Learning with Consensus Confirmation for Byzantine Attack Resistance (Student Abstract)}},
  author    = {Kim, Woocheol and Lim, Hyuk},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {12981-12982},
  doi       = {10.1609/AAAI.V36I11.21627},
  url       = {https://mlanthology.org/aaai/2022/kim2022aaai-fedcc/}
}