Reasoning with Autoregressive-Diffusion Collaborative Thoughts
Mu Yuan, Liekang Zeng, Guoliang Xing, Lan Zhang, Yunhao Liu
TL;DR
Reasoning with Autoregressive-Diffusion Collaborative Thoughts tackles the mismatch between symbolic planning and spatial grounding by proposing a closed-loop AR-Diffusion framework. It comprises three components—Planner (autoregressive), Simulator (diffusion), and Critic (vision-language)—to perform a Simulate-Critic-Refine cycle that grounds reasoning in pixel-space priors. The key contributions include formalizing this loop, enabling modality-agnostic task execution, and demonstrating improved spatial reasoning and generation controllability over AR-Only and Diffusion-Only baselines, with notable gains in inference efficiency and robustness. This work suggests a scalable path toward robust spatial intelligence by leveraging mutual critique between symbolic planning and perceptual generation, with future extensions to 3D assets, video dynamics, and efficiency improvements.
Abstract
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.
