paper-with-me

Papers

Imagine Before You Predict: Interleaved Latent Visual Reasoning for Video Event Prediction

2026-06-04 · Tianxiang Jiang, Linquan Wu, Sheng Xia, Songze Li, Ziang Yan, Haoyu Yang, Yu Qiao, Yi Wang arxiv

Video event prediction (VEP) requires models to infer unobserved future states from partial video evidence. Existing video MLLMs usually verbalize intermediate future reasoning in text space: once visual evidence is verbalized, fine-grained motion, geometry, and interaction cues can be lost, leading to plausible but visually ungrounded hallucinations. We introduce Future-L1, an interleaved latent visual reasoning framework that lets an MLLM alternate between language tokens and continuous latent visual spans during autoregressive decoding. To train this capability, we construct Future-L1-50K by selecting examples where future visual hints help prediction and align latent states to future-frame embeddings, then further optimize sampled latent trajectories with LA-DAPO, a latent-aware RL objective with outcome-contrastive and temporal-diversity rewards. Future-L1 achieves new state-of-the-art results on both benchmarks: on FutureBench, it improves Qwen3-VL-8B from 61.0 to 85.4 and exceeds the previous best Video-CoE by 10.4 points; on TwiFF-Bench, it improves the average score from 2.44 to 3.04. These results suggest that future-oriented video reasoning benefits from preserving intermediate visual semantics in latent space rather than translating every reasoning step into text.

📄 PDF Abstract BibTeX arXiv:2606.05769

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Reasoning

Similar Papers 제목 키워드 기반

LUT: Latent Utility Training for Visual Reasoning

2026-08-01 · Jiaxuan Kang, Siyu Chen, Mingda Li, Mingjie Liu 외 arxiv

Multimodal large language models have advanced visual understanding, yet perception-intensive reasoning remains challenging. Recent latent visual reasoning methods introduce hidden-space computation before answering, but…

Reinforcement LearningVisual Reasoning

Uni-World VLA: Interleaved World Modeling and Planning for Autonomous Driving

2026-03-28 · Qiqi Liu, Huan Xu, Jingyu Li, Bin Sun 외 arxiv

Autonomous driving requires reasoning about how the environment evolves and planning actions accordingly. Existing world-model-based approaches typically predict future scenes first and plan afterwards, resulting in open…

Trajectory PlanningAutonomous Driving

LatentUM: Unleashing the Potential of Interleaved Cross-Modal Reasoning via a Latent-Space Unified Model

2026-04-02 · Jiachun Jin, Zetong Zhou, Xiao Yang, Hao Zhang 외 arxiv

Unified models (UMs) hold promise for their ability to understand and generate content across heterogeneous modalities. Compared to merely generating visual content, the use of UMs for interleaved cross-modal reasoning i…

Computational Efficiency

DiffImaginE: Imagine to Verify Entity Types with Diffusion

2026-08-04 · Feng Zhang, Feiyu Han, Rongxin Yang, Yang Liu 외 arxiv

Multimodal named entity recognition (MNER) determines whether each candidate span and entity-type hypothesis is supported by joint textual and visual evidence. Existing imagine-and-compare verifiers map each (span, type)…

Reasoning in the Dark: Interleaved Vision-Text Reasoning in Latent Space

2025-10-14 · Chao Chen, Zhixin Ma, Yongqi Li, Yupeng Hu 외 arxiv

Multimodal reasoning aims to enhance the capabilities of MLLMs by incorporating intermediate reasoning steps before reaching the final answer. It has evolved from text-only reasoning to the integration of visual informat…

Multimodal Reasoning