paper-with-me

Papers

Accelerating Diffusion Models for Inverse Problems through Shortcut Sampling

2023-05-26 · Gongye Liu, Haoze Sun, Jiayi Li, Fei Yin, Yujiu Yang

Diffusion models have recently demonstrated an impressive ability to address inverse problems in an unsupervised manner. While existing methods primarily focus on modifying the posterior sampling process, the potential of the forward process remains largely unexplored. In this work, we propose Shortcut Sampling for Diffusion(SSD), a novel approach for solving inverse problems in a zero-shot manner. Instead of initiating from random noise, the core concept of SSD is to find a specific transitional state that bridges the measurement image y and the restored image x. By utilizing the shortcut path of "input - transitional state - output", SSD can achieve precise restoration with fewer steps. To derive the transitional state during the forward process, we introduce Distortion Adaptive Inversion. Moreover, we apply back projection as additional consistency constraints during the generation process. Experimentally, we demonstrate SSD's effectiveness on multiple representative IR tasks. Our method achieves competitive results with only 30 NFEs compared to state-of-the-art zero-shot methods(100 NFEs) and outperforms them with 100 NFEs in certain tasks. Code is available at https://github.com/GongyeLiu/SSD

📄 PDF Abstract BibTeX arXiv:2305.16965

Code (1)

gongyeliu/ssd 공식 구현 pytorch

Tasks

ColorizationDeblurringSuper-Resolution

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Come-Closer-Diffuse-Faster: Accelerating Conditional Diffusion Models for Inverse Problems through Stochastic Contraction

2021-12-09 · CVPR 2022 1 · Hyungjin Chung, Byeongsu Sim, Jong Chul Ye

Diffusion models have recently attained significant interest within the community owing to their strong performance as generative models. Furthermore, its application to inverse problems have demonstrated state-of-the-ar…

compressed sensingImage InpaintingSuper-Resolution

Enhancing and Accelerating Diffusion-Based Inverse Problem Solving through Measurements Optimization

2024-12-05 · Tianyu Chen, Zhendong Wang, Mingyuan Zhou

Diffusion models have recently demonstrated notable success in solving inverse problems. However, current diffusion model-based solutions typically require a large number of function evaluations (NFEs) to generate high-q…

Accelerating Video Inverse Problem Solvers with Autoregressive Diffusion Models

2026-05-20 · Taesung Kwon, Jonghyun Park, Hyungjin Chung, Jong Chul Ye arxiv

Diffusion models provide powerful priors for zero-shot video inverse problems, but their real-time deployment is hindered by two inefficiencies: high initial latency caused by holistic video restoration, and low throughp…

Video Restoration

Grounding Driving VLA via Inverse Kinematics

2026-05-20 · Junsung Park, Hyunjung Shim arxiv

Existing Driving VLAs predict trajectories while largely ignoring their visual tokens -- a phenomenon we trace not to insufficient training but to a structurally ill-posed task formulation. We show that trajectory recove…

Trajectory PlanningVisual Grounding

Decomposed Diffusion Sampler for Accelerating Large-Scale Inverse Problems

2023-03-10 · Hyungjin Chung, Suhyeon Lee, Jong Chul Ye

Krylov subspace, which is generated by multiplying a given vector by the matrix of a linear transformation and its successive powers, has been extensively studied in classical optimization literature to design algorithms…

CT ReconstructionMRI Reconstructionsubspace methods