paper-with-me

홈 › Papers

Motion Forecasting in Continuous Driving

2024-10-08 · Nan Song, Bozhou Zhang, Xiatian Zhu, Li Zhang

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.

📄 PDF Abstract BibTeX arXiv:2410.06007

Code (2)

fudan-zvg/realmotion 공식 구현 pytorch
fudan-zvg/demo pytorch

Tasks

Autonomous DrivingMotion Forecasting

Similar Papers 제목 키워드 기반

PanguMotion: Continuous Driving Motion Forecasting with Pangu Transformers

2026-03-17 · Quanhao Ren, Yicheng Li, Nan Song arxiv

Motion forecasting is a core task in autonomous driving systems, aiming to accurately predict the future trajectories of surrounding agents to ensure driving safety. Existing methods typically process discrete driving sc…

Autonomous DrivingMotion Forecasting

GEM: Gaussian Evolution Model for Occupancy Forecasting and Motion Planning

2026-05-17 · Cheng Chen, Hao Huang, Saurabh Bagchi arxiv

Future 3D semantic occupancy forecasting and motion planning are central to autonomous driving, as they require models to reason about how surrounding scenes evolve and how the ego vehicle should act. Existing occupancy …

Autonomous DrivingMotion Planning

Streaming Motion Forecasting for Autonomous Driving

2023-10-02 · Ziqi Pang, Deva Ramanan, Mengtian Li, Yu-Xiong Wang

Trajectory forecasting is a widely-studied problem for autonomous navigation. However, existing benchmarks evaluate forecasting based on independent snapshots of trajectories, which are not representative of real-world a…

Autonomous DrivingAutonomous NavigationMotion ForecastingTrajectory Forecasting

QML for Argoverse 2 Motion Forecasting Challenge

2022-07-13 · Tong Su, Xishun Wang, Xiaodong Yang

To safely navigate in various complex traffic scenarios, autonomous driving systems are generally equipped with a motion forecasting module to provide vital information for the downstream planning module. For the real-wo…

Autonomous DrivingMotion ForecastingNavigate

Driving in the Occupancy World: Vision-Centric 4D Occupancy Forecasting and Planning via World Models for Autonomous Driving

2024-08-26 · Yu Yang, Jianbiao Mei, Yukai Ma, Siliang Du 외

World models envision potential future states based on various ego actions. They embed extensive knowledge about the driving environment, facilitating safe and scalable autonomous driving. Most existing methods primarily…

Autonomous DrivingDecoder