Fully-Connected CRFs with Non-Parametric Pairwise Potential
Abstract
Conditional Random Fields (CRFs) are used for diverse tasks, ranging from image denoising to object recognition. For images, they are commonly defined as a graph with nodes corresponding to individual pixels and pairwise links that connect nodes to their immediate neighbors. Recent work has shown that fully-connected CRFs, where each node is connected to every other node, can be solved efficiently under the restriction that the pairwise term is a Gaussian kernel over a Euclidean feature space. In this paper, we generalize the pairwise terms to a non-linear dissimilarity measure that is not required to be a distance metric. To this end, we propose a density estimation technique to derive conditional pairwise potentials in a nonparametric manner. We then use an efficient embedding technique to estimate an approximate Euclidean feature space for these potentials, in which the pairwise term can still be expressed as a Gaussian kernel. We demonstrate that the use of non-parametric models for the pairwise interactions, conditioned on the input data, greatly increases expressive power whilst maintaining efficient inference.
Cite
Text
Campbell et al. "Fully-Connected CRFs with Non-Parametric Pairwise Potential." Conference on Computer Vision and Pattern Recognition, 2013. doi:10.1109/CVPR.2013.217Markdown
[Campbell et al. "Fully-Connected CRFs with Non-Parametric Pairwise Potential." Conference on Computer Vision and Pattern Recognition, 2013.](https://mlanthology.org/cvpr/2013/campbell2013cvpr-fullyconnected/) doi:10.1109/CVPR.2013.217BibTeX
@inproceedings{campbell2013cvpr-fullyconnected,
title = {{Fully-Connected CRFs with Non-Parametric Pairwise Potential}},
author = {Campbell, Neill D.F. and Subr, Kartic and Kautz, Jan},
booktitle = {Conference on Computer Vision and Pattern Recognition},
year = {2013},
doi = {10.1109/CVPR.2013.217},
url = {https://mlanthology.org/cvpr/2013/campbell2013cvpr-fullyconnected/}
}