English

SSTQ:Privacy-Preserving Vector Quantization via Subsampled Stochastic TurboQuant

Machine Learning 2026-08-05 v1 Artificial Intelligence Machine Learning

Abstract

Achieving local differential privacy in distributed optimization while maintaining low communication cost remains challenging. Existing vector quantization methods, such as vqSGD, use high-dimensional geometric constructions but incur unfavorable dimension-dependent variance. In this work, we propose Subsampled Stochastic TurboQuant (SSTQ), a framework that combines overcomplete equal-norm tight frames, coordinate subsampling, and privacy-aware one-dimensional quantization. SSTQ includes two variants: a Flat Randomized Response version and a Metric-Aware Laplace version, the latter being better suited to higher codebook bit-width regimes. We show that SSTQ achieves optimal mean squared error scaling while using only log2N+b\lceil \log_2 N \rceil + b bits per client, where N=Θ(d)N = \Theta(d) is the frame size. We also derive a surrogate privacy-aware codebook objective that reduces the codebook-dependent MSE scaling from O(4b)O(4^b) to O(2b)O(2^b). Finally, we empirically evaluate SSTQ against established baselines on federated learning tasks using CIFAR-10 and Fashion-MNIST, demonstrating favorable utility and communication efficiency.

Cite

@article{arxiv.2608.05127,
  title  = {SSTQ:Privacy-Preserving Vector Quantization via Subsampled Stochastic TurboQuant},
  author = {Adel Javanmard and David P. Woodruff and Vahab Mirrokni},
  journal= {arXiv preprint arXiv:2608.05127},
  year   = {2026}
}

Comments

42 pages, 4 figures, 2 tables