Evaluating Dynamic Environment Difficulty for Obstacle Avoidance Benchmarking
Moji Shi, Gang Chen, Álvaro Serra Gómez, Siyuan Wu, Javier Alonso-Mora
TL;DR
This work tackles the lack of a quantitative metric for the difficulty of dynamic environments in obstacle avoidance. It designs six metrics—Obstacle Density, Traversability, Dynamic Traversability, VO Feasibility, Survivability, and Global Survivability—and validates them in a custom OpenAI Gym–style simulator that isolates environmental difficulty from perception and control errors, across two map datasets and multiple planners. The experiments (over 1.5 million trials) show that the Survivability metric yields the strongest monotonic relationship with planner success (SRCC $\approx$ 0.93) and low variability, making it especially suitable for fair benchmarking and guiding method refinement. The work also discusses practical use cases, including generating maps with predefined survivability and transferring survivability calculations to other simulators or real-world tests, with future work extending to 3D scenarios.
Abstract
Dynamic obstacle avoidance is a popular research topic for autonomous systems, such as micro aerial vehicles and service robots. Accurately evaluating the performance of dynamic obstacle avoidance methods necessitates the establishment of a metric to quantify the environment's difficulty, a crucial aspect that remains unexplored. In this paper, we propose four metrics to measure the difficulty of dynamic environments. These metrics aim to comprehensively capture the influence of obstacles' number, size, velocity, and other factors on the difficulty. We compare the proposed metrics with existing static environment difficulty metrics and validate them through over 1.5 million trials in a customized simulator. This simulator excludes the effects of perception and control errors and supports different motion and gaze planners for obstacle avoidance. The results indicate that the survivability metric outperforms and establishes a monotonic relationship between the success rate, with a Spearman's Rank Correlation Coefficient (SRCC) of over 0.9. Specifically, for every planner, lower survivability leads to a higher success rate. This metric not only facilitates fair and comprehensive benchmarking but also provides insights for refining collision avoidance methods, thereby furthering the evolution of autonomous systems in dynamic environments.
