LGJul 16

Stochastic Reset Pathfinding: Path-Level Regret for Cascading Bandits over Graph Paths

arXiv:2607.154406.6h-index: 24
Predicted impact top 51% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a novel framework and algorithms for pathfinding under reset failures, with applications to quantum networks and payment routing, but the results are incremental as they extend existing cascading bandit theory to a specific graph structure.

Stochastic Reset Pathfinding (SRP) is introduced as an episodic learning problem on a directed graph with unknown edge success probabilities, where failures reset the agent to the source. The paper proposes PathUCB and PathTS algorithms, with PathUCB achieving a path-level regret bound that decomposes over suboptimal paths, and experiments showing PathTS typically performs best empirically, though it can fail on adversarial instances.

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 failure during execution resets it to the source. SRP captures settings such as entanglement distribution in quantum repeater networks, payment routing on the Lightning Network, and delivery in unreliable mesh networks. We show that the global-reset structure makes the optimal policy open-loop, placing SRP within the combinatorial cascading bandit (CCB) framework. We propose a Log-Dijkstra meta-algorithm with UCB (PathUCB) and Thompson Sampling (PathTS) instantiations. Our main technical result is a path-level regret bound for PathUCB that decomposes regret over suboptimal paths via a per-path complexity C(pi) combining each edge's prefix and suffix reliability. The bound is complementary to the edge-level CCB bound and more informative on structured graphs with polynomially many source-to-goal paths. Experiments on quantum-network, layered-DAG, grid-world, and Erdos-Renyi domains support the theory and show that PathTS typically achieves the best empirical performance among the algorithms tested. We then exhibit an adversarial instance on which PathTS fails to converge, consistent with a known exponential obstruction for combinatorial Thompson Sampling on multiplicative-reward problems. We recommend PathTS as the practical default while cautioning that adversarial instances exist.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes