Multi-Label Linear Discriminant Analysis

Abstract

Multi-label problems arise frequently in image and video annotations, and many other related applications such as multi-topic text categorization, music classification, etc. Like other computer vision tasks, multi-label image and video annotations also suffer from the difficulty of high dimensionality because images often have a large number of features. Linear discriminant analysis (LDA) is a well-known method for dimensionality reduction. However, the classical Linear Discriminant Analysis (LDA) only works for single-label multi-class classifications and cannot be directly applied to multi-label multi-class classifications. It is desirable to naturally generalize the classical LDA to multi-label formulations. At the same time, multi-label data present a new opportunity to improve classification accuracy through label correlations, which are absent in single-label data. In this work, we propose a novel Multi-label Linear Discriminant Analysis (MLDA) method to take advantage of label correlations and explore the powerful classification capability of the classical LDA to deal with multi-label multi-class problems. Extensive experimental evaluations on five public multi-label data sets demonstrate excellent performance of our method.

Cite

Text

Wang et al. "Multi-Label Linear Discriminant Analysis." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15567-3_10

Markdown

[Wang et al. "Multi-Label Linear Discriminant Analysis." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/wang2010eccv-multi-a/) doi:10.1007/978-3-642-15567-3_10

BibTeX

@inproceedings{wang2010eccv-multi-a,
  title     = {{Multi-Label Linear Discriminant Analysis}},
  author    = {Wang, Hua and Ding, Chris H. Q. and Huang, Heng},
  booktitle = {European Conference on Computer Vision},
  year      = {2010},
  pages     = {126-139},
  doi       = {10.1007/978-3-642-15567-3_10},
  url       = {https://mlanthology.org/eccv/2010/wang2010eccv-multi-a/}
}