Discrete Feynman-Kac Correctors
Mohsin Hasan, Viktor Ohanesian, Artem Gazizov, Yoshua Bengio, Alán Aspuru-Guzik, Roberto Bondesan, Marta Skreta, Kirill Neklyudov
TL;DR
We address the lack of controllability over samples from discrete diffusion models by introducing Discrete Feynman-Kac Correctors (DFKC), a principled inference-time framework based on CTMCs and the Feynman-Kac formalism. DFKC transforms the forward marginals via temperature annealing, product/geometric averaging, or reward tilting and implements these via redesigned rate matrices, enabling unbiased sampling with Sequential Monte Carlo and resampling. The approach is training-free and applicable to masked discrete diffusion, with demonstrations on Ising model sampling, language-model code generation and amortized learning, and reward-guided protein sequence design. The results show efficient temperature control, improved task performance, and enhanced generation quality, pointing to broad practical impact for constrained, reward-aware discrete generation. Future work includes extending to joint continuous-discrete models and combining inference-time corrections with reward fine-tuning.
Abstract
Discrete diffusion models have recently emerged as a promising alternative to the autoregressive approach for generating discrete sequences. Sample generation via gradual denoising or demasking processes allows them to capture hierarchical non-sequential interdependencies in the data. These custom processes, however, do not assume a flexible control over the distribution of generated samples. We propose Discrete Feynman-Kac Correctors, a framework that allows for controlling the generated distribution of discrete masked diffusion models at inference time. We derive Sequential Monte Carlo (SMC) algorithms that, given a trained discrete diffusion model, control the temperature of the sampled distribution (i.e. perform annealing), sample from the product of marginals of several diffusion processes (e.g. differently conditioned processes), and sample from the product of the marginal with an external reward function, producing likely samples from the target distribution that also have high reward. Notably, our framework does not require any training of additional models or fine-tuning of the original model. We illustrate the utility of our framework in several applications including: efficient sampling from the annealed Boltzmann distribution of the Ising model, improving the performance of language models for code generation and amortized learning, as well as reward-tilted protein sequence generation.
