Privacy-Preserving High-Resolution Image Gradient Computation Based on Fully Homomorphic Encryption

2026-06-02Cryptography and Security

Cryptography and Security
AI summary

The authors focus on improving privacy-safe processing of large, high-resolution images using homomorphic encryption (HE), which lets computers work on encrypted pictures without seeing the actual images. They split big images into smaller pieces to keep encryption settings manageable and speed up operations by processing these pieces in parallel. They also introduce new techniques to make image filtering faster and improve how edge detection (using the Sobel operator) works on encrypted data. Their methods help reduce the usual heavy computation involved in privacy-preserving large image processing.

homomorphic encryptionprivacy-preservinghigh-resolution imagesimage convolutionSobel operatorpolynomial approximationbootstrappingciphertextgradient calculationencrypted computation
Authors
Yufei Zhou
Abstract
With growing emphasis on privacy protection, homomorphic encryption (HE) has emerged as a core method for privacy-preserving image processing, as it enables operations directly on encrypted data. However, existing research predominantly focuses on low-resolution image processing, and techniques for privacy-preserving high-resolution image processing remain underexplored. As the image size increases, the HE parameters must be adjusted accordingly, and directly applying existing methods can lead to significant computational overhead. In this work, we propose a multi-ciphertext privacy-preserving framework for large images, enabling efficient image encryption and computation under the semi-honest model. Specifically, we divide the large image into multiple sub-images, which allows us to maintain smaller HE parameters and reduce key size. By parallel processing the sub-image ciphertexts and introducing a new bootstrapping placement strategy, we significantly reduce encryption overhead and enhance user experience. On the server side, we optimize the large image convolution operation through a repeated packing technique and implement the Sobel operator computation based on HE. To improve gradient direction calculation for the Sobel operator, we introduce a new polynomial approximation method for the reciprocal function based on the sign function, which can be applied to other HE-based protocols.