paper-with-me

홈 › Papers

Neural Collision Clearance Estimator for Batched Motion Planning

2019-10-14 · J. Chase Kew, Brian Ichter, Maryam Bandari, Tsang-Wei Edward Lee, Aleksandra Faust

We present a neural network collision checking heuristic, ClearanceNet, and a planning algorithm, CN-RRT. ClearanceNet learns to predict separation distance (minimum distance between robot and workspace) with respect to a workspace. CN-RRT then efficiently computes a motion plan by leveraging three key features of ClearanceNet. First, CN-RRT explores the space by expanding multiple nodes at the same time, processing batches of thousands of collision checks. Second, CN-RRT adaptively relaxes its clearance requirements for more difficult problems. Third, to repair errors, CN-RRT shifts its nodes in the direction of ClearanceNet's gradient and repairs any residual errors with a traditional RRT, thus maintaining theoretical probabilistic completeness guarantees. In configuration spaces with up to 30 degrees of freedom, ClearanceNet achieves 845x speedup over traditional collision detection methods, while CN-RRT accelerates motion planning by up to 42% over a baseline and finds paths up to 36% more efficient. Experiments on an 11 degree of freedom robot in a cluttered environment confirm the method's feasibility on real robots.

📄 PDF Abstract BibTeX arXiv:1910.05917

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Natural Functional Gradients for Smooth Trajectory Optimization

2026-05-27 · Kisang Park, Chanwoo Kim, Kyungjae Lee, Sungjoon Choi arxiv

Generating collision-free and smooth motions remains a central challenge in robotic manipulation, particularly in cluttered environments and narrow passages where feasible regions are highly constrained and fragmented. W…

Digital-Twin Evaluation for Proactive Human-Robot Collision Avoidance via Prediction-Guided A-RRT*

2025-10-03 · Vadivelan Murugesan, Rajasundaram Mathiazhagan, Sanjana Joshi, Aliasghar Arab arxiv

Human-robot collaboration requires precise prediction of human motion over extended horizons to enable proactive collision avoidance. Unlike existing planners that rely solely on kinodynamic models, we present a predicti…

Collision AvoidanceMotion Forecasting

Whole-body motion planning and safety-critical control for aerial manipulation

2025-11-04 · Lin Yang, Jinwoo Lee, Domenico Campolo, H. Jin Kim 외 arxiv

Aerial manipulation combines the maneuverability of multirotors with the dexterity of robotic arms to perform complex tasks in cluttered spaces. Yet planning safe, dynamically feasible trajectories remains difficult due …

Collision AvoidanceMotion Planning

Globalized Constrained Stein Variational Inference for Diverse Feasible Robot Motion Planning

2026-07-14 · Jiayun Li, Georgia Chalvatzaki arxiv

Robot motion planning is inherently multimodal, yet classical planners typically return only a single solution. Probabilistic formulations address this limitation by maintaining a distribution over motions, allowing the …

Collision AvoidanceMotion Planning

VEGA: Learning Navigation VLAs from In-the-Wild Egocentric Video with Geometric Trajectory Supervision

2026-06-16 · Gershom Seneviratne, Yohan Abeysinghe, Jianyu An, Vaibhav Shende 외 arxiv

We introduce VEGA, an approach for training navigation VisionLanguage-Action (VLA) models from unlabeled egocentric navigation videos. Internet-scale egocentric videos provide a scalable source of navigation-relevant vis…

Collision Avoidance