Search papers, labs, and topics across Lattice.
This paper introduces a neuro-symbolic safety guard that enhances end-to-end autonomous driving agents by enforcing explicit safety rules without requiring retraining. By integrating this lightweight module at the command interface, the system checks and replaces unsafe driving commands with safe alternatives, ensuring compliance with traffic regulations. Evaluated on challenging benchmarks, the approach significantly improves success rates and reduces safety-critical collisions while maintaining driving performance metrics.
A neuro-symbolic safety guard boosts autonomous driving success rates by 15% and cuts collision rates by over half, all without retraining the underlying model.
Modern end-to-end driving agents can achieve high average performance yet still violate basic traffic rules that a human driver would never miss. The reason is structural: they learn statistical patterns rather than the physical conditions that guarantee safe driving, leaving their decision-making process opaque and safety constraints unenforced. We introduce a neuro-symbolic safety guard, a lightweight module that attaches to the final command interface of an already-trained agent. Immediately before a command reaches the vehicle, it checks the command against explicit safety rules and, only when necessary, replaces it with the nearest safe alternative. Each intervention is directly executable and traceable to the rule that triggered it, while the guard itself requires no retraining and adds no learned component. Evaluated on the long-tail benchmarks Fail2Drive and Bench2Drive using the state-of-the-art TransFuser v6 (TFv6) as a case study, the guard improves Success Rate by 15% and reduces safety-critical collisions by up to 53%, while preserving the original Driving Score.