Multi-Fold MIL Training for Weakly Supervised Object Localization

Abstract

Object category localization is a challenging problem in computer vision. Standard supervised training requires bounding box annotations of object instances. This time-consuming annotation process is sidestepped in weakly supervised learning. In this case, the supervised information is restricted to binary labels that indicate the absence/presence of object instances in the image, without their locations. We follow a multiple-instance learning approach that iteratively trains the detector and infers the object locations in the positive training images. Our main contribution is a multi-fold multiple instance learning procedure, which prevents training from prematurely locking onto erroneous object locations. This procedure is particularly important when high-dimensional representations, such as the Fisher vectors, are used. We present a detailed experimental evaluation using the PASCAL VOC 2007 dataset. Compared to state-of-the-art weakly supervised detectors, our approach better localizes objects in the training images, which translates into improved detection performance.

Cite

Text

Cinbis et al. "Multi-Fold MIL Training for Weakly Supervised Object Localization." Conference on Computer Vision and Pattern Recognition, 2014. doi:10.1109/CVPR.2014.309

Markdown

[Cinbis et al. "Multi-Fold MIL Training for Weakly Supervised Object Localization." Conference on Computer Vision and Pattern Recognition, 2014.](https://mlanthology.org/cvpr/2014/cinbis2014cvpr-multifold/) doi:10.1109/CVPR.2014.309

BibTeX

@inproceedings{cinbis2014cvpr-multifold,
  title     = {{Multi-Fold MIL Training for Weakly Supervised Object Localization}},
  author    = {Cinbis, Ramazan Gokberk and Verbeek, Jakob and Schmid, Cordelia},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2014},
  doi       = {10.1109/CVPR.2014.309},
  url       = {https://mlanthology.org/cvpr/2014/cinbis2014cvpr-multifold/}
}