paper-with-me

Papers

Automatically Generating Codes from Graphical Screenshots Based on Deep Autocoder

2020-07-05 · Xiaoling Huang, Feng Liao

During software front-end development, the work to convert Graphical User Interface(GUI) image to the corresponding front-end code is an inevitable tedious work. There have been some attempts to make this work to be automatic. However, the GUI code generated by these models is not accurate due to the lack of attention mechanism guidance. To solve this problem, we propose PixCoder based on an artificially supervised attention mechanism. The approach is to train a neural network to predict the style sheets in the input GUI image and then output a vector. PixCoder generate the GUI code targeting specific platform according to the output vector. The experimental results have shown the accuracy of the GUI code generated by PixCoder is over 95%.

📄 PDF Abstract BibTeX arXiv:2007.02272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoCoder: Enhancing Code Large Language Model with \textsc{AIEV-Instruct}

2024-05-23 · Bin Lei, Yuchen Li, Qiuwu Chen

We introduce AutoCoder, the first Large Language Model to surpass GPT-4 Turbo (April 2024) and GPT-4o in pass@1 on the Human Eval benchmark test ($\mathbf{90.9\%}$ vs. $\mathbf{90.2\%}$). In addition, AutoCoder offers a …

Class-level Code GenerationCode CompletionCode GenerationCode Repair+8

SpecRover: Code Intent Extraction via LLMs

2024-08-05 · Haifeng Ruan, Yuntong Zhang, Abhik Roychoudhury

Autonomous program improvement typically involves automatically producing bug fixes and feature additions. Such program improvement can be accomplished by a combination of large language model (LLM) and program analysis …

Code SearchLarge Language ModelProgram Repair

Automatically Generating UI Code from Screenshot: A Divide-and-Conquer-Based Approach

2024-06-24 · Yuxuan Wan, Chaozheng Wang, Yi Dong, Wenxuan Wang 외

Websites are critical in today's digital world, with over 1.11 billion currently active and approximately 252,000 new sites launched daily. Converting website layout design into functional UI code is a time-consuming yet…

Layout Design

Unlocking the conversion of Web Screenshots into HTML Code with the WebSight Dataset

2024-03-14 · Hugo Laurençon, Léo Tronchon, Victor Sanh

Using vision-language models (VLMs) in web development presents a promising strategy to increase efficiency and unblock no-code solutions: by providing a screenshot or a sketch of a UI, a VLM could generate the code to r…

Combining Generative and Discriminative Models for Hybrid Inference

2019-06-06 · NeurIPS 2019 12 · Victor Garcia Satorras, Zeynep Akata, Max Welling

A graphical model is a structured representation of the data generating process. The traditional method to reason over random variables is to perform inference in this graphical model. However, in many cases the generati…

Graph Neural Network