COTTA: Context-Aware Transfer Adaptation for Trajectory Prediction in Autonomous Driving

arXiv cs.CV / 4/2/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper tackles a key autonomous-driving issue: trajectory prediction models trained on Western datasets often degrade when deployed in other geographic regions due to domain discrepancies.
  • It evaluates transfer learning approaches for Query-Centric Trajectory Prediction (QCNet) moving from U.S. data to Korean driving scenarios, using a Korean dataset for experiments.
  • Four strategies are compared—zero-shot transfer, training from scratch, full fine-tuning, and encoder freezing—to understand the best adaptation method.
  • Results show that using pretrained knowledge substantially improves performance, with selectively fine-tuning the decoder while freezing the encoder achieving the best accuracy–efficiency trade-off.
  • The proposed approach reduces prediction error by more than 66% compared with training from scratch and offers actionable guidance for deploying trajectory prediction systems in new domains.

Abstract

Developing robust models to accurately predict the trajectories of surrounding agents is fundamental to autonomous driving safety. However, most public datasets, such as the Waymo Open Motion Dataset and Argoverse, are collected in Western road environments and do not reflect the unique traffic patterns, infrastructure, and driving behaviors of other regions, including South Korea. This domain discrepancy leads to performance degradation when state-of-the-art models trained on Western data are deployed in different geographic contexts. In this work, we investigate the adaptability of Query-Centric Trajectory Prediction (QCNet) when transferred from U.S.-based data to Korean road environments. Using a Korean autonomous driving dataset, we compare four training strategies: zero-shot transfer, training from scratch, full fine-tuning, and encoder freezing. Experimental results demonstrate that leveraging pretrained knowledge significantly improves prediction performance. Specifically, selectively fine-tuning the decoder while freezing the encoder yields the best trade-off between accuracy and training efficiency, reducing prediction error by over 66% compared to training from scratch. This study provides practical insights into effective transfer learning strategies for deploying trajectory prediction models in new geographic domains.