English

Privacy-Preserving Feature Selection with Fully Homomorphic Encryption

Cryptography and Security 2023-03-02 v3

Abstract

For the feature selection problem, we propose an efficient privacy-preserving algorithm. Let DD, FF, and CC be data, feature, and class sets, respectively, where the feature value x(Fi)x(F_i) and the class label x(C)x(C) are given for each xDx\in D and FiFF_i \in F. For a triple (D,F,C)(D,F,C), the feature selection problem is to find a consistent and minimal subset FFF' \subseteq F, where `consistent' means that, for any x,yDx,y\in D, x(C)=y(C)x(C)=y(C) if x(Fi)=y(Fi)x(F_i)=y(F_i) for FiFF_i\in F', and `minimal' means that any proper subset of FF' is no longer consistent. On distributed datasets, we consider feature selection as a privacy-preserving problem: Assume that semi-honest parties A\textsf A and B\textsf B have their own personal DAD_{\textsf A} and DBD_{\textsf B}. The goal is to solve the feature selection problem for DADBD_{\textsf A}\cup D_{\textsf B} without revealing their privacy. In this paper, we propose a secure and efficient algorithm based on fully homomorphic encryption, and we implement our algorithm to show its effectiveness for various practical data. The proposed algorithm is the first one that can directly simulate the CWC (Combination of Weakest Components) algorithm on ciphertext, which is one of the best performers for the feature selection problem on the plaintext.

Keywords

Cite

@article{arxiv.2110.05088,
  title  = {Privacy-Preserving Feature Selection with Fully Homomorphic Encryption},
  author = {Shinji Ono and Jun Takata and Masaharu Kataoka and Tomohiro I and Kilho Shin and Hiroshi Sakamoto},
  journal= {arXiv preprint arXiv:2110.05088},
  year   = {2023}
}

Comments

14 pages

R2 v1 2026-06-24T06:47:06.685Z