Asymmetric Region-to-Image Matching for Comparing Images with Generic Object Categories
Abstract
We present a feature matching algorithm that leverages bottom-up segmentation. Unlike conventional image-to-image or region-to-region matching algorithms, our method finds corresponding points in an "asymmetric" manner, matching features within each region of a segmented image to a second unsegmented image. We develop a dynamic programming solution to efficiently identify corresponding points for each region, so as to maximize both geometric consistency and appearance similarity. The final matching score between two images is determined by the union of corresponding points obtained from each region-to-image match. Our encoding for the geometric constraints makes the algorithm flexible when matching objects exhibiting non-rigid deformations or intra-class appearance variation. We demonstrate our image matching approach applied to object category recognition, and show on the Caltech-256 and 101 datasets that it outperforms existing image matching measures by 10~20% in nearest-neighbor recognition tests.
Cite
Text
Kim and Grauman. "Asymmetric Region-to-Image Matching for Comparing Images with Generic Object Categories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539923Markdown
[Kim and Grauman. "Asymmetric Region-to-Image Matching for Comparing Images with Generic Object Categories." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/kim2010cvpr-asymmetric/) doi:10.1109/CVPR.2010.5539923BibTeX
@inproceedings{kim2010cvpr-asymmetric,
title = {{Asymmetric Region-to-Image Matching for Comparing Images with Generic Object Categories}},
author = {Kim, Jaechul and Grauman, Kristen},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {2344-2351},
doi = {10.1109/CVPR.2010.5539923},
url = {https://mlanthology.org/cvpr/2010/kim2010cvpr-asymmetric/}
}