Encoding Agent Trajectories as Representations with Sequence Transformers
Athanasios Tsiligkaridis, Nicholas Kalinowski, Zhongheng Li, Elizabeth, Hou

TL;DR
This paper introduces STARE, a Transformer-based model that encodes high-dimensional spatiotemporal trajectories into meaningful representations, enabling improved analysis and understanding of agent movements and relationships in space and time.
Contribution
The paper presents a novel Transformer architecture for encoding spatiotemporal trajectories as sequences, applying both supervised and self-supervised learning to capture structure and relationships.
Findings
Effective in learning meaningful trajectory representations
Improves downstream tasks like classification and similarity detection
Captures relationships between agents and locations
Abstract
Spatiotemporal data faces many analogous challenges to natural language text including the ordering of locations (words) in a sequence, long range dependencies between locations, and locations having multiple meanings. In this work, we propose a novel model for representing high dimensional spatiotemporal trajectories as sequences of discrete locations and encoding them with a Transformer-based neural network architecture. Similar to language models, our Sequence Transformer for Agent Representation Encodings (STARE) model can learn representations and structure in trajectory data through both supervisory tasks (e.g., classification), and self-supervisory tasks (e.g., masked modelling). We present experimental results on various synthetic and real trajectory datasets and show that our proposed model can learn meaningful encodings that are useful for many downstream tasks including…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Semantic Web and Ontologies · Multi-Agent Systems and Negotiation
MethodsAttention Is All You Need · Dense Connections · Residual Connection · Dropout · Layer Normalization · Adam · Byte Pair Encoding · Absolute Position Encodings · Softmax · Linear Layer
