a2d99cb4616a3dca.tex
1: \begin{abstract}
2: In path planning, anytime almost-surely asymptotically optimal planners dominate the benchmark of sampling-based planners. A notable example is Batch Informed Trees (BIT*), where planners iteratively determine paths to batches of vertices within the exploration area. However, utilizing a consistent batch size is inefficient for initial pathfinding and optimal performance, it relies on effective task allocation.
3: %
4: This paper introduces Flexible Informed Trees (FIT*), a sampling-based planner that integrates an adaptive batch-size method to enhance the initial path convergence rate. FIT* employs a flexible approach in adjusting batch sizes dynamically based on the inherent dimension of the configuration spaces and the hypervolume of the $n$-dimensional hyperellipsoid. 
5: By applying dense and sparse sampling strategy, FIT* improves convergence rate while finding successful solutions faster with lower initial solution cost.
6: This method enhances the planner's ability to handle confined, narrow spaces in the initial finding phase and increases batch vertices sampling frequency in the optimization phase. FIT* outperforms existing single-query, sampling-based planners on the tested problems in $\mathbb{R}^2$ to $\mathbb{R}^8$, and was demonstrated on a real-world mobile manipulation task.
7: 
8: % \textit{Index Terms—}adaptive batch-size, $n$-dimensional hyperellipsoid, sampling-based planning, informed search.
9: 
10: 
11: \end{abstract}
12: