CVDec 9, 2019

Neural Wireframe Renderer: Learning Wireframe to Image Translations

arXiv:1912.03840v25 citations
Originality Incremental advance
AI Analysis

This addresses a specific problem for architects and designers by enabling faster design iterations from basic wireframes, though it is incremental as it builds on existing image translation frameworks.

The paper tackles the problem of generating photo-realistic renderings from wireframe models in architecture and CAD, which lack detailed shape and texture information, by proposing a neural wireframe renderer that learns a joint structure-appearance representation. The result is a model that significantly outperforms state-of-the-art methods in visual quality and structural integrity on a wireframe-scene dataset.

In architecture and computer-aided design, wireframes (i.e., line-based models) are widely used as basic 3D models for design evaluation and fast design iterations. However, unlike a full design file, a wireframe model lacks critical information, such as detailed shape, texture, and materials, needed by a conventional renderer to produce 2D renderings of the objects or scenes. In this paper, we bridge the information gap by generating photo-realistic rendering of indoor scenes from wireframe models in an image translation framework. While existing image synthesis methods can generate visually pleasing images for common objects such as faces and birds, these methods do not explicitly model and preserve essential structural constraints in a wireframe model, such as junctions, parallel lines, and planar surfaces. To this end, we propose a novel model based on a structure-appearance joint representation learned from both images and wireframes. In our model, structural constraints are explicitly enforced by learning a joint representation in a shared encoder network that must support the generation of both images and wireframes. Experiments on a wireframe-scene dataset show that our wireframe-to-image translation model significantly outperforms the state-of-the-art methods in both visual quality and structural integrity of generated images.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes