RWKV-PCSSC: Exploring RWKV Model for Point Cloud Semantic Scene Completion
Wenzhe He, Xiaojun Chen, Wentang Chen, Hongyu Wang, Ying Liu, Ruihui Li
TL;DR
RWKV-PCSSC introduces a lightweight, RWKV-based approach for point cloud semantic scene completion that seeds a coarse representation with RWKV-SG and progressively refines it through multiple RWKV-PD stages. By integrating PRWKV-based global modeling with local attention in RWKV-ATTN and a shift-enabled Spatial-Mix in PRWKV, the method achieves state-of-the-art SSC performance across indoor and outdoor datasets while drastically reducing parameters and memory compared to prior methods. The work also contributes two new datasets, NYUCAD-PC-V2 and 3D-FRONT-PC, and demonstrates strong ablations showing the necessity of both the seed generator and multi-stage refinement. Overall, RWKV-PCSSC offers a scalable, efficient solution for high-quality 3D scene completion and semantic labeling with practical implications for robotics and autonomous systems.
Abstract
Semantic Scene Completion (SSC) aims to generate a complete semantic scene from an incomplete input. Existing approaches often employ dense network architectures with a high parameter count, leading to increased model complexity and resource demands. To address these limitations, we propose RWKV-PCSSC, a lightweight point cloud semantic scene completion network inspired by the Receptance Weighted Key Value (RWKV) mechanism. Specifically, we introduce a RWKV Seed Generator (RWKV-SG) module that can aggregate features from a partial point cloud to produce a coarse point cloud with coarse features. Subsequently, the point-wise feature of the point cloud is progressively restored through multiple stages of the RWKV Point Deconvolution (RWKV-PD) modules. By leveraging a compact and efficient design, our method achieves a lightweight model representation. Experimental results demonstrate that RWKV-PCSSC reduces the parameter count by 4.18$\times$ and improves memory efficiency by 1.37$\times$ compared to state-of-the-art methods PointSSC. Furthermore, our network achieves state-of-the-art performance on established indoor (SSC-PC, NYUCAD-PC) and outdoor (PointSSC) scene dataset, as well as on our proposed datasets (NYUCAD-PC-V2, 3D-FRONT-PC).
