Learning Deep Latent Space for Multi-Label Classification
Abstract
Multi-label classification is a practical yet challenging task in machine learning related fields, since it requires the prediction of more than one label category for each input instance. We propose a novel deep neural networks (DNN) based model, Canonical Correlated AutoEncoder (C2AE), for solving this task. Aiming at better relating feature and label domain data for improved classification, we uniquely perform joint feature and label embedding by deriving a deep latent space, followed by the introduction of label-correlation sensitive loss function for recovering the predicted label outputs. Our C2AE is achieved by integrating the DNN architectures of canonical correlation analysis and autoencoder, which allows end-to-end learning and prediction with the ability to exploit label dependency. Moreover, our C2AE can be easily extended to address the learning problem with missing labels. Our experiments on multiple datasets with different scales confirm the effectiveness and robustness of our proposed method, which is shown to perform favorably against state-of-the-art methods for multi-label classification.
Cite
Text
Yeh et al. "Learning Deep Latent Space for Multi-Label Classification." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10769Markdown
[Yeh et al. "Learning Deep Latent Space for Multi-Label Classification." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/yeh2017aaai-learning/) doi:10.1609/AAAI.V31I1.10769BibTeX
@inproceedings{yeh2017aaai-learning,
title = {{Learning Deep Latent Space for Multi-Label Classification}},
author = {Yeh, Chih-Kuan and Wu, Wei-Chieh and Ko, Wei-Jen and Wang, Yu-Chiang Frank},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2017},
pages = {2838-2844},
doi = {10.1609/AAAI.V31I1.10769},
url = {https://mlanthology.org/aaai/2017/yeh2017aaai-learning/}
}