Publications

カンファレンス (国際) Homomorphic Encryption-Friendly Privacy-Preserving Partitioning Algorithm for Differential Privacy

Shojiro Ushiyama (Waseda University), Tsubasa Takahashi, Masashi Kudo (Waseda University), Hayato Yamana (Waseda University)

2022 IEEE International Conference on Big Data (IEEE Big Data 2022)

2022.12.17

This study addresses the privacy problems of data provided by multiple data owners for range query processing on the cloud. Although existing methods preserve data privacy against the cloud or data analysts who receive query responses, protecting data privacy from both remains a challenge. Combining differential privacy (DP) and homomorphic encryption (HE) to construct differentially private outputs over encrypted raw data is a promising way to avoid data privacy leakage to the cloud with encryption while protecting data privacy from data analysts with DP. Although DP adopts several partitioning algorithms to achieve small noise, partitioning cannot be executed once the data is encrypted. In this paper, we propose a new HE-friendly privacy-preserving partitioning algorithm satisfying DP. Although HE enables operations over encrypted data, the execution time of such primitive arithmetic operations is approximately 10 9 times slower than without encryption. Therefore, it is mandatory to reduce the calculation complexity. The proposed partitioning method, which only compares every next-to-each-other data to merge, achieves O(n) calculation complexity, where n is the domain size of the input histograms, whereas the greedy algorithm requires O(2n). The experimental evaluation showed that the execution time of the proposed algorithm for 4,096-domain-size data was approximately 4 h and 35 min, which was acceptable when creating a data summary for the range query processing system and not targeting on-the-fly adoption of DP. Additionally, we confirmed that the accuracy of the proposed algorithm was equivalent to that of the state-of-the-art partitioning algorithm.

Paper : Homomorphic Encryption-Friendly Privacy-Preserving Partitioning Algorithm for Differential Privacy新しいタブまたはウィンドウで開く (外部サイト)