提出连续驾驶场景下的运动预测框架,提升长期依赖建模能力。
Motion Forecasting in Continuous Driving
- 构建双流结构:场景上下文流与轨迹传播流协同建模
- 在Argoverse数据集上显著优于现有方法,推理效率更高
- 适合需要长时间序列建模的自动驾驶系统部署
自动驾驶中的运动预测因代理行为的多样性及时空交互复杂性而极具挑战。现实应用中,车辆需持续、反复地进行预测。然而,现有方法通常独立处理每个驾驶场景,忽视了连续场景间的上下文关联,导致模型性能受限。为此,本文提出面向连续驾驶的RealMotion框架,包含两个核心模块:(1)场景上下文流,逐步累积历史场景信息,捕捉元素间的时序交互;(2)代理轨迹流,通过传递先前预测优化当前结果。同时引入数据重构策略,缩小基准测试与真实场景的差距。在Argoverse系列数据集上的大量实验表明,RealMotion达到领先性能,且具备高效推理能力。代码将开源于https://github.com/fudan-zvg/RealMotion。
原文摘要 · Abstract (English)
Motion forecasting for agents in autonomous driving is highly challenging due to the numerous possibilities for each agent's next action and their complex interactions in space and time. In real applications, motion forecasting takes place repeatedly and continuously as the self-driving car moves. However, existing forecasting methods typically process each driving scene within a certain range independently, totally ignoring the situational and contextual relationships between successive driving scenes. This significantly simplifies the forecasting task, making the solutions suboptimal and inefficient to use in practice. To address this fundamental limitation, we propose a novel motion forecasting framework for continuous driving, named RealMotion. It comprises two integral streams both at the scene level: (1) The scene context stream progressively accumulates historical scene information until the present moment, capturing temporal interactive relationships among scene elements. (2) The agent trajectory stream optimizes current forecasting by sequentially relaying past predictions. Besides, a data reorganization strategy is introduced to narrow the gap between existing benchmarks and real-world applications, consistent with our network. These approaches enable exploiting more broadly the situational and progressive insights of dynamic motion across space and time. Extensive experiments on Argoverse series with different settings demonstrate that our RealMotion achieves state-of-the-art performance, along with the advantage of efficient real-world inference. The source code will be available at https://github.com/fudan-zvg/RealMotion.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。