paper-with-me

홈 › Papers

Towards Understanding and Improving GFlowNet Training

2023-05-11 · Max W. Shen, Emmanuel Bengio, Ehsan Hajiramezanali, Andreas Loukas, Kyunghyun Cho, Tommaso Biancalani

Generative flow networks (GFlowNets) are a family of algorithms that learn a generative policy to sample discrete objects $x$ with non-negative reward $R(x)$. Learning objectives guarantee the GFlowNet samples $x$ from the target distribution $p^*(x) \propto R(x)$ when loss is globally minimized over all states or trajectories, but it is unclear how well they perform with practical limits on training resources. We introduce an efficient evaluation strategy to compare the learned sampling distribution to the target reward distribution. As flows can be underdetermined given training data, we clarify the importance of learned flows to generalization and matching $p^*(x)$ in practice. We investigate how to learn better flows, and propose (i) prioritized replay training of high-reward $x$, (ii) relative edge flow policy parametrization, and (iii) a novel guided trajectory balance objective, and show how it can solve a substructure credit assignment problem. We substantially improve sample efficiency on biochemical design tasks.

📄 PDF Abstract BibTeX arXiv:2305.07170

Code (1)

maxwshen/gflownet 공식 구현 pytorch

Similar Papers 제목 키워드 기반

GFlowNet Fine-tuning for Diverse Correct Solutions in Mathematical Reasoning Tasks

2024-10-26 · Ryoichi Takase, Masaya Tsunokake, Yuta Tsuchiya, Shota Inuzuka

Mathematical reasoning problems are among the most challenging, as they typically require an understanding of fundamental laws to solve. The laws are universal, but the derivation of the final answer changes depending on…

DiversityMathematical ReasoningReinforcement Learning (RL)

Secrets of GFlowNets' Learning Behavior: A Theoretical Study

2025-05-04 · Tianshu Yu

Generative Flow Networks (GFlowNets) have emerged as a powerful paradigm for generating composite structures, demonstrating considerable promise across diverse applications. While substantial progress has been made in ex…

GFlowNet Training by Policy Gradients

2024-08-12 · Puhua Niu, Shili Wu, Mingzhou Fan, Xiaoning Qian

Generative Flow Networks (GFlowNets) have been shown effective to generate combinatorial objects with desired properties. We here propose a new GFlowNet training framework, with policy-dependent rewards, that bridges kee…

Reinforcement Learning (RL)

Improving GFlowNets with Monte Carlo Tree Search

2024-06-19 · Nikita Morozov, Daniil Tiapkin, Sergey Samsonov, Alexey Naumov 외

Generative Flow Networks (GFlowNets) treat sampling from distributions over compositional discrete spaces as a sequential decision-making problem, training a stochastic policy to construct objects step by step. Recent st…

Embarrassingly Parallel GFlowNets

2024-06-05 · Tiago da Silva, Luiz Max Carvalho, Amauri Souza, Samuel Kaski 외

GFlowNets are a promising alternative to MCMC sampling for discrete compositional random variables. Training GFlowNets requires repeated evaluations of the unnormalized target distribution or reward function. However, fo…