Finding People in Archive Films Through Tracking
Abstract
The goal of this work is to find all people in archive films. Challenges include low image quality, motion blur, partial occlusion, non-standard poses and crowded scenes. We base our approach on face detection and take a tracking/temporal approach to detection. Our tracker operates in two modes, following face detections whenever possible, switching to low-level tracking if face detection fails. With temporal correspondences established by tracking, we formulate detection as an inference problem in one-dimensional chains/tracks. We use a conditional random field model to integrate information across frames and to re-score tentative detections in tracks. Quantitative evaluations on full-length films show that the CRF-based temporal detector greatly improves face detection, increasing precision for about 30% (suppressing isolated false positives) and at the same time boosting recall for over 10% (recovering difficult cases where face detectors fail).
Cite
Text
Ren. "Finding People in Archive Films Through Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587533Markdown
[Ren. "Finding People in Archive Films Through Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/ren2008cvpr-finding/) doi:10.1109/CVPR.2008.4587533BibTeX
@inproceedings{ren2008cvpr-finding,
title = {{Finding People in Archive Films Through Tracking}},
author = {Ren, Xiaofeng},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2008},
doi = {10.1109/CVPR.2008.4587533},
url = {https://mlanthology.org/cvpr/2008/ren2008cvpr-finding/}
}