paper-with-me

홈 › Papers

Learning-Based Algorithms for Graph Searching Problems

2024-02-27 · Adela Frances DePavia, Erasmo Tani, Ali Vakilian

We consider the problem of graph searching with prediction recently introduced by Banerjee et al. (2022). In this problem, an agent, starting at some vertex $r$ has to traverse a (potentially unknown) graph $G$ to find a hidden goal node $g$ while minimizing the total distance travelled. We study a setting in which at any node $v$, the agent receives a noisy estimate of the distance from $v$ to $g$. We design algorithms for this search task on unknown graphs. We establish the first formal guarantees on unknown weighted graphs and provide lower bounds showing that the algorithms we propose have optimal or nearly-optimal dependence on the prediction error. Further, we perform numerical experiments demonstrating that in addition to being robust to adversarial error, our algorithms perform well in typical instances in which the error is stochastic. Finally, we provide alternative simpler performance bounds on the algorithms of Banerjee et al. (2022) for the case of searching on a known graph, and establish new lower bounds for this setting.

📄 PDF Abstract BibTeX arXiv:2402.17736

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Game of Bloxorz Solving Agent Using Informed and Uninformed Search Strategies

2020-01-22 · Tahani Q. Alhassan, Shefaa S. Omar, Lamiaa A. Elrefaei

Bloxorz is a block sliding puzzle game that can be categorized as a pathfinding problem. Pathfinding problems are well known problems in Artificial Intelligence field. In this paper, we proposed a single agent implementa…

Alpha-DAG: a reinforcement learning based algorithm to learn Directed Acyclic Graphs

2021-01-01 · Fan Zhou, Yifeng Pan, Shenghua Zhu, Xin He

Directed acyclic graphs (DAGs) are widely used to model the casual relationships among random variables in many disciplines. One major class of algorithms for DAGs is called `search-and-score', which attempts to maximiz…

reinforcement-learningReinforcement Learning (RL)

Fast Searching of Extreme Operating Conditions for Relay Protection Setting Calculation Based on Graph Neural Network and Reinforcement Learning

2025-01-16 · Yan Li, Jingyu Wang, Jiankang Zhang, Huaiqiang Li 외

Searching for the Extreme Operating Conditions (EOCs) is one of the core problems of power system relay protection setting calculation. The current methods based on brute-force search, heuristic algorithms, and mathemati…

Deep Reinforcement LearningGraph Neural Networkreinforcement-learningReinforcement Learning

Learning heuristics for A*

2022-04-11 · Danilo Numeroso, Davide Bacciu, Petar Veličković

Path finding in graphs is one of the most studied classes of problems in computer science. In this context, search algorithms are often extended with heuristics for a more efficient search of target nodes. In this work w…

Multi-Task Learning

Further Connections Between Contract-Scheduling and Ray-Searching Problems

2015-04-27 · Spyros Angelopoulos

This paper addresses two classes of different, yet interrelated optimization problems. The first class of problems involves a robot that must locate a hidden target in an environment that consists of a set of concurrent …

Scheduling