paper-with-me

홈 › Papers

Accelerating Robot Path Planning via Connectivity-Preserving Region Proposal Network

2026-05-27 · Zhanzheng Ma, Cancan Zhao, Shuai Zhang, Bo Ouyang arxiv

Mobile robot path planning methods are often constrained by vast search spaces, resulting in latency in samplingbased algorithms. Learning-based approaches frequently suffer from local region fragmentation and global topological inconsistency. To tackle the problem, we present the Connectivity- Preserving Region Proposal Network (CP-RPN), a segmentationguided model designed to predict compact and topologically connected candidate regions, significantly compressing the search space. Specifically, we design a segmentation model that leverages a Deformable Attention Transformer (DAT) to capture long-range dependencies for global connectivity, with a Deconvolutional decoder to preserve fine-grained spatial details. To guarantee the connectivity of the predicted mask, we design a composite loss function that combines Cross-Entropy loss for pixelwise supervision, a Connectivity-Aware loss to enhance local coherence, and a Topological Continuity loss based on persistent homology to enforce global connectivity. Building on these highconnectivity corridor-like regions, the Voronoi diagram is used to plan the path, backed by a local A* fallback mechanism to ensure robustness. Experimental results demonstrate that CPRPN reduces the candidate region size by over 60.13% compared to the MPT baseline and achieves deterministic low-latency planning (avg. 0.11s) with a 99.60% success rate, outperforming traditional sampling-based algorithms in stability.

📄 PDF Abstract BibTeX arXiv:2605.28362

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Multi-CAP: A Multi-Robot Connectivity-Aware Hierarchical Coverage Path Planning Algorithm for Unknown Environments

2025-09-18 · Zongyuan Shen, Burhanuddin Shirose, Prasanna Sriganesh, Bhaskar Vundurthy 외 arxiv

Efficient coordination of multiple robots for coverage of large, unknown environments is a significant challenge that involves minimizing the total coverage path length while reducing inter-robot conflicts. In this paper…

Intelligent Singularity Avoidance in UR10 Robotic Arm Path Planning Using Hybrid Fuzzy Logic and Reinforcement Learning

2026-01-09 · Sheng-Kai Chen, Jyh-Horng Wu arxiv

This paper presents a comprehensive approach to singularity detection and avoidance in UR10 robotic arm path planning through the integration of fuzzy logic safety systems and reinforcement learning algorithms. The propo…

Reinforcement Learning

Hierarchical Path-planning from Speech Instructions with Spatial Concept-based Topometric Semantic Mapping

2022-03-21 · Akira Taniguchi, Shuya Ito, Tadahiro Taniguchi

Assisting individuals in their daily activities through autonomous mobile robots, especially for users without specialized knowledge, is crucial. Specifically, the capability of robots to navigate to destinations based o…

Navigate

Efficient Hierarchical Any-Angle Path Planning on Multi-Resolution 3D Grids

2026-02-24 · Victor Reijgwart, Cesar Cadena, Roland Siegwart, Lionel Ott arxiv

Hierarchical, multi-resolution volumetric mapping approaches are widely used to represent large and complex environments as they can efficiently capture their occupancy and connectivity information. Yet widely used path …