paper-with-me

홈 › Papers

Grid and Road Expressions Are Complementary for Trajectory Representation Learning

2024-11-22 · Silin Zhou, Shuo Shang, Lisi Chen, Peng Han, Christian S. Jensen

Trajectory representation learning (TRL) maps trajectories to vectors that can be used for many downstream tasks. Existing TRL methods use either grid trajectories, capturing movement in free space, or road trajectories, capturing movement in a road network, as input. We observe that the two types of trajectories are complementary, providing either region and location information or providing road structure and movement regularity. Therefore, we propose a novel multimodal TRL method, dubbed GREEN, to jointly utilize Grid and Road trajectory Expressions for Effective representatioN learning. In particular, we transform raw GPS trajectories into both grid and road trajectories and tailor two encoders to capture their respective information. To align the two encoders such that they complement each other, we adopt a contrastive loss to encourage them to produce similar embeddings for the same raw trajectory and design a mask language model (MLM) loss to use grid trajectories to help reconstruct masked road trajectories. To learn the final trajectory representation, a dual-modal interactor is used to fuse the outputs of the two encoders via cross-attention. We compare GREEN with 7 state-of-the-art TRL methods for 3 downstream tasks, finding that GREEN consistently outperforms all baselines and improves the accuracy of the best-performing baseline by an average of 15.99\%.

📄 PDF Abstract BibTeX arXiv:2411.14768

Code (1)

slzhou-xy/GREEN 공식 구현 pytorch

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

StopNet: Scalable Trajectory and Occupancy Prediction for Urban Autonomous Driving

2022-06-02 · Jinkyu Kim, Reza Mahjourian, Scott Ettinger, Mayank Bansal 외

We introduce a motion forecasting (behavior prediction) method that meets the latency requirements for autonomous driving in dense urban environments without sacrificing accuracy. A whole-scene sparse input representatio…

Autonomous DrivingMotion Forecasting

Trajectory Representation Learning on Road Networks and Grids with Spatio-Temporal Dynamics

2024-11-21 · Stefan Schestakov, Simon Gottschalk

Trajectory representation learning is a fundamental task for applications in fields including smart city, and urban planning, as it facilitates the utilization of trajectory data (e.g., vehicle movements) for various dow…

Representation LearningTravel Time Estimation

NetTraj: A Network-based Vehicle Trajectory Prediction Model with Directional Representation and Spatiotemporal Attention Mechanisms

2021-06-21 · Yuebing Liang, Zhan Zhao

Trajectory prediction of vehicles in city-scale road networks is of great importance to various location-based applications such as vehicle navigation, traffic management, and location-based recommendations. Existing met…

DecoderGraph AttentionManagementTrajectory Prediction

Multimodal Trajectory Representation Learning for Travel Time Estimation

2025-10-07 · Zhi Liu, Xuyuan Hu, Xiao Han, Zhehao Dai 외 arxiv

Accurate travel time estimation (TTE) plays a crucial role in intelligent transportation systems. However, it remains challenging due to heterogeneous data sources and complex traffic dynamics. Moreover, traditional appr…

Representation LearningTravel Time EstimationTrajectory Modeling

RoGS: Adaptive Meshgrid Gaussian for Large-Scale Road Surface Mapping

2026-07-16 · Tianchen Deng, Zhiheng Feng, Wenhua Wu, Ziming Li 외 arxiv

Road surface mapping plays a crucial role in autonomous driving, supporting high-definition map generation, lane-level perception, and automatic road annotation. Recent mesh-based road surface reconstruction methods have…

Autonomous Driving