HCJan 24, 2020

Touchless Typing Using Head Movement-based Gestures

arXiv:2001.09134v21 citations
AI Analysis

This provides an accessible typing solution for users with mobility impairments, though it is incremental as it builds on existing gesture-based interfaces.

The paper tackled the problem of enabling touchless typing by using head movements to select letters on a smartphone keyboard, achieving 96.78% accuracy for intra-user and 86.81% for inter-user scenarios.

In this paper, we propose a novel touchless typing interface that makes use of an on-screen QWERTY keyboard and a smartphone camera. The keyboard was divided into nine color-coded clusters. The user moved their head toward clusters, which contained the letters that they wanted to type. A front-facing smartphone camera recorded the head movements. A bidirectional GRU based model which used pre-trained embedding rich in head pose features was employed to translate the recordings into cluster sequences. The model achieved an accuracy of 96.78% and 86.81% under intra- and inter-user scenarios, respectively, over a dataset of 2234 video sequences collected from 22 users.

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