paper-with-me

Papers

MeshA*: Efficient Path Planing With Motion Primitives

2024-12-13 · Marat Agranovskiy, Konstantin Yakovlev

We study a path planning problem where the possible move actions are represented as a finite set of motion primitives aligned with the grid representation of the environment. That is, each primitive corresponds to a short kinodynamically-feasible motion of an agent and is represented as a sequence of the swept cells of a grid. Typically heuristic search, i.e. A*, is conducted over the lattice induced by these primitives (lattice-based planning) to find a path. However due to the large branching factor such search may be inefficient in practice. To this end we suggest a novel technique rooted in the idea of searching over the grid cells (as in vanilla A*) simultaneously fitting the possible sequences of the motion primitives into these cells. The resultant algorithm, MeshA*, provably preserves the guarantees on completeness and optimality, on the one hand, and is shown to notably outperform conventional lattice-based planning (x1.5 decrease in the runtime), on the other hand. Moreover, we suggest an additional pruning technique that additionally decreases the search space of MeshA*. The resultant planner is combined with the regular A* to retain completeness and is shown to further increase the search performance at the cost of negligible decrease of the solution quality.

📄 PDF Abstract BibTeX arXiv:2412.10320

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

PLANING: A Loosely Coupled Triangle-Gaussian Framework for Streaming 3D Reconstruction

2026-01-29 · Changjian Jiang, Kerui Ren, Xudong Li, Kaiwen Song 외 arxiv

Streaming reconstruction from monocular image sequences remains challenging, as existing methods typically favor either high-quality rendering or accurate geometry, but rarely both. We present PLANING, an efficient on-th…

Computational Efficiency3D Reconstruction

MeshArt: Generating Articulated Meshes with Structure-Guided Transformers

2024-12-16 · CVPR 2025 1 · Daoyi Gao, Yawar Siddiqui, Lei LI, Angela Dai

Articulated 3D object generation is fundamental for creating realistic, functional, and interactable virtual assets which are not simply static. We introduce MeshArt, a hierarchical transformer-based approach to generate…

Object

ProDMPs: A Unified Perspective on Dynamic and Probabilistic Movement Primitives

2022-10-04 · Ge Li, Zeqi Jin, Michael Volpp, Fabian Otto 외

Movement Primitives (MPs) are a well-known concept to represent and generate modular trajectories. MPs can be broadly categorized into two types: (a) dynamics-based approaches that generate smooth trajectories from any i…

Numerical Integration

Learning and Generalizing Motion Primitives from Driving Data for Path-Tracking Applications

2018-06-02 · Boyang Wang, Zirui Li, Jianwei Gong, Yidi Liu 외

Considering the driving habits which are learned from the naturalistic driving data in the path-tracking system can significantly improve the acceptance of intelligent vehicles. Therefore, the goal of this paper is to ge…

Clustering

MESHA: Mechanism-Enforced Sequential Halving for Strategic Linear Bandits

2026-07-16 · Xin Li, Zixin Zhong arxiv

We design and analyze \underline{M}echanism-\underline{E}nforced \underline{S}equential \underline{HA}lving (MESHA), an algorithm for Best Arm Identification (BAI) in strategic linear bandits. In this setting, each arm m…