LGROApr 28, 2022

Control-Aware Prediction Objectives for Autonomous Driving

arXiv:2204.13319v125 citationsh-index: 166
Originality Incremental advance
AI Analysis

This addresses a safety and efficiency problem for autonomous vehicle developers, but it is incremental as it builds on existing modular pipeline approaches.

The paper tackles the misalignment between intermediate prediction objectives and overall system performance in autonomous driving by introducing control-aware prediction objectives (CAPOs), which improve system performance in CARLA simulator suburban driving scenarios.

Autonomous vehicle software is typically structured as a modular pipeline of individual components (e.g., perception, prediction, and planning) to help separate concerns into interpretable sub-tasks. Even when end-to-end training is possible, each module has its own set of objectives used for safety assurance, sample efficiency, regularization, or interpretability. However, intermediate objectives do not always align with overall system performance. For example, optimizing the likelihood of a trajectory prediction module might focus more on easy-to-predict agents than safety-critical or rare behaviors (e.g., jaywalking). In this paper, we present control-aware prediction objectives (CAPOs), to evaluate the downstream effect of predictions on control without requiring the planner be differentiable. We propose two types of importance weights that weight the predictive likelihood: one using an attention model between agents, and another based on control variation when exchanging predicted trajectories for ground truth trajectories. Experimentally, we show our objectives improve overall system performance in suburban driving scenarios using the CARLA simulator.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes