Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials

Abstract

Most state-of-the-art techniques for multi-class image segmentation and labeling use conditional random fields defined over pixels or image regions. While region- level models often feature dense pairwise connectivity, pixel-level models are con- siderably larger and have only permitted sparse graph structures. In this paper, we consider fully connected CRF models defined on the complete set of pixels in an image. The resulting graphs have billions of edges, making traditional inference algorithms impractical. Our main contribution is a highly efficient approximate inference algorithm for fully connected CRF models in which the pairwise edge potentials are defined by a linear combination of Gaussian kernels. Our experi- ments demonstrate that dense connectivity at the pixel level substantially improves segmentation and labeling accuracy.

Cite

Text

Krähenbühl and Koltun. "Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials." Neural Information Processing Systems, 2011.

Markdown

[Krähenbühl and Koltun. "Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials." Neural Information Processing Systems, 2011.](https://mlanthology.org/neurips/2011/krahenbuhl2011neurips-efficient/)

BibTeX

@inproceedings{krahenbuhl2011neurips-efficient,
  title     = {{Efficient Inference in Fully Connected CRFs with Gaussian Edge Potentials}},
  author    = {Krähenbühl, Philipp and Koltun, Vladlen},
  booktitle = {Neural Information Processing Systems},
  year      = {2011},
  pages     = {109-117},
  url       = {https://mlanthology.org/neurips/2011/krahenbuhl2011neurips-efficient/}
}