Robust Hand Detection and Classification in Vehicles and in the Wild

Abstract

Robust hand detection and classification is one of the most crucial pre-processing steps to support human computer interaction, driver behavior monitoring, virtual reality, etc. This problem, however, is very challenging due to numerous variations of hand images in real-world scenarios. This work presents a novel approach named Multiple Scale Region-based Fully Convolutional Networks (MSRFCN) to robustly detect and classify human hand regions under various challenging conditions, e.g. occlusions, illumination, low-resolutions. In this approach, the whole image is passed through the proposed fully convolutional network to compute score maps. Those score maps with their position-sensitive properties can help to efficiently address a dilemma between translation-invariance in classification and detection. The method is evaluated on the challenging hand databases, i.e. the Vision for Intelligent Vehicles and Applications (VIVA) Challenge, Oxford hand dataset and compared against various recent hand detection methods. The experimental results show that our proposed MS-FRCN approach consistently achieves the state-of-the-art hand detection results, i.e. Average Precision (AP)/Average Recall (AR) of 95.1%/94.5% at level 1 and 86.0% / 83.4% at level 2, on the VIVA challenge. In addition, the proposed method achieves the state-of-the-art results for left/right hand and driver/passenger classification tasks on the VIVA database with a significant improvement on AP/AR of ~7% and ~13% for both classification tasks, respectively. The hand detection performance of MS-RFCN reaches to 75.1% of AP and 77.8% of AR on Oxford database.

Cite

Text

Le et al. "Robust Hand Detection and Classification in Vehicles and in the Wild." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.159

Markdown

[Le et al. "Robust Hand Detection and Classification in Vehicles and in the Wild." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/le2017cvprw-robust/) doi:10.1109/CVPRW.2017.159

BibTeX

@inproceedings{le2017cvprw-robust,
  title     = {{Robust Hand Detection and Classification in Vehicles and in the Wild}},
  author    = {Le, T. Hoang Ngan and Quach, Kha Gia and Zhu, Chenchen and Duong, Chi Nhan and Luu, Khoa and Savvides, Marios},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2017},
  pages     = {1203-1210},
  doi       = {10.1109/CVPRW.2017.159},
  url       = {https://mlanthology.org/cvprw/2017/le2017cvprw-robust/}
}