Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Adaptively Informed Trees (AIT*): Fast Asymptotically Optimal Path Planning through Adaptive Heuristics

About

Informed sampling-based planning algorithms exploit problem knowledge for better search performance. This knowledge is often expressed as heuristic estimates of solution cost and used to order the search. The practical improvement of this informed search depends on the accuracy of the heuristic. Selecting an appropriate heuristic is difficult. Heuristics applicable to an entire problem domain are often simple to define and inexpensive to evaluate but may not be beneficial for a specific problem instance. Heuristics specific to a problem instance are often difficult to define or expensive to evaluate but can make the search itself trivial. This paper presents Adaptively Informed Trees (AIT*), an almost-surely asymptotically optimal sampling-based planner based on BIT*. AIT* adapts its search to each problem instance by using an asymmetric bidirectional search to simultaneously estimate and exploit a problem-specific heuristic. This allows it to quickly find initial solutions and converge towards the optimum. AIT* solves the tested problems as fast as RRT-Connect while also converging towards the optimum.

Marlin P. Strub, Jonathan D. Gammell• 2020

Related benchmarks

TaskDatasetResultRank
Robotic Motion PlanningShelf Task I (held-out)
Success Rate (%)42
12
Robotic Motion PlanningBox (held-out)
Success Rate57
12
Robotic Motion PlanningBins (held-out)
Success Rate (%)69
12
Robotic Motion PlanningShelf Task III (held-out)
Success Rate (%)27
12
Robotic Motion PlanningTableTop (held-out)
Success Rate (%)31
12
Robotic Motion PlanningShelf Task II (held-out)
Success Rate27
12
Motion PlanningScene OOD environment generated by MotionGeneralizer (test)
Success Rate31
5
Motion PlanningHeld-out Planning Tasks TableTop (test)
T/T_Fusion4.63
5
Motion PlanningHeld-out Planning Tasks Box (test)
T/T_Fusion4.43
5
Motion PlanningHeld-out Planning Tasks Bins (test)
T/T_Fusion4.25
5
Showing 10 of 14 rows

Other info

Follow for update