paper-with-me

Papers

Learning Shortest Paths with Generative Flow Networks

2026-03-02 · Nikita Morozov, Ian Maksimov, Daniil Tiapkin, Sergey Samsonov arxiv

In this paper, we present a novel learning framework for finding shortest paths in graphs utilizing Generative Flow Networks (GFlowNets). First, we examine theoretical properties of GFlowNets in non-acyclic environments in relation to shortest paths. We prove that, if the total flow is minimized, forward and backward policies traverse the environment graph exclusively along shortest paths between the initial and terminal states. Building on this result, we show that the pathfinding problem in an arbitrary graph can be solved by training a non-acyclic GFlowNet with flow regularization. We experimentally demonstrate the performance of our method in pathfinding in permutation environments and in solving Rubik's Cubes. For the latter problem, our approach shows competitive results with state-of-the-art machine learning approaches designed specifically for this task in terms of the solution length, while requiring smaller search budget at test-time.

📄 PDF Abstract BibTeX arXiv:2603.01786

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discriminating Against Unrealistic Interpolations in Generative Adversarial Networks

2022-03-02 · Henning Petzka, Ted Kronvall, Cristian Sminchisescu

Interpolations in the latent space of deep generative models is one of the standard tools to synthesize semantically meaningful mixtures of generated samples. As the generator function is non-linear, commonly used linear…

Randomized Shortest Paths with Net Flows and Capacity Constraints

2019-10-04 · Sylvain Courtain, Pierre Leleux, Ilkka Kivimaki, Guillaume Guex 외

This work extends the randomized shortest paths (RSP) model by investigating the net flow RSP and adding capacity constraints on edge flows. The standard RSP is a model of movement, or spread, through a network interpola…

ClusteringNode Clustering

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…

Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow

2022-09-07 · Xingchao Liu, Chengyue Gong, Qiang Liu

We present rectified flow, a surprisingly simple approach to learning (neural) ordinary differential equation (ODE) models to transport between two empirically observed distributions \pi_0 and \pi_1, hence providing a un…

Domain AdaptationImage GenerationImage-to-Image TranslationTranslation

A Likely Geometry of Generative Models

2025-10-30 · Frederik Möbius Rygaard, Shen Zhu, Yinzhu Jin, Søren Hauberg 외 arxiv

The geometry of generative models serves as the basis for interpolation, model inspection, and more. Unfortunately, most generative models lack a principal notion of geometry without restrictive assumptions on either the…