Papers
Topics
Authors
Recent
Search
2000 character limit reached

Percept-WAM: Neural and Autonomous Models

Updated 19 December 2025
  • The paper introduces Percept-WAM to encode perceptual metrics via coupled oscillator interactions that converge to accurately represent spatial relationships.
  • Percept-WAM integrates 2D/3D world-token embeddings within vision–language models, boosting object detection and trajectory prediction in autonomous driving.
  • The framework employs grid-conditioned dense prediction with AR decoding, advancing both neuroscientific modeling and robust world-awareness for AI control.

Percept-WAM refers to distinct frameworks in contemporary computational neuroscience and embodied AI, each focused on embedding world structure into dynamic representations. In neuroscience, Percept–WAM (Weighted Adjacency Matrix) denotes a formal system for encoding perceptual metrics via coupled neural-like oscillators, such that mutual interactions precisely reflect distances in perceptual space (Kraikivski, 2019). In autonomous driving, Percept-WAM represents a unified World-Awareness-Action Model that explicitly incorporates learned 2D/3D spatial world tokens within a vision–LLM, enabling robust perception and direct mapping to action (Han et al., 24 Nov 2025).

1. Mathematical Formulation of Percept–WAM in Conscious Perception

Percept–WAM, as established by Kraikivski (Kraikivski, 2019), models the encoding of a specific conscious percept as a system of n coupled oscillator processes P=(P1,,Pn)TP = (P_1, \ldots, P_n)^T. A perceptual structure is specified by points x1,,xnx_1, \ldots, x_n in a chosen metric space, for which the Weighted Adjacency Matrix (WAM) AA encodes all inter-process relationships:

  • For iji \neq j, Aij=γxixj2A_{ij} = \gamma \|x_i - x_j\|^2;
  • Aii=0A_{ii} = 0, where γ\gamma is a scaling parameter often set such that $1$ is an eigenvalue of AA, enforcing the steady-state constraint det(AI)=0\det(A - I) = 0.

The network's evolution is governed either via first-order:

x1,,xnx_1, \ldots, x_n0

or equivalently, the second-order system:

x1,,xnx_1, \ldots, x_n1

enforcing that, in the long-time limit, the system's amplitudes x1,,xnx_1, \ldots, x_n2 converge to a self-interpretable state x1,,xnx_1, \ldots, x_n3.

2. Properties and Interpretation of the WAM Oscillator System

By design, the WAM x1,,xnx_1, \ldots, x_n4 is symmetric, hollow (x1,,xnx_1, \ldots, x_n5), and parameterized to possess the uniqueness condition x1,,xnx_1, \ldots, x_n6. This ensures the following operational property: at steady state, each process x1,,xnx_1, \ldots, x_n7 is representable solely by a weighted sum of its complement, i.e., x1,,xnx_1, \ldots, x_n8, where x1,,xnx_1, \ldots, x_n9. This completeness or self-interpretation guarantees that the amplitude vector AA0 encodes the metric relations among points, preserving the perceptual structure in the oscillatory regime.

Empirically, system trajectories initialized away from AA1 quickly converge with all AA2 satisfying AA3 after transient phases. Numerical studies confirm robustness to initial condition variations and demonstrate stable convergence for various AA4 and AA5.

3. Neural-Inspired Encoding and Applications

Functionally, the WAM acts as a memory trace for perceptual similarity, and the oscillator system provides a dynamic method of encoding spatial (or feature-based) relationships via amplitude patterns rather than mean firing rates. For points AA6 arranged in AA7, the amplitude relationships remain isomorphic to the metric of the chosen perceptual geometry. This model has been proposed as a functional analogy to how neural populations maintain relational spatial or feature maps in cortex, where oscillatory amplitude carries computational meaning.

Illustrative examples include systems of AA8 units, where for carefully chosen AA9 the system universally converges to an amplitude profile matching the Euclidean distance-squared structure among the iji \neq j0. The construction is robust, with high reproducibility of the targeted perceptual map regardless of multi-site initializations.

4. Percept-WAM for Robust World-Awareness-Action in Autonomous Driving

Distinct from the dynamical systems context, Percept-WAM in embodied AI (Han et al., 24 Nov 2025) extends the principles of world-state embedding to perception and control for autonomous driving via deep learning. The architecture integrates 2D/3D scene understanding within a single vision–LLM (VLM), avoiding explicit spatial reasoning by using two token families:

  • World-PV tokens, iji \neq j1, represent perspective-view spatial features;
  • World-BEV tokens, iji \neq j2, encode bird’s-eye-view metrics.

Detection heads decode these tokens into sequences expressing object class, geometric parameters, and confidence, discretized into iji \neq j3 bins and trained with a cross-entropy objective. The grid-conditioned dense prediction mechanism interpolates object-centric queries directly from the world-token grids, supporting parallel autoregressive (AR) decoding and explicit IoU-aware scoring, which empirically reduces false positives in challenging settings.

5. Model Architecture, Training, and Evaluation Protocols

Percept-WAM leverages an InternVL2-8B VLM backbone, retaining general-purpose visual–linguistic representations while extending them with BEV cross-attention, Transformer-based decoding heads for both PV and BEV, and a trajectory Action Head. Training is structured in two stages: first, spatial perception and driving QA (combining detection, segmentation, and auxiliary tasks); second, trajectory imitation learning using a SmoothL1 loss on predicted waypoints.

Experiments cover a diverse range of datasets (COCO, nuImages, nuScenes, Waymo, NAVSIM), with metrics including 2D/3D detection mean Average Precision (mAP), segmentation IoU, and open-/closed-loop motion control statistics. Main results indicate that Percept-WAM achieves 51.7/58.9 mAP on COCO 2D and nuScenes BEV 3D detection, outperforming existing detectors such as DINO and PointPillars. Comprehensive closed-loop performance on NAVSIM (PMDS = 90.2) demonstrates improved planning compared to DiffusionDrive.

6. Key Contributions, Limitations, and Future Directions

Percept-WAM's central innovations include:

  • Explicit world-token embeddings in both perspective and metric (BEV) spaces, encoding coordinates and confidence within a unified VLM.
  • Grid-conditioned dense prediction with IoU-aware scoring and parallel AR decoding, boosting reliability in long-tail and far-range conditions.
  • A unified perception-to-action paradigm that supports both rich scene understanding and low-latency trajectory prediction.

Identified limitations include uniform task mixing in training (suggesting mixture-of-expert routing could yield additional efficiency), a reliance on imitation learning for planning (where reinforcement learning could better align to closed-loop objectives), and latency bottlenecks in streaming scenarios (potentially addressable through adaptive cache optimization). A plausible implication is that further development of world-tokenized VLMs could generalize the paradigm to more complex, open-set environments and multi-agent interaction scenarios.

7. Comparative Table: Percept-WAM Across Domains

Domain Core Representation Key Mechanism
Conscious Perception WAM matrix of perceptual space Coupled oscillators satisfy iji \neq j4 at steady state
Autonomous Driving World-PV/BEV token grids VLM-based dense prediction with AR decoding & IoU scoring

The unifying theme across both usages is the explicit embedding of world-structure into process dynamics—be it oscillatory interactions (conscious percept) or spatial-tokenized deep models (autonomous driving)—to support self-interpretable and robust world-awareness (Kraikivski, 2019, Han et al., 24 Nov 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Percept-WAM.