ROLGMay 30

Coarse-to-Fine Compositional Diffusion for Long-Horizon Planning

arXiv:2606.0083764.7
Predicted impact top 30% in RO · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of diffusion-based generation, CoFi offers a more efficient inference-time method to compose short-horizon priors into long-horizon outputs without expensive iterative refinement.

CoFi improves long-horizon planning by separating global structure formation from local detail refinement in diffusion models, achieving better global coherence and local quality while requiring 2-8x fewer denoiser evaluations across robotic planning, panoramic image generation, and long video generation.

Diffusion models provide strong priors for generating structured data, but many tasks require outputs beyond the scale on which these models are typically trained. Compositional generation addresses this by composing overlapping local plans from a pretrained short-horizon prior into a long-horizon output. However, standard composition primarily enforces agreement between neighboring local plans, yielding local consistency without directly specifying the global structure of the full composition. As a result, locally compatible plans may still form an implausible route, task sequence, or temporal evolution. Existing methods improve global coherence by repeatedly propagating local consistency signals or by adding inference-time optimization, but these procedures become expensive as the number or dimensionality of local plans increases. We propose Coarse-to-Fine Compositional Diffusion (CoFi), an inference-time sampler that separates global structure formation from local detail refinement. CoFi first aligns local denoised estimates around a shared coarse structure, producing a global scaffold that captures the long-range task-level arrangement. It then diffuses this scaffold to an intermediate noise level and denoises it with the same pretrained local prior, restoring local fine structure while preserving the scaffold-induced global coherence. Across long-horizon robotic planning, panoramic image generation, and long video generation, CoFi not only improves both global coherence and local sample quality over prior compositional baselines, but also requires 2-8x fewer denoiser evaluations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes