paper-with-me

홈 › Papers

INVASE: Instance-wise Variable Selection using Neural Networks

2019-05-01 · ICLR 2019 5 · Jinsung Yoon, James Jordon, Mihaela van der Schaar

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.

📄 PDF Abstract BibTeX

Code (1)

vanderschaarlab/mlforhealthlabpub/tree/main/alg/invase 공식 구현 jax

Tasks

feature selectionVariable Selection

Similar Papers 제목 키워드 기반

Uncertainty-aware INVASE: Enhanced Breast Cancer Diagnosis Feature Selection

2021-05-04 · Jia-Xing Zhong, Hongbo Zhang

In this paper, we present an uncertainty-aware INVASE to quantify predictive confidence of healthcare problem. By introducing learnable Gaussian distributions, we lever-age their variances to measure the degree of uncert…

feature selectionUncertainty Quantification

Copula for Instance-wise Feature Selection and Ranking

2023-08-01 · Hanyu Peng, Guanhua Fang, Ping Li

Instance-wise feature selection and ranking methods can achieve a good selection of task-friendly features for each sample in the context of neural networks. However, existing approaches that assume feature subsets to be…

feature selection

Beta Process Multiple Kernel Learning

2014-06-01 · CVPR 2014 6 · Bingbing Ni, Teng Li, Pierre Moulin

In kernel based learning, the kernel trick transforms the original representation of a feature instance into a vector of similarities with the training feature instances, known as kernel representation. However, feature …

Variational Inference

Instance-wise Causal Feature Selection for Model Interpretation

2021-04-26 · Pranoy Panda, Sai Srinivas Kancheti, Vineeth N Balasubramanian

We formulate a causal extension to the recently introduced paradigm of instance-wise feature selection to explain black-box visual classifiers. Our method selects a subset of input features that has the greatest causal e…

feature selectionmodel

Learning to Explain: An Information-Theoretic Perspective on Model Interpretation

2018-02-21 · ICML 2018 7 · Jianbo Chen, Le Song, Martin J. Wainwright, Michael. I. Jordan

We introduce instancewise feature selection as a methodology for model interpretation. Our method is based on learning a function to extract a subset of features that are most informative for each given example. This fea…

feature selection