# Modeling Mobile Interface Tappability Using Crowdsourcing and Deep   Learning

**Authors:** Amanda Swearngin, Yang Li

arXiv: 1902.11247 · 2019-03-01

## TL;DR

This paper presents a deep learning-based approach to predict human perception of tappability in mobile interfaces, enabling automatic diagnosis of usability issues and aiding designers without extensive user studies.

## Contribution

It introduces a large-scale dataset of tappability annotations, a neural network model for predicting perceived tappability, and a tool called TapShoe for usability diagnosis.

## Key findings

- Model achieved 90.2% precision and 87.0% recall in predicting human tappability perception.
- Crowdsourced data collection effectively captures diverse tappability cues.
- Designers found the tool useful for identifying usability mismatches.

## Abstract

Tapping is an immensely important gesture in mobile touchscreen interfaces, yet people still frequently are required to learn which elements are tappable through trial and error. Predicting human behavior for this everyday gesture can help mobile app designers understand an important aspect of the usability of their apps without having to run a user study. In this paper, we present an approach for modeling tappability of mobile interfaces at scale. We conducted large-scale data collection of interface tappability over a rich set of mobile apps using crowdsourcing and computationally investigated a variety of signifiers that people use to distinguish tappable versus not-tappable elements. Based on the dataset, we developed and trained a deep neural network that predicts how likely a user will perceive an interface element as tappable versus not tappable. Using the trained tappability model, we developed TapShoe, a tool that automatically diagnoses mismatches between the tappability of each element as perceived by a human user---predicted by our model, and the intended or actual tappable state of the element specified by the developer or designer. Our model achieved reasonable accuracy: mean precision 90.2\% and recall 87.0\%, in matching human perception on identifying tappable UI elements. The tappability model and TapShoe were well received by designers via an informal evaluation with 7 professional interaction designers.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.11247/full.md

## Figures

33 figures with captions in the complete paper: https://tomesphere.com/paper/1902.11247/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1902.11247/full.md

---
Source: https://tomesphere.com/paper/1902.11247