paper-with-me

Papers

Ouroboros-Spatial: Closing the Data-Model Loop for Spatial Reasoning

2026-06-10 · Enhan Zhao, Wei Wu, Yuanrui Zhang, Xueliang Zhao, Di He arxiv

Spatial reasoning remains a persistent challenge for multimodal large language models (MLLMs). Existing approaches largely rely on large-scale, statically curated datasets, where all training samples are treated uniformly regardless of the model's evolving capabilities. This static paradigm is inherently data-inefficient: training capacity is often spent on samples that are either trivial or overly difficult for the model at its current stage. To address this limitation, we propose Ouroboros-Spatial, a self-evolving training framework in which the model plays dual roles as a proposer and a solver. In each iteration, a frozen proposer generates spatial question-answer (QA) pairs from 3D scene metadata and raw video frames, together with executable code for deriving reliable ground truth. A learnable solver is then fine-tuned on the accepted samples, and its per-sample prediction confidence is used as a difficulty signal. This signal is fed back to the proposer in the next iteration, guiding it to generate questions better matched to the solver's current capabilities. Through this closed-loop design, the training distribution co-evolves with model ability, reducing redundant trivial examples while filtering out ambiguous or uninformative samples with limited learning value. Across six spatial reasoning benchmarks, Ouroboros-Spatial substantially improves Qwen3-VL-4B and Qwen3-VL-8B while using an order of magnitude fewer training examples than recent large-scale curated datasets. On VSI-Bench, it yields absolute gains of 9.9 and 6.8 points for the 4B and 8B models, respectively, enabling both to outperform a wide range of strong open-source and proprietary baselines.

📄 PDF Abstract BibTeX arXiv:2606.11719

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

Closing the Loop: Graph Networks to Unify Semantic Objects and Visual Features for Multi-object Scenes

2022-09-24 · Jonathan J. Y. Kim, Martin Urschler, Patricia J. Riddle, Jörg S. Wicker

In Simultaneous Localization and Mapping (SLAM), Loop Closure Detection (LCD) is essential to minimize drift when recognizing previously visited places. Visual Bag-of-Words (vBoW) has been an LCD algorithm of choice for …

Graph MatchingLoop Closure DetectionSimultaneous Localization and Mapping

Ouroboros: Generating Longer Drafts Phrase by Phrase for Faster Speculative Decoding

2024-02-21 · Weilin Zhao, Yuxiang Huang, Xu Han, Wang Xu 외

Speculative decoding is a widely used method that accelerates the generation process of large language models (LLMs) with no compromise in model performance. It achieves this goal by using an existing smaller model for d…

Text Generation

The Anti-Ouroboros Effect: Emergent Resilience in Large Language Models from Recursive Selective Feedback

2025-09-02 · Sai Teja Reddy Adapala arxiv

The stability of recursively trained large language models (LLMs) is a foundational problem for AI safety. Prevailing theory predicts model collapse, a progressive degradation when models are trained on their own output.…

Closing the loop on multisensory interactions: A neural architecture for multisensory causal inference and recalibration

2018-02-19 · Jonathan Tong, German I. Parisi, Stefan Wermter, Brigitte Röder

When the brain receives input from multiple sensory systems, it is faced with the question of whether it is appropriate to process the inputs in combination, as if they originated from the same event, or separately, as i…

Causal Inference

Scaling Latent Reasoning via Looped Language Models

2025-10-29 · Rui-Jie Zhu, Zixuan Wang, Kai Hua, Tianyu Zhang 외 arxiv

Modern LLMs are trained to "think" primarily via explicit text generation, such as chain-of-thought (CoT), which defers reasoning to post-training and under-leverages pre-training data. We present and open-source Ouro, n…

Text Generation