用改进的WTA损失提升自动驾驶轨迹预测多样性与稳定性
Annealed Winner-Takes-All for Motion Forecasting
- 引入退火WTA损失,缓解传统方法训练不稳和初始化敏感问题
- 仅用少量假设即可达到更好性能,无需推理时冗余筛选
- 适配现有模型,提升轨迹预测精度,适合自动驾驶系统集成
在自动驾驶中,运动预测旨在预估周边交通参与者未来的轨迹,以帮助主车提前应对行为并安全行驶。核心挑战是生成多样化的未来轨迹,通常通过数据驱动模型结合多选学习(MCL)架构和胜者为王(WTA)训练目标来解决。然而,这些方法存在初始化敏感和训练不稳定的问题。此外,为弥补性能不足,部分方法依赖大量候选轨迹进行训练,推理时还需繁琐的后筛选步骤以大幅减少预测数量。为此,本文借鉴近期提出的退火多选学习(annealed MCL)技术,利用退火胜者为王损失(aWTA),提升MCL方法的收敛性。本文证明,将aWTA损失融入当前主流运动预测模型,仅需极小数量的候选假设即可显著提升性能,彻底消除推理阶段的后筛选步骤。该方法可轻松集成至任何常规WTA训练的轨迹预测模型中,并带来明显性能提升。为促进后续应用,代码已公开:https://github.com/valeoai/MF_aWTA。
原文摘要 · Abstract (English)
In autonomous driving, motion prediction aims at forecasting the future trajectories of nearby agents, helping the ego vehicle to anticipate behaviors and drive safely. A key challenge is generating a diverse set of future predictions, commonly addressed using data-driven models with Multiple Choice Learning (MCL) architectures and Winner-Takes-All (WTA) training objectives. However, these methods face initialization sensitivity and training instabilities. Additionally, to compensate for limited performance, some approaches rely on training with a large set of hypotheses, requiring a post-selection step during inference to significantly reduce the number of predictions. To tackle these issues, we take inspiration from annealed MCL, a recently introduced technique that improves the convergence properties of MCL methods through an annealed Winner-Takes-All loss (aWTA). In this paper, we demonstrate how the aWTA loss can be integrated with state-of-the-art motion forecasting models to enhance their performance using only a minimal set of hypotheses, eliminating the need for the cumbersome post-selection step. Our approach can be easily incorporated into any trajectory prediction model normally trained using WTA and yields significant improvements. To facilitate the application of our approach to future motion forecasting models, the code is made publicly available: https://github.com/valeoai/MF_aWTA.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。