paper-with-me

홈 › Papers

Learning Admissible Heuristics for A*: Theory and Practice

2025-09-26 · Ehsan Futuhi, Nathan R. Sturtevant arxiv

Heuristic functions are central to the performance of search algorithms such as A-star, where admissibility - the property of never overestimating the true shortest-path cost - guarantees solution optimality. Recent deep learning approaches often disregard admissibility and provide limited guarantees on generalization beyond the training data. This paper addresses both of these limitations. First, we pose heuristic learning as a constrained optimization problem and introduce Cross-Entropy Admissibility (CEA), a loss function that enforces admissibility during training. On the Rubik's Cube domain, this method yields near-admissible heuristics with significantly stronger guidance than compressed pattern database (PDB) heuristics. Theoretically, we study the sample complexity of learning heuristics. By leveraging PDB abstractions and the structural properties of graphs such as the Rubik's Cube, we tighten the bound on the number of training samples needed for A-star to generalize. Replacing a general hypothesis class with a ReLU neural network gives bounds that depend primarily on the network's width and depth, rather than on graph size. Using the same network, we also provide the first generalization guarantees for goal-dependent heuristics.

📄 PDF Abstract BibTeX arXiv:2509.22626

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Empirically Admissible Neural Heuristics for Combinatorial Search

2026-06-03 · Siddharth Sahay arxiv

Finding optimal solution paths for combinatorial puzzles like the Rubik's Cube, sliding tile puzzles, and Lights Out remains a classical challenge in artificial intelligence. Heuristic search algorithms, such as A* , gua…

Reinforcement Learning

On Using Admissible Bounds for Learning Forward Search Heuristics

2023-08-23 · Carlos Núñez-Molina, Masataro Asai, Pablo Mesejo, Juan Fernández-Olivares

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 o…

Learning Admissible Heuristics via Cost Partitioning

2026-06-03 · Hugo Barral, Quentin Cappart, Marie-José Huguet, Sylvie Thiébaux arxiv

Admissible heuristics are essential for optimal planning, yet learning them remains challenging due to the risk of overestimation. Cost partitioning combines multiple abstraction heuristics while preserving admissibility…

LLM-Evolved Pattern Generators for Optimal Classical Planning

2026-06-01 · Windy Phung, Dominik Drexler, Arnaud Lequen, Jendrik Seipp arxiv

Learned heuristics have recently become a competitive alternative to traditional domain-independent heuristics for satisficing planning. Existing approaches, however, focus on improving search guidance rather than guaran…

A-MHA*: Anytime Multi-Heuristic A*

2025-08-29 · Ramkumar Natarajan, Muhammad Suhail Saleem, William Xiao, Sandip Aine 외 arxiv

Designing good heuristic functions for graph search requires adequate domain knowledge. It is often easy to design heuristics that perform well and correlate with the underlying true cost-to-go values in certain parts of…