paper-with-me

홈 › Papers

Privacy-Preserving Training of Tree Ensembles over Continuous Data

2021-06-05 · Samuel Adams, Chaitali Choudhary, Martine De Cock, Rafael Dowsley, David Melanson, Anderson C. A. Nascimento, Davis Railsback, Jianwei Shen

Most existing Secure Multi-Party Computation (MPC) protocols for privacy-preserving training of decision trees over distributed data assume that the features are categorical. In real-life applications, features are often numerical. The standard `in the clear'' algorithm to grow decision trees on data with continuous values requires sorting of training examples for each feature in the quest for an optimal cut-point in the range of feature values in each node. Sorting is an expensive operation in MPC, hence finding secure protocols that avoid such an expensive step is a relevant problem in privacy-preserving machine learning. In this paper we propose three more efficient alternatives for secure training of decision tree based models on data with continuous features, namely: (1) secure discretization of the data, followed by secure training of a decision tree over the discretized data; (2) secure discretization of the data, followed by secure training of a random forest over the discretized data; and (3) secure training of extremely randomized trees (`extra-trees'') on the original data. Approaches (2) and (3) both involve randomizing feature choices. In addition, in approach (3) cut-points are chosen randomly as well, thereby alleviating the need to sort or to discretize the data up front. We implemented all proposed solutions in the semi-honest setting with additive secret sharing based MPC. In addition to mathematically proving that all proposed approaches are correct and secure, we experimentally evaluated and compared them in terms of classification accuracy and runtime. We privately train tree ensembles over data sets with 1000s of instances or features in a few minutes, with accuracies that are at par with those obtained in the clear. This makes our solution orders of magnitude more efficient than the existing approaches, which are based on oblivious sorting.

📄 PDF Abstract BibTeX arXiv:2106.02769

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Fed-EINI: An Efficient and Interpretable Inference Framework for Decision Tree Ensembles in Federated Learning

2021-05-20 · Xiaolin Chen, Shuai Zhou, Bei guan, Kai Yang 외

The increasing concerns about data privacy and security drive an emerging field of studying privacy-preserving machine learning from isolated data sources, i.e., federated learning. A class of federated learning, vertica…

BIG-bench Machine LearningFederated LearningPrivacy PreservingVertical Federated Learning

Privacy-Preserving Classification of Personal Text Messages with Secure Multi-Party Computation

2019-12-01 · NeurIPS 2019 12 · Devin Reich, Ariel Todoki, Rafael Dowsley, Martine De Cock 외

Classification of personal text messages has many useful applications in surveillance, e-commerce, and mental health care, to name a few. Giving applications access to personal texts can easily lead to (un)intentional pr…

ClassificationGeneral ClassificationPrivacy Preservingtext-classification+1

Private Deep Learning with Teacher Ensembles

2019-06-05 · Lichao Sun, Yingbo Zhou, Ji Wang, Jia Li 외

Privacy-preserving deep learning is crucial for deploying deep neural network based solutions, especially when the model works on data that contains sensitive information. Most privacy-preserving methods lead to undesira…

Deep LearningEnsemble LearningKnowledge DistillationPrivacy Preserving+1

Privacy-Preserving Classification of Personal Text Messages with Secure Multi-Party Computation: An Application to Hate-Speech Detection

2019-06-05 · Devin Reich, Ariel Todoki, Rafael Dowsley, Martine De Cock 외

Classification of personal text messages has many useful applications in surveillance, e-commerce, and mental health care, to name a few. Giving applications access to personal texts can easily lead to (un)intentional pr…

ClassificationGeneral ClassificationHate Speech DetectionPrivacy Preserving+2

SoK: Privacy-Preserving Collaborative Tree-based Model Learning

2021-03-16 · Sylvain Chatel, Apostolos Pyrgelis, Juan Ramon Troncoso-Pastoriza, Jean-Pierre Hubaux

Tree-based models are among the most efficient machine learning techniques for data mining nowadays due to their accuracy, interpretability, and simplicity. The recent orthogonal needs for more data and privacy protectio…

BIG-bench Machine LearningmodelPrivacy Preserving