UI2App: Benchmarking Visual Interaction Inference in Executable Web Application Generation
Summary
UI2App presents a benchmark for evaluating vision-language models on generating executable web applications from UI screenshots, focusing on interaction inference beyond visual fidelity, and finds significant gaps in current models' ability to infer complete interaction behavior.
View Cached Full Text
Cached at: 07/21/26, 06:38 PM
Paper page - UI2App: Benchmarking Visual Interaction Inference in Executable Web Application Generation
Source: https://huggingface.co/papers/2607.06306 Published on Jul 7
·
Submitted byhttps://huggingface.co/cestlavieChen
CHENon Jul 21
Abstract
Largelanguagemodels(LLMs)havedemonstratedgrowingcompetenceinwebpagegeneration.However,existingtext-drivenapproachesrelyoncomplexpromptsthatimposesubstantialdemandsonusersandofferlimitedexpressivityforpagelayoutandcross-pagevisualcoherence.Image-drivenparadigms,whichtakeUIscreenshotsasinput,alignmorecloselywithrealdevelopmentworkflows.However,currentbenchmarksfocusprimarilyonvisualfidelityandlackasystematicevaluationoftheinteractioncapabilitiesingeneratedartifacts.Toaddressthisgap,weintroduceUI2App,thefirstbenchmarktargetinginteractioninference,theabilitytorecoverapplicationbehaviorfromscreenshotsalone,withoutanytextualorbehavioralguidance.UI2Appcomprises327screenshotsgroupedinto45state-coherentscreenshotsetsforrunnablemulti-routewebapplications.Wedesignanend-to-endpipelinethatevaluateseachartifactalongfourdimensions:executability,navigationreachability,visualfidelity,andinteractioninference.Theinteractionmetric(IIS)assessesinferredinteractionsbyfunctionalcorrectnessandstate-managementcomplexity,creditinganyvalidimplementationratherthanmatchingasinglereference.Experimentsonsixfrontiervision-languagemodelsrevealamarkedcapabilitymismatchbetweenvisualreconstructionandinteractionrealization:thevisual-fidelityleaderscoresonly7.5onIIS,rankingfourthandtrailingtheIISleaderby5.2x.High-complexityinteractionssuchascross-pagestateremainapervasivebottleneck,withhalfoftheevaluatedmodelsscoringexactlyzeroonthisdimension.Overall,theresultsindicatethatinferringcompleteinteractionbehaviorfromstaticscreenshotsremainsakeychallengeformodels.
View arXiv pageView PDFProject pageGitHub1Add to collection
Get this paper in your agent:
hf papers read 2607\.06306
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.06306 in a model README.md to link it from this page.
Datasets citing this paper1
#### UI2App/UI2App Updated8 days ago • 492 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.06306 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Looks Right, Works Right: A Project-Level Benchmark for Multi-Screen Mobile App Generation
MobileForge is a benchmark for project-level multi-screen mobile app generation, evaluating multimodal LLMs on build success, cross-page navigation, visual fidelity, maintainability, and efficiency. Experiments on six frontier multimodal LLMs show current models can compile and reach pages but still struggle with interactive navigation and visual quality.
Chat2Workflow: A Benchmark for Generating Executable Visual Workflows with Natural Language
Chat2Workflow introduces a benchmark and agentic framework for generating executable visual workflows from natural language, showing current LLMs struggle with industrial-grade automation despite intent capture.
SWE-WebDevBench: Evaluating Coding Agent Application Platforms as Virtual Software Agencies
This paper introduces SWE-WebDevBench, a comprehensive 68-metric framework for evaluating AI-powered application development platforms as virtual software agencies. The study highlights critical gaps in current platforms regarding specification understanding, backend reliability, production readiness, and security.
WBench: A Comprehensive Multi-turn Benchmark for Interactive Video World Model Evaluation
WBench is a comprehensive multi-turn benchmark for evaluating interactive world models across five dimensions using 289 test cases and 1,058 interaction turns, providing automatic sub-metrics and diagnostic insights. It reveals that no single model excels across all dimensions.
MobileExplorer: Accelerating On-Device Inference for Mobile GUI Agents via Online Exploration
MobileExplorer is a new framework that accelerates on-device inference for mobile GUI agents by performing lightweight parallel exploration of UI elements during model inference, reducing reasoning steps and latency by 23% while maintaining or improving task success rates.