Illuminating Unified Multimodal Model for Free-form Interleaved Text-Image Generation
Abstract Overview
ILLUME-X is a unified multimodal model designed for free-form interleaved text-image generation, where text and images can appear in arbitrary sequences. The paper attributes its approach to three main components: a curated 100K-sample interleaved training pipeline, a progressive training strategy with self-adaptive objectives for variable-length multimodal token sequences, and a dedicated evaluation framework called ILScore. Architecturally, the model uses a shared-transformer design with modality-specific processing and an interleaved attention mechanism to jointly support text generation, image synthesis, and modality transitions. The experiments evaluate both interleaved generation and standard text-to-image generation, with comparisons against prior unified models and selected commercial or agent-based systems.
Novelty
The paper’s main distinction is its attempt to treat free-form N-to-M interleaved text-image generation as a unified modeling problem supported by coordinated advances in data curation, training, and evaluation. It also introduces ILScore, a metric specifically structured to assess interleaved sequences across image-text alignment, single-image quality, sequence consistency, and text quality.
Results
On ISG-Bench, ILLUME-X reports an average score of 6.26, which the authors describe as state-of-the-art among unified models and equal to the agent-based ISG-AGENT system. Under the proposed ILScore, it achieves the highest overall aggregate score of 5.34, narrowly above Emu 3.5 at 5.33. The model also reports strong text-to-image results, including 0.85 overall on GenEval and 86.38 overall on DPG-Bench, while using significantly less inference time per image than Emu 3.5.
Key Points
- ILLUME-X combines a 100K-sample interleaved data curation pipeline with progressive multimodal training to improve free-form text-image sequence generation.
- The method introduces interleaved attention and classifier-free guidance adaptations to handle arbitrary modality transitions within a unified transformer framework.
- The evaluation contribution, ILScore, is designed to measure interleaved generation more comprehensively than prior benchmark protocols, and experiments show competitive or leading performance on both interleaved and text-to-image benchmarks.
References
- arXiv: https://arxiv.org/abs/2606.30054v1
- Fugu-MT: https://fugumt.com/fugumt/paper_check/2606.30054v1
- Hugging Face Papers: https://huggingface.co/papers/2606.30054
- GitHub: https://github.com/ChonghuinanWang/ILLUME-X