Skip to main content

Showing 1–19 of 19 results for author: Felner, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.22753  [pdf, ps, other

    cs.AI cs.MA cs.RO

    Enhancing Lifelong Multi-Agent Path-finding by Using Artificial Potential Fields

    Authors: Arseniy Pertzovsky, Roni Stern, Ariel Felner, Roie Zivan

    Abstract: We explore the use of Artificial Potential Fields (APFs) to solve Multi-Agent Path Finding (MAPF) and Lifelong MAPF (LMAPF) problems. In MAPF, a team of agents must move to their goal locations without collisions, whereas in LMAPF, new goals are generated upon arrival. We propose methods for incorporating APFs in a range of MAPF algorithms, including Prioritized Planning, MAPF-LNS2, and Priority I… ▽ More

    Submitted 28 May, 2025; originally announced May 2025.

  2. arXiv:2505.22244  [pdf, ps, other

    cs.AI

    A Preprocessing Framework for Efficient Approximate Bi-Objective Shortest-Path Computation in the Presence of Correlated Objectives

    Authors: Yaron Halle, Ariel Felner, Sven Koenig, Oren Salzman

    Abstract: The bi-objective shortest-path (BOSP) problem seeks to find paths between start and target vertices of a graph while optimizing two conflicting objective functions. We consider the BOSP problem in the presence of correlated objectives. Such correlations often occur in real-world settings such as road networks, where optimizing two positively correlated objectives, such as travel time and fuel cons… ▽ More

    Submitted 28 May, 2025; originally announced May 2025.

  3. On Parallel External-Memory Bidirectional Search

    Authors: Lior Siag, Shahaf S. Shperberg, Ariel Felner, Nathan R. Sturtevant

    Abstract: Parallelization and External Memory (PEM) techniques have significantly enhanced the capabilities of search algorithms when solving large-scale problems. Previous research on PEM has primarily centered on unidirectional algorithms, with only one publication on bidirectional PEM that focuses on the meet-in-the-middle (MM) algorithm. Building upon this foundation, this paper presents a framework tha… ▽ More

    Submitted 31 December, 2024; v1 submitted 30 December, 2024; originally announced December 2024.

    Comments: 10 pages, includes conference paper and appendix

  4. arXiv:2410.12397  [pdf, other

    cs.MA

    Multi-Agent Corridor Generating Algorithm

    Authors: Arseniy Pertzovsky, Roni Stern, Roie Zivan, Ariel Felner

    Abstract: In this paper, we propose the Multi-Agent Corridor Generating Algorithm (MACGA) for solving the Multi-agent Pathfinding (MAPF) problem, where a group of agents need to find non-colliding paths to their target locations. Existing approaches struggle to solve dense MAPF instances. In MACGA, the agents build \emph{corridors}, which are sequences of connected vertices, from current locations towards a… ▽ More

    Submitted 22 May, 2025; v1 submitted 16 October, 2024; originally announced October 2024.

  5. arXiv:2312.16106  [pdf, other

    cs.AI cs.MA cs.RO

    Clique Analysis and Bypassing in Continuous-Time Conflict-Based Search

    Authors: Thayne T. Walker, Nathan R. Sturtevant, Ariel Felner

    Abstract: While the study of unit-cost Multi-Agent Pathfinding (MAPF) problems has been popular, many real-world problems require continuous time and costs due to various movement models. In this context, this paper studies symmetry-breaking enhancements for Continuous-Time Conflict-Based Search (CCBS), a solver for continuous-time MAPF. Resolving conflict symmetries in MAPF can require an exponential amoun… ▽ More

    Submitted 26 December, 2023; originally announced December 2023.

  6. arXiv:2308.08453  [pdf, other

    cs.DS cs.AI cs.DM

    Tightest Admissible Shortest Path

    Authors: Eyal Weiss, Ariel Felner, Gal A. Kaminka

    Abstract: The shortest path problem in graphs is fundamental to AI. Nearly all variants of the problem and relevant algorithms that solve them ignore edge-weight computation time and its common relation to weight uncertainty. This implies that taking these factors into consideration can potentially lead to a performance boost in relevant applications. Recently, a generalized framework for weighted directed… ▽ More

    Submitted 27 March, 2024; v1 submitted 15 August, 2023; originally announced August 2023.

    Comments: arXiv admin note: text overlap with arXiv:2208.11489

  7. arXiv:2208.11489  [pdf, other

    cs.DS cs.AI cs.DM

    A Generalization of the Shortest Path Problem to Graphs with Multiple Edge-Cost Estimates

    Authors: Eyal Weiss, Ariel Felner, Gal A. Kaminka

    Abstract: The shortest path problem in graphs is a cornerstone of AI theory and applications. Existing algorithms generally ignore edge weight computation time. We present a generalized framework for weighted directed graphs, where edge weight can be computed (estimated) multiple times, at increasing accuracy and run-time expense. This raises several generalized variants of the shortest path problem. We int… ▽ More

    Submitted 1 August, 2023; v1 submitted 22 August, 2022; originally announced August 2022.

  8. arXiv:1906.08291  [pdf, other

    cs.AI cs.MA cs.RO

    Multi-Agent Pathfinding: Definitions, Variants, and Benchmarks

    Authors: Roni Stern, Nathan Sturtevant, Ariel Felner, Sven Koenig, Hang Ma, Thayne Walker, Jiaoyang Li, Dor Atzmon, Liron Cohen, T. K. Satish Kumar, Eli Boyarski, Roman Bartak

    Abstract: The MAPF problem is the fundamental problem of planning paths for multiple agents, where the key constraint is that the agents will be able to follow these paths concurrently without colliding with each other. Applications of MAPF include automated warehouses and autonomous vehicles. Research on MAPF has been flourishing in the past couple of years. Different MAPF research papers make different as… ▽ More

    Submitted 19 June, 2019; originally announced June 2019.

    Comments: Accepted to SoCS 2019: The 12th Annual Symposium on Combinatorial Search

  9. arXiv:1806.04216  [pdf, other

    cs.AI cs.MA cs.RO

    Multi-Agent Path Finding with Deadlines

    Authors: Hang Ma, Glenn Wagner, Ariel Felner, Jiaoyang Li, T. K. Satish Kumar, Sven Koenig

    Abstract: We formalize Multi-Agent Path Finding with Deadlines (MAPF-DL). The objective is to maximize the number of agents that can reach their given goal vertices from their given start vertices within the deadline, without colliding with each other. We first show that MAPF-DL is NP-hard to solve optimally. We then present two classes of optimal algorithms, one based on a reduction of MAPF-DL to a flow pr… ▽ More

    Submitted 11 June, 2018; originally announced June 2018.

    Comments: IJCAI 2018, to appear

  10. arXiv:1805.04961  [pdf, other

    cs.AI cs.MA

    Multi-Agent Path Finding with Deadlines: Preliminary Results

    Authors: Hang Ma, Glenn Wagner, Ariel Felner, Jiaoyang Li, T. K. Satish Kumar, Sven Koenig

    Abstract: We formalize the problem of multi-agent path finding with deadlines (MAPF-DL). The objective is to maximize the number of agents that can reach their given goal vertices from their given start vertices within a given deadline, without colliding with each other. We first show that the MAPF-DL problem is NP-hard to solve optimally. We then present an optimal MAPF-DL algorithm based on a reduction of… ▽ More

    Submitted 13 May, 2018; originally announced May 2018.

    Comments: AAMAS 2018, to appear

  11. arXiv:1707.00228  [pdf, other

    cs.AI

    Modifying Optimal SAT-based Approach to Multi-agent Path-finding Problem to Suboptimal Variants

    Authors: Pavel Surynek, Ariel Felner, Roni Stern, Eli Boyarski

    Abstract: In multi-agent path finding (MAPF) the task is to find non-conflicting paths for multiple agents. In this paper we focus on finding suboptimal solutions for MAPF for the sum-of-costs variant. Recently, a SAT-based approached was developed to solve this problem and proved beneficial in many cases when compared to other search-based solvers. In this paper, we present SAT-based unbounded- and bounded… ▽ More

    Submitted 1 July, 2017; originally announced July 2017.

  12. arXiv:1411.6593  [pdf, ps, other

    cs.AI

    Rational Deployment of Multiple Heuristics in IDA*

    Authors: David Tolpin, Oded Betzalel, Ariel Felner, Solomon Eyal Shimony

    Abstract: Recent advances in metareasoning for search has shown its usefulness in improving numerous search algorithms. This paper applies rational metareasoning to IDA* when several admissible heuristics are available. The obvious basic approach of taking the maximum of the heuristics is improved upon by lazy evaluation of the heuristics, resulting in a variant known as Lazy IDA*. We introduce a rational v… ▽ More

    Submitted 24 November, 2014; originally announced November 2014.

    Comments: 7 pages, 6 tables, 20 references

  13. arXiv:1401.3843  [pdf

    cs.CG cs.AI

    Theta*: Any-Angle Path Planning on Grids

    Authors: Kenny Daniel, Alex Nash, Sven Koenig, Ariel Felner

    Abstract: Grids with blocked and unblocked cells are often used to represent terrain in robotics and video games. However, paths formed by grid edges can be longer than true shortest paths in the terrain since their headings are artificially constrained. We present two new correct and complete any-angle path-planning algorithms that avoid this shortcoming. Basic Theta* and Angle-Propagation Theta* are bo… ▽ More

    Submitted 15 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 39, pages 533-579, 2010

  14. Predicting the Performance of IDA* using Conditional Distributions

    Authors: Uzi Zahavi, Ariel Felner, Neil Burch, Robert C. Holte

    Abstract: Korf, Reid, and Edelkamp introduced a formula to predict the number of nodes IDA* will expand on a single iteration for a given consistent heuristic, and experimentally demonstrated that it could make very accurate predictions. In this paper we show that, in addition to requiring the heuristic to be consistent, their formulas predictions are accurate only at levels of the brute-force search tree w… ▽ More

    Submitted 15 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 37, pages 41-83, 2010

  15. BnB-ADOPT: An Asynchronous Branch-and-Bound DCOP Algorithm

    Authors: William Yeoh, Ariel Felner, Sven Koenig

    Abstract: Distributed constraint optimization (DCOP) problems are a popular way of formulating and solving agent-coordination problems. A DCOP problem is a problem where several agents coordinate their values such that the sum of the resulting constraint costs is minimal. It is often desirable to solve DCOP problems with memory-bounded and asynchronous algorithms. We introduce Branch-and-Bound ADOPT (BnB-AD… ▽ More

    Submitted 15 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 38, pages 85-133, 2010

  16. arXiv:1305.5030  [pdf, other

    cs.AI

    Towards Rational Deployment of Multiple Heuristics in A*

    Authors: David Tolpin, Tal Beja, Solomon Eyal Shimony, Ariel Felner, Erez Karpas

    Abstract: The obvious way to use several admissible heuristics in A* is to take their maximum. In this paper we aim to reduce the time spent on computing heuristics. We discuss Lazy A*, a variant of A* where heuristics are evaluated lazily: only when they are essential to a decision to be made in the A* search process. We present a new rational meta-reasoning based scheme, rational lazy A*, which decides wh… ▽ More

    Submitted 22 May, 2013; originally announced May 2013.

    Comments: 7 pages, IJCAI 2013, to appear

  17. A General Theory of Additive State Space Abstractions

    Authors: Fan Yang, Joseph Culberson, Robert Holte, Uzi Zahavi, Ariel Felner

    Abstract: Informally, a set of abstractions of a state space S is additive if the distance between any two states in S is always greater than or equal to the sum of the corresponding distances in the abstract spaces. The first known additive abstractions, called disjoint pattern databases, were experimentally demonstrated to produce state of the art performance on certain state spaces. However, previous app… ▽ More

    Submitted 31 October, 2011; originally announced November 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 32, pages 631-662, 2008

  18. Additive Pattern Database Heuristics

    Authors: A. Felner, S. Hanan, R. E. Korf

    Abstract: We explore a method for computing admissible heuristic evaluation functions for search problems. It utilizes pattern databases, which are precomputed tables of the exact cost of solving various subproblems of an existing problem. Unlike standard pattern database heuristics, however, we partition our problems into disjoint subproblems, so that the costs of solving the different subproblems can be a… ▽ More

    Submitted 30 June, 2011; originally announced July 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 22, pages 279-318, 2004

  19. PHA*: Finding the Shortest Path with A* in An Unknown Physical Environment

    Authors: A. Ben-Yair, A. Felner, S. Kraus, N. Netanyahu, R. Stern

    Abstract: We address the problem of finding the shortest path between two points in an unknown real physical environment, where a traveling agent must move around in the environment to explore unknown territory. We introduce the Physical-A* algorithm (PHA*) for solving this problem. PHA* expands all the mandatory nodes that A* would expand and returns the shortest path between the two points. However, due… ▽ More

    Submitted 30 June, 2011; originally announced July 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 21, pages 631-670, 2004