paper-with-me

Papers

PointINet: Point Cloud Frame Interpolation Network

2020-12-18 · Fan Lu, Guang Chen, Sanqing Qu, Zhijun Li, Yinlong Liu, Alois Knoll

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 frames and generate intermediate point cloud(s), we propose a novel learning-based points fusion module, which simultaneously takes two warped point clouds into consideration. We design both quantitative and qualitative experiments to evaluate the performance of the point cloud frame interpolation method and extensive experiments on two large scale outdoor LiDAR datasets demonstrate the effectiveness of the proposed PointINet. Our code is available at https://github.com/ispc-lab/PointINet.git.

📄 PDF Abstract BibTeX arXiv:2012.10066

Code (1)

ispc-lab/PointINet 공식 구현 pytorch

Tasks

3D Point Cloud Interpolation

Similar Papers 제목 키워드 기반

FastPCI: Motion-Structure Guided Fast Point Cloud Frame Interpolation

2024-10-25 · Tianyu Zhang, Guocheng Qian, Jin Xie, Jian Yang

Point cloud frame interpolation is a challenging task that involves accurate scene flow estimation across frames and maintaining the geometry structure. Prevailing techniques often rely on pre-trained motion estimators o…

Scene Flow Estimation

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

2023-03-27 · CVPR 2023 1 · Zehan Zheng, Danni Wu, Ruisi Lu, Fan Lu 외

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 ex…

3D Point Cloud InterpolationAutonomous Driving

RAI-Net: Range-Adaptive LiDAR Point Cloud Frame Interpolation Network

2021-06-01 · Lili Zhao, Zezhi Zhu, Xuhu Lin, Xuezhou Guo 외

LiDAR point cloud frame interpolation, which synthesizes the intermediate frame between the captured frames, has emerged as an important issue for many applications. Especially for reducing the amounts of point cloud tra…

Video Frame Interpolation

PointMixup: Augmentation for Point Clouds

2020-08-14 · ECCV 2020 8 · Yunlu Chen, Vincent Tao Hu, Efstratios Gavves, Thomas Mensink 외

This paper introduces data augmentation for point clouds by interpolation between examples. Data augmentation by interpolation has shown to be a simple and effective approach in the image domain. Such a mixup is however …

3D Point Cloud Classification3D Point Cloud Data AugmentationData AugmentationPoint Cloud Classification

Motion Keyframe Interpolation for Any Human Skeleton via Temporally Consistent Point Cloud Sampling and Reconstruction

2024-05-13 · Clinton Mo, Kun Hu, Chengjiang Long, Dong Yuan 외

In the character animation field, modern supervised keyframe interpolation models have demonstrated exceptional performance in constructing natural human motions from sparse pose definitions. As supervised models, large …

Motion InterpolationRepresentation Learning