paper-with-me

홈 › Papers

Pedestrian Environment Model for Automated Driving

2023-08-17 · Adrian Holzbock, Alexander Tsaregorodtsev, Vasileios Belagiannis

Besides interacting correctly with other vehicles, automated vehicles should also be able to react in a safe manner to vulnerable road users like pedestrians or cyclists. For a safe interaction between pedestrians and automated vehicles, the vehicle must be able to interpret the pedestrian's behavior. Common environment models do not contain information like body poses used to understand the pedestrian's intent. In this work, we propose an environment model that includes the position of the pedestrians as well as their pose information. We only use images from a monocular camera and the vehicle's localization data as input to our pedestrian environment model. We extract the skeletal information with a neural network human pose estimator from the image. Furthermore, we track the skeletons with a simple tracking algorithm based on the Hungarian algorithm and an ego-motion compensation. To obtain the 3D information of the position, we aggregate the data from consecutive frames in conjunction with the vehicle position. We demonstrate our pedestrian environment model on data generated with the CARLA simulator and the nuScenes dataset. Overall, we reach a relative position error of around 16% on both datasets.

📄 PDF Abstract BibTeX arXiv:2308.09080

Code (1)

holzbock/ped_env 공식 구현 pytorch

Tasks

modelMotion CompensationPosition

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Pedestrian Behavior Prediction for Automated Driving: Requirements, Metrics, and Relevant Features

2020-12-15 · Michael Herman, Jörg Wagner, Vishnu Prabhakaran, Nicolas Möser 외

Automated vehicles require a comprehensive understanding of traffic situations to ensure safe and anticipatory driving. In this context, the prediction of pedestrians is particularly challenging as pedestrian behavior ca…

Prediction

RCP-RF: A Comprehensive Road-car-pedestrian Risk Management Framework based on Driving Risk Potential Field

2023-05-04 · Shuhang Tan, Zhiling Wang, Yan Zhong

Recent years have witnessed the proliferation of traffic accidents, which led wide researches on Automated Vehicle (AV) technologies to reduce vehicle accidents, especially on risk assessment framework of AV technologies…

Management

Modeling Vehicle-Type-Specific Pedestrian Crash Avoidance Behavior in Safety-Critical Interactions Using Smooth-Mamba Deep Reinforcement Learning

2026-05-27 · Qingwen Pu, Kun Xie, Hong Yang, Di Yang 외 arxiv

As automated vehicles (AVs) increasingly share roadways with human-driven vehicles (HDVs), understanding how pedestrians respond to different vehicle types in safety-critical interactions is essential for the safe deploy…

Representation LearningReinforcement Learning

Evaluation of Pedestrian Safety in a High-Fidelity Simulation Environment Framework

2022-10-17 · Lin Ma, Longrui Chen, Yan Zhang, Mengdi Chu 외

Pedestrians' safety is a crucial factor in assessing autonomous driving scenarios. However, pedestrian safety evaluation is rarely considered by existing autonomous driving simulation platforms. This paper proposes a ped…

Autonomous Driving

Multi-Modal Hybrid Architecture for Pedestrian Action Prediction

2020-11-16 · Amir Rasouli, Tiffany Yau, Mohsen Rohani, Jun Luo

Pedestrian behavior prediction is one of the major challenges for intelligent driving systems in urban environments. Pedestrians often exhibit a wide range of behaviors and adequate interpretations of those depend on var…

Prediction