CVIRLGNov 17, 2025

Region-Point Joint Representation for Effective Trajectory Similarity Learning

arXiv:2511.13125v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses trajectory similarity computation for applications like location-based services, offering a significant performance gain but is incremental as it builds on existing learning-based methods.

The paper tackled the problem of trajectory similarity learning by proposing RePo, a method that jointly encodes region-wise and point-wise features to capture spatial context and fine-grained moving patterns, achieving an average accuracy improvement of 22.2% over state-of-the-art baselines.

Recent learning-based methods have reduced the computational complexity of traditional trajectory similarity computation, but state-of-the-art (SOTA) methods still fail to leverage the comprehensive spectrum of trajectory information for similarity modeling. To tackle this problem, we propose \textbf{RePo}, a novel method that jointly encodes \textbf{Re}gion-wise and \textbf{Po}int-wise features to capture both spatial context and fine-grained moving patterns. For region-wise representation, the GPS trajectories are first mapped to grid sequences, and spatial context are captured by structural features and semantic context enriched by visual features. For point-wise representation, three lightweight expert networks extract local, correlation, and continuous movement patterns from dense GPS sequences. Then, a router network adaptively fuses the learned point-wise features, which are subsequently combined with region-wise features using cross-attention to produce the final trajectory embedding. To train RePo, we adopt a contrastive loss with hard negative samples to provide similarity ranking supervision. Experiment results show that RePo achieves an average accuracy improvement of 22.2\% over SOTA baselines across all evaluation metrics.

Foundations

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

Your Notes