Paper Reading #24: Gesture Avatar: A Technique for Operating Mobile User Interfaces Using Gestures

Reference
1)Gesture Avatar will be slower than Shift on larger targets, but faster on small targets.
2) Gesture Avatar will have fewer errors than Shift.
3) Mobile situations such as walking will decrease the time performance and increase the error rate of Shift, but have little influence on Gesture Avatar.
The paper presents Gesture Avatar, a novel interaction technique that allows users to operate existing arbitrary user interfaces using gestures. It is hypothesized to leverage the visibility of graphical user interfaces and the casual interaction of gestures.
Due to the low precision of finger input, small user interface components are often difficult to acquire and operate on a mobile device. It is even harder when the user is on the go and unable to pay close attention to the interface. Authors designed and implemented Gesture Avatar, a novel interaction technique that allows users to operate mobile user interfaces using gestures.Gesture Avatar leverages the visibility of graphical user interfaces and the casual interaction of gestures. A user can dynamically associate a gesture shape with an arbitrary GUI widget and then interact with the widget through the drawn gesture, which is conceptually akin to an avatar.Results
Gesture Avatar was significantly slower than Shift when TargetSize was 20px, but significantly faster than Shift when TargetSize was 10px.There was no significant difference between MobileState being sitting versus walking.
Analysis on Shift and Gesture separately found that for Gesture Avatar, there was no significant difference across all MobileStates and TargetSizes.Gesture Avatar had lower error rates than Shift on all TargetSizes, while there was no significant difference for Gesture Avatar across different TargetSizes.Majority of the people preferred gesture avatar for its easiness to use and better functionality while walking.The number of unique letters had no significant influence on Gesture Avatar.
Comments
Post a Comment