Stochastic Reset Pathfinding Optimizes Graph Path Selection

Guni Sharon, Wei Zhang· July 20, 2026 View original

Summary

This paper introduces Stochastic Reset Pathfinding (SRP), an episodic learning problem on graphs where edge failures reset the agent to the source, capturing scenarios like quantum networks or payment routing. It proposes Log-Dijkstra meta-algorithms (PathUCB, PathTS) with a path-level regret bound, showing PathTS often performs best empirically.

Stochastic Reset Pathfinding (SRP) is a new episodic learning problem defined on known directed graphs where edge success probabilities are unknown. A key characteristic is that any edge failure during path execution causes a reset to the source, making the optimal policy open-loop. This framework is relevant to various real-world applications, including entanglement distribution in quantum networks, payment routing in the Lightning Network, and delivery in unreliable mesh networks. The researchers propose a Log-Dijkstra meta-algorithm, instantiated as PathUCB and PathTS, to tackle SRP. A significant technical contribution is a path-level regret bound for PathUCB, which offers a more informative decomposition of regret over suboptimal paths compared to traditional edge-level bounds, especially for structured graphs. Empirical evaluations across diverse domains demonstrate that PathTS generally achieves superior performance, though the paper also identifies adversarial instances where PathTS can fail to converge, consistent with known limitations for combinatorial Thompson Sampling in multiplicative-reward problems.

Why it matters

This research provides advanced algorithms for optimizing path selection in dynamic, unreliable networks, which is critical for improving efficiency and reliability in areas like quantum computing, financial transactions, and logistics.

How to implement this in your domain

  1. 1Evaluate current routing algorithms in unreliable network environments for potential improvements using SRP principles.
  2. 2Implement and test PathTS or PathUCB in simulated environments relevant to your domain (e.g., quantum network simulators, payment network models).
  3. 3Adapt the Log-Dijkstra meta-algorithm to specific graph structures and failure modes in your operational networks.
  4. 4Develop monitoring systems to detect adversarial conditions where PathTS might underperform and have fallback strategies.

Who benefits

TelecommunicationsQuantum ComputingFinTechLogisticsRobotics

Key takeaways

  • Stochastic Reset Pathfinding addresses path optimization in unreliable networks with resets.
  • The problem applies to quantum networks, payment routing, and unreliable delivery.
  • PathUCB and PathTS algorithms offer effective solutions with path-level regret bounds.
  • PathTS generally performs well but has identified adversarial failure cases.

Original post by Guni Sharon, Wei Zhang

"arXiv:2607.15440v1 Announce Type: new Abstract: We introduce Stochastic Reset Pathfinding (SRP), an episodic learning problem on a known directed graph with unknown stationary edge success probabilities. In each episode, the agent commits to a source-to-goal path, and any edge fa…"

View on X

Originally posted by Guni Sharon, Wei Zhang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses