LGCRDCMar 5, 2025

Towards Trustworthy Federated Learning

arXiv:2503.03684v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses trustworthy federated learning for applications requiring secure and equitable data collaboration, but it is incremental as it combines existing techniques into a unified framework.

The paper tackles the challenge of ensuring robustness, fairness, and privacy in federated learning by developing a framework with mechanisms like TNBS for Byzantine attack defense, q-FFL for fairness, and differential privacy for privacy, showing experimental improvements on real datasets.

This paper develops a comprehensive framework to address three critical trustworthy challenges in federated learning (FL): robustness against Byzantine attacks, fairness, and privacy preservation. To improve the system's defense against Byzantine attacks that send malicious information to bias the system's performance, we develop a Two-sided Norm Based Screening (TNBS) mechanism, which allows the central server to crop the gradients that have the l lowest norms and h highest norms. TNBS functions as a screening tool to filter out potential malicious participants whose gradients are far from the honest ones. To promote egalitarian fairness, we adopt the q-fair federated learning (q-FFL). Furthermore, we adopt a differential privacy-based scheme to prevent raw data at local clients from being inferred by curious parties. Convergence guarantees are provided for the proposed framework under different scenarios. Experimental results on real datasets demonstrate that the proposed framework effectively improves robustness and fairness while managing the trade-off between privacy and accuracy. This work appears to be the first study that experimentally and theoretically addresses fairness, privacy, and robustness in trustworthy FL.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes