Toward Unified Practices in Trajectory Prediction Research on Bird's-Eye-View Datasets
Theodor Westny, Björn Olofsson, Erik Frisk
TL;DR
This work argues that standardized preprocessing and evaluation are essential for fair comparisons in BEV trajectory prediction and introduces dronalize, an open-source PyTorch toolbox that unifies data handling across multiple BEV datasets. It prescribes a consistent pipeline for dataset splits, coordinate systems, downsampling with anti-aliasing, agent and map features, and a graph-based data structure to accommodate variable scene sizes. The toolbox implements common metrics for single- and multimodal prediction, including FDE and ANLL, while enabling both single-agent and multi-agent tasks with interaction-aware setups. By aligning preprocessing and evaluation practices across diverse datasets (e.g., highD, rounD, inD, exiD, uniD, SIND, INTERACTION), the approach aims to reduce reproducibility gaps and accelerate research in autonomous driving trajectory forecasting. The work also outlines future extensions to broaden dataset coverage and benchmarking capabilities, reinforcing the practical impact of standardized BEV trajectory research workflows.
Abstract
The availability of high-quality datasets is crucial for the development of behavior prediction algorithms in autonomous vehicles. This paper highlights the need to standardize the use of certain datasets for motion forecasting research to simplify comparative analysis and proposes a set of tools and practices to achieve this. Drawing on extensive experience and a comprehensive review of current literature, we summarize our proposals for preprocessing, visualization, and evaluation in the form of an open-sourced toolbox designed for researchers working on trajectory prediction problems. The clear specification of necessary preprocessing steps and evaluation metrics is intended to alleviate development efforts and facilitate the comparison of results across different studies. The toolbox is available at: https://github.com/westny/dronalize.
