paper-with-me

홈 › Papers

Risk-Aware High-level Decisions for Automated Driving at Occluded Intersections with Reinforcement Learning

2020-04-09 · Danial Kamran, Carlos Fernandez Lopez, Martin Lauer, Christoph Stiller

Reinforcement learning is nowadays a popular framework for solving different decision making problems in automated driving. However, there are still some remaining crucial challenges that need to be addressed for providing more reliable policies. In this paper, we propose a generic risk-aware DQN approach in order to learn high level actions for driving through unsignalized occluded intersections. The proposed state representation provides lane based information which allows to be used for multi-lane scenarios. Moreover, we propose a risk based reward function which punishes risky situations instead of only collision failures. Such rewarding approach helps to incorporate risk prediction into our deep Q network and learn more reliable policies which are safer in challenging situations. The efficiency of the proposed approach is compared with a DQN learned with conventional collision based rewarding scheme and also with a rule-based intersection navigation policy. Evaluation results show that the proposed approach outperforms both of these methods. It provides safer actions than collision-aware DQN approach and is less overcautious than the rule-based policy.

📄 PDF Abstract BibTeX arXiv:2004.04450

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning

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 제목 키워드 기반

RAIST: Learning Risk Aware Traffic Interactions via Spatio-Temporal Graph Convolutional Networks

2020-11-17 · Videsh Suman, Phu Pham, Aniket Bera

A key aspect of driving a road vehicle is to interact with other road users, assess their intentions and make risk-aware tactical decisions. An intuitive approach to enabling an intelligent automated driving system would…

Risk-Aware Selective Multimodal Driver Monitoring with Driver-State World Modeling

2026-06-25 · Daosheng Qiu, Haozhuang Chi, Hao Su, Shu Long 외 arxiv

Continuous driver monitoring in automated vehicles requires low-latency inference while avoiding unsafe decisions under uncertain driver states. Large vision-language models provide broad multimodal priors, but their lat…

Ask for More Than Bayes Optimal: A Theory of Indecisions for Classification

2024-12-17 · Mohamed Ndaoud, Peter Radchenko, Bradley Rava

Selective classification is a powerful tool for automated decision-making in high-risk scenarios, allowing classifiers to make only highly confident decisions while abstaining when uncertainty is too high. Given a target…

Decision Making

Fair Enough? A map of the current limitations of the requirements to have fair algorithms

2023-11-21 · Daniele Regoli, Alessandro Castelnovo, Nicole Inverardi, Gabriele Nanino 외

In recent years, the increase in the usage and efficiency of Artificial Intelligence and, more in general, of Automated Decision-Making systems has brought with it an increasing and welcome awareness of the risks associa…

Decision MakingFairness

Addressing Inherent Uncertainty: Risk-Sensitive Behavior Generation for Automated Driving using Distributional Reinforcement Learning

2021-02-05 · Julian Bernhard, Stefan Pollok, Alois Knoll

For highly automated driving above SAE level~3, behavior generation algorithms must reliably consider the inherent uncertainties of the traffic environment, e.g. arising from the variety of human driving styles. Such unc…

Distributional Reinforcement LearningReinforcement Learning (RL)