RFNet-4D++: Joint Object Reconstruction and Flow Estimation from 4D Point Clouds with Cross-Attention Spatio-Temporal Features
About
Object reconstruction from 3D point clouds has been a long-standing research problem in computer vision and computer graphics, and achieved impressive progress. However, reconstruction from time-varying point clouds (a.k.a. 4D point clouds) is generally overlooked. In this paper, we propose a new network architecture, namely RFNet-4D++, that jointly reconstructs objects and their motion flows from 4D point clouds. The key insight is simultaneously performing both tasks via learning of spatial and temporal features from a sequence of point clouds can leverage individual tasks, leading to improved overall performance. To prove this ability, we design a temporal vector field learning module using an unsupervised learning approach for flow estimation task, leveraged by supervised learning of spatial structures for object reconstruction. Extensive experiments and analyses on benchmark datasets validated the effectiveness and efficiency of our method. As shown in experimental results, our method achieves state-of-the-art performance on both flow estimation and object reconstruction while performing much faster than existing methods in both training and inference. Our code and data are available at https://github.com/hkust-vgd/RFNet-4D
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Flow Estimation | D-FAUST S1 Seen Individuals Unseen Motions (test) | Correspondence L2 Distance0.2505 | 8 | |
| 4D Reconstruction and Flow Estimation | D-FAUST (test) | Training Time (sec/iter)1.54 | 8 | |
| 4D Reconstruction | D-FAUST S1 Seen Individuals Unseen Motions (test) | Chamfer Distance (x10^-3)146.2 | 7 | |
| 4D Reconstruction | D-FAUST S2: Unseen Individuals, Seen Motions (test) | Chamfer Distance1.41e-4 | 7 | |
| Flow Estimation | D-FAUST S2: Unseen Individuals, Seen Motions (test) | Correspondence L2 Distance (Scaled)0.8855 | 5 | |
| 4D Reconstruction | DeformingThing4D-Animals S1 Seen Individuals, Unseen Motions 18 (test) | IoU78.92 | 3 | |
| 4D Reconstruction | DeformingThing4D-Animals Unseen Individuals, Seen Motions S2 18 (test) | IoU58.21 | 3 | |
| Flow Estimation | DeformingThing4D Animals S2 Unseen Individuals Seen Motions 18 (test) | Correspondence Score38.32 | 3 |