paper-with-me

Papers

Automatic Graphics Program Generation using Attention-Based Hierarchical Decoder

2018-10-26 · Zhihao Zhu, Zhan Xue, Zejian yuan

Recent progress on deep learning has made it possible to automatically transform the screenshot of Graphic User Interface (GUI) into code by using the encoder-decoder framework. While the commonly adopted image encoder (e.g., CNN network), might be capable of extracting image features to the desired level, interpreting these abstract image features into hundreds of tokens of code puts a particular challenge on the decoding power of the RNN-based code generator. Considering the code used for describing GUI is usually hierarchically structured, we propose a new attention-based hierarchical code generation model, which can describe GUI images in a finer level of details, while also being able to generate hierarchically structured code in consistency with the hierarchical layout of the graphic elements in the GUI. Our model follows the encoder-decoder framework, all the components of which can be trained jointly in an end-to-end manner. The experimental results show that our method outperforms other current state-of-the-art methods on both a publicly available GUI-code dataset as well as a dataset established by our own.

📄 PDF Abstract BibTeX arXiv:1810.11536

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationDecoder

Similar Papers 제목 키워드 기반

Hierarchical SVG Tokenization: Learning Compact Visual Programs for Scalable Vector Graphics Modeling

2026-04-06 · Ximing Xing, Ziteng Xue, Zhenxi Li, Weicong Liang 외 arxiv

Recent large language models have shifted SVG generation from differentiable rendering optimization to autoregressive program synthesis. However, existing approaches still rely on generic byte-level tokenization inherite…

Program Synthesis

Hierarchical Detail Enhancing Mesh-Based Shape Generation with 3D Generative Adversarial Network

2017-09-22 · Chiyu "Max" Jiang, Philip Marcus

Automatic mesh-based shape generation is of great interest across a wide range of disciplines, from industrial design to gaming, computer graphics and various other forms of digital art. While most traditional methods fo…

Deep LearningGenerative Adversarial Network

Dual Reinforcement-Based Specification Generation for Image De-Rendering

2021-03-02 · Ramakanth Pasunuru, David Rosenberg, Gideon Mann, Mohit Bansal

Advances in deep learning have led to promising progress in inferring graphics programs by de-rendering computer-generated images. However, current methods do not explore which decoding methods lead to better inductive b…

DecoderInductive Bias

TikZero: Zero-Shot Text-Guided Graphics Program Synthesis

2025-03-14 · Jonas Belouadi, Eddy Ilg, Margret Keuper, Hideki Tanaka 외

With the rise of generative AI, synthesizing figures from text captions becomes a compelling application. However, achieving high geometric precision and editability requires representing figures as graphics programs in …

Program Synthesis

Approximate Bayesian Image Interpretation using Generative Probabilistic Graphics Programs

2013-06-29 · NeurIPS 2013 12 · Vikash K. Mansinghka, Tejas D. Kulkarni, Yura N. Perov, Joshua B. Tenenbaum

The idea of computer vision as the Bayesian inverse problem to computer graphics has a long history and an appealing elegance, but it has proved difficult to directly implement. Instead, most vision tasks are approached …

Probabilistic Programming