Noise-Adaptive Diffusion Sampling for Inverse Problems Without Task-Specific Tuning

arXiv cs.LG / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper proposes Noise-space Hamiltonian Monte Carlo (N-HMC), a method that performs posterior sampling for inverse problems by treating reverse diffusion as a deterministic mapping from initial noise to clean images.
  • By moving inference entirely into the initial-noise space, N-HMC aims to enable broad exploration of the solution space and avoid issues like local minima and noise overfitting common in optimization-based diffusion pipelines.
  • The approach keeps proposals on the learned data manifold, and it addresses difficulties in enforcing measurement consistency during denoising that can otherwise cause manifold infeasibility.
  • The authors further introduce a noise-adaptive variant (NA-NHMC) designed to handle inverse problems when the noise type and noise level are unknown.
  • Experiments on four linear and three nonlinear inverse problems show that NA-NHMC achieves better reconstruction quality and more robust performance across hyperparameters and initializations than recent state-of-the-art methods, with code released on GitHub.

Abstract

Diffusion models (DMs) have recently shown remarkable performance on inverse problems (IPs). Optimization-based methods can fast solve IPs using DMs as powerful regularizers, but they are susceptible to local minima and noise overfitting. Although DMs can provide strong priors for Bayesian approaches, enforcing measurement consistency during the denoising process leads to manifold infeasibility issues. We propose Noise-space Hamiltonian Monte Carlo (N-HMC), a posterior sampling method that treats reverse diffusion as a deterministic mapping from initial noise to clean images. N-HMC enables comprehensive exploration of the solution space, avoiding local optima. By moving inference entirely into the initial-noise space, N-HMC keeps proposals on the learned data manifold. We provide a comprehensive theoretical analysis of our approach and extend the framework to a noise-adaptive variant (NA-NHMC) that effectively handles IPs with unknown noise type and level. Extensive experiments across four linear and three nonlinear inverse problems demonstrate that NA-NHMC achieves superior reconstruction quality with robust performance across different hyperparameters and initializations, significantly outperforming recent state-of-the-art methods. The code is available at https://github.com/NA-HMC/NA-HMC.