SoftAdaClip: A Smooth Clipping Strategy for Fair and Private Model Training
Dorsa Soleymani, Ali Dadsetan, Frank Rudzicz
TL;DR
This work addresses fairness in differentially private training by revising the clipping mechanism in DP-SGD. It introduces SoftAdaClip, which uses a smooth $\tanh$-based gradient transformation combined with adaptive clipping to bound sensitivity while preserving subgroup learning signals. Across MIMIC-III, eICU, and Adult Income datasets, SoftAdaClip reduces subgroup disparities substantially, with statistically significant improvements over DP-SGD and Adaptive-DPSGD, and maintains strong $$(\epsilon,\delta)$$ guarantees. The results suggest that integrating smooth transformations with adaptive mechanisms is a promising path toward fair and private model training, though performance gains can be dataset-dependent and require careful hyperparameter tuning.
Abstract
Differential privacy (DP) provides strong protection for sensitive data, but often reduces model performance and fairness, especially for underrepresented groups. One major reason is gradient clipping in DP-SGD, which can disproportionately suppress learning signals for minority subpopulations. Although adaptive clipping can enhance utility, it still relies on uniform hard clipping, which may restrict fairness. To address this, we introduce SoftAdaClip, a differentially private training method that replaces hard clipping with a smooth, tanh-based transformation to preserve relative gradient magnitudes while bounding sensitivity. We evaluate SoftAdaClip on various datasets, including MIMIC-III (clinical text), GOSSIS-eICU (structured healthcare), and Adult Income (tabular data). Our results show that SoftAdaClip reduces subgroup disparities by up to 87% compared to DP-SGD and up to 48% compared to Adaptive-DPSGD, and these reductions in subgroup disparities are statistically significant. These findings underscore the importance of integrating smooth transformations with adaptive mechanisms to achieve fair and private model training.
