Breaking the Interactive Bottleneck in Multi-Class Classification with Active Selection and Binary Feedback

Abstract

Multi-class classification schemes typically require human input in the form of precise category names or numbers for each example to be annotated - providing this can be impractical for the user when a large (and possibly unknown) number of categories are present. In this paper, we propose a multi-class active learning model that requires only binary (yes/no type) feedback from the user. For instance, given two images the user only has to say whether they belong to the same class or not. We first show the interactive benefits of such a scheme with user experiments. We then propose a Value of Information (VOI)-based active selection algorithm in the binary feedback model. The algorithm iteratively selects image pairs for annotation so as to maximize accuracy, while also minimizing user annotation effort. To our knowledge, this is the first multi-class active learning approach that requires only yes/no inputs. Experiments show that the proposed method can substantially minimize user supervision compared to the traditional training model, on problems with as many as 100 classes. We also demonstrate that the system is robust to real-world issues such as class population imbalance and labeling noise.

Cite

Text

Joshi et al. "Breaking the Interactive Bottleneck in Multi-Class Classification with Active Selection and Binary Feedback." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540047

Markdown

[Joshi et al. "Breaking the Interactive Bottleneck in Multi-Class Classification with Active Selection and Binary Feedback." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/joshi2010cvpr-breaking/) doi:10.1109/CVPR.2010.5540047

BibTeX

@inproceedings{joshi2010cvpr-breaking,
  title     = {{Breaking the Interactive Bottleneck in Multi-Class Classification with Active Selection and Binary Feedback}},
  author    = {Joshi, Ajay J. and Porikli, Fatih and Papanikolopoulos, Nikolaos},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {2995-3002},
  doi       = {10.1109/CVPR.2010.5540047},
  url       = {https://mlanthology.org/cvpr/2010/joshi2010cvpr-breaking/}
}