DP-HyPO: An Adaptive Private Hyperparameter Optimization Framework
Hua Wang, Sheng Gao, Huanyu Zhang, Weijie J. Su, Milan Shen

TL;DR
This paper introduces DP-HyPO, a novel framework for adaptive private hyperparameter optimization that enhances model performance while preserving data privacy, bridging the gap with non-private methods.
Contribution
The paper presents the first adaptive private hyperparameter optimization framework with differential privacy guarantees, addressing a key gap in privacy-preserving machine learning.
Findings
Effective on diverse real-world datasets
Provides differential privacy analysis
Outperforms random hyperparameter selection
Abstract
Hyperparameter optimization, also known as hyperparameter tuning, is a widely recognized technique for improving model performance. Regrettably, when training private ML models, many practitioners often overlook the privacy risks associated with hyperparameter optimization, which could potentially expose sensitive information about the underlying dataset. Currently, the sole existing approach to allow privacy-preserving hyperparameter optimization is to uniformly and randomly select hyperparameters for a number of runs, subsequently reporting the best-performing hyperparameter. In contrast, in non-private settings, practitioners commonly utilize ``adaptive'' hyperparameter optimization methods such as Gaussian process-based optimization, which select the next candidate based on information gathered from previous outputs. This substantial contrast between private and non-private…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Advanced Multi-Objective Optimization Algorithms
