Skip to content

dtmfgold/gan-depth-semantic3d

 
 

Repository files navigation

Adversarial Semantic Scene Completion from a Single Depth Image

Authors

Yida Wang, David Tan, Nassir Navab and Federico Tombari

International Conference on 3D Vision, IEEE

Showcase

road condition

Overview

We introduce a direct reconstruction method to reconstruct from a 2.5D depth image to a 3D voxel data with both shape completion and semantic segmentation that relies on a deep architecture based on 3D VAE with an adversarial training to improve the performance of this task.

Architecture

We utilize the latent representation of 3D auto-encoder to help train a latent representation from a depth image. The 3D auto-encoder is removed after the parametric model is trained. This pipeline is optimized for the encoders for the depth image and the 3D volumetric data and the shared generator is also optimised during training.

Discriminators

To make the latent representation and the reconstructed 3D scene similar to each others, we apply two discriminators for both targets. In this manner, the latent representation of the depth produces the expected target more precisely compared to the latent representation of the ground truth volumetric data.

Our data format

Qualitative results

About

Implementation for "Adversarial Semantic Scene Completion from a Single Depth Image" in 3DV 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.2%
  • Cuda 7.4%
  • C++ 6.4%
  • MATLAB 1.6%
  • Shell 0.4%