CVGRMar 23, 2022

Learning to generate line drawings that convey geometry and semantics

arXiv:2203.12691v3124 citationsh-index: 97
Originality Incremental advance
AI Analysis

This addresses the need for high-quality line drawings in domains like art and design, though it is incremental as it builds on existing image translation techniques.

The paper tackles the problem of generating line drawings from photographs without paired data by introducing geometry and semantic losses, and it outperforms state-of-the-art unpaired methods on arbitrary photographs.

This paper presents an unpaired method for creating line drawings from photographs. Current methods often rely on high quality paired datasets to generate line drawings. However, these datasets often have limitations due to the subjects of the drawings belonging to a specific domain, or in the amount of data collected. Although recent work in unsupervised image-to-image translation has shown much progress, the latest methods still struggle to generate compelling line drawings. We observe that line drawings are encodings of scene information and seek to convey 3D shape and semantic meaning. We build these observations into a set of objectives and train an image translation to map photographs into line drawings. We introduce a geometry loss which predicts depth information from the image features of a line drawing, and a semantic loss which matches the CLIP features of a line drawing with its corresponding photograph. Our approach outperforms state-of-the-art unpaired image translation and line drawing generation methods on creating line drawings from arbitrary photographs. For code and demo visit our webpage carolineec.github.io/informative_drawings

Code Implementations2 repos
Foundations

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

Your Notes