Categorical Traffic Transformer: Interpretable and Diverse Behavior Prediction with Tokenized Latent
TLDR
A traffic model with interpretable latent space and tokenized categorical predictions for diverse behavior, beating SOTA and enabling LLM integration.
Reasoning
The paper introduces a novel traffic prediction model with a fully interpretable latent space that avoids mode collapse and enables diverse, semantically meaningful outputs. Its strengths include state-of-the-art accuracy and LLM compatibility, but it does not address world modeling or simulation beyond traffic prediction, limiting its scope.
Read-first score
Read-first score 27.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 0.
Field roles
Rank sensitivity
Stability: volatile; rank range: 33.
Keyword Scores
Deep Analysis
Innovations
- Fully interpretable latent space with direct supervision from ground truth, avoiding mode collapse completely
- Tokenized categorical predictions (lane modes, homotopies) enabling LLM compatibility and semantic behavior conditioning
- Diverse behavior generation conditioned on latent modes with semantic meanings while achieving SOTA accuracy
Methodology
CTT is a transformer-based traffic model that outputs both continuous trajectory predictions and tokenized categorical predictions (e.g., lane modes, homotopies). It employs a fully interpretable latent space where the latent variable is directly supervised from ground truth during training, which eliminates mode collapse. The model is designed to input and output tokens, facilitating integration with large language models for common-sense reasoning and zero-shot generalization.
Key Results
CTT beats state-of-the-art prediction accuracy while generating diverse behaviors conditioned on different latent modes with semantic meanings.
Limitations
- Integration with LLMs is proposed but not empirically validated in the abstract
- Interpretability is limited to tokenized categorical predictions (lane modes, homotopies) and may not cover continuous aspects of behavior
- Requires ground truth latent labels for training, which may be expensive or difficult to obtain in practice