Bag of Textons for Image Segmentation via Soft Clustering and Convex Shift

Abstract

We propose an unsupervised image segmentation method based on texton similarity and mode seeking. The input image is first convolved with a filter-bank, followed by soft clustering on its filter response to generate textons. The input image is then superpixelized where each belonging pixel is regarded as a voter and a soft voting histogram is constructed for each superpixel by averaging its voters' posterior texton probabilities. We further propose a modified mode seeking method — called convex shift — to group superpixels and generate segments. The distribution of superpixel histograms is modeled nonparametrically in the histogram space, using Kullback-Leibler divergence (K-L divergence) and kernel density estimation. We show that each kernel shift step can be formulated as a convex optimization problem with linear constraints. Experiment on image segmentation shows that convex shift performs mode seeking effectively on an enforced histogram structure, grouping visually similar superpixels. With the incorporation of texton and soft voting, our method generates reasonably good segmentation results on natural images with relatively complex contents, showing significant superiority over traditional mode seeking based segmentation methods, while outperforming or being comparable to state of the art methods.

Cite

Text

Yu et al. "Bag of Textons for Image Segmentation via Soft Clustering and Convex Shift." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247749

Markdown

[Yu et al. "Bag of Textons for Image Segmentation via Soft Clustering and Convex Shift." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/yu2012cvpr-bag/) doi:10.1109/CVPR.2012.6247749

BibTeX

@inproceedings{yu2012cvpr-bag,
  title     = {{Bag of Textons for Image Segmentation via Soft Clustering and Convex Shift}},
  author    = {Yu, Zhiding and Li, Ang and Au, Oscar C. and Xu, Chunjing},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {781-788},
  doi       = {10.1109/CVPR.2012.6247749},
  url       = {https://mlanthology.org/cvpr/2012/yu2012cvpr-bag/}
}