Improving Person Tracking Using an Inexpensive Thermal Infrared Sensor

Abstract

This paper proposes a person tracking framework using a scanning low-resolution thermal in-frared (IR) sensor colocated with a wide-angle RGB camera. The low temporal and spatial resolution of the low-cost IR sensor make it unable to track moving people and prone to false de-tections of stationary people. Thus, IR-only tracking using only this sensor would be quite prob-lematic. We demonstrate that despite the limited capabilities of this low-cost IR sensor, it can be used effectively to correct the errors of a real-time RGB camera-based tracker. We align the signals from the two sensors both spatially (by computing a pixel-to-pixel geometric correspon-dence between the two modalities) and temporally (by modeling the temporal dynamics of the scanning IR sensor), which enables multi-modal improvements based on judicious application of elementary reasoning. Our combined RGB+IR system improves upon the RGB camera-only tracking by: rejecting false positives, improving segmentation of tracked objects, and correct-ing false negatives (starting new tracks for people that were missed by the camera-only tracker). Since we combine RGB and thermal information at the level of RGB camera-based tracks, our method is not limited to the particular camera-based tracker that we used in our experiments. Our method could improve the results of any tracker that uses RGB camera input alone. We collect a new dataset and demonstrate the superiority of our method over RGB camera-only tracking.

Cite

Text

Kumar et al. "Improving Person Tracking Using an Inexpensive Thermal Infrared Sensor." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2014. doi:10.1109/CVPRW.2014.41

Markdown

[Kumar et al. "Improving Person Tracking Using an Inexpensive Thermal Infrared Sensor." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2014.](https://mlanthology.org/cvprw/2014/kumar2014cvprw-improving/) doi:10.1109/CVPRW.2014.41

BibTeX

@inproceedings{kumar2014cvprw-improving,
  title     = {{Improving Person Tracking Using an Inexpensive Thermal Infrared Sensor}},
  author    = {Kumar, Suren and Marks, Tim K. and Jones, Michael J.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2014},
  pages     = {217-224},
  doi       = {10.1109/CVPRW.2014.41},
  url       = {https://mlanthology.org/cvprw/2014/kumar2014cvprw-improving/}
}