paper-with-me

Papers

Self-diffusion for Solving Inverse Problems

2025-10-24 · Guanxiong Luo, Shoujin Huang, Yanlong Yang arxiv

We propose self-diffusion, a novel framework for solving inverse problems without relying on pretrained generative models. Traditional diffusion-based approaches require training a model on a clean dataset to learn to reverse the forward noising process. This model is then used to sample clean solutions -- corresponding to posterior sampling from a Bayesian perspective -- that are consistent with the observed data under a specific task. In contrast, self-diffusion introduces a self-contained iterative process that alternates between noising and denoising steps to progressively refine its estimate of the solution. At each step of self-diffusion, noise is added to the current estimate, and a self-denoiser, which is a single untrained convolutional network randomly initialized from scratch, is continuously trained for certain iterations via a data fidelity loss to predict the solution from the noisy estimate. Essentially, self-diffusion exploits the spectral bias of neural networks and modulates it through a scheduled noise process. Without relying on pretrained score functions or external denoisers, this approach still remains adaptive to arbitrary forward operators and noisy observations, making it highly flexible and broadly applicable. We demonstrate the effectiveness of our approach on a variety of linear inverse problems, showing that self-diffusion achieves competitive or superior performance compared to other methods.

📄 PDF Abstract BibTeX arXiv:2510.21417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Warped Diffusion: Solving Video Inverse Problems with Image Diffusion Models

2024-10-21 · Giannis Daras, Weili Nie, Karsten Kreis, Alex Dimakis 외

Using image models naively for solving inverse video problems often suffers from flickering, texture-sticking, and temporal inconsistency in generated videos. To tackle these problems, in this paper, we view frames as co…

Super-ResolutionVideo InpaintingVideo Super-Resolution

Solving Inverse Problems with Latent Diffusion Models via Hard Data Consistency

2023-07-16 · Bowen Song, Soo Min Kwon, Zecheng Zhang, Xinyu Hu 외

Diffusion models have recently emerged as powerful generative priors for solving inverse problems. However, training diffusion models in the pixel space are both data-intensive and computationally demanding, which restri…

Decoder

G2D2: Gradient-guided Discrete Diffusion for image inverse problem solving

2024-10-09 · Naoki Murata, Chieh-Hsin Lai, Yuhta Takida, Toshimitsu Uesaka 외

Recent literature has effectively utilized diffusion models trained on continuous variables as priors for solving inverse problems. Notably, discrete diffusion models with discrete latent codes have shown strong performa…

Image GenerationMotion Generation

Laplace-fPINNs: Laplace-based fractional physics-informed neural networks for solving forward and inverse problems of subdiffusion

2023-04-03 · Xiong-bin Yan, Zhi-Qin John Xu, Zheng Ma

The use of Physics-informed neural networks (PINNs) has shown promise in solving forward and inverse problems of fractional diffusion equations. However, due to the fact that automatic differentiation is not applicable f…

Training-free Linear Image Inverses via Flows

2023-09-25 · Ashwini Pokle, Matthew J. Muckley, Ricky T. Q. Chen, Brian Karrer

Solving inverse problems without any training involves using a pretrained generative model and making appropriate modifications to the generation process to avoid finetuning of the generative model. While recent methods …