Matching Pixels Using Co-Occurrence Statistics
Abstract
We propose a new error measure for matching pixels that is based on co-occurrence statistics. The measure relies on a co-occurrence matrix that counts the number of times pairs of pixel values co-occur within a window. The error incurred by matching a pair of pixels is inverse proportional to the probability that their values co-occur together, and not their color difference. This measure also works with features other than color, e.g. deep features. We show that this improves the state-of-the-art performance of template matching on standard benchmarks. We then propose an embedding scheme that maps the input image to an embedded image such that the Euclidean distance between pixel values in the embedded space resembles the co-occurrence statistics in the original space. This lets us run existing vision algorithms on the embedded images and enjoy the power of co-occurrence statistics for free. We demonstrate this on two algorithms, the Lucas-Kanade image registration and the Kernelized Correlation Filter (KCF) tracker. Experiments show that performance of each algorithm improves by about 10%.
Cite
Text
Kat et al. "Matching Pixels Using Co-Occurrence Statistics." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00188Markdown
[Kat et al. "Matching Pixels Using Co-Occurrence Statistics." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/kat2018cvpr-matching/) doi:10.1109/CVPR.2018.00188BibTeX
@inproceedings{kat2018cvpr-matching,
title = {{Matching Pixels Using Co-Occurrence Statistics}},
author = {Kat, Rotal and Jevnisek, Roy and Avidan, Shai},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2018},
doi = {10.1109/CVPR.2018.00188},
url = {https://mlanthology.org/cvpr/2018/kat2018cvpr-matching/}
}