Concurrent Multiple Instance Learning for Image Categorization

Abstract

We propose a new multiple instance learning (MIL) algorithm to learn image categories. Unlike existing MIL algorithms, in which the individual instances in a bag are assumed to be independent with each other, we develop concurrent tensors to explicitly model the inter-dependency between the instances to better capture image's inherent semantics. Rank-1 tensor factorization is then applied to obtain the label of each instance. Furthermore, we formulate the classification problem in the reproducing kernel Hilbert space (RKHS) to extend instance label prediction to the whole feature space. Finally, a regularizer is introduced, which avoids overfitting and significantly improves learning machine's generalization capability, similar to that in SVMs. We report superior categorization performances compared with key existing approaches on both the COREL and the Caltech datasets.

Cite

Text

Qi et al. "Concurrent Multiple Instance Learning for Image Categorization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007. doi:10.1109/CVPR.2007.383152

Markdown

[Qi et al. "Concurrent Multiple Instance Learning for Image Categorization." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2007.](https://mlanthology.org/cvpr/2007/qi2007cvpr-concurrent/) doi:10.1109/CVPR.2007.383152

BibTeX

@inproceedings{qi2007cvpr-concurrent,
  title     = {{Concurrent Multiple Instance Learning for Image Categorization}},
  author    = {Qi, Guo-Jun and Hua, Xian-Sheng and Rui, Yong and Mei, Tao and Tang, Jinhui and Zhang, Hong-Jiang},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2007},
  doi       = {10.1109/CVPR.2007.383152},
  url       = {https://mlanthology.org/cvpr/2007/qi2007cvpr-concurrent/}
}