CVAIDBNov 15, 2025

MovSemCL: Movement-Semantics Contrastive Learning for Trajectory Similarity

arXiv:2511.12061v1h-index: 5
Originality Incremental advance
AI Analysis

This work solves trajectory similarity problems for applications like clustering and anomaly detection, representing an incremental improvement over prior methods.

The paper tackles trajectory similarity computation by proposing MovSemCL, a movement-semantics contrastive learning framework that addresses limitations in existing methods, such as insufficient modeling and high computational costs, resulting in improved performance with mean ranks close to 1 and up to 20.3% better heuristic approximation while reducing inference latency by up to 43.4%.

Trajectory similarity computation is fundamental functionality that is used for, e.g., clustering, prediction, and anomaly detection. However, existing learning-based methods exhibit three key limitations: (1) insufficient modeling of trajectory semantics and hierarchy, lacking both movement dynamics extraction and multi-scale structural representation; (2) high computational costs due to point-wise encoding; and (3) use of physically implausible augmentations that distort trajectory semantics. To address these issues, we propose MovSemCL, a movement-semantics contrastive learning framework for trajectory similarity computation. MovSemCL first transforms raw GPS trajectories into movement-semantics features and then segments them into patches. Next, MovSemCL employs intra- and inter-patch attentions to encode local as well as global trajectory patterns, enabling efficient hierarchical representation and reducing computational costs. Moreover, MovSemCL includes a curvature-guided augmentation strategy that preserves informative segments (e.g., turns and intersections) and masks redundant ones, generating physically plausible augmented views. Experiments on real-world datasets show that MovSemCL is capable of outperforming state-of-the-art methods, achieving mean ranks close to the ideal value of 1 at similarity search tasks and improvements by up to 20.3% at heuristic approximation, while reducing inference latency by up to 43.4%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes