An Empirical Study of the Effects of Spurious Transitions on Abstraction-based Heuristics
Mehdi Sadeqi, Robert C. Holte, Sandra Zilles

TL;DR
This paper empirically investigates how spurious transitions in abstract state spaces negatively impact heuristic search efficiency and demonstrates that removing mutex-based spurious transitions can significantly improve search performance.
Contribution
It provides a quantitative analysis of spurious transitions' effects and empirically shows that detecting and removing mutex-based spurious transitions can enhance heuristic search.
Findings
Spurious transitions can significantly increase abstract state space size.
Removing mutex-based spurious transitions can substantially speed up search.
Mutex detection helps eliminate harmful spurious transitions in certain cases.
Abstract
The efficient solution of state space search problems is often attempted by guiding search algorithms with heuristics (estimates of the distance from any state to the goal). A popular way for creating heuristic functions is by using an abstract version of the state space. However, the quality of abstraction-based heuristic functions, and thus the speed of search, can suffer from spurious transitions, i.e., state transitions in the abstract state space for which no corresponding transitions in the reachable component of the original state space exist. Our first contribution is a quantitative study demonstrating that the harmful effects of spurious transitions on heuristic functions can be substantial, in terms of both the increase in the number of abstract states and the decrease in the heuristic values, which may slow down search. Our second contribution is an empirical study on the…
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
TopicsAI-based Problem Solving and Planning · Constraint Satisfaction and Optimization · Intelligent Tutoring Systems and Adaptive Learning
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
