HCCLCVApr 18, 2024

UIClip: A Data-driven Model for Assessing User Interface Design

arXiv:2404.12500v136 citationsh-index: 11UIST
Originality Incremental advance
AI Analysis

This addresses the challenge of automating UI design assessment for developers and designers, though it is incremental as it builds on existing methods for visual-language models.

The paper tackles the problem of assessing user interface design quality by developing UIClip, a machine-learned model that uses screenshots and descriptions to score and suggest improvements, achieving the highest agreement with human designer rankings in evaluations.

User interface (UI) design is a difficult yet important task for ensuring the usability, accessibility, and aesthetic qualities of applications. In our paper, we develop a machine-learned model, UIClip, for assessing the design quality and visual relevance of a UI given its screenshot and natural language description. To train UIClip, we used a combination of automated crawling, synthetic augmentation, and human ratings to construct a large-scale dataset of UIs, collated by description and ranked by design quality. Through training on the dataset, UIClip implicitly learns properties of good and bad designs by i) assigning a numerical score that represents a UI design's relevance and quality and ii) providing design suggestions. In an evaluation that compared the outputs of UIClip and other baselines to UIs rated by 12 human designers, we found that UIClip achieved the highest agreement with ground-truth rankings. Finally, we present three example applications that demonstrate how UIClip can facilitate downstream applications that rely on instantaneous assessment of UI design quality: i) UI code generation, ii) UI design tips generation, and iii) quality-aware UI example search.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes