CVIVAug 11, 2020

Key-Nets: Optical Transformation Convolutional Networks for Privacy Preserving Vision Sensors

arXiv:2008.04469v25 citations
AI Analysis

This addresses privacy concerns in vision sensors for applications like surveillance or personal devices, offering a practical solution with optical homomorphic encryption.

The paper tackles the problem of privacy leakage in vision sensors by introducing key-nets, which pair convolutional networks with custom sensors that apply optical transformations for encrypted inference, showing it avoids utility/privacy tradeoffs in tasks like face identification and object detection.

Modern cameras are not designed with computer vision or machine learning as the target application. There is a need for a new class of vision sensors that are privacy preserving by design, that do not leak private information and collect only the information necessary for a target machine learning task. In this paper, we introduce key-nets, which are convolutional networks paired with a custom vision sensor which applies an optical/analog transform such that the key-net can perform exact encrypted inference on this transformed image, but the image is not interpretable by a human or any other key-net. We provide five sufficient conditions for an optical transformation suitable for a key-net, and show that generalized stochastic matrices (e.g. scale, bias and fractional pixel shuffling) satisfy these conditions. We motivate the key-net by showing that without it there is a utility/privacy tradeoff for a network fine-tuned directly on optically transformed images for face identification and object detection. Finally, we show that a key-net is equivalent to homomorphic encryption using a Hill cipher, with an upper bound on memory and runtime that scales quadratically with a user specified privacy parameter. Therefore, the key-net is the first practical, efficient and privacy preserving vision sensor based on optical homomorphic encryption.

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