Relaxed Multiple-Instance SVM with Application to Object Discovery

Abstract

Multiple-instance learning (MIL) has served as an important tool for a wide range of vision applications, for instance, image classification, object detection, and visual tracking. In this paper, we propose a novel method to solve the classical MIL problem, named relaxed multiple-instance SVM (RMI-SVM). We treat the positiveness of instance as a continuous variable, use Noisy-OR model to enforce the MIL constraints, and optimize them jointly in a unified framework. The optimization problem can be efficiently solved using stochastic gradient decent. The extensive experiments demonstrate that RMI-SVM consistently achieves superior performance on various benchmarks for MIL. Moreover, we simply applied RMI-SVM to a challenging vision task, common object discovery. The state-of-the arts results of object discovery on PASCAL VOC datasets further confirm the advantages of the proposed method.

Cite

Text

Wang et al. "Relaxed Multiple-Instance SVM with Application to Object Discovery." International Conference on Computer Vision, 2015. doi:10.1109/ICCV.2015.145

Markdown

[Wang et al. "Relaxed Multiple-Instance SVM with Application to Object Discovery." International Conference on Computer Vision, 2015.](https://mlanthology.org/iccv/2015/wang2015iccv-relaxed/) doi:10.1109/ICCV.2015.145

BibTeX

@inproceedings{wang2015iccv-relaxed,
  title     = {{Relaxed Multiple-Instance SVM with Application to Object Discovery}},
  author    = {Wang, Xinggang and Zhu, Zhuotun and Yao, Cong and Bai, Xiang},
  booktitle = {International Conference on Computer Vision},
  year      = {2015},
  doi       = {10.1109/ICCV.2015.145},
  url       = {https://mlanthology.org/iccv/2015/wang2015iccv-relaxed/}
}