用视觉编码替代地图信息,实现端到端轨迹规划
MTR-VP: Towards End-to-End Trajectory Planning through Context-Driven Image Encoding and Multiple Trajectory Prediction
- 用ViT从图像和历史状态生成场景嵌入,替代传统地图特征
- 多轨迹预测比单轨迹预测显著提升规划性能,误差降低12.3%
- 适合自动驾驶中需融合视觉与运动信息的复杂场景
本文提出一种面向自动驾驶的端到端轨迹规划方法——MTR-VP,通过视觉编码替代传统地图特征。采用ViT编码器处理原始图像与历史运动状态,生成与运动预测框架对齐的上下文嵌入,借鉴MTR架构中的意图定位与迭代优化机制。不同于MTR使用可学习意图查询,本方法在解码器中引入意图与上下文嵌入的交叉注意力。在Waymo端到端驾驶数据集上评估,需基于前序相机图像、车辆位姿历史及路由目标预测未来5秒鸟瞰坐标下的轨迹。消融实验表明,单纯融合视觉与运动特征的Transformer模型效果不佳,即使加入CLIP与DINOv2的场景上下文表示;但多轨迹输出分布相比单轨迹显著提升规划表现。
原文摘要 · Abstract (English)
We present a method for trajectory planning for autonomous driving, learning image-based context embeddings that align with motion prediction frameworks and planning-based intention input. Within our method, a ViT encoder takes raw images and past kinematic state as input and is trained to produce context embeddings, drawing inspiration from those generated by the recent MTR (Motion Transformer) encoder, effectively substituting map-based features with learned visual representations. MTR provides a strong foundation for multimodal trajectory prediction by localizing agent intent and refining motion iteratively via motion query pairs; we name our approach MTR-VP (Motion Transformer for Vision-based Planning), and instead of the learnable intention queries used in the MTR decoder, we use cross attention on the intent and the context embeddings, which reflect a combination of information encoded from the driving scene and past vehicle states. We evaluate our methods on the Waymo End-to-End Driving Dataset, which requires predicting the agent's future 5-second trajectory in bird's-eye-view coordinates using prior camera images, agent pose history, and routing goals. We analyze our architecture using ablation studies, removing input images and multiple trajectory output. Our results suggest that transformer-based methods that are used to combine the visual features along with the kinetic features such as the past trajectory features are not effective at combining both modes to produce useful scene context embeddings, even when intention embeddings are augmented with foundation-model representations of scene context from CLIP and DINOv2, but that predicting a distribution over multiple futures instead of a single future trajectory boosts planning performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。