SOTAVerified

NeuralPCI: Spatio-temporal Neural Field for 3D Point Cloud Multi-frame Non-linear Interpolation

2023-03-27CVPR 2023Code Available1· sign in to hype

Zehan Zheng, Danni Wu, Ruisi Lu, Fan Lu, Guang Chen, Changjun Jiang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In recent years, there has been a significant increase in focus on the interpolation task of computer vision. Despite the tremendous advancement of video interpolation, point cloud interpolation remains insufficiently explored. Meanwhile, the existence of numerous nonlinear large motions in real-world scenarios makes the point cloud interpolation task more challenging. In light of these issues, we present NeuralPCI: an end-to-end 4D spatio-temporal Neural field for 3D Point Cloud Interpolation, which implicitly integrates multi-frame information to handle nonlinear large motions for both indoor and outdoor scenarios. Furthermore, we construct a new multi-frame point cloud interpolation dataset called NL-Drive for large nonlinear motions in autonomous driving scenes to better demonstrate the superiority of our method. Ultimately, NeuralPCI achieves state-of-the-art performance on both DHB (Dynamic Human Bodies) and NL-Drive datasets. Beyond the interpolation task, our method can be naturally extended to point cloud extrapolation, morphing, and auto-labeling, which indicates its substantial potential in other domains. Codes are available at https://github.com/ispc-lab/NeuralPCI.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DHB DatasetNSFPCD1.22Unverified
DHB DatasetNeuralPCICD0.54Unverified
DHB DatasetPV-RAFTCD0.92Unverified
DHB DatasetPointINetCD0.96Unverified
DHB DatasetIDEA-NetCD1.02Unverified
NL-DrivePointINetCD1.06Unverified
NL-DrivePV-RAFTCD1.64Unverified
NL-DriveNSFPCD1.75Unverified
NL-DriveNeuralPCICD0.8Unverified

Reproductions