Individualness and Determinantal Point Processes for Pedestrian Detection
Abstract
In this paper, we introduce individualness of detection candidates as a complement to objectness for pedestrian detection. The individualness assigns a single detection for each object out of raw detection candidates given by either object proposals or sliding windows. We show that conventional approaches, such as non-maximum suppression, are sub-optimal since they suppress nearby detections using only detection scores. We use a determinantal point process combined with the individualness to optimally select final detections. It models each detection using its quality and similarity to other detections based on the individualness. Then, detections with high detection scores and low correlations are selected by measuring their probability using a determinant of a matrix, which is composed of quality terms on the diagonal entries and similarities on the off-diagonal entries. For concreteness, we focus on the pedestrian detection problem as it is one of the most challenging problems due to frequent occlusions and unpredictable human motions. Experimental results demonstrate that the proposed algorithm works favorably against existing methods, including non-maximal suppression and a quadratic unconstrained binary optimization based method.
Cite
Text
Lee et al. "Individualness and Determinantal Point Processes for Pedestrian Detection." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46466-4_20Markdown
[Lee et al. "Individualness and Determinantal Point Processes for Pedestrian Detection." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/lee2016eccv-individualness/) doi:10.1007/978-3-319-46466-4_20BibTeX
@inproceedings{lee2016eccv-individualness,
title = {{Individualness and Determinantal Point Processes for Pedestrian Detection}},
author = {Lee, Donghoon and Cha, Geonho and Yang, Ming-Hsuan and Oh, Songhwai},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {330-346},
doi = {10.1007/978-3-319-46466-4_20},
url = {https://mlanthology.org/eccv/2016/lee2016eccv-individualness/}
}