TL;DR
Existing evaluations of user experience (UX) in mobile interfaces using multimodal large language models (MLLMs) are underdeveloped. To address this, UXBench was created, a benchmark with 2,000 visual question-answering (VQA) samples for assessing UI-based reasoning.
✦ Why It Matters
Engineers can leverage UXBench and UI-UX to enhance mobile interface design and evaluation processes.
Key Takeaways
Full Summary
User experience (UX) is crucial for effective mobile user interfaces, yet current methods for evaluating UX using multimodal large language models (MLLMs) are lacking. To fill this gap, UXBench was developed, consisting of 2,000 visual question-answering (VQA) samples that assess MLLMs' ability to reason about user interfaces based on real-world screenshots.
The benchmark includes eight tasks focusing on layout relationships, visual hierarchy, and content consistency. A new model, UI-UX, was built on the Qwen3-VL-4B-Thinking foundation and enhanced through reinforcement learning.
Key innovations in UI-UX include a reward routing mechanism for balancing perceptual understanding and logical reasoning, and an asymmetric transition reward to minimize unnecessary reasoning steps. Experiments showed UI-UX achieving an accuracy of 0.7963 on UXBench, surpassing the previous best model, Claude-4.5-Sonnet, which had an accuracy of 0.6550.
These findings highlight the need for improved UX evaluation methods and the potential for MLLMs in this domain.
Related