paper-with-me

Papers

Measurement Score-Based Diffusion Model

2025-05-17 · Chicago Y. Park, Shirin Shoushtari, Hongyu An, Ulugbek S. Kamilov

Diffusion models are widely used in applications ranging from image generation to inverse problems. However, training diffusion models typically requires clean ground-truth images, which are unavailable in many applications. We introduce the Measurement Score-based diffusion Model (MSM), a novel framework that learns partial measurement scores using only noisy and subsampled measurements. MSM models the distribution of full measurements as an expectation over partial scores induced by randomized subsampling. To make the MSM representation computationally efficient, we also develop a stochastic sampling algorithm that generates full images by using a randomly selected subset of partial scores at each step. We additionally propose a new posterior sampling method for solving inverse problems that reconstructs images using these partial scores. We provide a theoretical analysis that bounds the Kullback-Leibler divergence between the distributions induced by full and stochastic sampling, establishing the accuracy of the proposed algorithm. We demonstrate the effectiveness of MSM on natural images and multi-coil MRI, showing that it can generate high-quality images and solve inverse problems -- all without access to clean training data. Code is available at https://github.com/wustl-cig/MSM.

📄 PDF Abstract BibTeX arXiv:2505.11853

Code (1)

wustl-cig/msm 공식 구현 pytorch

Tasks

Image Generationmodel

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 제목 키워드 기반

Measurement Score-Based MRI Reconstruction with Automatic Coil Sensitivity Estimation

2025-09-22 · Tingjun Liu, Chicago Y. Park, Yuyang Hu, Hongyu An 외 arxiv

Diffusion-based inverse problem solvers (DIS) have recently shown outstanding performance in compressed-sensing parallel MRI reconstruction by combining diffusion priors with physical measurement models. However, they ty…

Self-Supervised LearningMRI Reconstruction

Closed-form conditional diffusion models for data assimilation

2026-03-22 · Brianna Binder, Agnimitra Dasgupta, Assad Oberai arxiv

We propose closed-form conditional diffusion models for data assimilation. Diffusion models use data to learn the score function (defined as the gradient of the log-probability density of a data distribution), allowing t…

Density Estimation

Conditional score-based diffusion models for solving inverse problems in mechanics

2024-06-19 · Agnimitra Dasgupta, Harisankar Ramaswamy, Javier Murgoitio-Esandi, Ken Foo 외

We propose a framework to perform Bayesian inference using conditional score-based diffusion models to solve a class of inverse problems in mechanics involving the inference of a specimen's spatially varying material pro…

Bayesian Inference

Score-Based Diffusion Models as Principled Priors for Inverse Imaging

2023-04-23 · ICCV 2023 1 · Berthy T. Feng, Jamie Smith, Michael Rubinstein, Huiwen Chang 외

Priors are essential for reconstructing images from noisy and/or incomplete measurements. The choice of the prior determines both the quality and uncertainty of recovered images. We propose turning score-based diffusion …

DeblurringDenoisingVariational Inference

Unsupervised Detection of Distribution Shift in Inverse Problems using Diffusion Models

2025-05-16 · Shirin Shoushtari, Edward P. Chandler, M. Salman Asif, Ulugbek S. Kamilov

Diffusion models are widely used as priors in imaging inverse problems. However, their performance often degrades under distribution shifts between the training and test-time images. Existing methods for identifying and …