paper-with-me

Papers

An Ensemble Teacher-Student Learning Approach with Poisson Sub-sampling to Differential Privacy Preserving Speech Recognition

2022-10-12 · Chao-Han Huck Yang, Jun Qi, Sabato Marco Siniscalchi, Chin-Hui Lee

We propose an ensemble learning framework with Poisson sub-sampling to effectively train a collection of teacher models to issue some differential privacy (DP) guarantee for training data. Through boosting under DP, a student model derived from the training data suffers little model degradation from the models trained with no privacy protection. Our proposed solution leverages upon two mechanisms, namely: (i) a privacy budget amplification via Poisson sub-sampling to train a target prediction model that requires less noise to achieve a same level of privacy budget, and (ii) a combination of the sub-sampling technique and an ensemble teacher-student learning framework that introduces DP-preserving noise at the output of the teacher models and transfers DP-preserving properties via noisy labels. Privacy-preserving student models are then trained with the noisy labels to learn the knowledge with DP-protection from the teacher model ensemble. Experimental evidences on spoken command recognition and continuous speech recognition of Mandarin speech show that our proposed framework greatly outperforms existing DP-preserving algorithms in both speech processing tasks.

📄 PDF Abstract BibTeX arXiv:2210.06382

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningPrivacy Preservingspeech-recognitionSpeech RecognitionSpoken Command Recognition

Similar Papers 제목 키워드 기반

Scalable Differentially Private Data Generation via Private Aggregation of Teacher Ensembles

2019-09-25 · Yunhui Long, Suxin Lin, Zhuolin Yang, Carl A. Gunter 외

We present a novel approach named G-PATE for training differentially private data generator. The generator can be used to produce synthetic datasets with strong privacy guarantee while preserving high data utility. Our a…

Knowledge Distillation via Weighted Ensemble of Teaching Assistants

2022-06-23 · Durga Prasad Ganta, Himel Das Gupta, Victor S. Sheng

Knowledge distillation in machine learning is the process of transferring knowledge from a large model called the teacher to a smaller model called the student. Knowledge distillation is one of the techniques to compress…

Ensemble LearningKnowledge Distillation

Towards domain generalisation in ASR with elitist sampling and ensemble knowledge distillation

2023-03-01 · Rehan Ahmad, Md Asif Jalal, Muhammad Umar Farooq, Anna Ollerenshaw 외

Knowledge distillation has widely been used for model compression and domain adaptation for speech applications. In the presence of multiple teachers, knowledge can easily be transferred to the student by averaging the m…

Domain AdaptationKnowledge DistillationModel Compression

Near-Zero-Cost Differentially Private Deep Learning with Teacher Ensembles

2019-09-25 · Lichao Sun, Yingbo Zhou, Jia Li, Richard Socher 외

Ensuring the privacy of sensitive data used to train modern machine learning models is of paramount importance in many areas of practice. One approach to study these concerns is through the lens of differential privacy. …

Deep Learning

On the Fairness Impacts of Private Ensembles Models

2023-05-19 · Cuong Tran, Ferdinando Fioretto

The Private Aggregation of Teacher Ensembles (PATE) is a machine learning framework that enables the creation of private models through the combination of multiple "teacher" models and a "student" model. The student mode…

Fairness