paper-with-me

Papers

Consistent Feature Selection for Analytic Deep Neural Networks

2020-10-16 · NeurIPS 2020 12 · Vu Dinh, Lam Si Tung Ho

One of the most important steps toward interpretability and explainability of neural network models is feature selection, which aims to identify the subset of relevant features. Theoretical results in the field have mostly focused on the prediction aspect of the problem with virtually no work on feature selection consistency for deep neural networks due to the model's severe nonlinearity and unidentifiability. This lack of theoretical foundation casts doubt on the applicability of deep learning to contexts where correct interpretations of the features play a central role. In this work, we investigate the problem of feature selection for analytic deep networks. We prove that for a wide class of networks, including deep feed-forward neural networks, convolutional neural networks, and a major sub-class of residual neural networks, the Adaptive Group Lasso selection procedure with Group Lasso as the base estimator is selection-consistent. The work provides further evidence that Group Lasso might be inefficient for feature selection with neural networks and advocates the use of Adaptive Group Lasso over the popular Group Lasso.

📄 PDF Abstract BibTeX arXiv:2010.08097

Code (1)

vucdinh/alg-net 공식 구현 pytorch

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Challenges of Feature Selection for Big Data Analytics

2016-11-07 · Jundong Li, Huan Liu

We are surrounded by huge amounts of large-scale high dimensional data. It is desirable to reduce the dimensionality of data for many learning tasks due to the curse of dimensionality. Feature selection has shown its eff…

feature selection

A Strongly Consistent Sparse $k$-means Clustering with Direct $l_1$ Penalization on Variable Weights

2019-03-24 · Saptarshi Chakraborty, Swagatam Das

We propose the Lasso Weighted $k$-means ($LW$-$k$-means) algorithm as a simple yet efficient sparse clustering procedure for high-dimensional data where the number of features ($p$) can be much larger compared to the num…

Clusteringfeature selection

Analytic Feature Selection for Support Vector Machines

2013-04-20 · Carly Stambaugh, Hui Yang, Felix Breuer

Support vector machines (SVMs) rely on the inherent geometry of a data set to classify training data. Because of this, we believe SVMs are an excellent candidate to guide the development of an analytic feature selection …

feature selection

Applications of Nature-Inspired Algorithms for Dimension Reduction: Enabling Efficient Data Analytics

2019-08-22 · Farid Ghareh Mohammadi, M. Hadi Amini, Hamid R. Arabnia

In [1], we have explored the theoretical aspects of feature selection and evolutionary algorithms. In this chapter, we focus on optimization algorithms for enhancing data analytic process, i.e., we propose to explore app…

Computational EfficiencyCredit scoreDimensionality ReductionEvolutionary Algorithms+2

Feature Selection Tutorial with Python Examples

2021-06-11 · Padraig Cunningham, Bahavathy Kathirgamanathan, Sarah Jane Delany

In Machine Learning, feature selection entails selecting a subset of the available features in a dataset to use for model development. There are many motivations for feature selection, it may result in better models, it …

BIG-bench Machine Learningfeature selection