LGDSFeb 18

Steering diffusion models with quadratic rewards: a fine-grained analysis

arXiv:2602.16570v14 citationsh-index: 25
Originality Highly original
AI Analysis

This work addresses the computational tractability of inference-time algorithms for diffusion models, which is crucial for practitioners in machine learning and AI seeking reliable methods for tasks like guided image generation.

The paper tackles the problem of efficiently sampling from reward-tilted diffusion models with quadratic rewards, showing that linear-reward tilts are always efficiently sampleable and providing an efficient algorithm for low-rank positive-definite quadratic tilts, while proving intractability for negative-definite tilts even with rank 1.

Inference-time algorithms are an emerging paradigm in which pre-trained models are used as subroutines to solve downstream tasks. Such algorithms have been proposed for tasks ranging from inverse problems and guided image generation to reasoning. However, the methods currently deployed in practice are heuristics with a variety of failure modes -- and we have very little understanding of when these heuristics can be efficiently improved. In this paper, we consider the task of sampling from a reward-tilted diffusion model -- that is, sampling from $p^{\star}(x) \propto p(x) \exp(r(x))$ -- given a reward function $r$ and pre-trained diffusion oracle for $p$. We provide a fine-grained analysis of the computational tractability of this task for quadratic rewards $r(x) = x^\top A x + b^\top x$. We show that linear-reward tilts are always efficiently sampleable -- a simple result that seems to have gone unnoticed in the literature. We use this as a building block, along with a conceptually new ingredient -- the Hubbard-Stratonovich transform -- to provide an efficient algorithm for sampling from low-rank positive-definite quadratic tilts, i.e. $r(x) = x^\top A x$ where $A$ is positive-definite and of rank $O(1)$. For negative-definite tilts, i.e. $r(x) = - x^\top A x$ where $A$ is positive-definite, we prove that the problem is intractable even if $A$ is of rank 1 (albeit with exponentially-large entries).

Foundations

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

Your Notes