paper-with-me

Papers

LLMZip: Lossless Text Compression using Large Language Models

2023-06-06 · Chandra Shekhara Kaushik Valmeekam, Krishna Narayanan, Dileep Kalathil, Jean-Francois Chamberland, Srinivas Shakkottai

We provide new estimates of an asymptotic upper bound on the entropy of English using the large language model LLaMA-7B as a predictor for the next token given a window of past tokens. This estimate is significantly smaller than currently available estimates in \cite{cover1978convergent}, \cite{lutati2023focus}. A natural byproduct is an algorithm for lossless compression of English text which combines the prediction from the large language model with a lossless compression scheme. Preliminary results from limited experiments suggest that our scheme outperforms state-of-the-art text compression schemes such as BSC, ZPAQ, and paq8h.

📄 PDF Abstract BibTeX arXiv:2306.04050

Code (2)

vcskaushik/LLMzip 공식 구현 pytorch
erika-n/GPTzip pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelText Compression

Similar Papers 제목 키워드 기반

FineZip : Pushing the Limits of Large Language Models for Practical Lossless Text Compression

2024-09-25 · Fazal Mittu, Yihuan Bu, Akshat Gupta, Ashok Devireddy 외

While the language modeling objective has been shown to be deeply connected with compression, it is surprising that modern LLMs are not employed in practical text compression systems. In this paper, we provide an in-dept…

Language ModelingLanguage ModellingMemorizationText Compression

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

Large Language Model for Lossless Image Compression with Visual Prompts

2025-02-22 · Junhao Du, Chuqin Zhou, Ning Cao, Gang Chen 외

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…

Image CompressionLanguage ModelingLanguage ModellingLarge Language Model

Lossless data compression by large models

2024-06-24 · Ziguang Li, Chao Huang, Xuliang Wang, Haibo Hu 외

Modern data compression methods are slowly reaching their limits after 80 years of research, millions of papers, and wide range of applications. Yet, the extravagant 6G communication speed requirement raises a major open…

Data 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