paper-with-me

홈 › 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 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 O-GP-UCB algorithm. We empirically evaluate the performance of our O-GP-UCB algorithm with synthetic and real-world datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationPrivacy Preserving

Similar 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 pr…

Bayesian OptimizationPrivacy Preserving

Disguised-Nets: Image Disguising for Privacy-preserving Outsourced Deep Learning

2019-02-05 · Sagar Sharma, Keke Chen

Deep learning model developers often use cloud GPU resources to experiment with large data and models that need expensive setups. However, this practice raises privacy concerns. Adversaries may be interested in: 1) perso…

Deep LearningGPUimage-classificationImage Classification+2

Partitioned Data Security on Outsourced Sensitive and Non-sensitive Data

2018-12-20 · Sharad Mehrotra, Shantanu Sharma, Jeffrey D. Ullman, Anurag Mishra

Despite extensive research on cryptography, secure and efficient query processing over outsourced data remains an open challenge. This paper continues along the emerging trend in secure data processing that recognizes th…

Semantic, Efficient, and Secure Search over Encrypted Cloud Data

2020-02-24 · Fateh Boucenna

Companies and individuals demand more and more storage space and computing power. For this purpose, several new technologies have been designed and implemented, such as the cloud computing. This technology provides its u…

Cloud Computing

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