LGJun 20, 2024

Active Diffusion Subsampling

arXiv:2406.14388v28 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of reducing data acquisition costs in applications like imaging or sensing, offering an interpretable and flexible method, though it appears incremental as it builds on existing diffusion model techniques.

The paper tackles the problem of designing intelligent subsampling masks to estimate fully-sampled signals from partial measurements by proposing Active Diffusion Subsampling (ADS), which uses guided diffusion to actively select measurements with maximum expected entropy, ultimately producing the posterior distribution without requiring task-specific retraining.

Subsampling is commonly used to mitigate costs associated with data acquisition, such as time or energy requirements, motivating the development of algorithms for estimating the fully-sampled signal of interest $x$ from partially observed measurements $y$. In maximum entropy sampling, one selects measurement locations that are expected to have the highest entropy, so as to minimize uncertainty about $x$. This approach relies on an accurate model of the posterior distribution over future measurements, given the measurements observed so far. Recently, diffusion models have been shown to produce high-quality posterior samples of high-dimensional signals using guided diffusion. In this work, we propose Active Diffusion Subsampling (ADS), a method for designing intelligent subsampling masks using guided diffusion in which the model tracks a distribution of beliefs over the true state of $x$ throughout the reverse diffusion process, progressively decreasing its uncertainty by actively choosing to acquire measurements with maximum expected entropy, ultimately producing the posterior distribution $p(x \mid y)$. ADS can be applied using pre-trained diffusion models for any subsampling rate, and does not require task-specific retraining - just the specification of a measurement model. Furthermore, the maximum entropy sampling policy employed by ADS is interpretable, enhancing transparency relative to existing methods using black-box policies. Code is available at https://active-diffusion-subsampling.github.io/.

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