Skip to content

Commit ff90f86

Browse files
author
Yifei Xu
committed
add GVoxelNet GPointNet (fix img)
1 parent e94f4cd commit ff90f86

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ Dense 3D Reconstructions from a Single Image (2017)</b> [[Paper]](http://ci2cv.n
737737

738738
An energy-based 3D shape descriptor network is a deep energy-based model for volumetric shape patterns. The maximum likelihood training of the model follows an “analysis by synthesis” scheme and can be interpreted as a mode seeking and mode shifting process. The model can synthesize 3D shape patterns by sampling from the probability distribution via MCMC such as Langevin dynamics. Experiments demonstrate that the proposed model can generate realistic 3D shape patterns and can be useful for 3D shape analysis.
739739

740-
<img src="http://www.stat.ucla.edu/~jxie/3DEBM/files/3D_syn.png" alt="img" style="zoom: 67%;" />
740+
<p align="center"><img width="60%" src="http://www.stat.ucla.edu/~jxie/3DEBM/files/3D_syn.png" /></p>
741741

742742
:game_die: <b>PU-Net: Point Cloud Upsampling Network (2018)</b> [[Paper]](https://arxiv.org/pdf/1801.06761.pdf) [[Code]](https://github.com/yulequan/PU-Net)
743743

@@ -860,15 +860,13 @@ Deformable Shape Completion with Graph Convolutional Autoencoders (2018 CVPR)</b
860860

861861
This paper proposes a deep 3D energy-based model to represent volumetric shapes. The maximum likelihood training of the model follows an “analysis by synthesis” scheme. Experiments demonstrate that the proposed model can generate high-quality 3D shape patterns and can be useful for a wide variety of 3D shape analysis.
862862

863-
<img src="imgs/voxelnet.png" alt="img" style="zoom: 80%;" />
863+
<p align="center"><img width="60%" src="imgs/voxelnet.png" /></p>
864864

865865
:game_die: <b>Generative PointNet: Deep Energy-Based Learning on Unordered Point Sets for 3D Generation, Reconstruction and Classification (2021 CVPR) </b> [[Project]](http://www.stat.ucla.edu/~jxie/GPointNet/) [[Paper]](https://arxiv.org/pdf/2004.01301.pdf) [[Code](https://github.com/fei960922/GPointNet)]
866866

867867
Generative PointNet is an energy-based model of unordered point clouds, where the energy function is parameterized by an input-permutation-invariant bottom-up neural network. The model can be trained by MCMC-based maximum likelihood learning, or 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.
868868

869-
<img src="imgs/gpointnet.png" alt="img" style="zoom: 67%;" />
870-
871-
869+
<p align="center"><img width="60%" src="imgs/gpointnet.png" /></p>
872870

873871

874872

0 commit comments

Comments
 (0)