LUMI: Tokenizer-Agnostic LLM-Based Lossless Image Compression

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Image Processing & Compression · Depth: Expert, medium

Summary

LUMI (LLM-based Unified Model-agnostic lossless Image compression) is a novel framework for lossless RGB image compression that operates independently of traditional text tokenizers. Unlike prior LLM-based methods that convert pixel data into text tokens, LUMI employs a pixel embedding module to map raw intensity and channel information directly into the LLM's continuous embedding space. It integrates intra-patch position encoding to preserve 2D spatial structure and utilizes a 256-way prediction head for native pixel alphabet probabilities. The framework trains only these specific modules, keeping the LLM backbone (e.g., LLaMA, Qwen, Gemma) frozen. Experiments across natural, medical, and remote-sensing image benchmarks demonstrate LUMI's competitive compression rates and enhanced cross-domain robustness compared to tokenizer-based LLM compression baselines.

Key takeaway

For Machine Learning Engineers developing image compression solutions, LUMI offers a robust alternative to tokenizer-dependent methods. If you are seeking to leverage large language models for lossless image compression, consider adopting LUMI's pixel-space adaptation approach. This framework allows you to utilize frozen LLM backbones like LLaMA or Gemma, achieving competitive compression rates and significantly improving cross-domain robustness for diverse image datasets, including medical and remote-sensing.

Key insights

LUMI enables tokenizer-agnostic, LLM-based lossless image compression by directly embedding pixels into the model's continuous space.

Principles

Method

LUMI replaces pixel-as-text tokenization with a pixel embedding module, adds intra-patch position encoding, and uses a 256-way prediction head, training only these components while freezing the LLM backbone.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.