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

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

22 Apr 2026arXiv:2604.20744added by Syntology

An T. Le, Vien Ngo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.9$--$3.9$ percentage points on 9 road networks and ≤1.3 percentage points on synthetic graphs, with zero admissibility violations across 1,500+ queries and all logged runs. At matched memory, AAC is also $1.2$--1.5× faster than FPS-ALT at the median query on DIMACS road networks, amortizing its offline cost within $170$--1,924 queries. A controlled ablation isolates the binding constraint: training-objective drift under default initialization, not architectural capacity; identity-on-first-m 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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.20744")

Code

Syntology Ran 10 of 15 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

anindex/aac found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 10 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran
5unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from anindex/aac. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

alt_memory_bytes anindex/aac/src/aac/baselines/alt.py found in paper text by Syntology ran Apache-2.0 (permissive) · 61c68458c64ac988 · report
build_grid_edge_index anindex/aac/src/aac/contextual/encoders.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · a70a9e72b16248de · report
cdh_memory_bytes anindex/aac/src/aac/baselines/cdh.py found in paper text by Syntology ran Apache-2.0 (permissive) · 529f752c5193f82d · report
cell_costs_to_edge_weights anindex/aac/src/aac/contextual/encoders.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6cb32e29ad415487 · report
contextual_loss anindex/aac/src/aac/contextual/loss.py found in paper text by Syntology ran Apache-2.0 (permissive) · 18b2e15a34e376f7 · report
fastmap_memory_bytes anindex/aac/src/aac/baselines/fastmap.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · cb2135d7f129f35f · report
make_fastmap_heuristic anindex/aac/src/aac/baselines/fastmap.py found in paper text by Syntology ran Apache-2.0 (permissive) · 215328d2ffe01e69 · report
parameter_shape anindex/aac/src/aac/compression/selectors.py found in paper text by Syntology ran Apache-2.0 (permissive) · 840f98c140562db7 · report
row_gumbel anindex/aac/src/aac/compression/selectors.py found in paper text by Syntology ran Apache-2.0 (permissive) · cbb34500d0fb61ee · report
successive_softmax anindex/aac/src/aac/compression/selectors.py found in paper text by Syntology ran Apache-2.0 (permissive) · 502ef0916aa805e4 · report
combine_across_seeds anindex/aac/src/aac/stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dfd6c453a464bbb0 · report
direction_counts anindex/aac/src/aac/selection.py found in paper text by Syntology unverified Apache-2.0 (permissive) · bce434f4f78e968d · report
fdr_reject anindex/aac/src/aac/stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d2b8aba77bbed8b8 · report
objective anindex/aac/src/aac/selection.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0c8d1fc0f878dbab · report
signed_stouffer anindex/aac/src/aac/stats.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 70395f80aa40c7f1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.20744, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections