Incorporating Label Embedding and Feature Augmentation for Multi-Dimensional Classification

Abstract

Feature augmentation, which manipulates the feature space by integrating the label information, is one of the most popular strategies for solving Multi-Dimensional Classification (MDC) problems. However, the vanilla feature augmentation approaches fail to consider the intra-class exclusiveness, and may achieve degenerated performance. To fill this gap, a novel neural network based model is proposed which seamlessly integrates the Label Embedding and Feature Augmentation (LEFA) techniques to learn label correlations. Specifically, based on attentional factorization machine, a cross correlation aware network is introduced to learn a low-dimensional label representation that simultaneously depicts the inter-class correlations and the intra-class exclusiveness. Then the learned latent label vector can be used to augment the original feature space. Extensive experiments on seven real-world datasets demonstrate the superiority of LEFA over state-of-the-art MDC approaches.

Cite

Text

Wang et al. "Incorporating Label Embedding and Feature Augmentation for Multi-Dimensional Classification." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I04.6083

Markdown

[Wang et al. "Incorporating Label Embedding and Feature Augmentation for Multi-Dimensional Classification." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/wang2020aaai-incorporating/) doi:10.1609/AAAI.V34I04.6083

BibTeX

@inproceedings{wang2020aaai-incorporating,
  title     = {{Incorporating Label Embedding and Feature Augmentation for Multi-Dimensional Classification}},
  author    = {Wang, Haobo and Chen, Chen and Liu, Weiwei and Chen, Ke and Hu, Tianlei and Chen, Gang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {6178-6185},
  doi       = {10.1609/AAAI.V34I04.6083},
  url       = {https://mlanthology.org/aaai/2020/wang2020aaai-incorporating/}
}