paper-with-me

Papers

Active Feature Selection for the Mutual Information Criterion

2020-12-13 · Shachar Schnapp, Sivan Sabato

We study active feature selection, a novel feature selection setting in which unlabeled data is available, but the budget for labels is limited, and the examples to label can be actively selected by the algorithm. We focus on feature selection using the classical mutual information criterion, which selects the $k$ features with the largest mutual information with the label. In the active feature selection setting, the goal is to use significantly fewer labels than the data set size and still find $k$ features whose mutual information with the label based on the \emph{entire} data set is large. We explain and experimentally study the choices that we make in the algorithm, and show that they lead to a successful algorithm, compared to other more naive approaches. Our design draws on insights which relate the problem of active feature selection to the study of pure-exploration multi-armed bandits settings. While we focus here on mutual information, our general methodology can be adapted to other feature-quality measures as well. The code is available at the following url: https://github.com/ShacharSchnapp/ActiveFeatureSelection.

📄 PDF Abstract BibTeX arXiv:2012.06979

Code (1)

ShacharSchnapp/ActiveFeatureSelection 공식 구현 pytorch

Tasks

feature selectionMulti-Armed Bandits

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,…

Similar Papers 제목 키워드 기반

GauSS-MI: Gaussian Splatting Shannon Mutual Information for Active 3D Reconstruction

2025-04-29 · Yuhan Xie, Yixi Cai, Yinqiang Zhang, Lei Yang 외

This research tackles the challenge of real-time active view selection and uncertainty quantification on visual quality for active 3D reconstruction. Visual quality is a critical aspect of 3D reconstruction. Recent advan…

3DGS3D ReconstructionActive 3D ReconstructionNeRF+1

Feature selection based on mutual information criteria of max-dependency, max-relevance, and min-redundancy

2005-06-20 · IEEE 2005 6 · Hanchuan Peng, Fuhui Long, C. Ding

Feature selection is an important problem for pattern classification systems. We study how to select good features according to the maximal statistical dependency criterion based on mutual information. Because of the dif…

Classificationfeature selection

Orthogonal Least Squares Based Fast Feature Selection for Linear Classification

2021-01-21 · Sikai Zhang, Zi-Qiang Lang

An Orthogonal Least Squares (OLS) based feature selection method is proposed for both binomial and multinomial classification. The novel Squared Orthogonal Correlation Coefficient (SOCC) is defined based on Error Reducti…

Classificationfeature selectionGeneral Classification

Active Instance Sampling via Matrix Partition

2010-12-01 · NeurIPS 2010 12 · Yuhong Guo

Recently, batch-mode active learning has attracted a lot of attention. In this paper, we propose a novel batch-mode active learning approach that selects a batch of queries in each iteration by maximizing a natural form …

Active LearningCombinatorial OptimizationGeneral Classification

Feature Selection for multi-labeled variables via Dependency Maximization

2019-02-10 · Salimeh Yasaei Sekeh, Alfred O. Hero

Feature selection and reducing the dimensionality of data is an essential step in data analysis. In this work, we propose a new criterion for feature selection that is formulated as conditional information between featur…

feature selectionGeneral Classification