SSFlowNet: Semi-supervised Scene Flow Estimation On Point Clouds With Pseudo Label
Jingze Chen, Junfeng Yao, Qiqin Lin, Rongzhou Zhou, Lei Li
TL;DR
SSFlowNet addresses the high labeling cost of 3D scene flow on point clouds by introducing a semi-supervised framework that generates high-quality pseudo-labels through a correlation-matrix guided propagation and a spatial memory module. A Flow-Graph Encoder constructs a geometric graph to learn cross-frame similarities, while a correlation matrix maps labeled to unlabeled points to refine flow estimates. The training objective combines Chamfer loss with a weighted smoothness term, enabling robust learning from sparse labels and unlabeled data. Experimental results on FlyingThings3D and KITTI demonstrate improved pseudo-label quality and competitive performance with substantially reduced labeling effort, signaling strong practical potential for autonomous driving and SLAM tasks.
Abstract
In the domain of supervised scene flow estimation, the process of manual labeling is both time-intensive and financially demanding. This paper introduces SSFlowNet, a semi-supervised approach for scene flow estimation, that utilizes a blend of labeled and unlabeled data, optimizing the balance between the cost of labeling and the precision of model training. SSFlowNet stands out through its innovative use of pseudo-labels, mainly reducing the dependency on extensively labeled datasets while maintaining high model accuracy. The core of our model is its emphasis on the intricate geometric structures of point clouds, both locally and globally, coupled with a novel spatial memory feature. This feature is adept at learning the geometric relationships between points over sequential time frames. By identifying similarities between labeled and unlabeled points, SSFlowNet dynamically constructs a correlation matrix to evaluate scene flow dependencies at individual point level. Furthermore, the integration of a flow consistency module within SSFlowNet enhances its capability to consistently estimate flow, an essential aspect for analyzing dynamic scenes. Empirical results demonstrate that SSFlowNet surpasses existing methods in pseudo-label generation and shows adaptability across varying data volumes. Moreover, our semi-supervised training technique yields promising outcomes even with different smaller ratio labeled data, marking a substantial advancement in the field of scene flow estimation.
