paper-with-me

홈 › Papers

Private Outsourced Bayesian Optimization

2020-10-24 · Dmitrii Kharkovskii, Zhongxiang Dai, Bryan Kian Hsiang Low

This paper presents the private-outsourced-Gaussian process-upper confidence bound (PO-GP-UCB) algorithm, which is the first algorithm for privacy-preserving Bayesian optimization (BO) in the outsourced setting with a provable performance guarantee. We consider the outsourced setting where the entity holding the dataset and the entity performing BO are represented by different parties, and the dataset cannot be released non-privately. For example, a hospital holds a dataset of sensitive medical records and outsources the BO task on this dataset to an industrial AI company. The key idea of our approach is to make the BO performance of our algorithm similar to that of non-private GP-UCB run using the original dataset, which is achieved by using a random projection-based transformation that preserves both privacy and the pairwise distances between inputs. Our main theoretical contribution is to show that a regret bound similar to that of the standard GP-UCB algorithm can be established for our PO-GP-UCB algorithm. We empirically evaluate the performance of our PO-GP-UCB algorithm with synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2010.12799

Code (1)

Mitan/po-gp-ucb 공식 구현

Tasks

Bayesian OptimizationPrivacy Preserving

Similar Papers 제목 키워드 기반

Outsourced Bayesian Optimization

2020-01-01 · ICML 2020 1 · Dmitrii Kharkovskii, Zhongxiang Dai, Bryan Kian Hsiang Low

This paper presents the outsourced-Gaussian process-upper confidence bound (O-GP-UCB) algorithm, which is the first algorithm for privacy-preserving Bayesian optimization (BO) in the outsourced setting with a provable pe…

Bayesian OptimizationPrivacy Preserving

Decision Tree Classification on Outsourced Data

2016-10-18 · Koray Mancuhan, Chris Clifton

This paper proposes a client-server decision tree learning method for outsourced private data. The privacy model is anatomization/fragmentation: the server sees data values, but the link between sensitive and identifying…

ClassificationGeneral Classification

Prism: Private Verifiable Set Computation over Multi-Owner Outsourced Databases

2021-04-07 · Yin Li, Dhrubajyoti Ghosh, Peeyush Gupta, Sharad Mehrotra 외

This paper proposes Prism, a secret sharing based approach to compute private set operations (i.e., intersection and union), as well as aggregates over outsourced databases belonging to multiple owners. Prism enables dat…

Differentially Private Bayesian Optimization

2015-01-16 · Matt J. Kusner, Jacob R. Gardner, Roman Garnett, Kilian Q. Weinberger

Bayesian optimization is a powerful tool for fine-tuning the hyper-parameters of a wide variety of machine learning models. The success of machine learning has led practitioners in diverse real-world settings to learn cl…

Bayesian OptimizationBIG-bench Machine Learning

Scalable Differentially Private Bayesian Optimization

2025-02-09 · Getoar Sopa, Juraj Marusic, Marco Avella-Medina, John P. Cunningham

In recent years, there has been much work on scaling Bayesian Optimization to high-dimensional problems, for example hyperparameter tuning in large machine learning models. These scalable methods have been successful, fi…

Bayesian Optimization