无需微调即可适应新场景的行人轨迹预测方法
Towards Predicting Any Human Trajectory In Context
- 基于时空相似性与预测引导选择,动态筛选相关历史轨迹
- 在多个公开数据集上超越微调模型,跨域适应性能优异
- 适用于边缘设备部署,无需更新权重,适合实时系统
准确预测行人未来轨迹对自动驾驶系统至关重要,但因需适应不同环境而极具挑战。传统方法依赖特定场景数据微调,但在边缘设备上难以部署。为此,本文提出TrajICL框架,一种无需微调的上下文学习方法,在推理时通过选择同场景中相似运动模式的历史轨迹实现自适应。提出时空相似性示例选择(STES)方法,基于对应位置的运动模式匹配筛选相关示例;进一步引入预测引导示例选择(PG-ES),结合过去轨迹与预测未来轨迹进行筛选,以捕捉长期动态。模型在大规模合成数据上训练,提升利用上下文示例的能力。大量实验表明,TrajICL在同域与跨域场景中均表现出色,优于多个基准上的微调方法。
原文摘要 · Abstract (English)
Predicting accurate future trajectories of pedestrians is essential for autonomous systems but remains a challenging task due to the need for adaptability in different environments and domains. A common approach involves collecting scenario-specific data and performing fine-tuning via backpropagation. However, the need to fine-tune for each new scenario is often impractical for deployment on edge devices. To address this challenge, we introduce TrajICL, an In-Context Learning (ICL) framework for pedestrian trajectory prediction that enables adaptation without fine-tuning on the scenario-specific data at inference time without requiring weight updates. We propose a spatio-temporal similarity-based example selection (STES) method that selects relevant examples from previously observed trajectories within the same scene by identifying similar motion patterns at corresponding locations. To further refine this selection, we introduce prediction-guided example selection (PG-ES), which selects examples based on both the past trajectory and the predicted future trajectory, rather than relying solely on the past trajectory. This approach allows the model to account for long-term dynamics when selecting examples. Finally, instead of relying on small real-world datasets with limited scenario diversity, we train our model on a large-scale synthetic dataset to enhance its prediction ability by leveraging in-context examples. Extensive experiments demonstrate that TrajICL achieves remarkable adaptation across both in-domain and cross-domain scenarios, outperforming even fine-tuned approaches across multiple public benchmarks. Project Page: https://fujiry0.github.io/TrajICL-project-page/.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。