paper-with-me

Papers

Large Language Model for Lossless Image Compression with Visual Prompts

2025-02-22 · Junhao Du, Chuqin Zhou, Ning Cao, Gang Chen, Yunuo Chen, Zhengxue Cheng, Li Song, Guo Lu, Wenjun Zhang

Recent advancements in deep learning have driven significant progress in lossless image compression. With the emergence of Large Language Models (LLMs), preliminary attempts have been made to leverage the extensive prior knowledge embedded in these pretrained models to enhance lossless image compression, particularly by improving the entropy model. However, a significant challenge remains in bridging the gap between the textual prior knowledge within LLMs and lossless image compression. To tackle this challenge and unlock the potential of LLMs, this paper introduces a novel paradigm for lossless image compression that incorporates LLMs with visual prompts. Specifically, we first generate a lossy reconstruction of the input image as visual prompts, from which we extract features to serve as visual embeddings for the LLM. The residual between the original image and the lossy reconstruction is then fed into the LLM along with these visual embeddings, enabling the LLM to function as an entropy model to predict the probability distribution of the residual. Extensive experiments on multiple benchmark datasets demonstrate our method achieves state-of-the-art compression performance, surpassing both traditional and learning-based lossless image codecs. Furthermore, our approach can be easily extended to images from other domains, such as medical and screen content images, achieving impressive performance. These results highlight the potential of LLMs for lossless image compression and may inspire further research in related directions.

📄 PDF Abstract BibTeX arXiv:2502.16163

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Large Language Models for Lossless Image Compression: Next-Pixel Prediction in Language Space is All You Need

2024-11-19 · Kecheng Chen, Pingping Zhang, Hui Liu, Jie Liu 외

We have recently witnessed that ``Intelligence" and `` Compression" are the two sides of the same coin, where the language large model (LLM) with unprecedented intelligence is a general-purpose lossless compressor for va…

AllAttributeImage Compression

Joint Lossless Compression and Steganography for Medical Images via Large Language Models

2025-08-03 · Pengcheng Zheng, Xiaorong Pu, Kecheng Chen, Jiaxin Huang 외 arxiv

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 compr…

Image Compression

LUMI: Tokenizer-Agnostic LLM-Based Lossless Image Compression

2026-07-09 · Chris Xing Tian, Chengkai Wu, Ziyu Wang, Rongqun Lin 외 arxiv

Large language model (LLM)-based lossless image compression methods typically represent pixel data through the native text interface of a pretrained model, converting pixel values into token sequences that the LLM proces…

Image Compression

Reversible Colour Density Compression of Images using cGANs

2021-06-19 · Arun Jose, Abraham Francis

Image compression using colour densities is historically impractical to decompress losslessly. We examine the use of conditional generative adversarial networks in making this transformation more feasible, through learni…

Image Compression

HiLLoC: Lossless Image Compression with Hierarchical Latent Variable Models

2019-12-20 · ICLR 2020 1 · James Townsend, Thomas Bird, Julius Kunze, David Barber

We make the following striking observation: fully convolutional VAE models trained on 32x32 ImageNet can generalize well, not just to 64x64 but also to far larger photographs, with no changes to the model. We use this pr…

Image Compression