← Search

Ariel Felner

15 accepted papers

2026

Bidirectional Bounded-Suboptimal Heuristic Search with Consistent Heuristics

AAAI 2026technical

Recent advancements in bidirectional heuristic search have yielded significant theoretical insights and novel algorithms. While most previous work has concentrated on optimal search methods, this paper focuses on bounded-suboptimal bidirectional search, where a bound on the suboptimality of the solu

Cited by 0SourcePDFScholar
2026

Deeper Treatment of the Bi-objective Search Framework

AAAI 2026technical

In Bi-Objective Search (BOS), the task is to compute the Pareto-optimal frontier of paths in a graph with two cost values per edge. Recent work introduced a general BOS framework that classifies search nodes and studies how ordering functions affect expansion order. In this paper, we continue this l

Cited by 0SourcePDFScholar
2026

Extending Weighted Heuristic Search to Bi-Objective Search Problems

IJCAI 2026

In heuristic search, a well-known technique to speed up search while providing a suboptimality guarantee is to multiply the heuristic function by a weight w > 1. In this paper, we study the theoretical and practical implications of using such a technique in bi-objective heuristic search, a natural a

Cited by 0Scholar
2026

Multi-Objective Search: Algorithms, Applications, and Emerging Directions

AAAI 2026technical

Multi-objective search (MOS) has emerged as a unifying framework for planning and decision-making problems where multiple, often conflicting, criteria must be balanced. While the problem has been studied for decades, recent years have seen renewed interest in the topic across AI applications such as

Cited by 0SourcePDFScholar
2025

Anchor Search: A Unified Framework for Suboptimal Bidirectional Search

AAAI 2025technical

In recent years the understanding of optimal bidirectional heuristic search (BiHS) has progressed significantly. Yet, Bi-HS is relatively unexplored in unbounded suboptimal search. Front-to-end (F2E) and front-to-front (F2F) bidirectional search have been used in optimal algorithms, but adapting the…

2024

Theoretical Study on Multi-objective Heuristic Search

IJCAI 2024poster

This paper provides a theoretical study on Multi-Objective Heuristic Search. We first classify states in the state space into must-expand, maybe-expand, and never-expand states and then transfer these definitions to nodes in the search tree. We then formalize a framework that generalizes A* to Multi…

Cited by 0SourcePDFScholar
2023

Front-to-End Bidirectional Heuristic Search with Consistent Heuristics: Enumerating and Evaluating Algorithms and Bounds

IJCAI 2023poster

Recent research on bidirectional heuristic search (BiHS) is based on the must-expand pairs theory (MEP theory), which describes which pairs of nodes must be expanded during the search to guarantee the optimality of solutions. A separate line of research in BiHS has proposed algorithms that use lowe…

Cited by 2SourcePDFScholar
2023

Heuristic-Search Approaches for the Multi-Objective Shortest-Path Problem: Progress and Research Opportunities

IJCAI 2023poster

In the multi-objective shortest-path problem we are interested in computing a path, or a set of paths that simultaneously balance multiple cost functions. This problem is important for a diverse range of applications such as transporting hazardous materials considering travel distance and risk. This…

Cited by 20SourcePDFScholar
2023

Multi-objective Search via Lazy and Efficient Dominance Checks

IJCAI 2023poster

Multi-objective search can be used to model many real-world problems that require finding Pareto optimal paths from a specified start state to a specified goal state, while considering different costmetrics such as distance, time, and fuel. The performance of multi-objective search can be improved b…

Cited by 12SourcePDFScholar
2021

f-Aware Conflict Prioritization & Improved Heuristics For Conflict-Based Search

AAAI 2021technical

Conflict-Based Search (CBS) is a leading two-level algorithm for optimal Multi-Agent Path Finding (MAPF). The main step of CBS is to expand nodes by resolving conflicts (where two agents collide). Choosing the ‘right’ conflict to resolve can greatly speed up the search. CBS first resolves confl…

2020

Bidirectional Heuristic Search: Expanding Nodes by a Lower Bound

IJCAI 2020poster

Recent work on bidirectional search defined a lower bound on costs of paths between pairs of nodes, and introduced a new algorithm, NBS, which is based on this bound. Building on these results, we introduce DVCBS, a new algorithm that aims to to further reduce the number of expansions. Generalizing…

Cited by 0SourcePDFScholar
2020

Iterative-Deepening Conflict-Based Search

IJCAI 2020poster

Conflict-Based Search (CBS) is a leading algorithm for optimal Multi-Agent Path Finding (MAPF). CBS variants typically compute MAPF solutions using some form of A* search. However, they often do so under strict time limits so as to avoid exhausting the available memory. In this paper, we present IDC…

2020

Multi-Directional Heuristic Search

IJCAI 2020poster

In the Multi-Agent Meeting problem (MAM), the task is to find a meeting location for multiple agents, as well as a path for each agent to that location. In this paper, we introduce MM*, a Multi-Directional Heuristic Search algorithm that finds the optimal meeting location under different cost functi…

Cited by 0SourcePDFScholar