CRNov 20, 2018

FALCON: A Fourier Transform Based Approach for Fast and Secure Convolutional Neural Network Predictions

arXiv:1811.08257v188 citations
Originality Highly original
AI Analysis

This addresses privacy concerns for clients using machine learning as a service by enabling secure CNN predictions without exposing sensitive data, representing a strong specific gain in the domain of secure machine learning.

The paper tackles the problem of privacy-preserving classification of private images using a server-hosted CNN model, proposing FALCON, a Fourier Transform-based approach that enables efficient linear layer evaluation with fully homomorphic encryption and introduces the first efficient privacy-preserving protocol for the softmax function. Experimental results show that FALCON outperforms prior works in computation and communication costs.

Machine learning as a service has been widely deployed to utilize deep neural network models to provide prediction services. However, this raises privacy concerns since clients need to send sensitive information to servers. In this paper, we focus on the scenario where clients want to classify private images with a convolutional neural network model hosted in the server, while both parties keep their data private. We present FALCON, a fast and secure approach for CNN predictions based on Fourier Transform. Our solution enables linear layers of a CNN model to be evaluated simply and efficiently with fully homomorphic encryption. We also introduce the first efficient and privacy-preserving protocol for softmax function, which is an indispensable component in CNNs and has not yet been evaluated in previous works due to its high complexity. We implemented the FALCON and evaluated the performance on real-world CNN models. The experimental results show that FALCON outperforms the best known works in both computation and communication cost.

Foundations

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

Your Notes