Discrete Probabilistic Inference as Control in Multi-path Environments
Tristan Deleu, Padideh Nouri, Nikolay Malkin, Doina Precup, Yoshua Bengio
TL;DR
This work addresses the challenge of sampling from discrete, structured distributions by casting probabilistic inference as a finite-horizon sequential decision problem. It builds a principled bridge between Generative Flow Networks (GFlowNets) and Maximum Entropy RL (MaxEnt RL) through a reward-correction framework that ensures terminating-state distributions match the target Gibbs distribution $P(x) \propto \exp(-{\mathcal{E}}(x)/\alpha)$. The authors establish formal equivalences between core objectives across the two paradigms, including Path Consistency Learning (PCL) with Subtrajectory Balance (SubTB), Soft Q-Learning with Modified DB, and Forward-Looking DB, and they verify these connections empirically on factor-graph inference, Bayesian structure learning, and phylogenetic tree generation. The results enable a unified, flow-based approach to probabilistic inference in large, discrete spaces, offering a principled path to leverage RL techniques for diverse inference tasks and combinatorial generation problems.
Abstract
We consider the problem of sampling from a discrete and structured distribution as a sequential decision problem, where the objective is to find a stochastic policy such that objects are sampled at the end of this sequential process proportionally to some predefined reward. While we could use maximum entropy Reinforcement Learning (MaxEnt RL) to solve this problem for some distributions, it has been shown that in general, the distribution over states induced by the optimal policy may be biased in cases where there are multiple ways to generate the same object. To address this issue, Generative Flow Networks (GFlowNets) learn a stochastic policy that samples objects proportionally to their reward by approximately enforcing a conservation of flows across the whole Markov Decision Process (MDP). In this paper, we extend recent methods correcting the reward in order to guarantee that the marginal distribution induced by the optimal MaxEnt RL policy is proportional to the original reward, regardless of the structure of the underlying MDP. We also prove that some flow-matching objectives found in the GFlowNet literature are in fact equivalent to well-established MaxEnt RL algorithms with a corrected reward. Finally, we study empirically the performance of multiple MaxEnt RL and GFlowNet algorithms on multiple problems involving sampling from discrete distributions.
