仅用两个观测点实现快速轨迹预测,提升自动驾驶安全性
ITPNet: Towards Instantaneous Trajectory Prediction for Autonomous Driving
- 通过反向预测隐藏特征补全缺失历史轨迹
- 在Argoverse和nuScenes上优于基线模型
- 可无缝接入现有模型,适合实时场景应用
自动驾驶中对移动目标的轨迹预测至关重要,但传统方法依赖较长的历史轨迹数据。现实中,由于遮挡导致目标突然出现且观测点极少,现有模型性能严重下降。为此,本文提出ITPNet,一种仅需两个观测点即可进行即时轨迹预测的方法。核心思想是:利用两个观测点反向预测未观测历史轨迹的潜在特征表示,并作为补充信息用于未来轨迹预测;同时设计噪声冗余消除转换器,过滤预测特征中的噪声与冗余,将净化后的特征与观测特征融合为紧凑查询。ITPNet可自然兼容现有预测模型,实现对即时轨迹预测的优雅支持。在Argoverse和nuScenes数据集上的大量实验表明,ITPNet显著优于基线方法,且适用于多种轨迹预测模型。
原文摘要 · Abstract (English)
Trajectory prediction of agents is crucial for the safety of autonomous vehicles, whereas previous approaches usually rely on sufficiently long-observed trajectory to predict the future trajectory of the agents. However, in real-world scenarios, it is not realistic to collect adequate observed locations for moving agents, leading to the collapse of most prediction models. For instance, when a moving car suddenly appears and is very close to an autonomous vehicle because of the obstruction, it is quite necessary for the autonomous vehicle to quickly and accurately predict the future trajectories of the car with limited observed trajectory locations. In light of this, we focus on investigating the task of instantaneous trajectory prediction, i.e., two observed locations are available during inference. To this end, we propose a general and plug-and-play instantaneous trajectory prediction approach, called ITPNet. Specifically, we propose a backward forecasting mechanism to reversely predict the latent feature representations of unobserved historical trajectories of the agent based on its two observed locations and then leverage them as complementary information for future trajectory prediction. Meanwhile, due to the inevitable existence of noise and redundancy in the predicted latent feature representations, we further devise a Noise Redundancy Reduction Former, aiming at to filter out noise and redundancy from unobserved trajectories and integrate the filtered features and observed features into a compact query for future trajectory predictions. In essence, ITPNet can be naturally compatible with existing trajectory prediction models, enabling them to gracefully handle the case of instantaneous trajectory prediction. Extensive experiments on the Argoverse and nuScenes datasets demonstrate ITPNet outperforms the baselines, and its efficacy with different trajectory prediction models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。