Forward Propagation, Backward Regression, and Pose Association for Hand Tracking in the Wild

Abstract

We propose HandLer, a novel convolutional architecture that can jointly detect and track hands online in unconstrained videos. HandLer is based on Cascade-RCNNwith additional three novel stages. The first stage is Forward Propagation, where the features from frame t-1 are propagated to frame t based on previously detected hands and their estimated motion. The second stage is the Detection and Backward Regression, which uses outputs from the forward propagation to detect hands for frame t and their relative offset in frame t-1. The third stage uses an off-the-shelf human pose method to link any fragmented hand tracklets. We train the forward propagation and backward regression and detection stages end-to-end together with the other Cascade-RCNN components.To train and evaluate HandLer, we also contribute YouTube-Hand, the first challenging large-scale dataset of unconstrained videos annotated with hand locations and their trajectories. Experiments on this dataset and other benchmarks show that HandLer outperforms the existing state-of-the-art tracking algorithms by a large margin.

Cite

Text

Huang et al. "Forward Propagation, Backward Regression, and Pose Association for Hand Tracking in the Wild." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00630

Markdown

[Huang et al. "Forward Propagation, Backward Regression, and Pose Association for Hand Tracking in the Wild." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/huang2022cvpr-forward/) doi:10.1109/CVPR52688.2022.00630

BibTeX

@inproceedings{huang2022cvpr-forward,
  title     = {{Forward Propagation, Backward Regression, and Pose Association for Hand Tracking in the Wild}},
  author    = {Huang, Mingzhen and Narasimhaswamy, Supreeth and Vazir, Saif and Ling, Haibin and Hoai, Minh},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {6406-6416},
  doi       = {10.1109/CVPR52688.2022.00630},
  url       = {https://mlanthology.org/cvpr/2022/huang2022cvpr-forward/}
}