Graph-to-3D: End-to-End Generation and Manipulation of 3D Scenes Using Scene Graphs

Abstract

Controllable scene synthesis consists of generating 3D information that satisfy underlying specifications. Thereby, these specifications should be abstract, i.e. allowing easy user interaction, whilst providing enough interface for detailed control. Scene graphs are representations of a scene, composed of objects (nodes) and inter-object relationships (edges), proven to be particularly suited for this task, as they allow for semantic control on the generated content. Previous works tackling this task often rely on synthetic data, and retrieve object meshes, which naturally limits the generation capabilities. To circumvent this issue, we instead propose the first work that directly generates shapes from a scene graph in an end-to-end manner. In addition, we show that the same model supports scene modification, using the respective scene graph as interface. Leveraging Graph Convolutional Networks (GCN) we train a variational Auto-Encoder on top of the object and edge categories, as well as 3D shapes and scene layouts, allowing latter sampling of new scenes and shapes.

Cite

Text

Dhamo et al. "Graph-to-3D: End-to-End Generation and Manipulation of 3D Scenes Using Scene Graphs." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.01604

Markdown

[Dhamo et al. "Graph-to-3D: End-to-End Generation and Manipulation of 3D Scenes Using Scene Graphs." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/dhamo2021iccv-graphto3d/) doi:10.1109/ICCV48922.2021.01604

BibTeX

@inproceedings{dhamo2021iccv-graphto3d,
  title     = {{Graph-to-3D: End-to-End Generation and Manipulation of 3D Scenes Using Scene Graphs}},
  author    = {Dhamo, Helisa and Manhardt, Fabian and Navab, Nassir and Tombari, Federico},
  booktitle = {International Conference on Computer Vision},
  year      = {2021},
  pages     = {16352-16361},
  doi       = {10.1109/ICCV48922.2021.01604},
  url       = {https://mlanthology.org/iccv/2021/dhamo2021iccv-graphto3d/}
}