paper-with-me

Papers

Representing Point Clouds with Generative Conditional Invertible Flow Networks

2020-10-07 · Michał Stypułkowski, Kacper Kania, Maciej Zamorski, Maciej Zięba, Tomasz Trzciński, Jan Chorowski

In this paper, we propose a simple yet effective method to represent point clouds as sets of samples drawn from a cloud-specific probability distribution. This interpretation matches intrinsic characteristics of point clouds: the number of points and their ordering within a cloud is not important as all points are drawn from the proximity of the object boundary. We postulate to represent each cloud as a parameterized probability distribution defined by a generative neural network. Once trained, such a model provides a natural framework for point cloud manipulation operations, such as aligning a new cloud into a default spatial orientation. To exploit similarities between same-class objects and to improve model performance, we turn to weight sharing: networks that model densities of points belonging to objects in the same family share all parameters with the exception of a small, object-specific embedding vector. We show that these embedding vectors capture semantic relationships between objects. Our method leverages generative invertible flow networks to learn embeddings as well as to generate point clouds. Thanks to this formulation and contrary to similar approaches, we are able to train our model in an end-to-end fashion. As a result, our model offers competitive or superior quantitative results on benchmark datasets, while enabling unprecedented capabilities to perform cloud manipulation tasks, such as point cloud registration and regeneration, by a generative network.

📄 PDF Abstract BibTeX arXiv:2010.11087

Code (1)

MStypulkowski/CIF pytorch

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

Conditional Invertible Flow for Point Cloud Generation

2019-10-16 · Michał Stypułkowski, Maciej Zamorski, Maciej Zięba, Jan Chorowski

This paper focuses on a novel generative approach for 3D point clouds that makes use of invertible flow-based models. The main idea of the method is to treat a point cloud as a probability density in 3D space that is mod…

Point Cloud Generation

C-Flow: Conditional Generative Flow Models for Images and 3D Point Clouds

2019-12-15 · CVPR 2020 6 · Albert Pumarola, Stefan Popov, Francesc Moreno-Noguer, Vittorio Ferrari

Flow-based generative models have highly desirable properties like exact log-likelihood evaluation and exact latent-variable inference, however they are still in their infancy and have not received as much attention as a…

3D ReconstructionDiversityImage ManipulationStyle Transfer

SoftFlow: Probabilistic Framework for Normalizing Flow on Manifolds

2020-06-08 · NeurIPS 2020 12 · Hyeongju Kim, Hyeonseung Lee, Woo Hyun Kang, Joun Yeop Lee 외

Flow-based generative models are composed of invertible transformations between two random variables of the same dimension. Therefore, flow-based models cannot be adequately trained if the dimension of the data distribut…

Point Cloud Generation

An unfolding method based on conditional Invertible Neural Networks (cINN) using iterative training

2022-12-16 · Mathias Backes, Anja Butter, Monica Dunford, Bogdan Malaescu

The unfolding of detector effects is crucial for the comparison of data to theory predictions. While traditional methods are limited to representing the data in a low number of dimensions, machine learning has enabled ne…

Generative Flows with Invertible Attentions

2021-06-07 · CVPR 2022 1 · Rhea Sanjay Sukthanker, Zhiwu Huang, Suryansh Kumar, Radu Timofte 외

Flow-based generative models have shown an excellent ability to explicitly learn the probability density function of data via a sequence of invertible transformations. Yet, learning attentions in generative flows remains…

Image Generation