Robust and Discriminative Distance for Multi-Instance Learning

Abstract

Multi-Instance Learning (MIL) is an emerging topic in machine learning, which has broad applications in computer vision. For example, by considering video classification as a MIL problem where we only need labeled video clips (such as tagged online videos) but not labeled video frames, one can lower down the labeling cost, which is typically very expensive. We propose a novel class specific distance Metrics enhanced Class-to-Bag distance (M-C2B) method to learn a robust and discriminative distance for multi-instance data, which employs the not-squared ℓ <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2</sub> -norm distance to address the most difficult challenge in MIL, i.e., the outlier instances that abound in multi-instance data by nature. As a result, the formulated objective ends up to be a simultaneous ℓ <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2, 1</sub> -norm minimization and maximization (minmax) problem, which is very hard to solve in general due to the non-smoothness of the ℓ <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2, 1</sub> -norm. We thus present an efficient iterative algorithm to solve the general ℓ <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2, 1</sub> -norm minmax problem with rigorously proved convergence. To the best of our knowledge, we are the first to solve a general ℓ <sub xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">2, 1</sub> -norm minmax problem in literature. We have conducted extensive experiments to evaluate various aspects of the proposed method, in which promising results validate our new method in cost-effective video classification.

Cite

Text

Wang et al. "Robust and Discriminative Distance for Multi-Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6248019

Markdown

[Wang et al. "Robust and Discriminative Distance for Multi-Instance Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/wang2012cvpr-robust/) doi:10.1109/CVPR.2012.6248019

BibTeX

@inproceedings{wang2012cvpr-robust,
  title     = {{Robust and Discriminative Distance for Multi-Instance Learning}},
  author    = {Wang, Hua and Nie, Feiping and Huang, Heng},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {2919-2924},
  doi       = {10.1109/CVPR.2012.6248019},
  url       = {https://mlanthology.org/cvpr/2012/wang2012cvpr-robust/}
}