j20232 / survey

🍓 Survey repository
9 stars 0 forks source link

Tranquil Clouds: Neural Networks for Learning Temporally Coherent Features in Point Clouds #52

Open j20232 opened 4 years ago

j20232 commented 4 years ago

image

image

Summary

Abstract

Point clouds, as a form of Lagrangian representation, allow for powerful and flexible applications in a large number of computational disciplines. We propose a novel deep-learning method to learn stable and temporally coherent feature spaces for points clouds that change over time. We identify a set of inherent problems with these approaches: without knowledge of the time dimension, the inferred solutions can exhibit strong flickering, and easy solutions to suppress this flickering can result in undesirable local minima that manifest themselves as halo structures. We propose a novel temporal loss function that takes into account higher time derivatives of the point positions, and encourages mingling, i.e., to prevent the aforementioned halos. We combine these techniques in a super-resolution method with a truncation approach to flexibly adapt the size of the generated positions. We show that our method works for large, deforming point sets from different sources to demonstrate the flexibility of our approach.

Author

Journal/Conference

Subjects

Comment

Further information and videos at this https URL

Link

j20232 commented 4 years ago

The main novelty of this paper is a novel loss considering temporally coherence when upsampling point clouds.
I recommend you read PointNet++ and PUNet if you want more details about upsampling point clouds.
Papers introduced at Kaolin are also valuable.