AISep 26, 2019

Higher-Dimensional Potential Heuristics for Optimal Classical Planning

arXiv:1909.12142v115 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving heuristic search efficiency in AI planning, offering incremental advances by extending theoretical foundations and demonstrating practical gains.

The authors generalized the characterization of admissible and consistent potential heuristics from atomic to binary features in classical planning, proving hardness for higher dimensions and tractability based on treewidth, with experiments showing binary heuristics are significantly more informative than atomic ones.

Potential heuristics for state-space search are defined as weighted sums over simple state features. Atomic features consider the value of a single state variable in a factored state representation, while binary features consider joint assignments to two state variables. Previous work showed that the set of all admissible and consistent potential heuristics using atomic features can be characterized by a compact set of linear constraints. We generalize this result to binary features and prove a hardness result for features of higher dimension. Furthermore, we prove a tractability result based on the treewidth of a new graphical structure we call the context-dependency graph. Finally, we study the relationship of potential heuristics to transition cost partitioning. Experimental results show that binary potential heuristics are significantly more informative than the previously considered atomic ones.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes