paper-with-me

Papers

Improving Machine Learning-Based Robot Self-Collision Checking with Input Positional Encoding

2025-09-09 · Bartłomiej Kulecki, Dominik Belter arxiv

This manuscript investigates the integration of positional encoding -- a technique widely used in computer graphics -- into the input vector of a binary classification model for self-collision detection. The results demonstrate the benefits of incorporating positional encoding, which enhances classification accuracy by enabling the model to better capture high-frequency variations, leading to a more detailed and precise representation of complex collision patterns. The manuscript shows that machine learning-based techniques, such as lightweight multilayer perceptrons (MLPs) operating in a low-dimensional feature space, offer a faster alternative for collision checking than traditional methods that rely on geometric approaches, such as triangle-to-triangle intersection tests and Bounding Volume Hierarchies (BVH) for mesh-based models.

📄 PDF Abstract BibTeX arXiv:2509.07542

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Fast Collision Checking: From Single Robots to Multi-Robot Teams

2013-05-10 · Joshua Bialkowski, Michael Otte, Emilio Frazzoli

We examine three different algorithms that enable the collision certificate method from [Bialkowski, et al.] to handle the case of a centralized multi-robot team. By taking advantage of symmetries in the configuration sp…

Autonomous Navigation in Unknown Environments using Sparse Kernel-based Occupancy Mapping

2020-02-05 · Thai Duong, Nikhil Das, Michael Yip, Nikolay Atanasov

This paper focuses on real-time occupancy mapping and collision checking onboard an autonomous robot navigating in an unknown environment. We propose a new map representation, in which occupied and free space are separat…

Autonomous Navigation

ViIK: Flow-based Vision Inverse Kinematics Solver with Fusing Collision Checking

2024-08-21 · Qinglong Meng, Chongkun Xia, Xueqian Wang

Inverse Kinematics (IK) is to find the robot's configurations that satisfy the target pose of the end effector. In motion planning, diverse configurations were required in case a feasible trajectory was not found. Meanwh…

Motion Planning

MonoMPC: Monocular Vision Based Navigation with Learned Collision Model and Risk-Aware Model Predictive Control

2025-08-10 · Basant Sharma, Prajyot Jadhav, Pranjal Paul, K. Madhava Krishna 외 arxiv

Navigating unknown environments with a single RGB camera is challenging, as the lack of depth information prevents reliable collision-checking. While some methods use estimated depth to build collision maps, we found tha…

A Configuration-Space Decomposition Scheme for Learning-based Collision Checking

2019-11-17 · Yiheng Han, Wang Zhao, Jia Pan, Zipeng Ye 외

Motion planning for robots of high degrees-of-freedom (DOFs) is an important problem in robotics with sampling-based methods in configuration space C as one popular solution. Recently, machine learning methods have been …

BIG-bench Machine LearningMotion PlanningPlant Phenotyping