Classifier Swarms for Human Detection in Infrared Imagery

Abstract

In this paper, we describe a new method for visual recognition of objects in an image that combines feature-based object classification with efficient search mechanisms based on swarm intelligence. Our approach utilizes the particle swarm optimization algorithm (PSO), a population based evolutionary algorithm, which is effective for optimization of a wide range of functions. PSO searches a multi-dimensional solution space for a global optimum using a population of "particles" in which each particle has its own velocity vector. In our approach, we extend PSO using sequential niching methods to handle multiple minima. Also, in our approach, each particle in the swarm is actually a self-contained classifier that "flys" through the solution space seeking the most "object-like" regions. By performing this optimization, the classifier swarm simultaneously finds objects in the scene, determines their size, and optimizes the classifier parameters.

Cite

Text

Owechko et al. "Classifier Swarms for Human Detection in Infrared Imagery." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004. doi:10.1109/CVPR.2004.313

Markdown

[Owechko et al. "Classifier Swarms for Human Detection in Infrared Imagery." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2004.](https://mlanthology.org/cvpr/2004/owechko2004cvpr-classifier/) doi:10.1109/CVPR.2004.313

BibTeX

@inproceedings{owechko2004cvpr-classifier,
  title     = {{Classifier Swarms for Human Detection in Infrared Imagery}},
  author    = {Owechko, Yuri and Medasani, Swarup and Srinivasa, Narayan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2004},
  pages     = {121},
  doi       = {10.1109/CVPR.2004.313},
  url       = {https://mlanthology.org/cvpr/2004/owechko2004cvpr-classifier/}
}