paper-with-me

Papers

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

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

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 the accuracy of the student model. In this paper, we propose the PATE++ mechanism, which combines the current advanced noisy label training mechanisms with the original PATE framework to enhance its accuracy. A novel structure of Generative Adversarial Nets (GANs) is developed in order to integrate them effectively. In addition, we develop a novel noisy label detection mechanism for semi-supervised model training to further improve student model performance when training with noisy labels. We evaluate our method on Fashion-MNIST and SVHN to show the improvements on the original PATE on all measures.

📄 PDF Abstract BibTeX arXiv:2211.01628

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

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

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

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…

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

CAT: Class Aware Adaptive Thresholding for Semi-Supervised Domain Generalization

2024-12-11 · Sumaiya Zoha, Jeong-Gun Lee, Young-Woong Ko

Domain Generalization (DG) seeks to transfer knowledge from multiple source domains to unseen target domains, even in the presence of domain shifts. Achieving effective generalization typically requires a large and diver…

Domain GeneralizationSemi-Supervised Domain Generalization

CLIP-FLow: Contrastive Learning by semi-supervised Iterative Pseudo labeling for Optical Flow Estimation

2022-10-25 · Zhiqi Zhang, Nitin Bansal, Changjiang Cai, Pan Ji 외

Synthetic datasets are often used to pretrain end-to-end optical flow networks, due to the lack of a large amount of labeled, real-scene data. But major drops in accuracy occur when moving from synthetic to real scenes. …

Contrastive LearningOptical Flow EstimationTransfer Learning

STAR: Noisy Semi-Supervised Transfer Learning for Visual Classification

2021-08-18 · Hasib Zunair, Yan Gobeil, Samuel Mercier, A. Ben Hamza

Semi-supervised learning (SSL) has proven to be effective at leveraging large-scale unlabeled data to mitigate the dependency on labeled data in order to learn better models for visual recognition and classification task…

Adversarial RobustnessClassificationMulti-class ClassificationTransfer Learning