paper-with-me

홈 › Papers

Optimizing for the Shortest Path in Denoising Diffusion Model

2025-03-05 · CVPR 2025 1 · Ping Chen, Xingpeng Zhang, Zhaoxiang Liu, Huan Hu, Xiang Liu, Kai Wang, Min Wang, Yanlin Qian, Shiguo Lian

In this research, we propose a novel denoising diffusion model based on shortest-path modeling that optimizes residual propagation to enhance both denoising efficiency and quality.Drawing on Denoising Diffusion Implicit Models (DDIM) and insights from graph theory, our model, termed the Shortest Path Diffusion Model (ShortDF), treats the denoising process as a shortest-path problem aimed at minimizing reconstruction error. By optimizing the initial residuals, we improve the efficiency of the reverse diffusion process and the quality of the generated samples.Extensive experiments on multiple standard benchmarks demonstrate that ShortDF significantly reduces diffusion time (or steps) while enhancing the visual fidelity of generated samples compared to prior arts.This work, we suppose, paves the way for interactive diffusion-based applications and establishes a foundation for rapid data generation. Code is available at https://github.com/UnicomAI/ShortDF.

📄 PDF Abstract BibTeX arXiv:2503.03265

Code (1)

unicomai/shortdf 공식 구현 pytorch

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Image generation with shortest path diffusion

2023-06-01 · Ayan Das, Stathi Fotiadis, Anil Batra, Farhang Nabiei 외

The field of image generation has made significant progress thanks to the introduction of Diffusion Models, which learn to progressively reverse a given image corruption. Recently, a few studies introduced alternative wa…

DeblurringImage Generation

Geodesic Diffusion Models for Medical Image-to-Image Generation

2025-03-02 · Teng Zhang, Hongxu Jiang, Kuang Gong, Wei Shao

Diffusion models transform an unknown data distribution into a Gaussian prior by progressively adding noise until the data become indistinguishable from pure noise. This stochastic process traces a path in probability sp…

DenoisingImage DenoisingImage GenerationImage Super-Resolution+1

A spectrum of routing strategies for brain networks

2018-03-22

Communication of signals among nodes in a complex network poses fundamental problems of efficiency and cost. Routing of messages along shortest paths requires global information about the topology, while spreading by dif…

EntroPath: Maximum Entropy Path Ensemble Embedding for Manifold Learning

2026-07-07 · Przemysław Rola arxiv

We introduce EntroPath, a manifold learning method that recovers geodesic geometry from data graphs through ensembles of diffusion paths. Many existing graph-based embeddings rely either on locally normalised random walk…

Optimizing Decoding Paths in Masked Diffusion Models by Quantifying Uncertainty

2025-12-24 · Ziyu Chen, Xinbei Jiang, Peng Sun, Tao Lin arxiv

Masked Diffusion Models (MDMs) offer flexible, non-autoregressive generation, but this freedom introduces a challenge: final output quality is highly sensitive to the decoding order. We are the first to formalize this is…