CAHC:A General Conflict-Aware Heuristic Caching Framework for Multi-Agent Path Finding
HT To, S Nguyen, NH Pham

TL;DR
CAHC introduces a conflict-aware heuristic caching framework that significantly accelerates multi-agent pathfinding algorithms by considering constraint contexts, leading to faster solutions and higher success rates.
Contribution
It presents a novel, general framework for caching heuristics based on conflict constraints, improving efficiency across diverse MAPF algorithms.
Findings
Achieved 2.46× speedup on benchmark instances
Increased success rate from 77.9% to 84.8%
Reduced total runtime by 70.1%
Abstract
Multi-Agent Path Finding (MAPF) algorithms, including those for car-like robots and grid-based scenarios, face significant computational challenges due to expensive heuristic calculations. Traditional heuristic caching assumes that the heuristic function depends only on the state, which is incorrect in constraint-based search algorithms (e.g., CBS, MAPF-LNS, MAP2) where constraints from conflict resolution make the search space context-dependent. We propose \textbf{CAHC} (Conflict-Aware Heuristic Caching), a general framework that caches heuristic values based on both state and relevant constraint context, addressing this fundamental limitation. We demonstrate CAHC through a case study on CL-CBS for car-like robots, where we combine conflict-aware caching with an adaptive hybrid heuristic in \textbf{CAR-CHASE} (Car-Like Robot Conflict-Aware Heuristic Adaptive Search Enhancement). Our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · Vehicle Routing Optimization Methods
