paper-with-me

홈 › Papers

Order-Preserving GFlowNets

2023-09-30 · Yihang Chen, Lukas Mauch

Generative Flow Networks (GFlowNets) have been introduced as a method to sample a diverse set of candidates with probabilities proportional to a given reward. However, GFlowNets can only be used with a predefined scalar reward, which can be either computationally expensive or not directly accessible, in the case of multi-objective optimization (MOO) tasks for example. Moreover, to prioritize identifying high-reward candidates, the conventional practice is to raise the reward to a higher exponent, the optimal choice of which may vary across different environments. To address these issues, we propose Order-Preserving GFlowNets (OP-GFNs), which sample with probabilities in proportion to a learned reward function that is consistent with a provided (partial) order on the candidates, thus eliminating the need for an explicit formulation of the reward function. We theoretically prove that the training process of OP-GFNs gradually sparsifies the learned reward landscape in single-objective maximization tasks. The sparsification concentrates on candidates of a higher hierarchy in the ordering, ensuring exploration at the beginning and exploitation towards the end of the training. We demonstrate OP-GFN's state-of-the-art performance in single-objective maximization (totally ordered) and multi-objective Pareto front approximation (partially ordered) tasks, including synthetic datasets, molecule generation, and neural architecture search.

📄 PDF Abstract BibTeX arXiv:2310.00386

Code (1)

yhangchen/op-gfn 공식 구현 pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Global-Order GFlowNets

2025-04-03 · Lluís Pastor-Pérez, Javier Alonso-Garcia, Lukas Mauch

Order-Preserving (OP) GFlowNets have demonstrated remarkable success in tackling complex multi-objective (MOO) black-box optimization problems using stochastic optimization techniques. Specifically, they can be trained o…

Stochastic Optimization

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 외 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 rew…

Probabilistic Generative Modeling for Procedural Roundabout Generation for Developing Countries

2023-10-05 · Zarif Ikram, Ling Pan, Dianbo Liu

Due to limited resources and fast economic growth, designing optimal transportation road networks with traffic simulation and validation in a cost-effective manner is vital for developing countries, where extensive manua…

Diversity

Efficient Diversity-Preserving Diffusion Alignment via Gradient-Informed GFlowNets

2024-12-10 · Zhen Liu, Tim Z. Xiao, Weiyang Liu, Yoshua Bengio 외

While one commonly trains large diffusion models by collecting datasets on target downstream tasks, it is often desired to align and finetune pretrained diffusion models with some reward functions that are either designe…

Diversity

Stochastic Generative Flow Networks

2023-02-19 · Ling Pan, Dinghuai Zhang, Moksh Jain, Longbo Huang 외

Generative Flow Networks (or GFlowNets for short) are a family of probabilistic agents that learn to sample complex combinatorial structures through the lens of "inference as control". They have shown great potential in …