English

Scaling Up Differentially Private LASSO Regularized Logistic Regression via Faster Frank-Wolfe Iterations

Machine Learning 2023-11-01 v1 Computation Machine Learning

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 L1L_1 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 O(TDS+TNS)\mathcal{O}( T D S + T N S) to O(NS+TDlogD+TS2)\mathcal{O}(N S + T \sqrt{D} \log{D} + T S^2), where TT is the number of iterations and a sparsity rate SS of a dataset with NN rows and DD features. Our results demonstrate that this procedure can reduce runtime by a factor of up to 2,200×2,200\times, depending on the value of the privacy parameter ϵ\epsilon and the sparsity of the dataset.

Keywords

Cite

@article{arxiv.2310.19978,
  title  = {Scaling Up Differentially Private LASSO Regularized Logistic Regression via Faster Frank-Wolfe Iterations},
  author = {Edward Raff and Amol Khanna and Fred Lu},
  journal= {arXiv preprint arXiv:2310.19978},
  year   = {2023}
}

Comments

To appear in the 37th Conference on Neural Information Processing Systems (NeurIPS 2023)

R2 v1 2026-06-28T13:06:38.474Z