Privacy-Preserving Chest X-ray Classification in Latent Space with Homomorphically Encrypted Neural Inference
By: Jonghun Kim , Gyeongdeok Jo , Sinyoung Ra and more
Potential Business Impact:
Lets doctors analyze private X-rays safely.
Medical imaging data contain sensitive patient information requiring strong privacy protection. Many analytical setups require data to be sent to a server for inference purposes. Homomorphic encryption (HE) provides a solution by allowing computations to be performed on encrypted data without revealing the original information. However, HE inference is computationally expensive, particularly for large images (e.g., chest X-rays). In this study, we propose an HE inference framework for medical images that uses VQGAN to compress images into latent representations, thereby significantly reducing the computational burden while preserving image quality. We approximate the activation functions with lower-degree polynomials to balance the accuracy and efficiency in compliance with HE requirements. We observed that a downsampling factor of eight for compression achieved an optimal balance between performance and computational cost. We further adapted the squeeze and excitation module, which is known to improve traditional CNNs, to enhance the HE framework. Our method was tested on two chest X-ray datasets for multi-label classification tasks using vanilla CNN backbones. Although HE inference remains relatively slow and introduces minor performance differences compared with unencrypted inference, our approach shows strong potential for practical use in medical images
Similar Papers
PRISM: Privacy-preserving Inference System with Homomorphic Encryption and Modular Activation
Cryptography and Security
Lets computers learn from private data securely.
Design and Optimization of Cloud Native Homomorphic Encryption Workflows for Privacy-Preserving ML Inference
Cryptography and Security
Keeps your private data safe during computer learning.
Privacy-Preserving Federated Vision Transformer Learning Leveraging Lightweight Homomorphic Encryption in Medical AI
CV and Pattern Recognition
Keeps patient data safe while improving medical image analysis.