Recognizing Hand Gesture Using Motion Trajectories

Abstract

We present an algorithm for extracting and classifying two-dimensional motion in an image sequence based on motion trajectories. First, a multiscale segmentation is performed to generate homogeneous regions in each frame. Regions between consecutive frames are then matched to obtain 2-view correspondences. Affine transformations are computed from each pair of corresponding regions to define pixel matches. Pixels matches over consecutive images pairs are concatenated to obtain pixel-level motion trajectories across the image sequence. Motion patterns are learned from the extracted trajectories using a time-delay neural network. We apply the proposed method to recognize 40 hand gestures of American Sign Language. Experimental results show that motion patterns in hand gestures can be extracted and recognized with high recognition rate using motion trajectories.

Cite

Text

Yang and Ahuja. "Recognizing Hand Gesture Using Motion Trajectories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999. doi:10.1109/CVPR.1999.786979

Markdown

[Yang and Ahuja. "Recognizing Hand Gesture Using Motion Trajectories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 1999.](https://mlanthology.org/cvpr/1999/yang1999cvpr-recognizing/) doi:10.1109/CVPR.1999.786979

BibTeX

@inproceedings{yang1999cvpr-recognizing,
  title     = {{Recognizing Hand Gesture Using Motion Trajectories}},
  author    = {Yang, Ming-Hsuan and Ahuja, Narendra},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {1999},
  pages     = {1466-1472},
  doi       = {10.1109/CVPR.1999.786979},
  url       = {https://mlanthology.org/cvpr/1999/yang1999cvpr-recognizing/}
}