PointINet: Point Cloud Frame Interpolation Network
Fan Lu, Guang Chen, Sanqing Qu, Zhijun Li, Yinlong Liu and, Alois Knoll

TL;DR
PointINet is a novel neural network designed to interpolate intermediate frames in sparse LiDAR point cloud streams, significantly increasing their effective frame rate by estimating scene flow and fusing warped point clouds.
Contribution
The paper introduces PointINet, a new framework for point cloud frame interpolation that combines scene flow estimation and a fusion module, enabling higher temporal resolution of LiDAR data.
Findings
Effective interpolation demonstrated on large outdoor datasets.
Outperforms existing methods in quantitative metrics.
Produces high-quality intermediate point clouds.
Abstract
LiDAR point cloud streams are usually sparse in time dimension, which is limited by hardware performance. Generally, the frame rates of mechanical LiDAR sensors are 10 to 20 Hz, which is much lower than other commonly used sensors like cameras. To overcome the temporal limitations of LiDAR sensors, a novel task named Point Cloud Frame Interpolation is studied in this paper. Given two consecutive point cloud frames, Point Cloud Frame Interpolation aims to generate intermediate frame(s) between them. To achieve that, we propose a novel framework, namely Point Cloud Frame Interpolation Network (PointINet). Based on the proposed method, the low frame rate point cloud streams can be upsampled to higher frame rates. We start by estimating bi-directional 3D scene flow between the two point clouds and then warp them to the given time step based on the 3D scene flow. To fuse the two warped…
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
Taxonomy
TopicsAdvanced Vision and Imaging · Optical measurement and interference techniques · Advanced Optical Sensing Technologies
