Does Knowledge About Perceptual Uncertainty Help an Agent in Automated Driving?
Natalie Grabowsky, Annika Mütze, Joshua Wendland, Nils Jansen, Matthias Rottmann
TL;DR
The paper investigates how perceptual uncertainty affects reinforcement learning for automated driving and whether exposing uncertainty information to the agent improves performance. Using a CARLA-based PPO setup with BEV semantic segmentation perturbations, it compares learning under correct perception, perturbed perception without uncertainty information, and perturbed perception with uncertainty information in the observation. Results show that unreliable perception alone induces defensive driving, while including uncertainty signals enables the agent to adapt its behavior to the current situation and complete tasks more efficiently while accounting for risk. The work provides a concrete experimental framework for studying RL under perceptual uncertainty and demonstrates the practical value of uncertainty-aware observations in autonomous driving.
Abstract
Agents in real-world scenarios like automated driving deal with uncertainty in their environment, in particular due to perceptual uncertainty. Although, reinforcement learning is dedicated to autonomous decision-making under uncertainty these algorithms are typically not informed about the uncertainty currently contained in their environment. On the other hand, uncertainty estimation for perception itself is typically directly evaluated in the perception domain, e.g., in terms of false positive detection rates or calibration errors based on camera images. Its use for deciding on goal-oriented actions remains largely unstudied. In this paper, we investigate how an agent's behavior is influenced by an uncertain perception and how this behavior changes if information about this uncertainty is available. Therefore, we consider a proxy task, where the agent is rewarded for driving a route as fast as possible without colliding with other road users. For controlled experiments, we introduce uncertainty in the observation space by perturbing the perception of the given agent while informing the latter. Our experiments show that an unreliable observation space modeled by a perturbed perception leads to a defensive driving behavior of the agent. Furthermore, when adding the information about the current uncertainty directly to the observation space, the agent adapts to the specific situation and in general accomplishes its task faster while, at the same time, accounting for risks.
