Private Rate-Constrained Optimization with Applications to Fair Learning
Mohammad Yaghini, Tudor Cebere, Michael Menart, Aurélien Bellet, Nicolas Papernot
TL;DR
The paper addresses private learning under rate constraints, where conventional DP-SGD struggles due to non-decomposability of rate constraints. It introduces RaCO-DP, a differentially private SGDA variant that uses generalized rate constraints and privately computed histograms to evaluate constraints at each step, with post-processing ensuring no extra privacy cost. The authors provide convergence guarantees to an approximate stationary point and demonstrate strong empirical performance, notably Pareto-dominance over state-of-the-art private baselines on demographic parity and false negative rate constraints across multiple datasets. The work advances the privacy-utility-fairness landscape by enabling flexible, multiclass rate constraints with direct constraint control and substantial computational efficiency, suggesting broad practical impact for private, fair learning in sensitive domains.
Abstract
Many problems in trustworthy ML can be formulated as minimization of the model error under constraints on the prediction rates of the model for suitably-chosen marginals, including most group fairness constraints (demographic parity, equality of odds, etc.). In this work, we study such constrained minimization problems under differential privacy (DP). Standard DP optimization techniques like DP-SGD rely on the loss function's decomposability into per-sample contributions. However, rate constraints introduce inter-sample dependencies, violating the decomposability requirement. To address this, we develop RaCO-DP, a DP variant of the Stochastic Gradient Descent-Ascent (SGDA) algorithm which solves the Lagrangian formulation of rate constraint problems. We demonstrate that the additional privacy cost of incorporating these constraints reduces to privately estimating a histogram over the mini-batch at each optimization step. We prove the convergence of our algorithm through a novel analysis of SGDA that leverages the linear structure of the dual parameter. Finally, empirical results on learning under group fairness constraints demonstrate that our method Pareto-dominates existing private learning approaches in fairness-utility trade-offs.
