paper-with-me

Papers

Deep Learning Based Motion Planning For Autonomous Vehicle Using Spatiotemporal LSTM Network

2019-03-05 · Zhengwei Bai, Baigen Cai, Wei Shangguan, Linguo Chai

Motion Planning, as a fundamental technology of automatic navigation for the autonomous vehicle, is still an open challenging issue in the real-life traffic situation and is mostly applied by the model-based approaches. However, due to the complexity of the traffic situations and the uncertainty of the edge cases, it is hard to devise a general motion planning system for the autonomous vehicle. In this paper, we proposed a motion planning model based on deep learning (named as spatiotemporal LSTM network), which is able to generate a real-time reflection based on spatiotemporal information extraction. To be specific, the model based on spatiotemporal LSTM network has three main structure. Firstly, the Convolutional Long-short Term Memory (Conv-LSTM) is used to extract hidden features through sequential image data. Then, the 3D Convolutional Neural Network(3D-CNN) is applied to extract the spatiotemporal information from the multi-frame feature information. Finally, the fully connected neural networks are used to construct a control model for autonomous vehicle steering angle. The experiments demonstrated that the proposed method can generate a robust and accurate visual motion planning results for the autonomous vehicle.

📄 PDF Abstract BibTeX arXiv:1903.01712

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Spatiotemporal Tube-Based Safety-Certificate for Autonomous Navigation of Articulated Vehicles

2026-08-14 · Mohd. Faizuddin Faruqui, Ratnangshu Das, Ravi Kumar L, Pushpak Jagtap arxiv

Articulated vehicles are the workhorses of freight transportation, and their autonomous navigation is challenging. Their physical characteristics and motion constraints pose significant challenges in manoeuvring these ve…

DeMo++: Motion Decoupling for Autonomous Driving

2025-07-23 · Bozhou Zhang, Nan Song, Xiatian Zhu, Li Zhang arxiv

Motion forecasting and planning are tasked with estimating the trajectories of traffic agents and the ego vehicle, respectively, to ensure the safety and efficiency of autonomous driving systems in dynamically changing e…

Autonomous DrivingMotion ForecastingMotion Planning

Capture Uncertainties in Deep Neural Networks for Safe Operation of Autonomous Driving Vehicles

2021-08-11 · Liuhui Ding, Dachuan Li, Bowen Liu, Wenxing Lan 외

Uncertainties in Deep Neural Network (DNN)-based perception and vehicle's motion pose challenges to the development of safe autonomous driving vehicles. In this paper, we propose a safe motion planning framework featurin…

Autonomous DrivingAutonomous VehiclesMotion Planningobject-detection+1

Search-Based Autonomous Vehicle Motion Planning Using Game Theory

2025-07-20 · Pouya Panahandeh, Mohammad Pirani, Baris Fidan, Amir Khajepour arxiv

In this paper, we propose a search-based interactive motion planning scheme for autonomous vehicles (AVs), using a game-theoretic approach. In contrast to traditional search-based approaches, the newly developed approach…

Autonomous VehiclesMotion Planning

Model-free Motion Planning of Autonomous Agents for Complex Tasks in Partially Observable Environments

2023-04-30 · Junchao Li, Mingyu Cai, Zhen Kan, Shaoping Xiao

Motion planning of autonomous agents in partially known environments with incomplete information is a challenging problem, particularly for complex tasks. This paper proposes a model-free reinforcement learning approach …

Motion PlanningQ-Learning