English

AAC: Admissible-by-Architecture Differentiable Landmark Compression for ALT

Artificial Intelligence 2026-04-23 v1 Machine Learning Robotics

Abstract

We introduce \textbf{AAC} (Architecturally Admissible Compressor), a differentiable landmark-selection module for ALT (A*, Landmarks, and Triangle inequality) shortest-path heuristics whose outputs are admissible by construction: each forward pass is a row-stochastic mixture of triangle-inequality lower bounds, so the heuristic is admissible for \emph{every} parameter setting without requiring convergence, calibration, or projection. At deployment, the module reduces to classical ALT on a learned subset, composing end-to-end with neural encoders while preserving the classical toolchain. The construction is the first differentiable instance of the compress-while-preserving-admissibility tradition in classical heuristic search. Under a matched per-vertex memory protocol, we establish that ALT with farthest-point-sampling landmarks (FPS-ALT) has provably near-optimal coverage on metric graphs, leaving at most a few percentage points of headroom for \emph{any} selector. AAC operates near this ceiling: the gap is 0.90.9--3.93.9 percentage points on 9 road networks and 1.3{\leq}1.3 percentage points on synthetic graphs, with zero admissibility violations across 1,500+1{,}500+ queries and all logged runs. At matched memory, AAC is also 1.21.2--1.5×1.5{\times} faster than FPS-ALT at the median query on DIMACS road networks, amortizing its offline cost within 170170--1,9241{,}924 queries. A controlled ablation isolates the binding constraint: training-objective drift under default initialization, not architectural capacity; identity-on-first-mm initialization closes the expansion-count gap entirely. We release the module, a reusable matched-memory benchmarking protocol with paired two-one-sided-test (TOST) equivalence and pre-registration, and a reference compressed-differential-heuristics baseline.

Keywords

Cite

@article{arxiv.2604.20744,
  title  = {AAC: Admissible-by-Architecture Differentiable Landmark Compression for ALT},
  author = {An T. Le and Vien Ngo},
  journal= {arXiv preprint arXiv:2604.20744},
  year   = {2026}
}

Comments

50 pages, 8 figures, 24 tables, submitted to Transactions on Machine Learning Research

R2 v1 2026-07-01T12:30:47.664Z