AIFeb 6

An Adaptive Differentially Private Federated Learning Framework with Bi-level Optimization

arXiv:2602.06838v2h-index: 5
Originality Incremental advance
AI Analysis

This work addresses performance degradation in privacy-preserving federated learning for distributed clients, though it is incremental in nature.

The paper tackles the problem of unstable and biased gradient updates in federated learning under device heterogeneity, non-IID data, and differential privacy constraints, proposing an adaptive framework that improves convergence stability and classification accuracy on datasets like CIFAR-10 and SVHN.

Federated learning enables collaborative model training across distributed clients while preserving data privacy. However, in practical deployments, device heterogeneity, non-independent, and identically distributed (Non-IID) data often lead to highly unstable and biased gradient updates. When differential privacy is enforced, conventional fixed gradient clipping and Gaussian noise injection may further amplify gradient perturbations, resulting in training oscillation and performance degradation and degraded model performance. To address these challenges, we propose an adaptive differentially private federated learning framework that explicitly targets model efficiency under heterogeneous and privacy-constrained settings. On the client side, a lightweight local compressed module is introduced to regularize intermediate representations and constrain gradient variability, thereby mitigating noise amplification during local optimization. On the server side, an adaptive gradient clipping strategy dynamically adjusts clipping thresholds based on historical update statistics to avoid over-clipping and noise domination. Furthermore, a constraint-aware aggregation mechanism is designed to suppress unreliable or noise-dominated client updates and stabilize global optimization. Extensive experiments on CIFAR-10 and SVHN demonstrate improved convergence stability and classification accuracy.

Foundations

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

Your Notes