← Search

Uthaipon Tantipongpipat

4 accepted papers

2021

Fast and Memory Efficient Differentially Private-SGD via JL Projections

NeurIPS 2021poster

Differentially Private-SGD (DP-SGD) of Abadi et al. and its variations are the only known algorithms for private training of large scale neural networks. This algorithm requires computation of per-sample gradients norms which is extremely slow and memory intensive in practice. In this paper, we pres…

Cited by 48SourcePDFScholar
2019

Multi-Criteria Dimensionality Reduction with Applications to Fairness

NeurIPS 2019spotlight

Dimensionality reduction is a classical technique widely used for data analysis. One foundational instantiation is Principal Component Analysis (PCA), which minimizes the average reconstruction error. In this paper, we introduce the multi-criteria dimensionality reduction problem where we are given…

2018

Differential Privacy for Growing Databases

NeurIPS 2018poster

The large majority of differentially private algorithms focus on the static setting, where queries are made on an unchanging database. This is unsuitable for the myriad applications involving databases that grow over time. To address this gap in the literature, we consider the dynamic setting, in wh…

Cited by 55SourcePDFScholar
2018

The Price of Fair PCA: One Extra dimension

NeurIPS 2018poster

We investigate whether the standard dimensionality reduction technique of PCA inadvertently produces data representations with different fidelity for two different populations. We show on several real-world data sets, PCA has higher reconstruction error on population A than on B (for example, women…