Scaling Up Differentially Private LASSO Regularized Logistic Regression via Faster Frank-Wolfe Iterations
Edward Raff, Amol Khanna, Fred Lu

TL;DR
This paper introduces a faster, differentially private LASSO-regularized logistic regression method tailored for sparse data, significantly reducing training time and enabling privacy-preserving analysis on large, sparse datasets.
Contribution
It adapts the Frank-Wolfe algorithm for sparse, differentially private regression, achieving substantial speedups over previous methods.
Findings
Training time reduced by up to 2,200 times.
Effective for large, sparse datasets under differential privacy.
Maintains model accuracy while improving efficiency.
Abstract
To the best of our knowledge, there are no methods today for training differentially private regression models on sparse input data. To remedy this, we adapt the Frank-Wolfe algorithm for penalized linear regression to be aware of sparse inputs and to use them effectively. In doing so, we reduce the training time of the algorithm from to , where is the number of iterations and a sparsity rate of a dataset with rows and features. Our results demonstrate that this procedure can reduce runtime by a factor of up to , depending on the value of the privacy parameter and the sparsity of the dataset.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Cryptography and Data Security
MethodsAttentive Walk-Aggregating Graph Neural Network · Linear Regression
