The (Un)Scalability of Heuristic Approximators for NP-Hard Search Problems
Sumedh Pendurkar, Taoan Huang, Sven Koenig, Guni Sharon

TL;DR
This paper investigates the limitations of using neural networks to approximate heuristics for NP-hard problems, showing that such approaches do not scale well and may require exponentially large networks.
Contribution
The paper provides theoretical and experimental evidence that neural network-based heuristic approximations for NP-hard problems do not scale efficiently, highlighting a need for alternative methods.
Findings
Neural network heuristics may require exponentially large models for large instances.
High-precision heuristic approximation with neural networks is NP-hard.
Neural approaches do not scale well to large NP-hard problem instances.
Abstract
The A* algorithm is commonly used to solve NP-hard combinatorial optimization problems. When provided with a completely informed heuristic function, A* solves many NP-hard minimum-cost path problems in time polynomial in the branching factor and the number of edges in a minimum-cost path. Thus, approximating their completely informed heuristic functions with high precision is NP-hard. We therefore examine recent publications that propose the use of neural networks for this purpose. We support our claim that these approaches do not scale to large instance sizes both theoretically and experimentally. Our first experimental results for three representative NP-hard minimum-cost path problems suggest that using neural networks to approximate completely informed heuristic functions with high precision might result in network sizes that scale exponentially in the instance sizes. The research…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Constraint Satisfaction and Optimization · Metaheuristic Optimization Algorithms Research
