Learning Spatiotemporal T-Junctions for Occlusion Detection
Abstract
The goal of motion segmentation and layer extraction can be viewed as the detection and localization of occluding surfaces. A feature that has been shown to be a particularly strong indicator of occlusion, in both computer vision and neuroscience, is the T-junction; however, little progress has been made in T-junction detection. One reason for this is the difficulty in distinguishing false T-junctions (i.e. those not on an occluding edge) and real T-junctions in cluttered images. In addition to this, their photometric profile alone is not enough for reliable detection. This paper overcomes the first problem by searching for T-junctions not in space, but in space-time. This removes many false T-junctions and creates a simpler image structure to explore. The second problem is mitigated by learning the appearance of T-junctions in these spatiotemporal images. An RVM T-junction classifier is learnt from hand-labelled data using SIFT to capture its redundancy. This detector is then demonstrated in a novel occlusion detector that fuses Canny edges and T-junctions in the spatiotemporal domain to detect occluding edges in the spatial domain.
Cite
Text
Apostoloff and Fitzgibbon. "Learning Spatiotemporal T-Junctions for Occlusion Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005. doi:10.1109/CVPR.2005.206Markdown
[Apostoloff and Fitzgibbon. "Learning Spatiotemporal T-Junctions for Occlusion Detection." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2005.](https://mlanthology.org/cvpr/2005/apostoloff2005cvpr-learning/) doi:10.1109/CVPR.2005.206BibTeX
@inproceedings{apostoloff2005cvpr-learning,
title = {{Learning Spatiotemporal T-Junctions for Occlusion Detection}},
author = {Apostoloff, Nicholas and Fitzgibbon, Andrew W.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2005},
pages = {553-559},
doi = {10.1109/CVPR.2005.206},
url = {https://mlanthology.org/cvpr/2005/apostoloff2005cvpr-learning/}
}