AIJul 30, 2017

Learning to Infer Graphics Programs from Hand-Drawn Images

arXiv:1707.09627v5247 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of creating human-readable programs from perceptual input, but it is incremental as it builds on existing deep learning and program synthesis techniques.

The authors tackled the problem of converting hand-drawn images into graphics programs written in a subset of LaTeX, achieving a model that corrects errors, measures similarity, and extrapolates drawings.

We introduce a model that learns to convert simple hand drawings into graphics programs written in a subset of \LaTeX. The model combines techniques from deep learning and program synthesis. We learn a convolutional neural network that proposes plausible drawing primitives that explain an image. These drawing primitives are like a trace of the set of primitive commands issued by a graphics program. We learn a model that uses program synthesis techniques to recover a graphics program from that trace. These programs have constructs like variable bindings, iterative loops, or simple kinds of conditionals. With a graphics program in hand, we can correct errors made by the deep network, measure similarity between drawings by use of similar high-level geometric structures, and extrapolate drawings. Taken together these results are a step towards agents that induce useful, human-readable programs from perceptual input.

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