Joint Lossless Compression and Steganography for Medical Images via Large Language Models
Pengcheng Zheng, Xiaorong Pu, Kecheng Chen, Jiaxin Huang, Meng Yang, Bai Feng, Yazhou Ren, Jianan Jiang, Chaoning Zhang, Yang Yang, Heng Tao Shen
TL;DR
This work addresses the need for secure, efficient lossless compression of medical images by introducing a dual-path framework that partitions data into global and local modalities via adaptive bit-plane slicing. Global information is compactly encoded with a latent-variable path using bits-back coding, while local information is modeled by an LLM-based path that also facilitates integrated, segmented steganography to invisibly embed privacy messages; a visual-prompt mechanism and A-LoRA fine-tuning further boost performance. Across diverse medical datasets, the method achieves state-of-the-art compression (lower $bpp$) with favorable runtimes, while preserving high visual fidelity and enabling secure steganographic embedding. The approach demonstrates practical impact for secure medical data transmission and storage, and points to future work on lightweight LLMs to enable deployment in resource-constrained settings.
Abstract
Recently, large language models (LLMs) have driven promising progress in lossless image compression. However, directly adopting existing paradigms for medical images suffers from an unsatisfactory trade-off between compression performance and efficiency. Moreover, existing LLM-based compressors often overlook the security of the compression process, which is critical in modern medical scenarios. To this end, we propose a novel joint lossless compression and steganography framework. Inspired by bit plane slicing (BPS), we find it feasible to securely embed privacy messages into medical images in an invisible manner. Based on this insight, an adaptive modalities decomposition strategy is first devised to partition the entire image into two segments, providing global and local modalities for subsequent dual-path lossless compression. During this dual-path stage, we innovatively propose a segmented message steganography algorithm within the local modality path to ensure the security of the compression process. Coupled with the proposed anatomical priors-based low-rank adaptation (A-LoRA) fine-tuning strategy, extensive experimental results demonstrate the superiority of our proposed method in terms of compression ratios, efficiency, and security. The source code will be made publicly available.
