paper-with-me

Papers

Generative PointNet: Deep Energy-Based Learning on Unordered Point Sets for 3D Generation, Reconstruction and Classification

2020-04-02 · CVPR 2021 1 · Jianwen Xie, Yifei Xu, Zilong Zheng, Song-Chun Zhu, Ying Nian Wu

We propose a generative model of unordered point sets, such as point clouds, in the form of an energy-based model, where the energy function is parameterized by an input-permutation-invariant bottom-up neural network. The energy function learns a coordinate encoding of each point and then aggregates all individual point features into an energy for the whole point cloud. We call our model the Generative PointNet because it can be derived from the discriminative PointNet. Our model can be trained by MCMC-based maximum likelihood learning (as well as its variants), without the help of any assisting networks like those in GANs and VAEs. Unlike most point cloud generators that rely on hand-crafted distance metrics, our model does not require any hand-crafted distance metric for the point cloud generation, because it synthesizes point clouds by matching observed examples in terms of statistical properties defined by the energy function. Furthermore, we can learn a short-run MCMC toward the energy-based model as a flow-like generator for point cloud reconstruction and interpolation. The learned point cloud representation can be useful for point cloud classification. Experiments demonstrate the advantages of the proposed generative model of point clouds.

📄 PDF Abstract BibTeX arXiv:2004.01301

Code (1)

fei960922/GPointNet 공식 구현 pytorch

Tasks

3D GenerationGeneral ClassificationPoint Cloud ClassificationPoint Cloud GenerationPoint cloud reconstruction

Methods 이 논문이 사용한 방법론

eToro Customer Care Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

A Hybrid Generative and Discriminative PointNet on Unordered Point Sets

2024-04-19 · Yang Ye, Shihao Ji

As point cloud provides a natural and flexible representation usable in myriad applications (e.g., robotics and self-driving cars), the ability to synthesize point clouds for analysis becomes crucial. Recently, Xie et al…

image-classificationImage ClassificationPoint Cloud ClassificationPoint Cloud Generation+1

On Universal Equivariant Set Networks

2019-10-06 · ICLR 2020 1 · Nimrod Segol, Yaron Lipman

Using deep neural networks that are either invariant or equivariant to permutations in order to learn functions on unordered sets has become prevalent. The most popular, basic models are DeepSets [Zaheer et al. 2017] and…

Point Cloud Segmentation

Recurrent Slice Networks for 3D Segmentation of Point Clouds

2018-02-13 · CVPR 2018 6 · Qiangui Huang, Weiyue Wang, Ulrich Neumann

Point clouds are an efficient data format for 3D data. However, existing 3D segmentation methods for point clouds either do not model local dependencies \cite{pointnet} or require added computations \cite{kd-net,pointnet…

Semantic Segmentation

Mini-PointNetPlus: a local feature descriptor in deep learning model for 3d environment perception

2023-07-25 · Chuanyu Luo, Nuo Cheng, Sikun Ma, Jun Xiang 외

Common deep learning models for 3D environment perception often use pillarization/voxelization methods to convert point cloud data into pillars/voxels and then process it with a 2D/3D convolutional neural network (CNN). …

MinkLoc3D: Point Cloud Based Large-Scale Place Recognition

2020-11-09 · Jacek Komorowski

The paper presents a learning-based method for computing a discriminative 3D point cloud descriptor for place recognition purposes. Existing methods, such as PointNetVLAD, are based on unordered point cloud representatio…

3D Place RecognitionMetric LearningPoint Cloud RetrievalVisual Place Recognition