Differentially Private Linear Programming: Reduced Sub-Optimality and Guaranteed Constraint Satisfaction
Alexander Benvenuti, Brendan Bialy, Miriam Dennis, Matthew Hale
TL;DR
This work addresses how to solve linear programs whose data-dependent components $A(D)$, $b(D)$, and $c(D)$ are privacy-sensitive, using differential privacy to perturb all three terms. It develops dedicated privacy mechanisms—Matrix-Variate Truncated Laplace for $A(D)$, Multivariate Truncated Laplace for $b(D)$, and the Laplace mechanism for $c(D)$—and introduces a post-processing step that tightens constraints to guarantee feasibility with respect to the original non-private problem. The authors prove the privatized LP is differentially private and that its solution remains feasible for the original problem, providing a quantitative bound on expected sub-optimality via the Hoffman constant-based analysis. Empirical results on a CMDP-like advertising problem show zero constraint violations and up to a $65\%$ reduction in sub-optimality compared to prior methods, with insights into budget allocation and scalability. The framework thus enables privacy-preserving optimization in sensitive, data-driven LPs while preserving feasibility and offering controllable accuracy loss.
Abstract
Linear programming is a fundamental tool in a wide range of decision systems. However, without privacy protections, sharing the solution to a linear program may reveal information about the underlying data used to formulate it, which may be sensitive. Therefore, in this paper we introduce an approach for protecting sensitive data while formulating and solving a linear program. First, we prove that this method perturbs objectives and constraints in a way that makes them differentially private. Then, we show that (i) privatized problems always have solutions, and (ii) their solutions satisfy the constraints in their corresponding original, non-private problems. The latter result solves an open problem in the literature. Next, we analytically bound the expected sub-optimality of solutions that is induced by privacy. Numerical simulations show that, under a typical privacy setup, the solution produced by our method yields a $65\%$ reduction in sub-optimality compared to the state of the art.
