Mixture of Deep Neural Networks for Instancewise Feature Selection.

Qi Xiao,Zhengdao Wang
DOI: https://doi.org/10.1109/allerton.2019.8919657
2019-01-01
Abstract:Learning relevant features is important for interpreting data in a machine learning model. Comparing with selecting a relevant feature subset for the entire data, instance-wise feature selection is more flexible for model interpretation. However current instancewise feature selection approaches are complex and suffer from high computational cost. We consider instancewise feature selection under supervised learning framework. We design a compact and interpretable neural network to approach the problem. To reduce the computational cost and gain better interpretability, we group relevant features and construct a mixture of neural networks. Using softmax as activation function for sub-model selection, the model membership can be learned accurately through gradient descent. To the best of our knowledge, our model is the first interpretable deep neural network model for instancewise feature selection using end-to-end training.
What problem does this paper attempt to address?