InfoTok: Information-Theoretic Regularization for Capacity-Constrained Shared Visual Tokenization in Unified MLLMs
This paper proposes InfoTok, an information-theoretic regularization framework based on the Information Bottleneck principle that optimizes shared visual tokenization in unified multimodal large language models by enforcing mutual information constraints to balance compression and task relevance, thereby improving both image understanding and generation without requiring additional training data.
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
The Big Picture: The "Swiss Army Knife" Problem
Imagine you are building a Swiss Army Knife that is supposed to be the ultimate tool for two very different jobs:
- The Detective: It needs to look at a crime scene photo and figure out what happened (Understanding).
- The Artist: It needs to look at a description and draw a brand new picture from scratch (Generation).
In the world of AI, these "Swiss Army Knives" are called Unified Multimodal Large Language Models (MLLMs). They try to do both jobs using a single set of "visual tokens" (digital building blocks that represent images).
The Problem:
The "Detective" job cares about the meaning (e.g., "That's a cat sitting on a mat"). The "Artist" job cares about the details (e.g., the exact shade of fur, the texture of the mat, the lighting).
Currently, these models are like a chef trying to cook a delicate soufflé and a heavy stew in the same pot at the same time. The result is often a mess: the model either forgets the details (bad art) or gets confused by the meaning (bad detective work). Existing solutions try to fix this by building two separate pots (two different encoders), but that makes the kitchen (the computer architecture) huge and complicated.
The Solution: InfoTok (The "Smart Filter")
The authors of this paper propose a new method called InfoTok. Instead of building a bigger pot, they put a smart filter in the existing one.
Think of the visual tokenizer as a bottleneck or a choke point. It has to squeeze a massive, high-definition image (millions of pixels) into a tiny, limited number of "tokens" (like a few sentences of text) that the AI brain can process.
The Old Way:
The old models tried to squeeze everything through the bottleneck. They kept the important meaning, but they also kept a lot of useless "noise" (random pixel variations, background static). This wasted space, leaving no room for the fine details needed for drawing.
The InfoTok Way:
InfoTok acts like a strict bouncer at a club. It uses a rule called the Information Bottleneck Principle.
- The Rule: "You can only bring in information that is useful for the party (the task). If it's just random noise or redundant details, you have to leave it at the door."
How InfoTok Works (The Three Rules)
InfoTok teaches the AI to squeeze the image through the bottleneck by following three specific rules:
Be Compact (The "Packing" Rule):
- Analogy: Imagine you are packing a suitcase for a trip, but the suitcase is tiny. You can't bring your whole wardrobe. You must throw away the socks you don't need and the extra shoes.
- In AI: InfoTok forces the AI to delete "high-entropy" noise (random pixel chaos) so the tokens stay small and efficient.
Be Sufficient (The "Survival" Rule):
- Analogy: Even though your suitcase is small, you must keep the passport and the ticket. If you throw those away, you can't travel.
- In AI: The AI must keep the "meaning" (for the Detective) and the "visual cues" (for the Artist). It can't throw away the stuff that makes the image recognizable or drawable.
Be Aligned (The "Translation" Rule):
- Analogy: If you are packing for a trip with a friend who speaks a different language, you need to make sure your packing list matches their expectations.
- In AI: The visual tokens must "speak the same language" as the text tokens. This ensures the AI understands that the word "dog" matches the picture of a dog, making the whole system work smoothly.
The Secret Sauce: The "Bouncer's Notebook"
How does the AI know what to keep and what to throw away? The paper uses a mathematical concept called Mutual Information.
Imagine the AI has a Bouncer's Notebook.
- It asks: "How much does this specific pixel tell me about the final answer?"
- If the pixel is just random static, the notebook says: "Zero. Throw it out."
- If the pixel is part of a cat's ear, the notebook says: "High value. Keep it!"
The paper introduces a way to calculate this "value" without needing a supercomputer to do impossible math. They use two practical tools (called VIB and HSIC) that act like a "value meter" to measure how much useful information is passing through the bottleneck.
The Results: A Better Knife, No New Parts
The authors tested this "Smart Filter" on three different AI models. They didn't add new data or change the hardware. They just applied the InfoTok filter.
The Outcome:
- Better Detective Work: The models got much better at answering questions about images.
- Better Art: The models got much better at drawing images that followed instructions (e.g., "Draw a red car next to a blue dog").
- The Magic: The models became more balanced. They didn't have to choose between being a good detective or a good artist; they became great at both.
Summary in One Sentence
InfoTok is a smart "bouncer" for AI image processing that forces the model to throw away useless visual noise and keep only the most important, reusable information, allowing a single AI to be both a brilliant detective and a talented artist without needing extra hardware.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.