SeitaKayukawa / Blind_Accessibility_Papers

Papers about assistive technologies for visual impairments / 視覚障害者支援研究に関する論文の日本語まとめ
49 stars 7 forks source link

Hand Gesture Recognition for Blind Users by Tracking 3D Gesture Trajectory #624

Open YukaKaniwa opened 5 months ago

YukaKaniwa commented 5 months ago

Links

Abstract

Hand gestures provide an alternate interaction modality for blind users and can be supported using commodity smartwatches without requiring specialized sensors. The enabling technology is an accurate gesture recognition algorithm, but almost all algorithms are designed for sighted users. Our study shows that blind user gestures are considerably different from sighted users, rendering current recognition algorithms unsuitable. Blind user gestures have high inter-user variance, making learning gesture patterns difficult without large-scale training data. Instead, we design a gesture recognition algorithm that works on a 3D representation of the gesture trajectory, capturing motion in free space. Our insight is to extract a micro-movement in the gesture that is user-invariant and use this micro-movement for gesture classification. To this end, we develop an ensemble classifier that combines image classification with geometric properties of the gesture. Our evaluation demonstrates a 92% classification accuracy, surpassing the next best state-of-the-art which has an accuracy of 82%.