菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-15
📄 Abstract - Drowsiness-Aware Adaptive Autonomous Braking System based on Deep Reinforcement Learning for Enhanced Road Safety

Driver drowsiness significantly impairs the ability to accurately judge safe braking distances and is estimated to contribute to 10%-20% of road accidents in Europe. Traditional driver-assistance systems lack adaptability to real-time physiological states such as drowsiness. This paper proposes a deep reinforcement learning-based autonomous braking system that integrates vehicle dynamics with driver physiological data. Drowsiness is detected from ECG signals using a Recurrent Neural Network (RNN), selected through an extensive benchmark analysis of 2-minute windows with varying segmentation and overlap configurations. The inferred drowsiness state is incorporated into the observable state space of a Double-Dueling Deep Q-Network (DQN) agent, where driver impairment is modeled as an action delay. The system is implemented and evaluated in a high-fidelity CARLA simulation environment. Experimental results show that the proposed agent achieves a 99.99% success rate in avoiding collisions under both drowsy and non-drowsy conditions. These findings demonstrate the effectiveness of physiology-aware control strategies for enhancing adaptive and intelligent driving safety systems.

顶级标签: robotics reinforcement learning systems
详细标签: autonomous braking driver drowsiness deep q-network physiological sensing simulation 或 搜索:

基于深度强化学习的、可感知驾驶员困倦状态的自适应自主制动系统,用于提升道路安全 / Drowsiness-Aware Adaptive Autonomous Braking System based on Deep Reinforcement Learning for Enhanced Road Safety


1️⃣ 一句话总结

这篇论文提出了一种能实时监测驾驶员困倦状态并据此自动调整刹车策略的智能系统,通过结合生理信号和强化学习,在模拟测试中几乎完全避免了碰撞事故。

源自 arXiv: 2604.13878