paper-with-me

Papers

Robust Feature Selection using Sparse Centroid-Encoder

2021-09-29 · Tomojit Ghosh, Michael Kirby

We develop a sparse optimization problem for the determination of the total set of features that discriminate two or more classes. This is a sparse implementa- tion of the centroid-encoder for nonlinear data reduction and visualization called Sparse Centroid-Encoder (SCE). We also provide an iterative feature selection al- gorithm that first ranks each feature by its occurrence, and the optimal number of features is chosen using a validation set. The algorithm is applied to a wide vari- ety of data sets including, single-cell biological data, high dimensional infectious disease data, hyperspectral data, image data, and GIS data. We compared our method to various state-of-the-art feature selection techniques, including three neural network-based models (DFS, SG-L1-NN, G-L1-NN), Sparse SVM, and Random Forest. We empirically showed that SCE features produced better classi- fication accuracy on the unseen test data, often with fewer features.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Test 설명 없음
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,…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Sparse Linear Centroid-Encoder: A Convex Method for Feature Selection

2023-06-07 · Tomojit Ghosh, Michael Kirby, Karim Karimov

We present a novel feature selection technique, Sparse Linear Centroid-Encoder (SLCE). The algorithm uses a linear transformation to reconstruct a point as its class centroid and, at the same time, uses the $\ell_1$-norm…

feature selection

Sparse Centroid-Encoder: A Nonlinear Model for Feature Selection

2022-01-30 · Tomojit Ghosh, Michael Kirby

Autoencoders have been widely used as a nonlinear tool for data dimensionality reduction. While autoencoders don't utilize the label information, Centroid-Encoders (CE)\cite{ghosh2022supervised} use the class label in th…

AttributeDimensionality Reductionfeature selection

Feature Selection using Sparse Adaptive Bottleneck Centroid-Encoder

2023-06-07 · Tomojit Ghosh, Michael Kirby

We introduce a novel nonlinear model, Sparse Adaptive Bottleneck Centroid-Encoder (SABCE), for determining the features that discriminate between two or more classes. The algorithm aims to extract discriminatory features…

feature selection

Sparse $\ell_1$ and $\ell_2$ Center Classifiers

2019-11-17 · Giuseppe C. Calafiore, Giulia Fracastoro

The nearest-centroid classifier is a simple linear-time classifier based on computing the centroids of the data classes in the training phase, and then assigning a new datum to the class corresponding to its nearest cent…

Classificationfeature selectionGeneral Classification

Alleviating the Sample Selection Bias in Few-shot Learning by Removing Projection to the Centroid

2022-10-30 · Jing Xu, Xu Luo, Xinglin Pan, Wenjie Pei 외

Few-shot learning (FSL) targets at generalization of vision models towards unseen tasks without sufficient annotations. Despite the emergence of a number of few-shot learning methods, the sample selection bias problem, i…

Few-Shot LearningSelection bias