CRLGNov 5, 2021

A methodology for training homomorphicencryption friendly neural networks

arXiv:2111.03362v317 citations
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in regulated industries like healthcare and finance by making neural networks compatible with homomorphic encryption, though it is incremental as it builds on existing HE-friendly training techniques.

The paper tackles the challenge of enabling privacy-preserving deep neural network inference using homomorphic encryption by replacing unsupported ReLU activations with quadratic polynomials, achieving a performance degradation of only 0.32-5.3% compared to ReLU models and a 7% improvement over other HE-friendly methods.

Privacy-preserving deep neural network (DNN) inference is a necessity in different regulated industries such as healthcare, finance and retail. Recently, homomorphic encryption (HE) has been used as a method to enable analytics while addressing privacy concerns. HE enables secure predictions over encrypted data. However, there are several challenges related to the use of HE, including DNN size limitations and the lack of support for some operation types. Most notably, the commonly used ReLU activation is not supported under some HE schemes. We propose a structured methodology to replace ReLU with a quadratic polynomial activation. To address the accuracy degradation issue, we use a pre-trained model that trains another HE-friendly model, using techniques such as trainable activation functions and knowledge distillation. We demonstrate our methodology on the AlexNet architecture, using the chest X-Ray and CT datasets for COVID-19 detection. Experiments using our approach reduced the gap between the F1 score and accuracy of the models trained with ReLU and the HE-friendly model to within a mere 0.32-5.3 percent degradation. We also demonstrate our methodology using the SqueezeNet architecture, for which we observed 7 percent accuracy and F1 improvements over training similar networks with other HE-friendly training methods.

Foundations

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

Your Notes