Feature Selection Guided Auto-Encoder

Abstract

Recently the auto-encoder and its variants have demonstrated their promising results in extracting effective features. Specifically, its basic idea of encouraging the output to be as similar as input, ensures the learned representation could faithfully reconstruct the input data. However, one problem arises that not all hidden units are useful to compress the discriminative information while lots of units mainly contribute to represent the task-irrelevant patterns. In this paper, we propose a novel algorithm, Feature Selection Guided Auto-Encoder, which is a unified generative model that integrates feature selection and auto-encoder together. To this end, our proposed algorithm can distinguish the task-relevant units from the task-irrelevant ones to obtain most effective features for future classification tasks. Our model not only performs feature selection on learned high-level features, but also dynamically endows the auto-encoder to produce more discriminative units. Experiments on several benchmarks demonstrate our method's superiority over state-of-the-art approaches.

Cite

Text

Wang et al. "Feature Selection Guided Auto-Encoder." AAAI Conference on Artificial Intelligence, 2017. doi:10.1609/AAAI.V31I1.10811

Markdown

[Wang et al. "Feature Selection Guided Auto-Encoder." AAAI Conference on Artificial Intelligence, 2017.](https://mlanthology.org/aaai/2017/wang2017aaai-feature/) doi:10.1609/AAAI.V31I1.10811

BibTeX

@inproceedings{wang2017aaai-feature,
  title     = {{Feature Selection Guided Auto-Encoder}},
  author    = {Wang, Shuyang and Ding, Zhengming and Fu, Yun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2017},
  pages     = {2725-2731},
  doi       = {10.1609/AAAI.V31I1.10811},
  url       = {https://mlanthology.org/aaai/2017/wang2017aaai-feature/}
}