Home

Awesome

Learning Descriptor Networks for 3D Shape Synthesis and Analysis

This repository contains a tensorflow implementation for the paper "Learning Descriptor Networks for 3D Shape Synthesis and Analysis ". (http://www.stat.ucla.edu/~jxie/3DDescriptorNet/3DDescriptorNet.html)

<p align="center"><img src="http://www.stat.ucla.edu/~jxie/3DDescriptorNet/files/3D_syn.png" width="700px"/></p>

Requirements

Getting Started

Exp1: 3D object synthesis

Exp2: 3D object recovery

<p align="center"><img src="http://www.stat.ucla.edu/~jxie/3DDescriptorNet/files/sofa.jpg" width="400px"/></p>

Exp3: 3D object super resolution

<p align="center"><img src="http://www.stat.ucla.edu/~jxie/3DDescriptorNet/files/3D_sr.png" width="400px"/></p>

Exp4: 3D object classification

MethodClassification
Geometry Image88.4%
PANORAMA-NN91.1%
ECC90.0%
3D ShapeNets83.5%
DeepPana85.5%
SPH79.8%
VConv-DAE80.5%
3D-GAN91.0%
3D DescriptorNet (ours)92.4%

References

@inproceedings{3DDesNet,
    title={Learning Descriptor Networks for 3D Shape Synthesis and Analysis},
    author={Xie, Jianwen and Zheng, Zilong and Gao, Ruiqi and Wang, Wenguan and Zhu Song-Chun and Wu, Ying Nian},
    booktitle={The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2018}
}

For any questions, please contact Jianwen Xie (jianwen@ucla.edu) and Zilong Zheng (zilongzheng0318@ucla.edu).