"Lattice Cut" - Constructing Superpixels Using Layer Constraints

Abstract

Unsupervised over-segmentation of an image into super-pixels is a common preprocessing step for image parsing algorithms. Superpixels are used as both regions of support for feature vectors and as a starting point for the final segmentation. Recent algorithms that construct superpixels that conform to a regular grid (or superpixel lattice) have used greedy solutions. In this paper we show that we can construct a globally optimal solution in either the horizontal or vertical direction using a single graph cut. The solution takes into account both edges in the image, and the coherence of the resulting superpixel regions. We show that our method outperforms existing algorithms for computing superpixel lattices. Additionally, we show that performance can be comparable or better than other contemporary segmentation algorithms which are not constrained to produce a lattice.

Cite

Text

Moore et al. ""Lattice Cut" - Constructing Superpixels Using Layer Constraints." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539890

Markdown

[Moore et al. ""Lattice Cut" - Constructing Superpixels Using Layer Constraints." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/moore2010cvpr-lattice/) doi:10.1109/CVPR.2010.5539890

BibTeX

@inproceedings{moore2010cvpr-lattice,
  title     = {{"Lattice Cut" - Constructing Superpixels Using Layer Constraints}},
  author    = {Moore, Alastair Philip and Prince, Simon J. D. and Warrell, Jonathan},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2117-2124},
  doi       = {10.1109/CVPR.2010.5539890},
  url       = {https://mlanthology.org/cvpr/2010/moore2010cvpr-lattice/}
}