首页 > AI前沿 > Uni-LaDiR: Latent Diffusion Unifies Multimodal Reasoning

Uni-LaDiR: Latent Diffusion Unifies Multimodal Reasoning

arXiv机器学习 2026-09-17 16:28 3 阅读 查看原文

Multimodal reasoning requires models to draw on information from multiple modalities throughout the reasoning process.

Yet existing methods often concatenate modality-specific thought tokens in a single sequence, leaving the model to bridge representational differences as it reasons across modalities.

We introduce Uni-LaDiR (Unified Latent Diffusion Reasoner), a framework that brings these thoughts into a shared latent space for reasoning.

A unified encoder maps teacher reasoning steps from different modalities into shared thought tokens, trained to preserve the information needed for later reasoning steps and the final answer or action.

Because the same context can support multiple valid next steps, we use diffusion to predict the next block of thought tokens from the input and preceding blocks.

Jointly training the encoder and diffusion reasoner with shared model weights encourages thought tokens to be both useful for the task and predictable from the available context.

At inference, the model generates these tokens without teacher observations.

Across eleven vision-language model (VLM) benchmarks and two vision-language-action (VLA) suites, Uni-LaDiR achieves relative gains over the strongest evaluated baselines of 7.3% on visual reasoning tasks and 6.1% on robot manipulation tasks.