Bits for Privacy: Evaluating Post-Training Quantization via Membership Inference
Chenxiang Zhang, Tongxi Qu, Zhong Li, Tian Zhang, Jun Pang, Sjouke Mauw

TL;DR
This paper systematically investigates how post-training quantization of neural networks impacts privacy leakage, revealing that lower bit-widths can significantly reduce membership inference vulnerability at some utility cost.
Contribution
It is the first comprehensive study analyzing the privacy-utility trade-off in post-training quantization using membership inference attacks across multiple algorithms and datasets.
Findings
Lower-precision PTQs reduce privacy leakage significantly.
Quantizing only the last layer offers fine control over privacy-utility balance.
Lower-precision models show up to tenfold reduction in membership inference vulnerability.
Abstract
Deep neural networks are widely deployed with quantization techniques to reduce memory and computational costs by lowering the numerical precision of their parameters. While quantization alters model parameters and their outputs, existing privacy analyses primarily focus on full-precision models, leaving a gap in understanding how bit-width reduction can affect privacy leakage. We present the first systematic study of the privacy-utility relationship in post-training quantization (PTQ), a versatile family of methods that can be applied to pretrained models without further training. Using membership inference attacks as our evaluation framework, we analyze three popular PTQ algorithms-AdaRound, BRECQ, and OBC-across multiple precision levels (4-bit, 2-bit, and 1.58-bit) on CIFAR-10, CIFAR-100, and TinyImageNet datasets. Our findings consistently show that low-precision PTQs can reduce…
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
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Advanced Neural Network Applications
