paper-with-me

Papers

Reasoning with Autoregressive-Diffusion Collaborative Thoughts

2026-02-02 · Mu Yuan, Liekang Zeng, Guoliang Xing, Lan Zhang, Yunhao Liu arxiv

Autoregressive and diffusion models represent two complementary generative paradigms. Autoregressive models excel at sequential planning and constraint composition, yet struggle with tasks that require explicit spatial or physical grounding. Diffusion models, in contrast, capture rich spatial structure through high-dimensional generation, but lack the stepwise logical control needed to satisfy complex, multi-stage constraints or to reliably identify and correct errors. We introduce Collaborative Thoughts, a unified collaborative framework that enables autoregressive and diffusion models to reason and generate jointly through a closed-loop interaction. In Collaborative Thoughts, autoregressive models perform structured planning and constraint management, diffusion models instantiate these constraints as intermediate visual thoughts, and a vision-based critic module evaluates whether the visual thoughts satisfy the intended structural and physical requirements. This feedback is then used to iteratively refine subsequent planning and generation steps, mitigating error propagation across modalities. Importantly, Collaborative Thoughts uses the same collaborative loop regardless of whether the task is autoregressive question answering or diffusion-based visual generation. Through representative examples, we illustrate how Collaborative Thoughts can improve the reliability of spatial reasoning and the controllability of generation.

📄 PDF Abstract BibTeX arXiv:2602.01608

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringSpatial Reasoning

Similar Papers 제목 키워드 기반

Diffuse Thinking: Exploring Diffusion Language Models as Efficient Thought Proposers for Reasoning

2025-10-31 · Chenyang Shao, Sijian Ren, Fengli Xu, Yong Li arxiv

In recent years, large language models (LLMs) have witnessed remarkable advancements, with the test-time scaling law consistently enhancing the reasoning capabilities. Through systematic evaluation and exploration of a d…

Diffusion of Thoughts: Chain-of-Thought Reasoning in Diffusion Language Models

2024-02-12 · Jiacheng Ye, Shansan Gong, Liheng Chen, Lin Zheng 외

Recently, diffusion models have garnered significant interest in the field of text processing due to their many potential advantages compared to conventional autoregressive models. In this work, we propose Diffusion-of-T…

Language ModelingLanguage ModellingMath

SwimBird: Eliciting Switchable Reasoning Mode in Hybrid Autoregressive MLLMs

2026-02-05 · Jintao Tong, Shilin Yan, Hongwei Xue, Xiaojun Tang 외 arxiv

Multimodal Large Language Models (MLLMs) have made remarkable progress in multimodal perception and reasoning by bridging vision and language. However, most existing MLLMs perform reasoning primarily with textual CoT, wh…

Multimodal ReasoningLogical Reasoning

HybridVLA: Collaborative Diffusion and Autoregression in a Unified Vision-Language-Action Model

2025-03-13 · Jiaming Liu, Hao Chen, Pengju An, Zhuoyang Liu 외

Recent advancements in vision-language models (VLMs) for common-sense reasoning have led to the development of vision-language-action (VLA) models, enabling robots to perform generalized manipulation. Although existing a…

Common Sense ReasoningDenoisingLarge Language ModelVision-Language-Action

Unlocking the Working Memory of Large Language Models for Latent Reasoning

2026-05-28 · Lukas Aichberger, Sepp Hochreiter arxiv

To improve the reasoning capabilities of large language models, test-time compute is typically scaled by generating intermediate tokens before the final answer. However, this couples reasoning to autoregressive generatio…