paper-with-me

홈 › Papers

Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data

2016-10-18 · Nicolas Papernot, Martín Abadi, Úlfar Erlingsson, Ian Goodfellow, Kunal Talwar

Some machine learning applications involve training data that is sensitive, such as the medical histories of patients in a clinical trial. A model may inadvertently and implicitly store some of its training data; careful analysis of the model may therefore reveal sensitive information. To address this problem, we demonstrate a generally applicable approach to providing strong privacy guarantees for training data: Private Aggregation of Teacher Ensembles (PATE). The approach combines, in a black-box fashion, multiple models trained with disjoint datasets, such as records from different subsets of users. Because they rely directly on sensitive data, these models are not published, but instead used as "teachers" for a "student" model. The student learns to predict an output chosen by noisy voting among all of the teachers, and cannot directly access an individual teacher or the underlying data or parameters. The student's privacy properties can be understood both intuitively (since no single teacher and thus no single dataset dictates the student's training) and formally, in terms of differential privacy. These properties hold even if an adversary can not only query the student but also inspect its internal workings. Compared with previous work, the approach imposes only weak assumptions on how teachers are trained: it applies to any model, including non-convex models like DNNs. We achieve state-of-the-art privacy/utility trade-offs on MNIST and SVHN thanks to an improved privacy analysis and semi-supervised learning.

📄 PDF Abstract BibTeX arXiv:1610.05755

Code (8)

tensorflow/privacy/tree/master/research/pate_2017 공식 구현 tf
aristizabal95/Making-PATE-Bidirecitonally-Private pytorch
aristizabal95/Making-PATE-Bidirectionally-Private pytorch
ashishdandekar/Privacy-at-risk
chun-wei-ho/private-speech-adapter tf
dimun/pate_torch
hrsu/multiple_teachers tf
kamathhrishi/PATE pytorch

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

Private Semi-supervised Knowledge Transfer for Deep Learning from Noisy Labels

2022-11-03 · Qiuchen Zhang, Jing Ma, Jian Lou, Li Xiong 외

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 serio…

Transfer Learning

Learning Privacy-Preserving Student Networks via Discriminative-Generative Distillation

2024-09-04 · Shiming Ge, Bochao Liu, Pengju Wang, Yong Li 외

While deep models have proved successful in learning rich knowledge from massive well-annotated data, they may pose a privacy leakage risk in practical deployment. It is necessary to find an effective trade-off between h…

Privacy PreservingTransfer Learning

Unsupervised Sentiment Analysis by Transferring Multi-source Knowledge

2021-05-09 · Yong Dai, Jian Liu, Jian Zhang, Hongguang Fu 외

Sentiment analysis (SA) is an important research area in cognitive computation-thus in-depth studies of patterns of sentiment analysis are necessary. At present, rich resource data-based SA has been well developed, while…

Domain AdaptationSentiment Analysis

Knowledge Distillation with BERT for Image Tag-Based Privacy Prediction

2021-09-01 · RANLP 2021 9 · Chenye Zhao, Cornelia Caragea

Text in the form of tags associated with online images is often informative for predicting private or sensitive content from images. When using privacy prediction systems running on social networking sites that decide wh…

Knowledge DistillationTAG

Scalpel-SAM: A Semi-Supervised Paradigm for Adapting SAM to Infrared Small Object Detection

2025-12-27 · Zihan Liu, Xiangning Ren, Dezhang Kong, Yipeng Zhang 외 arxiv

Infrared small object detection urgently requires semi-supervised paradigms due to the high cost of annotation. However, existing methods like SAM face significant challenges of domain gaps, inability of encoding physica…

Knowledge DistillationSmall Object Detection