paper-with-me

홈 › Papers

On-device Real-time Custom Hand Gesture Recognition

2023-09-19 · Esha Uboweja, David Tian, Qifei Wang, Yi-Chun Kuo, Joe Zou, Lu Wang, George Sung, Matthias Grundmann

Most existing hand gesture recognition (HGR) systems are limited to a predefined set of gestures. However, users and developers often want to recognize new, unseen gestures. This is challenging due to the vast diversity of all plausible hand shapes, e.g. it is impossible for developers to include all hand gestures in a predefined list. In this paper, we present a user-friendly framework that lets users easily customize and deploy their own gesture recognition pipeline. Our framework provides a pre-trained single-hand embedding model that can be fine-tuned for custom gesture recognition. Users can perform gestures in front of a webcam to collect a small amount of images per gesture. We also offer a low-code solution to train and deploy the custom gesture recognition model. This makes it easy for users with limited ML expertise to use our framework. We further provide a no-code web front-end for users without any ML expertise. This makes it even easier to build and test the end-to-end pipeline. The resulting custom HGR is then ready to be run on-device for real-time scenarios. This can be done by calling a simple function in our open-sourced model inference API, MediaPipe Tasks. This entire process only takes a few minutes.

📄 PDF Abstract BibTeX arXiv:2309.10858

Code (0)

등록된 구현이 없습니다.

Tasks

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Similar Papers 제목 키워드 기반

GestARLite: An On-Device Pointing Finger Based Gestural Interface for Smartphones and Video See-Through Head-Mounts

2019-04-19 · Varun Jain, Gaurav Garg, Ramakrishna Perla, Ramya Hebbalaguppe

Hand gestures form an intuitive means of interaction in Mixed Reality (MR) applications. However, accurate gesture recognition can be achieved only through state-of-the-art deep learning models or with the use of expensi…

Deep LearningGeneral ClassificationGesture RecognitionGPU+3

Enabling hand gesture customization on wrist-worn devices

2022-03-29 · Xuhai Xu, Jun Gong, Carolina Brum, Lilian Liang 외

We present a framework for gesture customization requiring minimal examples from users, all without degrading the performance of existing gesture sets. To achieve this, we first deployed a large-scale study (N=500+) to c…

Few-Shot LearningTransfer Learning

On-device Real-time Hand Gesture Recognition

2021-10-29 · George Sung, Kanstantsin Sokal, Esha Uboweja, Valentin Bazarevsky 외

We present an on-device real-time hand gesture recognition (HGR) system, which detects a set of predefined static gestures from a single RGB camera. The system consists of two parts: a hand skeleton tracker and a gesture…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

Gestop : Customizable Gesture Control of Computer Systems

2020-10-25 · Sriram Krishna, Nishant Sinha

The established way of interfacing with most computer systems is a mouse and keyboard. Hand gestures are an intuitive and effective touchless way to interact with computer systems. However, hand gesture based systems hav…

The Gesture Authoring Space: Authoring Customised Hand Gestures for Grasping Virtual Objects in Immersive Virtual Environments

2022-07-03 · Alexander Schäfer, Gerd Reis, Didier Stricker

Natural user interfaces are on the rise. Manufacturers for Augmented, Virtual, and Mixed Reality head mounted displays are increasingly integrating new sensors into their consumer grade products, allowing gesture recogni…

Gesture RecognitionMixed RealityTemplate Matching