LGAICROct 2, 2023

Artemis: HE-Aware Training for Efficient Privacy-Preserving Machine Learning

arXiv:2310.01664v1h-index: 39
Originality Incremental advance
AI Analysis

This work addresses the practical deployment of privacy-preserving ML for applications requiring secure data processing, though it is incremental as it builds on existing HE-aware pruning methods.

The paper tackles the high computational cost of privacy-preserving machine learning using homomorphic encryption by proposing Artemis, a DNN pruning technique that reduces rotation operations in HE convolution, achieving a 1.2-6x improvement in efficiency for models like ResNet18 across three datasets.

Privacy-Preserving ML (PPML) based on Homomorphic Encryption (HE) is a promising foundational privacy technology. Making it more practical requires lowering its computational cost, especially, in handling modern large deep neural networks. Model compression via pruning is highly effective in conventional plaintext ML but cannot be effectively applied to HE-PPML as is. We propose Artemis, a highly effective DNN pruning technique for HE-based inference. We judiciously investigate two HE-aware pruning strategies (positional and diagonal) to reduce the number of Rotation operations, which dominate compute time in HE convolution. We find that Pareto-optimal solutions are based fully on diagonal pruning. Artemis' benefits come from coupling DNN training, driven by a novel group Lasso regularization objective, with pruning to maximize HE-specific cost reduction (dominated by the Rotation operations). We show that Artemis improves on prior HE-oriented pruning and can achieve a 1.2-6x improvement when targeting modern convolutional models (ResNet18 and ResNet18) across three datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes