HCFeb 26, 2020

An Optimal Control Model of Mouse Pointing Using the LQR

arXiv:2002.11596v19 citations
AI Analysis

This is an incremental improvement for human-computer interaction researchers and designers, offering a more accurate model of mouse pointing behavior.

The paper tackled modeling mouse pointer movement by proposing an optimal control model using the Linear-Quadratic Regulator (LQR), assuming users minimize distance to the target and jerk, and found it explains data from 12 users with 7702 movements significantly better than classical models like minimum-jerk and second-order lag.

In this paper we explore the Linear-Quadratic Regulator (LQR) to model movement of the mouse pointer. We propose a model in which users are assumed to behave optimally with respect to a certain cost function. Users try to minimize the distance of the mouse pointer to the target smoothly and with minimal effort, by simultaneously minimizing the jerk of the movement. We identify parameters of our model from a dataset of reciprocal pointing with the mouse. We compare our model to the classical minimum-jerk and second-order lag models on data from 12 users with a total of 7702 movements. Our results show that our approach explains the data significantly better than either of these previous models.

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