LGAICVJan 27

Privacy-Preserving Model Transcription with Differentially Private Synthetic Distillation

arXiv:2601.19090v1h-index: 5IEEE Trans Pattern Anal Mach Intell
Originality Highly original
AI Analysis

This addresses privacy risks for users deploying models on private datasets, offering a novel solution with strong empirical results.

The paper tackles the problem of privacy leakage from deep learning models by proposing a data-free model-to-model conversion method that guarantees differential privacy, resulting in a transcribed student model with good performance and privacy protection, and outperforming 26 state-of-the-art methods in experiments.

While many deep learning models trained on private datasets have been deployed in various practical tasks, they may pose a privacy leakage risk as attackers could recover informative data or label knowledge from models. In this work, we present \emph{privacy-preserving model transcription}, a data-free model-to-model conversion solution to facilitate model deployment with a privacy guarantee. To this end, we propose a cooperative-competitive learning approach termed \emph{differentially private synthetic distillation} that learns to convert a pretrained model (teacher) into its privacy-preserving counterpart (student) via a trainable generator without access to private data. The learning collaborates with three players in a unified framework and performs alternate optimization: i)~the generator is learned to generate synthetic data, ii)~the teacher and student accept the synthetic data and compute differential private labels by flexible data or label noisy perturbation, and iii)~the student is updated with noisy labels and the generator is updated by taking the student as a discriminator for adversarial training. We theoretically prove that our approach can guarantee differential privacy and convergence. The transcribed student has good performance and privacy protection, while the resulting generator can generate private synthetic data for downstream tasks. Extensive experiments clearly demonstrate that our approach outperforms 26 state-of-the-arts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes