Enhancing Learning with Label Differential Privacy by Vector Approximation

Abstract

Label differential privacy (DP) is a framework that protects the privacy of labels in training datasets, while the feature vectors are public. Existing approaches protect the privacy of labels by flipping them randomly, and then train a model to make the output approximate the privatized label. However, as the number of classes K increases, stronger randomization is needed, thus the performances of these methods become significantly worse. In this paper, we propose a vector approximation approach for learning with label local differential privacy, which is easy to implement and introduces little additional computational overhead. Instead of flipping each label into a single scalar, our method converts each label into a random vector with K components, whose expectations reflect class conditional probabilities. Intuitively, vector approximation retains more information than scalar labels. A brief theoretical analysis shows that the performance of our method only decays slightly with K. Finally, we conduct experiments on both synthesized and real datasets, which validate our theoretical analysis as well as the practical performance of our method.

Cite

Text

Zhao et al. "Enhancing Learning with Label Differential Privacy by Vector Approximation." International Conference on Learning Representations, 2025.

Markdown

[Zhao et al. "Enhancing Learning with Label Differential Privacy by Vector Approximation." International Conference on Learning Representations, 2025.](https://mlanthology.org/iclr/2025/zhao2025iclr-enhancing/)

BibTeX

@inproceedings{zhao2025iclr-enhancing,
  title     = {{Enhancing Learning with Label Differential Privacy by Vector Approximation}},
  author    = {Zhao, Puning and Wu, Jiafei and Liu, Zhe and Shen, Li and Zhang, Zhikun and Fan, Rongfei and Sun, Le and Li, Qingming},
  booktitle = {International Conference on Learning Representations},
  year      = {2025},
  url       = {https://mlanthology.org/iclr/2025/zhao2025iclr-enhancing/}
}