paper-with-me

Papers

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

2022-03-22 · CVPR 2022 1 · Yiming Zeng, Yue Qian, Qijian Zhang, Junhui Hou, Yixuan Yuan, Ying He

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.

📄 PDF Abstract BibTeX arXiv:2203.11590

Code (1)

zengyiming-eamon/idea-net 공식 구현 pytorch

Tasks

3D Point Cloud Interpolation

Similar Papers 제목 키워드 기반

Which Way from B to A: The role of embedding geometry in image interpolation for Stable Diffusion

2025-11-16 · Nicholas Karris, Luke Durell, Javier Flores, Tegan Emerson arxiv

It can be shown that Stable Diffusion has a permutation-invariance property with respect to the rows of Contrastive Language-Image Pretraining (CLIP) embedding matrices. This inspired the novel observation that these emb…

Point Clouds

Metric Learning for 3D Point Clouds Using Optimal Transport

2024-11-01 · Winter Conference on Applications of Computer Vision(WACV 2024) 2024 11 · Siddharth Katageri Srinjay Sarkar Charu Sharma

Learning embeddings of any data largely depends on the ability of the target space to capture semantic rela- tions. The widely used Euclidean space, where embed- dings are represented as point vectors, is known to be lac…

Contrastive LearningMetric LearningTransfer Learning

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

D-DPCC: Deep Dynamic Point Cloud Compression via 3D Motion Prediction

2022-05-02 · Tingyu Fan, Linyao Gao, Yiling Xu, Zhu Li 외

The non-uniformly distributed nature of the 3D dynamic point cloud (DPC) brings significant challenges to its high-efficient inter-frame compression. This paper proposes a novel 3D sparse convolution-based Deep Dynamic P…

Motion CompensationMotion Estimationmotion predictionOptical Flow Estimation

Efficient Graph Field Integrators Meet Point Clouds

2023-02-02 · Krzysztof Choromanski, Arijit Sehanobish, Han Lin, Yunfan Zhao 외

We present two new classes of algorithms for efficient field integration on graphs encoding point clouds. The first class, SeparatorFactorization(SF), leverages the bounded genus of point cloud mesh graphs, while the sec…