Normalized Tree Partitioning for Image Segmentation

Abstract

In this paper, we propose a novel graph based clustering approach with satisfactory clustering performance and low computational cost. It consists of two main steps: tree fitting and partitioning. We first introduce a probabilistic method to fit a tree to a data graph under the sense of minimum entropy. Then, we propose a novel tree partitioning method under a normalized cut criterion, called Normalized Tree Partitioning (NTP), in which a fast combinatorial algorithm is designed for exact bipartitioning. Moreover, we extend it to k-way tree partitioning by proposing an efficient best-first recursive bipartitioning scheme. Compared with spectral clustering, NTP produces the exact global optimal bipartition, introduces fewer approximations for k-way partitioning and can intrinsically produce superior performance. Compared with bottom-up aggregation methods, NTP adopts a global criterion and hence performs better. Last, experimental results on image segmentation demonstrate that our approach is more powerful compared with existing graph-based approaches.

Cite

Text

Wang et al. "Normalized Tree Partitioning for Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008. doi:10.1109/CVPR.2008.4587454

Markdown

[Wang et al. "Normalized Tree Partitioning for Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2008.](https://mlanthology.org/cvpr/2008/wang2008cvpr-normalized/) doi:10.1109/CVPR.2008.4587454

BibTeX

@inproceedings{wang2008cvpr-normalized,
  title     = {{Normalized Tree Partitioning for Image Segmentation}},
  author    = {Wang, Jingdong and Jia, Yangqing and Hua, Xian-Sheng and Zhang, Changshui and Quan, Long},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2008},
  doi       = {10.1109/CVPR.2008.4587454},
  url       = {https://mlanthology.org/cvpr/2008/wang2008cvpr-normalized/}
}