Towards Motion Forecasting with Real-World Perception Inputs: Are End-to-End Approaches Competitive?
Yihong Xu, Loïck Chambon, Éloi Zablocki, Mickaël Chen, Alexandre Alahi, Matthieu Cord, Patrick Pérez
TL;DR
This work tackles the discrepancy between motion forecasting trained on curated data and real-world deployment where perception modules provide imperfect inputs. It introduces a unified evaluation benchmark that integrates perception outputs with forecasting, enabling fair comparisons between conventional and end-to-end approaches. Across extensive experiments, end-to-end methods do not outperform conventional pipelines under the same perception inputs, and a large performance gap emerges when moving from curated maps and tracks to real perception outputs, driven largely by localization and detection errors rather than mere precision. The findings highlight the need for better map integration, robust handling of perception errors, and distance-aware evaluation to realize robust real-world motion forecasting, and provide an open-source benchmarking tool for future work.
Abstract
Motion forecasting is crucial in enabling autonomous vehicles to anticipate the future trajectories of surrounding agents. To do so, it requires solving mapping, detection, tracking, and then forecasting problems, in a multi-step pipeline. In this complex system, advances in conventional forecasting methods have been made using curated data, i.e., with the assumption of perfect maps, detection, and tracking. This paradigm, however, ignores any errors from upstream modules. Meanwhile, an emerging end-to-end paradigm, that tightly integrates the perception and forecasting architectures into joint training, promises to solve this issue. However, the evaluation protocols between the two methods were so far incompatible and their comparison was not possible. In fact, conventional forecasting methods are usually not trained nor tested in real-world pipelines (e.g., with upstream detection, tracking, and mapping modules). In this work, we aim to bring forecasting models closer to the real-world deployment. First, we propose a unified evaluation pipeline for forecasting methods with real-world perception inputs, allowing us to compare conventional and end-to-end methods for the first time. Second, our in-depth study uncovers a substantial performance gap when transitioning from curated to perception-based data. In particular, we show that this gap (1) stems not only from differences in precision but also from the nature of imperfect inputs provided by perception modules, and that (2) is not trivially reduced by simply finetuning on perception outputs. Based on extensive experiments, we provide recommendations for critical areas that require improvement and guidance towards more robust motion forecasting in the real world. The evaluation library for benchmarking models under standardized and practical conditions is provided: \url{https://github.com/valeoai/MFEval}.
