paper-with-me

Papers

Speeding up deep neural network-based planning of local car maneuvers via efficient B-spline path construction

2022-03-14 · Piotr Kicki, Piotr Skrzypczyński

This paper demonstrates how an efficient representation of the planned path using B-splines, and a construction procedure that takes advantage of the neural network's inductive bias, speed up both the inference and training of a DNN-based motion planner. We build upon our recent work on learning local car maneuvers from past experience using a DNN architecture, introducing a novel B-spline path construction method, making it possible to generate local maneuvers in almost constant time of about 11 ms, respecting a number of constraints imposed by the environment map and the kinematics of a car-like vehicle. We evaluate thoroughly the new planner employing the recent Bench-MR framework to obtain quantitative results showing that our method outperforms state-of-the-art planners by a large margin in the considered task.

📄 PDF Abstract BibTeX arXiv:2203.06963

Code (1)

pkicki/neural_path_planning 공식 구현 tf

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

IANN-MPPI: Interaction-Aware Neural Network-Enhanced Model Predictive Path Integral Approach for Autonomous Driving

2025-07-16 · Kanghyun Ryu, Minjun Sung, Piyush Gupta, Jovin D'sa 외 arxiv

Motion planning for autonomous vehicles (AVs) in dense traffic is challenging, often leading to overly conservative behavior and unmet planning objectives. This challenge stems from the AVs' limited ability to anticipate…

Trajectory PlanningAutonomous VehiclesAutonomous DrivingMotion Planning

Integrating path-planning and control for robotic unicycles

2025-07-03 · Máté B. Vizi, Dénes Tákács, Gábor Stépán, Gábor Orosz arxiv

This article focuses on integrating path-planning and control with specializing on the unique needs of robotic unicycles. A unicycle design is presented which is capable of accelerating/breaking and carrying out a variet…

Learning from Experience for Rapid Generation of Local Car Maneuvers

2020-12-07 · Piotr Kicki, Tomasz Gawron, Krzysztof Ćwian, Mete Ozay 외

Being able to rapidly respond to the changing scenes and traffic situations by generating feasible local paths is of pivotal importance for car autonomy. We propose to train a deep neural network (DNN) to plan feasible a…

An Efficient B-spline-Based Kinodynamic Replanning Framework for Quadrotors

2019-06-24 · Wenchao Ding, Wenliang Gao, Kaixuan Wang, Shaojie Shen

Trajectory replanning for quadrotors is essential to enable fully autonomous flight in unknown environments. Hierarchical motion planning frameworks, which combine path planning with path parameterization, are popular du…

Motion Planning

Speeding Up Path Planning via Reinforcement Learning in MCTS for Automated Parking

2024-03-25 · Xinlong Zheng, Xiaozhou Zhang, Donghao Xu

In this paper, we address a method that integrates reinforcement learning into the Monte Carlo tree search to boost online path planning under fully observable environments for automated parking tasks. Sampling-based pla…

reinforcement-learningReinforcement Learning