Segmentation of Multiple, Partially Occluded Objects by Grouping, Merging, Assigning Part Detection Responses
Abstract
We propose a method that detects and segments multiple, partially occluded objects in images. A part hierarchy is defined for the object class. Whole-object segmentor and part detectors are learned by boosting shape oriented local image features. During detection, the part detectors are applied to the input image. All the edge pixels in the image that positively contribute to part detection responses are extracted. A joint likelihood of multiple objects is defined based on the part detection responses and the object edges. Computing the joint likelihood includes an inter-object occlusion reasoning that is based on the object silhouettes extracted with the whole-object segmentor. By maximizing the joint likelihood, part detection responses are grouped, merged, and assigned to multiple object hypotheses. The proposed approach is applied to the pedestrian class, and evaluated on two public test sets. The experimental results show that our method outperforms the previous ones.
Cite
Text
Wu et al. "Segmentation of Multiple, Partially Occluded Objects by Grouping, Merging, Assigning Part Detection Responses." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587750Markdown
[Wu et al. "Segmentation of Multiple, Partially Occluded Objects by Grouping, Merging, Assigning Part Detection Responses." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/wu2008cvpr-segmentation/) doi:10.1109/CVPR.2008.4587750BibTeX
@inproceedings{wu2008cvpr-segmentation,
title = {{Segmentation of Multiple, Partially Occluded Objects by Grouping, Merging, Assigning Part Detection Responses}},
author = {Wu, Bo and Nevatia, Ram and Li, Yuan},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2008},
doi = {10.1109/CVPR.2008.4587750},
url = {https://mlanthology.org/cvpr/2008/wu2008cvpr-segmentation/}
}