CVMar 16

HYDRA: Unifying Multi-modal Generation and Understanding via Representation-Harmonized Tokenization

arXiv:2603.1522899.1h-index: 12
AI Analysis

This addresses the problem of information coherence and optimization conflicts in unified multimodal models for AI researchers, representing a novel method rather than an incremental improvement.

The paper tackles the challenge of unifying multi-modal generation and understanding by introducing HYDRA-TOK, a representation-harmonized pure ViT that transitions from generation to understanding via a bottleneck, resulting in state-of-the-art performance with metrics like rFID 0.08 and an average 10.0-point improvement on understanding benchmarks.

Unified Multimodal Models struggle to bridge the fundamental gap between the abstract representations needed for visual understanding and the detailed primitives required for generation. Existing approaches typically compromise by employing decoupled encoders, stacking representation encoder atop VAEs, or utilizing discrete quantization. However, these methods often disrupt information coherence and lead to optimization conflicts. To this end, we introduce HYDRA-TOK, a representation-harmonized pure ViT in the insight that visual modeling should evolve from generation to understanding. HYDRA-TOK reformulates the standard backbone into a progressive learner that transitions from a Gen-ViT, which captures structure-preserving primitives, to a Sem-ViT for semantic encoding. Crucially, this transition is mediated by a Generation-Semantic Bottleneck (GSB), which compresses features into a low-dimensional space to filter noise for robust synthesis, then restores dimensionality to empower complex semantic comprehension. Built upon this foundation, we present HYDRA, a native unified framework integrating perception and generation within a single parameter space. Extensive experiments establish HYDRA as a new state-of-the-art. It sets a benchmark in visual reconstruction (rFID 0.08) and achieves top-tier generation performance on GenEval (0.86), DPG-Bench (86.4), and WISE (0.53), while simultaneously outperforming previous native UMMs by an average of 10.0 points across eight challenging understanding benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes