Dynamic Residual Safe Reinforcement Learning for Multi-Agent Safety-Critical Scenarios Decision-Making
Kaifeng Wang, Yinsong Chen, Qi Liu, Xueyuan Li, Xin Gao
TL;DR
The paper tackles safety-critical decision-making in multi-agent autonomous driving by introducing Dynamic Residual Safe Reinforcement Learning (DRS-RL) built on a Safety-Enhanced Networked MDP and a Multi-Agent Dynamic Conflict Zone (MADCZ) model. The core idea is a dual-policy framework where a lightweight safety policy provides residual corrections to a task policy via a dynamic weighting factor $\alpha_t$, fused as $A = A^{task} + \alpha_t (A^{safe} - A^{task})$, enabling real-time risk management without sacrificing performance. A Risk-Aware Prioritized Experience Replay maps real-time risk to sampling probability to counter data distribution biases against safety-critical episodes. Experimental results on a Bench2Drive-derived MASCS set show substantial safety gains (e.g., up to $92.17\%$ collision reduction) and competitive efficiency and comfort, validating the effectiveness and parameter efficiency of the proposed approach for multi-agent safety-critical decision-making.
Abstract
In multi-agent safety-critical scenarios, traditional autonomous driving frameworks face significant challenges in balancing safety constraints and task performance. These frameworks struggle to quantify dynamic interaction risks in real-time and depend heavily on manual rules, resulting in low computational efficiency and conservative strategies. To address these limitations, we propose a Dynamic Residual Safe Reinforcement Learning (DRS-RL) framework grounded in a safety-enhanced networked Markov decision process. It's the first time that the weak-to-strong theory is introduced into multi-agent decision-making, enabling lightweight dynamic calibration of safety boundaries via a weak-to-strong safety correction paradigm. Based on the multi-agent dynamic conflict zone model, our framework accurately captures spatiotemporal coupling risks among heterogeneous traffic participants and surpasses the static constraints of conventional geometric rules. Moreover, a risk-aware prioritized experience replay mechanism mitigates data distribution bias by mapping risk to sampling probability. Experimental results reveal that the proposed method significantly outperforms traditional RL algorithms in safety, efficiency, and comfort. Specifically, it reduces the collision rate by up to 92.17%, while the safety model accounts for merely 27% of the main model's parameters.
