Efficient Graph Cut Optimization for Full CRFs with Quantized Edges
Olga Veksler

TL;DR
This paper introduces a graph cut-based optimization method for fully connected CRFs with quantized edges, providing a more accurate and efficient alternative to mean field inference, especially for semantic segmentation.
Contribution
It proposes a novel graph cut optimization approach for quantized edge CRFs, improving accuracy and efficiency over existing mean field methods.
Findings
Lower energy solutions than mean field inference.
Effective in semantic segmentation tasks.
Approximates Gaussian edge CRFs with adjustable superpixel size.
Abstract
Fully connected pairwise Conditional Random Fields (Full-CRF) with Gaussian edge weights can achieve superior results compared to sparsely connected CRFs. However, traditional methods for Full-CRFs are too expensive. Previous work develops efficient approximate optimization based on mean field inference, which is a local optimization method and can be far from the optimum. We propose efficient and effective optimization based on graph cuts for Full-CRFs with quantized edge weights. To quantize edge weights, we partition the image into superpixels and assume that the weight of an edge between any two pixels depends only on the superpixels these pixels belong to. Our quantized edge CRF is an approximation to the Gaussian edge CRF, and gets closer to it as superpixel size decreases. Being an approximation, our model offers an intuition about the regularization properties of the Guassian…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConditional Random Field
