Efficient Collision Detection Framework for Enhancing Collision-Free Robot Motion
Xiankun Zhu, Yucheng Xin, Shoujie Li, Houde Liu, Chongkun Xia, Bin Liang
TL;DR
The paper tackles real-time, collision-free motion for articulated robots by introducing SDF-SC, a differentiable framework that fuses parallel per-link SDF networks with a self-collision boundary learned via support vector machines. By unifying external and self-collision distances into a single metric and preserving differentiability, the approach enables efficient trajectory optimization and reactive control in dynamic environments. Key contributions include a lightweight parallel SDF architecture, an integrated SVM-based self-collision component, and a reactive controller that demonstrates robustness and real-time performance on the Franka Emika Panda. The results show up to fivefold speedups over prior methods with millimeter-level accuracy, highlighting the framework's practical potential for safe, autonomous robot motion in complex settings.
Abstract
Fast and efficient collision detection is essential for motion generation in robotics. In this paper, we propose an efficient collision detection framework based on the Signed Distance Field (SDF) of robots, seamlessly integrated with a self-collision detection module. Firstly, we decompose the robot's SDF using forward kinematics and leverage multiple extremely lightweight networks in parallel to efficiently approximate the SDF. Moreover, we introduce support vector machines to integrate the self-collision detection module into the framework, which we refer to as the SDF-SC framework. Using statistical features, our approach unifies the representation of collision distance for both SDF and self-collision detection. During this process, we maintain and utilize the differentiable properties of the framework to optimize collision-free robot trajectories. Finally, we develop a reactive motion controller based on our framework, enabling real-time avoidance of multiple dynamic obstacles. While maintaining high accuracy, our framework achieves inference speeds up to five times faster than previous methods. Experimental results on the Franka robotic arm demonstrate the effectiveness of our approach.
