NeFut Logo NeFut
Admin Login

[CS.AI] Compact Bellman-Grounded Cognitive Maps for Cost-Aware Navigation

Published at: 2026-09-08 22:00 Last updated: 2026-09-09 09:08
#algorithm #AI #Machine Learning

Biological agents navigate familiar environments not by recomputing a route for each new goal, but by reusing a map learned once and reading off the path as goals change. Existing artificial cognitive‑map models mimic this reuse, yet their guidance is not explicitly grounded in additive heterogeneous edge costs, and they often rely on state‑indexed high‑rank spectral constructions that cause storage to explode as the environment grows.

To address these issues we introduce BCM (Bellman‑Grounded Cognitive Map). Its main contributions are:

On weighted grids with up to $N=1600$ nodes, BCM attains 100% success and a mean Gap of only $5\%$ relative to exact Dijkstra search, whereas a connectivity‑based spectral baseline suffers about $45\%$ Gap. Importantly, when the graph size increases from $N=400$ to $N=3600$, memory usage grows sublinearly while performance remains competitive, demonstrating scalability to large, complex environments.

In summary, BCM embeds additive route costs into a compact, reusable cognitive‑map representation, bridging biological flexibility and optimal path planning.

Review

Original Source: https://arxiv.org/abs/2609.05104

[h] Back to Home