Learned Image Compression and Restoration for Digital Pathology
SeonYeong Lee, EonSeung Seong, DongEon Lee, SiYeoul Lee, Yubin Cho, Chunsu Park, Seonho Kim, MinKyung Seo, YoungSin Ko, MinWoo Kim
TL;DR
Digital pathology WSIs pose extreme storage and transmission challenges. CLERIC tackles this with a pathology-tailored LIC framework that combines a learnable lifting scheme to separate frequency bands, two-branch encoders, deformable and recurrent residual blocks, and MEM++ entropy modeling, all optimized via rate-distortion loss: L = R(ŷ) + R ˆz + λ D(x, x̂). The approach demonstrates superior rate-distortion performance over state-of-the-art LIC methods and traditional codecs on both in-house and open pathology datasets, while preserving fine tissue structures essential for diagnostics. This work offers practical implications for data management, long-term storage, and seamless integration into clinical workflows and AI-assisted pathology systems, with potential extensions to raw data evaluation and real-time visualization.
Abstract
Digital pathology images play a crucial role in medical diagnostics, but their ultra-high resolution and large file sizes pose significant challenges for storage, transmission, and real-time visualization. To address these issues, we propose CLERIC, a novel deep learning-based image compression framework designed specifically for whole slide images (WSIs). CLERIC integrates a learnable lifting scheme and advanced convolutional techniques to enhance compression efficiency while preserving critical pathological details. Our framework employs a lifting-scheme transform in the analysis stage to decompose images into low- and high-frequency components, enabling more structured latent representations. These components are processed through parallel encoders incorporating Deformable Residual Blocks (DRB) and Recurrent Residual Blocks (R2B) to improve feature extraction and spatial adaptability. The synthesis stage applies an inverse lifting transform for effective image reconstruction, ensuring high-fidelity restoration of fine-grained tissue structures. We evaluate CLERIC on a digital pathology image dataset and compare its performance against state-of-the-art learned image compression (LIC) models. Experimental results demonstrate that CLERIC achieves superior rate-distortion (RD) performance, significantly reducing storage requirements while maintaining high diagnostic image quality. Our study highlights the potential of deep learning-based compression in digital pathology, facilitating efficient data management and long-term storage while ensuring seamless integration into clinical workflows and AI-assisted diagnostic systems. Code and models are available at: https://github.com/pnu-amilab/CLERIC.
