# NeuralSVCD for Efficient Swept Volume Collision Detection

**Authors:** Dongwon Son, Hojin Jung, Beomjoon Kim

arXiv: 2509.00499 · 2025-09-03

## TL;DR

NeuralSVCD introduces a neural network-based approach for swept volume collision detection that improves both accuracy and efficiency, enabling safer and faster robotic manipulation in complex environments.

## Contribution

The paper presents NeuralSVCD, a neural encoder-decoder architecture that balances efficiency and accuracy in SVCD by leveraging shape and temporal locality.

## Key findings

- Outperforms existing SVCD methods in accuracy
- Achieves higher computational efficiency
- Demonstrates robustness across various scenarios

## Abstract

Robot manipulation in unstructured environments requires efficient and reliable Swept Volume Collision Detection (SVCD) for safe motion planning. Traditional discrete methods potentially miss collisions between these points, whereas SVCD continuously checks for collisions along the entire trajectory. Existing SVCD methods typically face a trade-off between efficiency and accuracy, limiting practical use. In this paper, we introduce NeuralSVCD, a novel neural encoder-decoder architecture tailored to overcome this trade-off. Our approach leverages shape locality and temporal locality through distributed geometric representations and temporal optimization. This enhances computational efficiency without sacrificing accuracy. Comprehensive experiments show that NeuralSVCD consistently outperforms existing state-of-the-art SVCD methods in terms of both collision detection accuracy and computational efficiency, demonstrating its robust applicability across diverse robotic manipulation scenarios. Code and videos are available at https://neuralsvcd.github.io/.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2509.00499/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/2509.00499/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/2509.00499/full.md

---
Source: https://tomesphere.com/paper/2509.00499