paper-with-me

Papers

L4KDE: Learning for KinoDynamic Tree Expansion

2022-03-02 · Tin Lai, Weiming Zhi, Tucker Hermans, Fabio Ramos

We present the Learning for KinoDynamic Tree Expansion (L4KDE) method for kinodynamic planning. Tree-based planning approaches, such as rapidly exploring random tree (RRT), are the dominant approach to finding globally optimal plans in continuous state-space motion planning. Central to these approaches is tree-expansion, the procedure in which new nodes are added into an ever-expanding tree. We study the kinodynamic variants of tree-based planning, where we have known system dynamics and kinematic constraints. In the interest of quickly selecting nodes to connect newly sampled coordinates, existing methods typically cannot optimise to find nodes that have low cost to transition to sampled coordinates. Instead, they use metrics like Euclidean distance between coordinates as a heuristic for selecting candidate nodes to connect to the search tree. We propose L4KDE to address this issue. L4KDE uses a neural network to predict transition costs between queried states, which can be efficiently computed in batch, providing much higher quality estimates of transition cost compared to commonly used heuristics while maintaining almost-surely asymptotic optimality guarantee. We empirically demonstrate the significant performance improvement provided by L4KDE on a variety of challenging system dynamics, with the ability to generalise across different instances of the same model class, and in conjunction with a suite of modern tree-based motion planners.

📄 PDF Abstract BibTeX arXiv:2203.00975

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Incremental Generalized Hybrid A*

2025-08-18 · Sidharth Talia, Oren Salzman, Siddhartha Srinivasa arxiv

We address the problem of efficiently organizing search over very large trees, which arises in many applications ranging from autonomous driving to aerial vehicles. Here, we are motivated by off-road autonomy, where real…

Autonomous Driving

Bidirectional Incremental Generalized Hybrid A*

2026-05-28 · Sidharth Talia, Oren Salzman, Siddhartha Srinivasa arxiv

We focus on the problem of efficient anytime kinodynamic planning for systems with complex dynamics in unstructured environments that make precomputing motion primitives infeasible. Directly applying A* to such problems …

RL-RRT: Kinodynamic Motion Planning via Learning Reachability Estimators from RL Policies

2019-07-10 · Hao-Tien Lewis Chiang, Jasmine Hsu, Marek Fiser, Lydia Tapia 외

This paper addresses two challenges facing sampling-based kinodynamic motion planning: a way to identify good candidate states for local transitions and the subsequent computationally intractable steering between these c…

Deep Reinforcement LearningMotion PlanningReinforcement Learning

Optimal Kinodynamic Motion Planning Through Anytime Bidirectional Heuristic Search with Tight Termination Condition

2026-04-13 · Yi Wang, Bingxian Mu, Shahab Shokouhi, May-Win Thein arxiv

This paper introduces Bidirectional Tight Informed Trees (BTIT*), an asymptotically optimal kinodynamic sampling-based motion planning algorithm that integrates an anytime bidirectional heuristic search (Bi-HS) and ensur…

Motion Planning

Kinodynamic Task and Motion Planning using VLM-guided and Interleaved Sampling

2025-10-30 · Minseo Kwon, Young J. Kim arxiv

Task and Motion Planning (TAMP) integrates high-level task planning with low-level motion feasibility, but existing methods are costly in long-horizon problems due to excessive motion sampling. While LLMs provide commons…

Spatial ReasoningMotion Planning