AI Navigate

Coarse-Guided Visual Generation via Weighted h-Transform Sampling

arXiv cs.CV / 3/13/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces a training-free method for coarse-guided visual generation by applying the h-transform to diffusion sampling, adding a drift term to steer the process toward fine samples.
  • It modifies the transition probabilities at each sampling timestep and uses a noise-level-aware schedule to gradually de-weight the guidance as error increases, balancing adherence to guidance with high-quality synthesis.
  • Unlike prior training-free approaches, the method does not require knowing a forward (fine-to-coarse) transformation operator, broadening applicability to image and video generation tasks.
  • Extensive experiments demonstrate the method's effectiveness and generalization across diverse visual generation tasks, validating its robustness and practicality.

Abstract

Coarse-guided visual generation, which synthesizes fine visual samples from degraded or low-fidelity coarse references, is essential for various real-world applications. While training-based approaches are effective, they are inherently limited by high training costs and restricted generalization due to paired data collection. Accordingly, recent training-free works propose to leverage pretrained diffusion models and incorporate guidance during the sampling process. However, these training-free methods either require knowing the forward (fine-to-coarse) transformation operator, e.g., bicubic downsampling, or are difficult to balance between guidance and synthetic quality. To address these challenges, we propose a novel guided method by using the h-transform, a tool that can constrain stochastic processes (e.g., sampling process) under desired conditions. Specifically, we modify the transition probability at each sampling timestep by adding to the original differential equation with a drift function, which approximately steers the generation toward the ideal fine sample. To address unavoidable approximation errors, we introduce a noise-level-aware schedule that gradually de-weights the term as the error increases, ensuring both guidance adherence and high-quality synthesis. Extensive experiments across diverse image and video generation tasks demonstrate the effectiveness and generalization of our method.