paper-with-me

홈 › Papers

Boosted GFlowNets: Improving Exploration via Sequential Learning

2025-11-12 · Pedro Dall'Antonia, Tiago da Silva, Daniel Augusto de Souza, César Lincoln C. Mattos, Diego Mesquita arxiv

Generative Flow Networks (GFlowNets) are powerful samplers for compositional objects that, by design, sample proportionally to a given non-negative reward. Nonetheless, in practice, they often struggle to explore the reward landscape evenly: trajectories toward easy-to-reach regions dominate training, while hard-to-reach modes receive vanishing or uninformative gradients, leading to poor coverage of high-reward areas. We address this imbalance with Boosted GFlowNets, a method that sequentially trains an ensemble of GFlowNets, each optimizing a residual reward that compensates for the mass already captured by previous models. This residual principle reactivates learning signals in underexplored regions and, under mild assumptions, ensures a monotone non-degradation property: adding boosters cannot worsen the learned distribution and typically improves it. Empirically, Boosted GFlowNets achieve substantially better exploration and sample diversity on multimodal synthetic benchmarks and peptide design tasks, while preserving the stability and simplicity of standard trajectory-balance training.

📄 PDF Abstract BibTeX arXiv:2511.09677

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Scale Logits for Temperature-Conditional GFlowNets

2023-10-04 · Minsu Kim, Joohwan Ko, Taeyoung Yun, Dinghuai Zhang 외

GFlowNets are probabilistic models that sequentially generate compositional structures through a stochastic policy. Among GFlowNets, temperature-conditional GFlowNets can introduce temperature-based controllability for e…

Exploring Multiple High-Scoring Subspaces in Generative Flow Networks

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

As a probabilistic sampling framework, Generative Flow Networks (GFlowNets) show strong potential for constructing complex combinatorial objects through the sequential composition of elementary components. However, exist…

Thompson sampling for improved exploration in GFlowNets

2023-06-30 · Jarrid Rector-Brooks, Kanika Madan, Moksh Jain, Maksym Korablyov 외

Generative flow networks (GFlowNets) are amortized variational inference algorithms that treat sampling from a distribution over compositional objects as a sequential decision-making problem with a learnable action polic…

Active LearningDecision MakingMulti-Armed BanditsSequential Decision Making+2

MetaGFN: Exploring Distant Modes with Adapted Metadynamics for Continuous GFlowNets

2024-08-28 · Dominic Phillips, Flaviu Cipcigan

Generative Flow Networks (GFlowNets) are a class of generative models that sample objects in proportion to a specified reward function through a learned policy. They can be trained either on-policy or off-policy, needing…

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…