Autonomous Braking System via Deep Reinforcement Learning
Hyunmin Chae, Chang Mook Kang, ByeoungDo Kim, Jaekyum Kim, Chung Choo, Chung, Jun Won Choi

TL;DR
This paper introduces a deep reinforcement learning-based autonomous braking system that learns to prevent collisions by making real-time decisions using sensor data, demonstrating effective performance in simulation scenarios.
Contribution
It presents a novel deep Q-network approach for autonomous braking, including a custom reward function and simulation validation for pedestrian collision avoidance.
Findings
The system successfully avoids collisions in various simulated environments.
The proposed reward function effectively balances safety and efficiency.
Deep Q-network learns desirable braking policies without mistakes.
Abstract
In this paper, we propose a new autonomous braking system based on deep reinforcement learning. The proposed autonomous braking system automatically decides whether to apply the brake at each time step when confronting the risk of collision using the information on the obstacle obtained by the sensors. The problem of designing brake control is formulated as searching for the optimal policy in Markov decision process (MDP) model where the state is given by the relative position of the obstacle and the vehicle's speed, and the action space is defined as whether brake is stepped or not. The policy used for brake control is learned through computer simulations using the deep reinforcement learning method called deep Q-network (DQN). In order to derive desirable braking policy, we propose the reward function which balances the damage imposed to the obstacle in case of accident and the reward…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic control and management · Autonomous Vehicle Technology and Safety · Reinforcement Learning in Robotics
MethodsQ-Learning · Dense Connections · Convolution · Deep Q-Network
