ArXiv

Hierarchical Denoising For Multi-Step Visual Reasoning

Authors
Zezhong Qian, Xiaowei Chi, Chak-Wing Mak...
Categories
cs.CV
arXiv
https://arxiv.org/abs/2607.15278v1
PDF
https://arxiv.org/pdf/2607.15278v1

Brief

Hierarchical Denoising for Visual Reasoning (HDR) integrates tree-structured video latents and a sparse hierarchical attention pattern (SHAP) into causal video generation to perform coarse-to-fine multi-step reasoning before streaming output. On a six-task, level-stratified benchmark HDR improves success and progress markedly versus streaming autoregressive baselines, runs at 0.70 s/latent, and shows strong low-data robustness. Summary is based on the paper abstract.

Why it matters

HDR (Hierarchical Denoising for Visual Reasoning) uses tree-structured video latents and a sparse hierarchical attention pattern (SHAP) to enable coarse-to-fine, multi-step visual reasoning; evaluated on a level-stratified benchmark covering six tasks: maze navigation, Tower of Hanoi, one-line drawing, sliding puzzle, Sokoban, and water pouring.

Key details

  • Against streaming autoregressive diffusion baselines, HDR raises success from 34.22 to 60.29 (a 76.2% relative gain) and increases average progress from 76.00 to 89.56.
  • HDR maintains low-latency streaming at 0.70 seconds per latent (54.2× faster than bidirectional diffusion) and retains 82.9% of full-data performance using only 2% training data, compared with 52.0% retention for bidirectional diffusion.
Source evidence

Abstract

Video models are evolving into vision foundation models, yet they still lack human-like multi-step reasoning. Streaming autoregressive diffusion models are efficient but limited in reasoning, while bidirectional diffusion enables global revision with high inference costs due to dense frame-level denoising. Both paradigms struggle to achieve logical consistency and low-latency streaming for complex reasoning tasks. We propose HDR (Hierarchical Denoising for Visual Reasoning), a unified framework that integrates hierarchical latents into causal video generation for multi-step reasoning. HDR organizes video latents into a tree-structured hierarchy, enabling coarse-to-fine reasoning before streaming output. Coarse denoising layers preserve uncertain hypotheses for global planning, while finer layers progressively refine them into concrete visual states. A sparse hierarchical attention pattern (SHAP) further reduces temporal attention costs. We introduce a level-stratified multi-step video reasoning benchmark with out-of-distribution cases, covering six tasks: maze navigation, Tower of Hanoi, one-line drawing, sliding puzzle, Sokoban, and water pouring. Compared with streaming autoregressive diffusion baselines, HDR improves success from 34.22 to 60.29 (76.2% relative gain) and increases average progress from 76.00 to 89.56, demonstrating more consistent reasoning trajectories. HDR maintains low-latency streaming at 0.70 seconds per latent, achieving 54.2 times faster inference than bidirectional diffusion. It also retains 82.9% of full-data performance with only 2% training data, compared with 52.0% for bidirectional diffusion. Real-world robot experiments further demonstrate HDR's potential for physical interaction and world modeling. Project demo: https://hierarchical-diffusion-reasoning.github.io/.