CROct 8, 2018

Fully Homomorphic Image Processing

arXiv:1810.03249v15 citations
Originality Synthesis-oriented
AI Analysis

This addresses privacy concerns for users outsourcing image processing to cloud services, but it is incremental as it applies existing encryption methods to specific image tasks.

The paper tackled the problem of processing sensitive images on third-party cloud services by implementing fully homomorphic encryption for JPEG encoding/decoding and image resizing, achieving reasonable overhead while preserving data secrecy.

Fully homomorphic encryption has allowed devices to outsource computation to third parties while preserving the secrecy of the data being computed on. Many images contain sensitive information and are commonly sent to cloud services to encode images for different devices. We implement image processing homomorphically that ensures secrecy of the image while also providing reasonable overhead. We first present some previous related work, as well as the fully homomorphic encryption scheme we use. Then, we introduce our schemes for JPEG encoding and decoding, as well as schemes for bilinear and bicubic image resizing, as well as some data and analysis of our homomorphic schemes. Finally, we outline several issues with the homomorphic evaluation of proprietary algorithms, and how a third party can gain information on the algorithm through noise.

Code Implementations2 repos
Foundations

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

Your Notes