Capturing Articulated Human Hand Motion: A Divide-and-Conquer Approach

Abstract

The use of the human hand as a natural interface device serves as a motivating force for research in the modeling, analysis and capture of the motion of an articulated hand. Model-based hand motion capture can be formulated as a large nonlinear programming problem, but this approach is plagued by local minima. An alternative way is to use analysis-by-synthesis by searching a huge space, but the results are rough and the computation expensive. In this paper, articulated hand motion is decoupled, a new two-step iterative model-based algorithm is proposed to capture articulated human hand motion, and a proof of convergence of this iterative algorithm is also given. In our proposed work, the decoupled global hand motion and local finger motion are parameterized by the 3D hand pose and the state of the hand respectively. Hand pose determination is formulated as a least-median-of-squares (LMS) problem rather than the nonrobust least-squares (LS) problem, so that 3D hand pose can be reliably calculated even if there are outliers. Local finger motion is formulated as an inverse kinematics problem. A genetic algorithm-based method is proposed to find a sub-optimal solution of the inverse kinematics effectively. Our algorithm and the LS-based algorithm are compared in several experiments. Both algorithms converge when local finger motion between consecutive frames is small. When large finger motion is present, the LS-based method fails, but our algorithm can still estimate the global and local finger motion well.

Cite

Text

Wu and Huang. "Capturing Articulated Human Hand Motion: A Divide-and-Conquer Approach." IEEE/CVF International Conference on Computer Vision, 1999. doi:10.1109/ICCV.1999.791280

Markdown

[Wu and Huang. "Capturing Articulated Human Hand Motion: A Divide-and-Conquer Approach." IEEE/CVF International Conference on Computer Vision, 1999.](https://mlanthology.org/iccv/1999/wu1999iccv-capturing/) doi:10.1109/ICCV.1999.791280

BibTeX

@inproceedings{wu1999iccv-capturing,
  title     = {{Capturing Articulated Human Hand Motion: A Divide-and-Conquer Approach}},
  author    = {Wu, Ying and Huang, Thomas S.},
  booktitle = {IEEE/CVF International Conference on Computer Vision},
  year      = {1999},
  pages     = {606-611},
  doi       = {10.1109/ICCV.1999.791280},
  url       = {https://mlanthology.org/iccv/1999/wu1999iccv-capturing/}
}