Pith. sign in

REVIEW 2 cited by

Let the Flows Tell: Solving Graph Combinatorial Optimization Problems with GFlowNets

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2305.17010 v3 pith:SV2VYTKF submitted 2023-05-26 cs.LG cs.AIcs.DMstat.ML

Let the Flows Tell: Solving Graph Combinatorial Optimization Problems with GFlowNets

classification cs.LG cs.AIcs.DMstat.ML
keywords problemscombinatorialgflownetsoptimizationsolutiondifferentefficientlyprocesses
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Combinatorial optimization (CO) problems are often NP-hard and thus out of reach for exact algorithms, making them a tempting domain to apply machine learning methods. The highly structured constraints in these problems can hinder either optimization or sampling directly in the solution space. On the other hand, GFlowNets have recently emerged as a powerful machinery to efficiently sample from composite unnormalized densities sequentially and have the potential to amortize such solution-searching processes in CO, as well as generate diverse solution candidates. In this paper, we design Markov decision processes (MDPs) for different combinatorial problems and propose to train conditional GFlowNets to sample from the solution space. Efficient training techniques are also developed to benefit long-range credit assignment. Through extensive experiments on a variety of different CO tasks with synthetic and realistic data, we demonstrate that GFlowNet policies can efficiently find high-quality solutions. Our implementation is open-sourced at https://github.com/zdhNarsil/GFlowNet-CombOpt.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Differentiable Approximations for Distance Queries

    cs.CG 2026-07 conditional novelty 7.0

    A (1+ε)-approximate Euclidean distance function that is differentiable and returns gradients, using O(n/ε^(d/2)) space and O(log(n/ε)) query time.

  2. HeatACO: A Heatmap-Guided Max--Min Ant System for Large-Scale Travelling Salesman Problems

    cs.NE 2026-01 conditional novelty 4.0

    HeatACO, a Max-Min Ant System decoder biased by a neural heatmap prior, reaches 0.11%/0.23%/1.15% optimality gaps on TSP500/1K/10K with seconds-to-minutes CPU decoding time.