PointPWC-Net: A Coarse-to-Fine Network for Supervised and Self-Supervised Scene Flow Estimation on 3D Point Clouds
Wenxuan Wu, Zhiyuan Wang, Zhuwen Li, Wei Liu, Li Fuxin

TL;DR
PointPWC-Net is an innovative deep learning model that estimates scene flow from 3D point clouds using a coarse-to-fine approach, novel cost volume handling, and self-supervised training, achieving state-of-the-art results and strong generalization.
Contribution
The paper introduces a new end-to-end scene flow network with a point-based cost volume and self-supervised learning, advancing 3D scene flow estimation methods.
Findings
Outperforms state-of-the-art on FlyingThings3D dataset.
Achieves comparable results with self-supervised training.
Demonstrates strong generalization on KITTI dataset.
Abstract
We propose a novel end-to-end deep scene flow model, called PointPWC-Net, on 3D point clouds in a coarse-to-fine fashion. Flow computed at the coarse level is upsampled and warped to a finer level, enabling the algorithm to accommodate for large motion without a prohibitive search space. We introduce novel cost volume, upsampling, and warping layers to efficiently handle 3D point cloud data. Unlike traditional cost volumes that require exhaustively computing all the cost values on a high-dimensional grid, our point-based formulation discretizes the cost volume onto input 3D points, and a PointConv operation efficiently computes convolutions on the cost volume. Experiment results on FlyingThings3D outperform the state-of-the-art by a large margin. We further explore novel self-supervised losses to train our model and achieve comparable results to state-of-the-art trained with supervised…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · 3D Shape Modeling and Analysis
