INVASE: Instance-Wise Variable Selection Using Neural Networks

Abstract

The advent of big data brings with it data with more and more dimensions and thus a growing need to be able to efficiently select which features to use for a variety of problems. While global feature selection has been a well-studied problem for quite some time, only recently has the paradigm of instance-wise feature selection been developed. In this paper, we propose a new instance-wise feature selection method, which we term INVASE. INVASE consists of 3 neural networks, a selector network, a predictor network and a baseline network which are used to train the selector network using the actor-critic methodology. Using this methodology, INVASE is capable of flexibly discovering feature subsets of a different size for each instance, which is a key limitation of existing state-of-the-art methods. We demonstrate through a mixture of synthetic and real data experiments that INVASE significantly outperforms state-of-the-art benchmarks.

Cite

Text

Yoon et al. "INVASE: Instance-Wise Variable Selection Using Neural Networks." International Conference on Learning Representations, 2019.

Markdown

[Yoon et al. "INVASE: Instance-Wise Variable Selection Using Neural Networks." International Conference on Learning Representations, 2019.](https://mlanthology.org/iclr/2019/yoon2019iclr-invase/)

BibTeX

@inproceedings{yoon2019iclr-invase,
  title     = {{INVASE: Instance-Wise Variable Selection Using Neural Networks}},
  author    = {Yoon, Jinsung and Jordon, James and van der Schaar, Mihaela},
  booktitle = {International Conference on Learning Representations},
  year      = {2019},
  url       = {https://mlanthology.org/iclr/2019/yoon2019iclr-invase/}
}