Distance Guided Selection of the Best Base Classifier in an Ensemble with Application to Cervigram Image Segmentation

Abstract

We empirically evaluate a distance-guided learning method embedded in a multiple classifier system (MCS) for tissue segmentation in optical images of the uterine cervix. Instead of combining multiple base classifiers as in traditional ensemble methods, we propose a Bhattacharyya distance based metric for measuring the similarity in decision boundary shapes between a pair of statistical classifiers. By generating an ensemble of base classifiers trained independently on separate training images, we can use the distance metric to select those classifiers in the ensemble whose decision boundaries are similar to that of an unknown test image. In an extreme case, we select the base classifier with the most similar decision boundary to accomplish classification and segmentation on the test image. Our approach is novel in the way that the nearest neighbor is picked and effectively solves classification problems in which base classifiers with good overall performance are not easy to construct due to a large variation in the training examples. In our experiments, we applied our method and several popular ensemble methods to segmenting acetowhite regions in cervical images. The overall classification accuracy of the proposed method is significantly better than that of a single classifier learned using the entire training set, and is also superior to other ensemble methods including majority voting, STAPLE, Boosting and Bagging.

Cite

Text

Wang and Huang. "Distance Guided Selection of the Best Base Classifier in an Ensemble with Application to Cervigram Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2009. doi:10.1109/CVPRW.2009.5204048

Markdown

[Wang and Huang. "Distance Guided Selection of the Best Base Classifier in an Ensemble with Application to Cervigram Image Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2009.](https://mlanthology.org/cvprw/2009/wang2009cvprw-distance/) doi:10.1109/CVPRW.2009.5204048

BibTeX

@inproceedings{wang2009cvprw-distance,
  title     = {{Distance Guided Selection of the Best Base Classifier in an Ensemble with Application to Cervigram Image Segmentation}},
  author    = {Wang, Wei and Huang, Xiaolei},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2009},
  pages     = {109-116},
  doi       = {10.1109/CVPRW.2009.5204048},
  url       = {https://mlanthology.org/cvprw/2009/wang2009cvprw-distance/}
}