Meta-Evaluation of Image Segmentation Using Machine Learning

Abstract

Image segmentation is a fundamental step in many computer vision applications. Generally, the choice of a segmentation algorithm, or parameterization of a given algorithm, is selected at the application level and fixed for all images within that application. Our goal is to create a stand-alone method to evaluate segmentation quality. Stand-alone methods have the advantage that they do not require a manually-segmented reference image for comparison, and can therefore be used for real-time evaluation. Current stand-alone evaluation methods often work well for some types of images, but poorly for others. We propose a meta-evaluation method in which any set of base evaluation methods are combined by a machine learning algorithm that coalesces their evaluations based on a learned weighting function, which depends upon the image to be segmented. The training data used by the machine learning algorithm can be labeled by a human, based on similarity to a human-generated reference segmentation, or based upon system-level performance. Experimental results demonstrate that our method performs better than the existing stand-alone segmentation evaluation methods.

Cite

Text

Zhang et al. "Meta-Evaluation of Image Segmentation Using Machine Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006. doi:10.1109/CVPR.2006.185

Markdown

[Zhang et al. "Meta-Evaluation of Image Segmentation Using Machine Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2006.](https://mlanthology.org/cvpr/2006/zhang2006cvpr-meta/) doi:10.1109/CVPR.2006.185

BibTeX

@inproceedings{zhang2006cvpr-meta,
  title     = {{Meta-Evaluation of Image Segmentation Using Machine Learning}},
  author    = {Zhang, Hui and Cholleti, Sharath R. and Goldman, Sally A. and Fritts, Jason E.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2006},
  pages     = {1138-1145},
  doi       = {10.1109/CVPR.2006.185},
  url       = {https://mlanthology.org/cvpr/2006/zhang2006cvpr-meta/}
}