Papers › ILLUME+: Illuminating Unified MLLM with Dual Visual Tokenization and Diffusion Refinement

ILLUME+: Illuminating Unified MLLM with Dual Visual Tokenization and Diffusion Refinement

2 Apr 2025arXiv:2504.01934archive 2025-07-28

Runhui Huang, Chunwei Wang, Junwei Yang, Guansong Lu, Yunlong Yuan, Jianhua Han, Lu Hou, Wei zhang, Lanqing Hong, Hengshuang Zhao, Hang Xu

We present ILLUME+ that leverages dual visual tokenization and a diffusion decoder to improve both deep semantic understanding and high-fidelity image generation. Existing unified models have struggled to simultaneously handle the three fundamental capabilities in a unified model: understanding, generation, and editing. Models like Chameleon and EMU3 utilize VQGAN for image discretization, due to the lack of deep semantic interaction, they lag behind specialist models like LLaVA in visual understanding tasks. To mitigate this, LaViT and ILLUME employ semantic encoders for tokenization, but they struggle with image editing due to poor texture preservation. Meanwhile, Janus series decouples the input and output image representation, limiting their abilities to seamlessly handle interleaved image-text understanding and generation. In contrast, ILLUME+ introduces a unified dual visual tokenizer, DualViTok, which preserves both fine-grained textures and text-aligned semantics while enabling a coarse-to-fine image representation strategy for multimodal understanding and generation. Additionally, we employ a diffusion model as the image detokenizer for enhanced generation quality and efficient super-resolution. ILLUME+ follows a continuous-input, discrete-output scheme within the unified MLLM and adopts a progressive training procedure that supports dynamic resolution across the vision tokenizer, MLLM, and diffusion decoder. This design allows for flexible and efficient context-aware image editing and generation across diverse tasks. ILLUME+ (3B) exhibits competitive performance against existing unified MLLMs and specialized models across multimodal understanding, generation, and editing benchmarks. With its strong performance, ILLUME+ provides a scalable and versatile foundation for future multimodal applications. Project Page: https://illume-unified-mllm.github.io/.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2504.01934")

Code

Syntology Ran 4 of 20 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: community (archive-listed): 20 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

illume-unified-mllm/ILLUME_plus mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 4 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · fixture could not drive it
2ran
16unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from illume-unified-mllm/ILLUME_plus. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

divide_to_patches illume-unified-mllm/ILLUME_plus/ILLUME/illume/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 7e03b180fa317c9a · report
reduce_dict illume-unified-mllm/ILLUME_plus/ILLUME/illume/dist_utils.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 2a3280757ce5a198 · report
resize_and_pad_image illume-unified-mllm/ILLUME_plus/ILLUME/illume/mm_utils.py community (archive-listed) ran Apache-2.0 (permissive) · 468eedeba67f1b00 · report
unpad_image illume-unified-mllm/ILLUME_plus/ILLUME/illume/model/illume_arch.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 55c32993da87759b · report
all_gather illume-unified-mllm/ILLUME_plus/ILLUME/illume/dist_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 1c8d976c39a57c9e · report
calculate_image_token_num illume-unified-mllm/ILLUME_plus/ILLUME/generation_eval/models/inference_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d953291e013c1472 · report
check_image_token_num illume-unified-mllm/ILLUME_plus/ILLUME/app_hf.py community (archive-listed) unverified Apache-2.0 (permissive) · c255b91c2246dc37 · report
get_local_proc_group illume-unified-mllm/ILLUME_plus/ILLUME/illume/dist_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e189d5dad79f682 · report
is_zero3_model illume-unified-mllm/ILLUME_plus/ILLUME/illume/model/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c55a1f7e4549fb3e · report
load_and_merge_config illume-unified-mllm/ILLUME_plus/ILLUME/illume/registry_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 9778219ab71b8d25 · report
load_py_config illume-unified-mllm/ILLUME_plus/ILLUME/illume/registry_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 3e40955600cc6631 · report
load_state_dict_maybe_zero_3 illume-unified-mllm/ILLUME_plus/ILLUME/illume/model/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 14dac797f0c4b233 · report
merge_dicts illume-unified-mllm/ILLUME_plus/ILLUME/illume/registry_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 10f7276899092b15 · report
pad_sequence illume-unified-mllm/ILLUME_plus/ILLUME/app_hf.py community (archive-listed) unverified Apache-2.0 (permissive) · d4d72d2f8ec8ae97 · report
pad_sequence illume-unified-mllm/ILLUME_plus/ILLUME/generation_eval/models/illume.py community (archive-listed) unverified Apache-2.0 (permissive) · 0a6a1f6fb96cd47b · report
parse_interleaved_text_image illume-unified-mllm/ILLUME_plus/ILLUME/generation_eval/models/inference_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c6ccde0b6ee512a0 · report
replace_last illume-unified-mllm/ILLUME_plus/ILLUME/illume/conversation.py community (archive-listed) unverified Apache-2.0 (permissive) · d40f1727de55b957 · report
replace_ratio_tags_in_text illume-unified-mllm/ILLUME_plus/ILLUME/illume/conversation.py community (archive-listed) unverified Apache-2.0 (permissive) · 25c22c3cf79f39b6 · report
replace_sequentially_regex illume-unified-mllm/ILLUME_plus/ILLUME/illume/conversation.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e41538bc082c01f · report
select_best_resolution illume-unified-mllm/ILLUME_plus/ILLUME/illume/mm_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 29d67c6717548a53 · report

Tasks

DecoderImage GenerationImage ReconstructionSuper-ResolutionText-based Image EditingVisual Question Answering

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections