paper-with-me

홈 › Papers

Privacy-Preserving Feature Selection with Secure Multiparty Computation

2021-02-06 · Xiling Li, Rafael Dowsley, Martine De Cock

Existing work on privacy-preserving machine learning with Secure Multiparty Computation (MPC) is almost exclusively focused on model training and on inference with trained models, thereby overlooking the important data pre-processing stage. In this work, we propose the first MPC based protocol for private feature selection based on the filter method, which is independent of model training, and can be used in combination with any MPC protocol to rank features. We propose an efficient feature scoring protocol based on Gini impurity to this end. To demonstrate the feasibility of our approach for practical data science, we perform experiments with the proposed MPC protocols for feature selection in a commonly used machine-learning-as-a-service configuration where computations are outsourced to multiple servers, with semi-honest and with malicious adversaries. Regarding effectiveness, we show that secure feature selection with the proposed protocols improves the accuracy of classifiers on a variety of real-world data sets, without leaking information about the feature values or even which features were selected. Regarding efficiency, we document runtimes ranging from several seconds to an hour for our protocols to finish, depending on the size of the data set and the security settings.

📄 PDF Abstract BibTeX arXiv:2102.03517

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningfeature selectionPrivacy Preserving

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Secure and Privacy-Preserving Vertical Federated Learning

2026-04-15 · Shan Jin, Sai Rahul Rachuri, Yizhen Wang, Anderson C. A. Nascimento 외 arxiv

We propose a novel end-to-end privacy-preserving framework, instantiated by three efficient protocols for different deployment scenarios, covering both input and output privacy, for the vertically split scenario in feder…

Federated Learning

A generic framework for privacy preserving deep learning

2018-11-09 · Theo Ryffel, Andrew Trask, Morten Dahl, Bobby Wagner 외

We detail a new framework for privacy preserving deep learning and discuss its assets. The framework puts a premium on ownership and secure processing of data and introduces a valuable representation based on chains of c…

Deep LearningFederated LearningPrivacy PreservingPrivacy Preserving Deep Learning

Federated Coordinate Descent for Privacy-Preserving Multiparty Linear Regression

2022-09-16 · Xinlin Leng, Chenxu Li, Weifeng Xu, Yuyan Sun 외

Distributed privacy-preserving regression schemes have been developed and extended in various fields, where multiparty collaboratively and privately run optimization algorithms, e.g., Gradient Descent, to learn a set of …

Privacy Preservingregression

Training Differentially Private Models with Secure Multiparty Computation

2022-02-05 · Sikha Pentyala, Davis Railsback, Ricardo Maia, Rafael Dowsley 외

We address the problem of learning a machine learning model from training data that originates at multiple data owners while providing formal privacy guarantees regarding the protection of each owner's data. Existing sol…

Privacy Preserving

Fast Privacy-Preserving Text Classification based on Secure Multiparty Computation

2021-01-18 · Amanda Resende, Davis Railsback, Rafael Dowsley, Anderson C. A. Nascimento 외

We propose a privacy-preserving Naive Bayes classifier and apply it to the problem of private text classification. In this setting, a party (Alice) holds a text message, while another party (Bob) holds a classifier. At t…

ClassificationGeneral ClassificationPrivacy PreservingSpam detection+2