CVMay 18

LatentUMM: Dual Latent Alignment for Unified Multimodal Models

arXiv:2605.1776643.7Has Code
Predicted impact top 3% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers building unified multimodal models, this work provides a method to improve cross-modal consistency without architectural changes, though the gains are incremental over existing UMMs.

LatentUMM addresses functional inconsistency between understanding and generation in unified multimodal models by explicitly aligning the transformations into and out of the shared latent space, achieving consistent improvements in multimodal consistency across diverse architectures.

Unified multimodal models (UMMs) achieve strong performance in both understanding and generation by learning a shared latent space, yet they often exhibit functional inconsistency between these two capabilities. We observe that this issue does not stem from a lack of shared representations, but from the absence of explicit alignment between the transformations that map into and out of the latent space. As a result, generation and re-encoding can follow inconsistent trajectories, leading to semantic drift under modality transitions. In this work, we propose LatentUMM, a framework that constructs an enhanced shared latent space to explicitly align these transformations and improve cross-modal consistency. LatentUMM consists of two stages. First, dual latent alignment enforces consistency at both the modality and capacity levels: cross-modal alignment uses a stronger embedding model to impose structured cross-modal semantics, while dual capacity alignment enforces bidirectional consistency under generation and re-encoding. Second, latent dynamics stabilization improves robustness via stochastic latent rollouts and preference optimization, favoring trajectories that better preserve semantic consistency. Experiments show that LatentUMM consistently improves multimodal consistency across diverse architectures. Code is available at: https://github.com/AIFrontierLab/TorchUMM/tree/main/src/umm/post_training/LatentUMM.

Foundations

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

Your Notes