Semi-supervised knowledge transfer for deep learning from private training data
Summary
OpenAI presents PATE (Private Aggregation of Teacher Ensembles), a privacy-preserving approach that trains a student model on noisy outputs from multiple teacher models trained on disjoint datasets, providing strong differential privacy guarantees without exposing sensitive training data.
View Cached Full Text
Cached at: 04/20/26, 02:56 PM
Similar Articles
@BetaMoroney: Getting Around Privacy Issues With Split Learning https://forbes.com/sites/johnwerner/2026/07/24/getting-around-privacy…
Forbes article explains split learning, a technique that enables AI models to train on sensitive data without exposing raw data, improving privacy compliance and reducing communication costs.
Scaling Model-Generated Distillation Data Can Make Latent Teacher Traits More Recoverable
This paper demonstrates that scaling up off-task model-generated distillation data can amplify latent teacher traits in students, even when the data appears benign, suggesting the need for trait-aware curation in AI training.
Unlearning with Asymmetric Sources: Improved Unlearning-Utility Trade-off with Public Data
This paper introduces Asymmetric Langevin Unlearning (ALU), a framework that leverages public data to improve the privacy-utility trade-off in machine unlearning. It demonstrates that ALU reduces unlearning costs and enables mass unlearning while maintaining high model utility.
Towards the Next Frontier of LLMs, Training on Private Data: A Cross-Domain Benchmark for Federated Fine-Tuning
This paper presents a cross-domain benchmark for federated fine-tuning of large language models on private data, evaluating LoRA, QLoRA, and IA3 strategies on healthcare and finance datasets. Results show federated fine-tuning approaches centralized performance and outperforms isolated learning, supporting its viability for adapting LLMs when data cannot be shared.
Privacy Without Regret: Differentially Private Inference-Time Alignment
This paper introduces Private Best-of-N (PrivBoN) and Private Inference-Time Pessimism (PrivITP) methods that add calibrated noise to reward scores in inference-time alignment to achieve differential privacy and mitigate reward hashing, with minimal additional alignment cost.