MFSeg: Efficient Multi-frame 3D Semantic Segmentation
Chengjie Huang, Krzysztof Czarnecki
TL;DR
MFSeg addresses the high computational cost of multi-frame 3D semantic segmentation by performing feature-level aggregation of voxel-based local features, guided by an algebraic regularization that promotes associativity and a homomorphism-like behavior. It introduces a commutative monoid-based feature aggregator and a lightweight MLP-based point decoder, preserving compatibility with state-of-the-art point-based backbones like PTv3. Across nuScenes and Waymo, MFSeg achieves state-of-the-art-like accuracy without test-time augmentation and with substantially lower latency than dense multi-frame baselines, outperforming single-frame methods especially on vulnerable road users. The approach offers practical impact for real-time robotic perception by balancing accuracy and efficiency in multi-frame fusion. All mathematical formulations and learning objectives are designed to maintain the geometric coherence of multi-frame point clouds while avoiding costly upsampling of past-frame features.
Abstract
We propose MFSeg, an efficient multi-frame 3D semantic segmentation framework. By aggregating point cloud sequences at the feature level and regularizing the feature extraction and aggregation process, MFSeg reduces computational overhead while maintaining high accuracy. Moreover, by employing a lightweight MLP-based point decoder, our method eliminates the need to upsample redundant points from past frames. Experiments on the nuScenes and Waymo datasets show that MFSeg outperforms existing methods, demonstrating its effectiveness and efficiency.
