Learning a Distance Metric from Multi-Instance Multi-Label Data

Abstract

Multi-instance multi-label learning (MIML) refers to the learning problems where each example is represented by a bag/collection of instances and is labeled by multiple labels. An example application of MIML is visual object recognition in which each image is represented by multiple key points (i.e., instances) and is assigned to multiple object categories. In this paper, we study the problem of learning a distance metric from multi-instance multi-label data. It is significantly more challenging than the conventional setup of distance metric learning because it is difficult to associate instances in a bag with its assigned class labels. We propose an iterative algorithm for MIML distance metric learning: it first estimates the association between instances in a bag and its assigned class labels, and learns a distance metric from the estimated association by a discriminative analysis; the learned metric will be used to update the association between instances and class labels, which is further used to improve the learning of distance metric. We evaluate the proposed algorithm by the task of automated image annotation, a well known MIML problem. Our empirical study shows an encouraging result when combining the proposed algorithm with citation-kNN, a state-of-theart algorithm for multi-instance learning.

Cite

Text

Jin et al. "Learning a Distance Metric from Multi-Instance Multi-Label Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009. doi:10.1109/CVPR.2009.5206684

Markdown

[Jin et al. "Learning a Distance Metric from Multi-Instance Multi-Label Data." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2009.](https://mlanthology.org/cvpr/2009/jin2009cvpr-learning/) doi:10.1109/CVPR.2009.5206684

BibTeX

@inproceedings{jin2009cvpr-learning,
  title     = {{Learning a Distance Metric from Multi-Instance Multi-Label Data}},
  author    = {Jin, Rong and Wang, Shijun and Zhou, Zhi-Hua},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2009},
  pages     = {896-902},
  doi       = {10.1109/CVPR.2009.5206684},
  url       = {https://mlanthology.org/cvpr/2009/jin2009cvpr-learning/}
}