IVLGMay 17, 2025

Measurement Score-Based Diffusion Model

arXiv:2505.11853v14 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This addresses a practical limitation in applications like medical imaging where clean data is unavailable, though it is an incremental improvement over existing diffusion model frameworks.

The authors tackled the problem of training diffusion models without clean ground-truth images by introducing the Measurement Score-based diffusion Model (MSM), which learns partial measurement scores from noisy, subsampled data and achieves high-quality image generation and inverse problem solving.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes