paper-with-me

홈 › Papers

Learning GFlowNets from partial episodes for improved convergence and stability

2022-09-26 · Kanika Madan, Jarrid Rector-Brooks, Maksym Korablyov, Emmanuel Bengio, Moksh Jain, Andrei Nica, Tom Bosc, Yoshua Bengio, Nikolay Malkin

Generative flow networks (GFlowNets) are a family of algorithms for training a sequential sampler of discrete objects under an unnormalized target density and have been successfully used for various probabilistic modeling tasks. Existing training objectives for GFlowNets are either local to states or transitions, or propagate a reward signal over an entire sampling trajectory. We argue that these alternatives represent opposite ends of a gradient bias-variance tradeoff and propose a way to exploit this tradeoff to mitigate its harmful effects. Inspired by the TD($\lambda$) algorithm in reinforcement learning, we introduce subtrajectory balance or SubTB($\lambda$), a GFlowNet training objective that can learn from partial action subsequences of varying lengths. We show that SubTB($\lambda$) accelerates sampler convergence in previously studied and new environments and enables training GFlowNets in environments with longer action sequences and sparser reward landscapes than what was possible before. We also perform a comparative analysis of stochastic gradient dynamics, shedding light on the bias-variance tradeoff in GFlowNet training and the advantages of subtrajectory balance.

📄 PDF Abstract BibTeX arXiv:2209.12782

Code (3)

gfnorg/gflownet 공식 구현 pytorch
lazaratan/gflownet-generalization pytorch
recursionpharma/gflownet pytorch

Similar Papers 제목 키워드 기반

Evaluating GFlowNet from partial episodes for stable and flexible policy-based training

2026-03-01 · Puhua Niu, Shili Wu, Xiaoning Qian arxiv

Generative Flow Networks (GFlowNets) were developed to learn policies for efficiently sampling combinatorial candidates by interpreting their generative processes as trajectories in directed acyclic graphs. In the value-…

Exploration through Generation: Applying GFlowNets to Structured Search

2025-10-23 · Mark Phillip Matovic arxiv

This work applies Generative Flow Networks (GFlowNets) to three graph optimization problems: the Traveling Salesperson Problem, Minimum Spanning Tree, and Shortest Path. GFlowNets are generative models that learn to samp…

Partial GFlowNet: Accelerating Convergence in Large State Spaces via Strategic Partitioning

2026-02-12 · Xuan Yu, Xu Wang, Rui Zhu, Yudong Zhang 외 arxiv

Generative Flow Networks (GFlowNets) have shown promising potential to generate high-scoring candidates with probability proportional to their rewards. As existing GFlowNets freely explore in state space, they encounter …

Proximal Policy Optimization for Amortized Discrete Sampling

2026-06-14 · Anna Zykova-Myzina, Timofei Gritsaev, Daniil Tiapkin, Nikita Morozov arxiv

This paper explores policy gradient algorithms for training stochastic policies to sample from structured discrete probability distributions under the Generative Flow Network (GFlowNet) framework. Building on extensive t…

Reinforcement LearningGraph Generation

Trajectory balance: Improved credit assignment in GFlowNets

2022-01-31 · Nikolay Malkin, Moksh Jain, Emmanuel Bengio, Chen Sun 외

Generative flow networks (GFlowNets) are a method for learning a stochastic policy for generating compositional objects, such as graphs or strings, from a given unnormalized density by sequences of actions, where many po…

Diversity