On Using Admissible Bounds for Learning Forward Search Heuristics
Carlos Núñez-Molina, Masataro Asai, Pablo Mesejo, Juan Fernández-Olivares
TL;DR
This paper addresses the theoretical gap in learning forward search heuristics by advocating a distributional view that leverages admissible bounds. It models the learned cost-to-go with a Truncated Gaussian ${\mathcal{T}}{\mathcal{N}}(x|\mu,\sigma,l,u)$, where the lower bound $l$ is provided by an admissible heuristic, and derives a corresponding negative log-likelihood loss that differs from traditional MSE. Through experiments across four classical planning domains using Neural Logic Machines, STRIPS-HGN, and Linear Regression, the authors demonstrate faster convergence and improved heuristic quality when using the truncated model, especially when learning the distributional parameter $\sigma$ and employing residual learning. The approach yields better planning performance in Greedy Best-First Search compared to baselines like $h_{FF}$, illustrating the practical impact of incorporating admissible bounds into learning. The work lays groundwork for future extensions to iterative search with upper bounds and reinforcement learning settings.
Abstract
In recent years, there has been growing interest in utilizing modern machine learning techniques to learn heuristic functions for forward search algorithms. Despite this, there has been little theoretical understanding of what they should learn, how to train them, and why we do so. This lack of understanding has resulted in the adoption of diverse training targets (suboptimal vs optimal costs vs admissible heuristics) and loss functions (e.g., square vs absolute errors) in the literature. In this work, we focus on how to effectively utilize the information provided by admissible heuristics in heuristic learning. We argue that learning from poly-time admissible heuristics by minimizing mean square errors (MSE) is not the correct approach, since its result is merely a noisy, inadmissible copy of an efficiently computable heuristic. Instead, we propose to model the learned heuristic as a truncated gaussian, where admissible heuristics are used not as training targets but as lower bounds of this distribution. This results in a different loss function from the MSE commonly employed in the literature, which implicitly models the learned heuristic as a gaussian distribution. We conduct experiments where both MSE and our novel loss function are applied to learning a heuristic from optimal plan costs. Results show that our proposed method converges faster during training and yields better heuristics.
