LGCRCVMar 20, 2023

Make Landscape Flatter in Differentially Private Federated Learning

arXiv:2303.11242v296 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This addresses privacy-performance trade-offs in federated learning for applications like healthcare or finance, though it is incremental as it builds on existing DPFL methods.

The paper tackles performance degradation in differentially private federated learning (DPFL) caused by sharp loss landscapes and poor weight perturbation robustness, proposing DP-FedSAM, which integrates Sharpness Aware Minimization to achieve state-of-the-art performance with rigorous privacy guarantees.

To defend the inference attacks and mitigate the sensitive information leakages in Federated Learning (FL), client-level Differentially Private FL (DPFL) is the de-facto standard for privacy protection by clipping local updates and adding random noise. However, existing DPFL methods tend to make a sharper loss landscape and have poorer weight perturbation robustness, resulting in severe performance degradation. To alleviate these issues, we propose a novel DPFL algorithm named DP-FedSAM, which leverages gradient perturbation to mitigate the negative impact of DP. Specifically, DP-FedSAM integrates Sharpness Aware Minimization (SAM) optimizer to generate local flatness models with better stability and weight perturbation robustness, which results in the small norm of local updates and robustness to DP noise, thereby improving the performance. From the theoretical perspective, we analyze in detail how DP-FedSAM mitigates the performance degradation induced by DP. Meanwhile, we give rigorous privacy guarantees with Rényi DP and present the sensitivity analysis of local updates. At last, we empirically confirm that our algorithm achieves state-of-the-art (SOTA) performance compared with existing SOTA baselines in DPFL. Code is available at https://github.com/YMJS-Irfan/DP-FedSAM

Code Implementations1 repo
Foundations

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

Your Notes