Description
Submanifold Convolution (SC) is a spatially sparse convolution operation used for tasks with sparse data like semantic segmentation of 3D point clouds. An SC convolution computes the set of active sites in the same way as a regular convolution: it looks for the presence of any active sites in its receptive field of size . If the input has size then the output will have size . Unlike a regular convolution, an SC convolution discards the ground state for non-active sites by assuming that the input from those sites is zero. For more details see the paper, or the official code here.
Papers Using This Method
Self-Supervised Enhancement for Depth from a Lightweight ToF Sensor with Monocular Images2025-06-16UniMamba: Unified Spatial-Channel Representation Learning with Group-Efficient Mamba for LiDAR-based 3D Object Detection2025-03-15Selectively Dilated Convolution for Accuracy-Preserving Sparse Pillar-based Embedded 3D Object Detection2024-08-25PointGroup: Dual-Set Point Grouping for 3D Instance Segmentation2020-04-03OccuSeg: Occupancy-aware 3D Instance Segmentation2020-03-144D Spatio-Temporal ConvNets: Minkowski Convolutional Neural Networks2019-04-183D Semantic Segmentation with Submanifold Sparse Convolutional Networks2017-11-28