Image Recognition with Occlusions
Abstract
We study the problem of how to detect “interesting objects” appeared in a given image, I . Our approach is to treat it as a function approximation problem based on an over-redundant basis. Since the basis (a library of image templates) is over-redundant, there are infinitely many ways to decompose I . To select the “best” decomposition we first propose a global optimization procedure that considers a concave cost function derived from a “weighted L ^ p norm” with 0< p <-1. This concave cost function selects as few coefficients as possible producing a sparse representation of the image and handle occlusions. However, it contains multiple local minima. We identify all local minima so that a global optimization is possible by visiting all of them. Secondly, because the number of local minima grows exponentially with the number of templates, we investigate a greedy “ L ^ p Matching Pursuit” strategy.
Cite
Text
Liu et al. "Image Recognition with Occlusions." European Conference on Computer Vision, 1996. doi:10.1007/BFB0015566Markdown
[Liu et al. "Image Recognition with Occlusions." European Conference on Computer Vision, 1996.](https://mlanthology.org/eccv/1996/liu1996eccv-image/) doi:10.1007/BFB0015566BibTeX
@inproceedings{liu1996eccv-image,
title = {{Image Recognition with Occlusions}},
author = {Liu, Tyng-Luh and Donahue, Michael J. and Geiger, Davi and Hummel, Robert A.},
booktitle = {European Conference on Computer Vision},
year = {1996},
pages = {556-565},
doi = {10.1007/BFB0015566},
url = {https://mlanthology.org/eccv/1996/liu1996eccv-image/}
}