LGAICROct 27, 2022

Private and Reliable Neural Network Inference

arXiv:2210.15614v122 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses the need for secure and reliable AI inference for clients, bridging two previously disconnected areas, though it is incremental as it adapts existing techniques.

The paper tackles the problem of combining privacy-preserving neural network inference with reliability guarantees like robustness and fairness, presenting Phoenix, a system that achieves this without prohibitive latencies.

Reliable neural networks (NNs) provide important inference-time reliability guarantees such as fairness and robustness. Complementarily, privacy-preserving NN inference protects the privacy of client data. So far these two emerging areas have been largely disconnected, yet their combination will be increasingly important. In this work, we present the first system which enables privacy-preserving inference on reliable NNs. Our key idea is to design efficient fully homomorphic encryption (FHE) counterparts for the core algorithmic building blocks of randomized smoothing, a state-of-the-art technique for obtaining reliable models. The lack of required control flow in FHE makes this a demanding task, as naïve solutions lead to unacceptable runtime. We employ these building blocks to enable privacy-preserving NN inference with robustness and fairness guarantees in a system called Phoenix. Experimentally, we demonstrate that Phoenix achieves its goals without incurring prohibitive latencies. To our knowledge, this is the first work which bridges the areas of client data privacy and reliability guarantees for NNs.

Code Implementations1 repo
Foundations

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

Your Notes