paper-with-me

홈 › Papers

Autonomous Braking System via Deep Reinforcement Learning

2017-02-08 · Hyunmin Chae, Chang Mook Kang, ByeoungDo Kim, Jaekyum Kim, Chung Choo Chung, Jun Won Choi

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 achieved when the vehicle runs out of risk as soon as possible. DQN is trained for the scenario where a vehicle is encountered with a pedestrian crossing the urban road. Experiments show that the control agent exhibits desirable control behavior and avoids collision without any mistake in various uncertain environments.

📄 PDF Abstract BibTeX arXiv:1702.02302

Code (2)

clarky104/carla_aebs pytorch
ethanmclark1/carla_aebs pytorch

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Autonomous Braking and Throttle System: A Deep Reinforcement Learning Approach for Naturalistic Driving

2020-08-15 · Varshit S. Dubey, Ruhshad Kasad, Karan Agrawal

Autonomous Braking and Throttle control is key in developing safe driving systems for the future. There exists a need for autonomous vehicles to negotiate a multi-agent environment while ensuring safety and comfort. A De…

Autonomous VehiclesDeep Reinforcement LearningReinforcement Learning (RL)

Multi-Objective Autonomous Braking System using Naturalistic Dataset

2019-04-15 · Rafael Vasquez, Bilal Farooq

A deep reinforcement learning based multi-objective autonomous braking system is presented. The design of the system is formulated in a continuous action space and seeks to maximize both pedestrian safety and perception …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Drowsiness-Aware Adaptive Autonomous Braking System based on Deep Reinforcement Learning for Enhanced Road Safety

2026-04-15 · Hossem Eddine Hafidi, Elisabetta De Giovanni, Teodoro Montanaro, Ilaria Sergi 외 arxiv

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 adaptabilit…

Reinforcement Learning

ReinVBC: A Model-based Reinforcement Learning Approach to Vehicle Braking Controller

2026-04-06 · Haoxin Lin, Junjie Zhou, Daheng Xu, Yang Yu arxiv

Braking system, the key module to ensure the safety and steer-ability of current vehicles, relies on extensive manual calibration during production. Reducing labor and time consumption while maintaining the Vehicle Braki…

Reinforcement Learning

Pedestrian Collision Avoidance System for Scenarios with Occlusions

2019-04-25 · Markus Schratter, Maxime Bouton, Mykel J. Kochenderfer, Daniel Watzenig

Safe autonomous driving in urban areas requires robust algorithms to avoid collisions with other traffic participants with limited perception ability. Current deployed approaches relying on Autonomous Emergency Braking (…

Autonomous DrivingCollision Avoidance