IDEA-Net: Dynamic 3D Point Cloud Interpolation via Deep Embedding Alignment

Abstract

This paper investigates the problem of temporally interpolating dynamic 3D point clouds with large non-rigid deformation. We formulate the problem as estimation of point-wise trajectories (i.e., smooth curves) and further reason that temporal irregularity and under-sampling are two major challenges. To tackle the challenges, we propose IDEA-Net, an end-to-end deep learning framework, which disentangles the problem under the assistance of the explicitly learned temporal consistency. Specifically, we propose a temporal consistency learning module to align two consecutive point cloud frames point-wisely, based on which we can employ linear interpolation to obtain coarse trajectories/in-between frames. To compensate the high-order nonlinear components of trajectories, we apply aligned feature embeddings that encode local geometry properties to regress point-wise increments, which are combined with the coarse estimations. We demonstrate the effectiveness of our method on various point cloud sequences and observe large improvement over state-of-the-art methods both quantitatively and visually. Our framework can bring benefits to 3D motion data acquisition. The source code is publicly available at https://github.com/ZENGYIMING-EAMON/IDEA-Net.git.

Cite

Text

Zeng et al. "IDEA-Net: Dynamic 3D Point Cloud Interpolation via Deep Embedding Alignment." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00623

Markdown

[Zeng et al. "IDEA-Net: Dynamic 3D Point Cloud Interpolation via Deep Embedding Alignment." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/zeng2022cvpr-ideanet/) doi:10.1109/CVPR52688.2022.00623

BibTeX

@inproceedings{zeng2022cvpr-ideanet,
  title     = {{IDEA-Net: Dynamic 3D Point Cloud Interpolation via Deep Embedding Alignment}},
  author    = {Zeng, Yiming and Qian, Yue and Zhang, Qijian and Hou, Junhui and Yuan, Yixuan and He, Ying},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {6338-6347},
  doi       = {10.1109/CVPR52688.2022.00623},
  url       = {https://mlanthology.org/cvpr/2022/zeng2022cvpr-ideanet/}
}