← Latest papers
🤖 machine learning

A More Word-like Image Tokenization for MLLMs

This paper proposes Disentangled Visual Tokenization (DiVT), a novel method that clusters image patch embeddings into coherent semantic units and dynamically adjusts token budgets based on image complexity, enabling multimodal large language models to process visual inputs more efficiently and compatibly with significantly reduced memory and latency costs.

Original authors: Hyun Lee, Hyemin Jeong, Yejin Kim, Hyungwook Choi, Hyunsoo Cho, Soo Kyung Kim, Joonseok Lee

Published 2026-05-19
📖 4 min read☕ Coffee break read

Original authors: Hyun Lee, Hyemin Jeong, Yejin Kim, Hyungwook Choi, Hyunsoo Cho, Soo Kyung Kim, Joonseok Lee

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a brilliant but very literal robot (a Large Language Model) how to "see" pictures. Currently, the way we do this is a bit clumsy.

The Problem: The "Grid" vs. The "Story"

Think of a standard digital photo as a giant grid of tiny squares (pixels). Right now, when we feed a photo to a robot, we chop the image into fixed-size squares (like a checkerboard) and hand the robot a long, boring list of these squares.

  • The Robot's Perspective: The robot is used to reading words. Words are distinct, meaningful units (like "cat," "run," or "blue").
  • The Current Method: The robot is forced to read a long, repetitive list of "square-1," "square-2," "square-3," even if those squares are all just empty sky or part of the same wall.
  • The Result: The robot gets overwhelmed by a flood of redundant, confusing data. It's like trying to describe a beautiful painting by listing the color of every single brick in the frame, rather than saying "a red rose." This wastes the robot's memory and makes it slow.

The Solution: DiVT (Disentangled Visual Tokenization)

The authors of this paper propose a new method called DiVT. Instead of chopping the image into a rigid grid, DiVT acts like a smart editor that looks at the picture and says, "Okay, what are the actual important things here?"

Here is how it works, using a simple analogy:

1. The "Grouping" Game (Clustering)
Imagine you have a messy room full of scattered toys.

  • Old Way: You pick up every single toy one by one and put it in a box, regardless of whether it's a Lego, a doll, or a sock. You end up with 500 tiny boxes.
  • DiVT Way: You look at the toys and group them by what they are. You put all the Legos in one pile, all the dolls in another, and the socks in a third. You only create a "token" (a box) for each distinct group.
    • If the room is empty, you only make a few boxes.
    • If the room is full of complex toys, you make more boxes.
    • The Magic: The number of boxes automatically adjusts to how "busy" the room is.

2. The "Smart Summary" (Token Formulation)
Once the groups are made, DiVT doesn't just dump the toys in the box. It creates a single, perfect summary for each group.

  • Instead of sending the robot 500 patches of a "cat's fur," it sends one token that says "cat."
  • Instead of sending 100 patches of "blue sky," it sends one token that says "sky."
  • Crucially, it keeps the tiny, unique details (like a small bird in the corner) as their own separate tokens, so nothing important is lost.

3. The "Volume Knob" (Granularity Control)
The researchers added a special knob (called a threshold) that lets you decide how detailed you want the summary to be.

  • Turn it up: You get very detailed descriptions (many small groups), which is great for complex images but uses more memory.
  • Turn it down: You get broad summaries (fewer, larger groups), which is super fast and saves memory.
  • The Best Part: You can turn this knob after the robot is already trained. You don't need to re-teach the robot; you just change the setting to fit your needs.

Why This Matters (The Results)

The paper tested this new method on many different tasks, from answering questions about pictures to describing scenes.

  • Speed and Efficiency: DiVT achieved the same (or even better) results as the old methods while using significantly fewer tokens. In some tests, it used less than 1/10th of the data the old method needed.
  • Less Confusion: Because the tokens represent actual concepts (like "a cup" or "a tree") rather than random grid squares, the robot understands the image much better.
  • No Retraining Needed: You can use this method with different types of cameras (vision encoders) and different robot brains (LLMs) without having to rebuild the whole system.

The Bottom Line

The paper claims that by treating images more like a story (grouping meaningful concepts) rather than a spreadsheet (rigid grid squares), we can make AI vision faster, cheaper, and smarter. It's like switching from reading a book letter-by-letter to reading it word-by-word.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →