IVCVJun 18, 2025

Privacy-Preserving Chest X-ray Classification in Latent Space with Homomorphically Encrypted Neural Inference

arXiv:2506.15258v21 citationsh-index: 5MICCAI
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in medical imaging for healthcare applications, though it is incremental as it adapts existing methods to improve efficiency in a specific domain.

The study tackled the computational burden of homomorphic encryption for medical image classification by compressing chest X-rays into latent representations with VQGAN, achieving an optimal downsampling factor of eight to balance performance and cost while maintaining strong privacy.

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

Foundations

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

Your Notes