paper-with-me

홈 › Papers

Looks Right, Works Right: A Project-Level Benchmark for Multi-Screen Mobile App Generation

2026-05-29 · Fan Wu, Cuiyun Gao, Yiming Huang, Yang Xiao, Yujia Chen, Qing Liao arxiv

Recent multimodal large language models can convert visual designs directly into executable code, but real mobile products require multiple screenshots to become a buildable codebase with shared components and working navigation. This project-level setting exposes three limits of existing design-to-code benchmarks: they focus on single-page generation rather than complete codebases, cannot evaluate cross-page navigation, and do not measure project-wide maintainability. We introduce MobileForge, the first benchmark for project-level multi-screen mobile app generation, comprising real mobile apps, human-reviewed screens, structured page-relationship annotations, and navigation test specifications. MobileForge supports five-axis evaluation of build, navigation, visual fidelity, code maintainability, and efficiency. We also propose state-isolated navigation testing to avoid cascading failures in navigation evaluation and an anchor-referenced list-wise visual evaluation protocol to improve visual-judge reliability. Across end-to-end runs on six frontier multimodal LLMs, current models can build mobile-app projects that compile and reach the correct pages, but interactive navigation remains unreliable and visual fidelity and maintainability still lag. The benchmark and supporting materials are available at https://github.com/anoa12159-hue/mobileforge_eval.

📄 PDF Abstract BibTeX arXiv:2607.28645

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Disguised Copyright Infringement of Latent Diffusion Models

2024-04-10 · Yiwei Lu, Matthew Y. R. Yang, Zuoqiu Liu, Gautam Kamath 외

Copyright infringement may occur when a generative model produces samples substantially similar to some copyrighted data that it had access to during the training phase. The notion of access usually refers to including c…

A Priori Generalizability Estimate for a CNN

2025-02-24 · Cito Balsells, Beatrice Riviere, David Fuentes

We formulate truncated singular value decompositions of entire convolutional neural networks. We demonstrate the computed left and right singular vectors are useful in identifying which images the convolutional neural ne…

Diagnosticimage-classificationImage ClassificationImage Segmentation+1

SCOPE: Intrinsic Semantic Space Control for Mitigating Copyright Infringement in LLMs

2025-11-10 · Zhenliang Zhang, Xinyu Hu, Xiaojun Wan arxiv

Large language models sometimes inadvertently reproduce passages that are copyrighted, exposing downstream applications to legal risk. Most existing studies for inference-time defences focus on surface-level token matchi…

A Plug-and-Play Defensive Perturbation for Copyright Protection of DNN-based Applications

2023-04-20 · Donghua Wang, Wen Yao, Tingsong Jiang, Weien Zhou 외

Wide deployment of deep neural networks (DNNs) based applications (e.g., style transfer, cartoonish), stimulating the requirement of copyright protection of such application's production. Although some traditional visibl…

DecoderStyle Transfer

Distilling the Knowledge of BERT for Sequence-to-Sequence ASR

2020-08-09 · Hayato Futami, Hirofumi Inaguma, Sei Ueno, Masato Mimura 외

Attention-based sequence-to-sequence (seq2seq) models have achieved promising results in automatic speech recognition (ASR). However, as these models decode in a left-to-right way, they do not have access to context on t…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge DistillationLanguage Modeling+3