Learning Full Pairwise Affinities for Spectral Segmentation

Abstract

This paper studies the problem of learning a full range of pairwise affinities gained by integrating local grouping cues for spectral segmentation. The overall quality of the spectral segmentation depends mainly on the pairwise pixel affinities. By employing a semi-supervised learning technique, optimal affinities are learnt from the test image without iteration. We first construct a multi-layer graph with pixels and regions, generated by the mean shift algorithm, as nodes. By applying the semi-supervised learning strategy to this graph, we can estimate the intra- and inter-layer affinities between all pairs of nodes together. These pair-wise affinities are then used to simultaneously cluster all pixel and region nodes into visually coherent groups across all layers in a single multi-layer framework of Normalized Cuts. Our algorithm provides high-quality segmentations with object details by directly incorporating the full range connections in the spectral framework. Since the full affinity matrix is defined by the inverse of a sparse matrix, its eigen-decomposition is efficiently computed. The experimental results on Berkeley and MSRC image databases demonstrate the relevance and accuracy of our algorithm as compared to existing popular methods.

Cite

Text

Kim et al. "Learning Full Pairwise Affinities for Spectral Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5539888

Markdown

[Kim et al. "Learning Full Pairwise Affinities for Spectral Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/kim2010cvpr-learning/) doi:10.1109/CVPR.2010.5539888

BibTeX

@inproceedings{kim2010cvpr-learning,
  title     = {{Learning Full Pairwise Affinities for Spectral Segmentation}},
  author    = {Kim, Tae Hoon and Lee, Kyoung Mu and Lee, Sang Uk},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2101-2108},
  doi       = {10.1109/CVPR.2010.5539888},
  url       = {https://mlanthology.org/cvpr/2010/kim2010cvpr-learning/}
}