CVAIJul 29, 2021

UIBert: Learning Generic Multimodal Representations for UI Understanding

arXiv:2107.13731v2123 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of improving accessibility and usability of smart devices by enabling better UI understanding, representing an incremental advance in multimodal representation learning for a specific domain.

The paper tackled the challenge of understanding user interfaces (UIs) by leveraging multimodal features like image, text, and structural metadata, introducing UIBert, a transformer-based model trained on large-scale unlabeled UI data, which achieved up to 9.26% higher accuracy on nine downstream UI tasks compared to strong baselines.

To improve the accessibility of smart devices and to simplify their usage, building models which understand user interfaces (UIs) and assist users to complete their tasks is critical. However, unique challenges are proposed by UI-specific characteristics, such as how to effectively leverage multimodal UI features that involve image, text, and structural metadata and how to achieve good performance when high-quality labeled data is unavailable. To address such challenges we introduce UIBert, a transformer-based joint image-text model trained through novel pre-training tasks on large-scale unlabeled UI data to learn generic feature representations for a UI and its components. Our key intuition is that the heterogeneous features in a UI are self-aligned, i.e., the image and text features of UI components, are predictive of each other. We propose five pretraining tasks utilizing this self-alignment among different features of a UI component and across various components in the same UI. We evaluate our method on nine real-world downstream UI tasks where UIBert outperforms strong multimodal baselines by up to 9.26% accuracy.

Code Implementations1 repo
Foundations

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

Your Notes