English

FastPCI: Motion-Structure Guided Fast Point Cloud Frame Interpolation

Computer Vision and Pattern Recognition 2024-10-28 v1

Abstract

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 or intensive testing-time optimization, resulting in compromised interpolation accuracy or prolonged inference. This work presents FastPCI that introduces Pyramid Convolution-Transformer architecture for point cloud frame interpolation. Our hybrid Convolution-Transformer improves the local and long-range feature learning, while the pyramid network offers multilevel features and reduces the computation. In addition, FastPCI proposes a unique Dual-Direction Motion-Structure block for more accurate scene flow estimation. Our design is motivated by two facts: (1) accurate scene flow preserves 3D structure, and (2) point cloud at the previous timestep should be reconstructable using reverse motion from future timestep. Extensive experiments show that FastPCI significantly outperforms the state-of-the-art PointINet and NeuralPCI with notable gains (e.g. 26.6% and 18.3% reduction in Chamfer Distance in KITTI), while being more than 10x and 600x faster, respectively. Code is available at https://github.com/genuszty/FastPCI

Keywords

Cite

@article{arxiv.2410.19573,
  title  = {FastPCI: Motion-Structure Guided Fast Point Cloud Frame Interpolation},
  author = {Tianyu Zhang and Guocheng Qian and Jin Xie and Jian Yang},
  journal= {arXiv preprint arXiv:2410.19573},
  year   = {2024}
}

Comments

To appear in ECCV 2024

R2 v1 2026-06-28T19:35:35.044Z