Ship trajectory prediction from Automatic Identification System (AIS) data has been predominantly approached as a time-series forecasting problem, where sequential models operate on coordinate sequences to predict future positions. This paradigm, while effective, neglects a key observation: the spatial layout of multiple vessel trajectories on a chart-like plane carries rich interaction information that is difficult to capture through sequential processing alone. To address this, Mapex (Map Exploitation) is proposed as a vision-based framework that rasterizes multi-vessel AIS trajectories into chart-like multi-channel images and processes them with a visual encoder, treating trajectory prediction as a map-reading task. Each vessel contributes three image channels encoding its trajectory heatmap, speed field, and heading field, converting raw coordinates into a spatial representation where physical movement patterns become visually apparent. A parallel coordinate branch supplies the course-over-ground information that the raster does not encode explicitly, and a fusion module combines both streams for autoregressive five-channel trajectory generation. Unlike coordinate-domain models that process position sequences numerically, Mapex understands vessel motion through its spatial layout, capturing relative positions, trajectory shapes, and kinematic patterns as visual features rather than abstract number sequences. Experiments on the Piraeus AIS dataset demonstrate that Mapex reduces the average displacement error (ADE) by approximately 68% compared to the best coordinate-domain baseline and the mean squared error (MSE) by over 80% compared to the strongest prior method, while requiring significantly fewer parameters than recent LLM-based approaches. These results suggest that spatial visualization of trajectories provides a fundamentally richer representation than coordinate sequences for multi-vessel trajectory prediction.
Lee et al. (2026) studied this question.