paper-with-me

Papers

UI2Code^N: UI-to-Code Generation as Interactive Visual Optimization

2025-11-11 · Zhen Yang, Wenyi Hong, Mingde Xu, Xinyue Fan, Weihan Wang, Jiale Cheng, Xiaotao Gu, Jie Tang arxiv

UI-to-code aims to translate UI screenshots into executable front-end code. Despite progress with vision-language models (VLMs), most existing methods formulate UI-to-code as a single-pass generation, which mismatches real-world UI development that is inherently iterative and feedback-driven. We reformulate UI-to-code as an interactive visual optimization problem, where code generation is embedded in a closed-loop process of execution, visual inspection, and iterative refinement driven by rendered visual feedback. To address the non-differentiability of visual objectives and the noise of absolute visual evaluators, we propose Relative Visual Policy Optimization (RVPO), a preference-based reinforcement learning method that optimizes relative visual rankings among rendered candidates under execution feedback. We instantiate this paradigm in UI2Code^N, an open-source 9B model trained via continual pre-training, supervised fine-tuning, and reinforcement learning. Experiments demonstrate state-of-the-art performance on UI drafting, UI polishing, and UI editing benchmarks, even outperforming larger models, with performance consistently improving through iterative visual optimization. Our code and models are available at https://github.com/zai-org/UI2Code_N.

📄 PDF Abstract BibTeX arXiv:2511.08195

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningCode Generation

Similar Papers 제목 키워드 기반

Benchmarking Multimodal LLMs on Code Generation for Complex Interactive Webpages

2026-05-29 · Fan Wu, Lishuai Dong, Cuiyun Gao, Yujia Chen 외 arxiv

Recent advancements in multimodal large language models (MLLMs) have achieved remarkable progress in multimodal reasoning and code generation, catalyzing a new paradigm for front-end development. In particular, these mod…

Multimodal ReasoningCode Generation

Interaction2Code: Benchmarking MLLM-based Interactive Webpage Code Generation from Interactive Prototyping

2024-11-05 · Jingyu Xiao, Yuxuan Wan, Yintong Huo, Zixin Wang 외

Multimodal Large Language Models (MLLMs) have demonstrated remarkable performance on the design-to-code task, i.e., generating UI code from UI mock-ups. However, existing benchmarks only contain static web pages for eval…

BenchmarkingCode Generation

InteractiveOmni: A Unified Omni-modal Model for Audio-Visual Multi-turn Dialogue

2025-10-15 · Wenwen Tong, Hewei Guo, Dongchuan Ran, Jiangnan Chen 외 arxiv

We introduce InteractiveOmni, a unified and open-source omni-modal large language model for audio-visual multi-turn interaction, ranging from 4B to 8B parameters, designed to lead the field of lightweight models by offer…

RoboSVG: A Unified Framework for Interactive SVG Generation with Multi-modal Guidance

2025-10-26 · Jiuniu Wang, Gongjie Zhang, Quanhao Qian, Junlong Gao 외 arxiv

Scalable Vector Graphics (SVGs) are fundamental to digital design and robot control, encoding not only visual structure but also motion paths in interactive drawings. In this work, we introduce RoboSVG, a unified multimo…

GA-VisAgent: A Multi-Agent application for code generation and visualization in interactive learning

2026-05-02 · Wang Jian, Zhou Jianbo, Xiong Yuhao, Liu Zhenxia 외 arxiv

Geometric Algebra (GA) presents challenges to learners due to its highly abstract mathematical structure and complex operational rules, as translating algebraic manipulations into concrete geometric interpretations is a …

Code Generation