LGAIROSep 25, 2023

Continual Driving Policy Optimization with Closed-Loop Individualized Curricula

Tsinghua
arXiv:2309.14209v44 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the safety problem for autonomous vehicles by providing a method to efficiently reuse scenario libraries for continual policy optimization, though it appears incremental as it builds on existing curriculum-based approaches.

The paper tackles the challenge of improving autonomous vehicle (AV) safety by reusing extensive pre-collected driving scenarios to iteratively optimize driving policies, resulting in CLIC, a framework that surpasses other curriculum-based strategies with substantial improvements in managing risky scenarios while maintaining proficiency in simpler cases.

The safety of autonomous vehicles (AV) has been a long-standing top concern, stemming from the absence of rare and safety-critical scenarios in the long-tail naturalistic driving distribution. To tackle this challenge, a surge of research in scenario-based autonomous driving has emerged, with a focus on generating high-risk driving scenarios and applying them to conduct safety-critical testing of AV models. However, limited work has been explored on the reuse of these extensive scenarios to iteratively improve AV models. Moreover, it remains intractable and challenging to filter through gigantic scenario libraries collected from other AV models with distinct behaviors, attempting to extract transferable information for current AV improvement. Therefore, we develop a continual driving policy optimization framework featuring Closed-Loop Individualized Curricula (CLIC), which we factorize into a set of standardized sub-modules for flexible implementation choices: AV Evaluation, Scenario Selection, and AV Training. CLIC frames AV Evaluation as a collision prediction task, where it estimates the chance of AV failures in these scenarios at each iteration. Subsequently, by re-sampling from historical scenarios based on these failure probabilities, CLIC tailors individualized curricula for downstream training, aligning them with the evaluated capability of AV. Accordingly, CLIC not only maximizes the utilization of the vast pre-collected scenario library for closed-loop driving policy optimization but also facilitates AV improvement by individualizing its training with more challenging cases out of those poorly organized scenarios. Experimental results clearly indicate that CLIC surpasses other curriculum-based training strategies, showing substantial improvement in managing risky scenarios, while still maintaining proficiency in handling simpler cases.

Code Implementations1 repo
Foundations

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

Your Notes