Private Semi-supervised Knowledge Transfer for Deep Learning from Noisy Labels
Qiuchen Zhang, Jing Ma, Jian Lou, Li Xiong, and Xiaoqian Jiang

TL;DR
This paper introduces PATE++, an improved privacy-preserving semi-supervised learning framework that combines advanced noisy label training, GANs, and noisy label detection to enhance model accuracy while maintaining privacy guarantees.
Contribution
It proposes PATE++, integrating GANs and noisy label detection into the PATE framework for better accuracy in private semi-supervised learning.
Findings
PATE++ outperforms original PATE on Fashion-MNIST and SVHN datasets.
The method effectively reduces the impact of noisy labels on model performance.
Enhanced privacy-preserving semi-supervised learning demonstrated with improved accuracy.
Abstract
Deep learning models trained on large-scale data have achieved encouraging performance in many real-world tasks. Meanwhile, publishing those models trained on sensitive datasets, such as medical records, could pose serious privacy concerns. To counter these issues, one of the current state-of-the-art approaches is the Private Aggregation of Teacher Ensembles, or PATE, which achieved promising results in preserving the utility of the model while providing a strong privacy guarantee. PATE combines an ensemble of "teacher models" trained on sensitive data and transfers the knowledge to a "student" model through the noisy aggregation of teachers' votes for labeling unlabeled public data which the student model will be trained on. However, the knowledge or voted labels learned by the student are noisy due to private aggregation. Learning directly from noisy labels can significantly impact…
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
TopicsMachine Learning and Data Classification · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
