paper-with-me

홈 › Papers

Dynamic Feature Selection from Variable Feature Sets Using Features of Features

2025-03-12 · Katsumi Takahashi, Koh Takeuchi, Hisashi Kashima

Machine learning models usually assume that a set of feature values used to obtain an output is fixed in advance. However, in many real-world problems, a cost is associated with measuring these features. To address the issue of reducing measurement costs, various methods have been proposed to dynamically select which features to measure, but existing methods assume that the set of measurable features remains constant, which makes them unsuitable for cases where the set of measurable features varies from instance to instance. To overcome this limitation, we define a new problem setting for Dynamic Feature Selection (DFS) with variable feature sets and propose a deep learning method that utilizes prior information about each feature, referred to as ''features of features''. Experimental results on several datasets demonstrate that the proposed method effectively selects features based on the prior information, even when the set of measurable features changes from instance to instance.

📄 PDF Abstract BibTeX arXiv:2503.09181

Code (0)

등록된 구현이 없습니다.

Tasks

feature selection

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
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 제목 키워드 기반

Estimating Conditional Mutual Information for Dynamic Feature Selection

2023-06-05 · Soham Gadgil, Ian Covert, Su-In Lee

Dynamic feature selection, where we sequentially query features to make accurate predictions with a minimal budget, is a promising paradigm to reduce feature acquisition costs and provide transparency into a model's pred…

feature selection

On feature selection in double-imbalanced data settings: a Random Forest approach

2025-06-12 · Fabio Demaria

Feature selection is a critical step in high-dimensional classification tasks, particularly under challenging conditions of double imbalance, namely settings characterized by both class imbalance in the response variable…

feature selectionVariable Selection

Contextual Feature Selection with Conditional Stochastic Gates

2023-12-21 · Ram Dyuthi Sristi, Ofir Lindenbaum, Shira Lifshitz, Maria Lavzin 외

Feature selection is a crucial tool in machine learning and is widely applied across various scientific disciplines. Traditional supervised methods generally identify a universal set of informative features for the entir…

feature selection

Large-scale Nonlinear Variable Selection via Kernel Random Features

2018-04-19 · Magda Gregorová, Jason Ramapuram, Alexandros Kalousis, Stéphane Marchand-Maillet

We propose a new method for input variable selection in nonlinear regression. The method is embedded into a kernel regression machine that can model general nonlinear functions, not being a priori limited to additive mod…

Additive modelsregressionVariable Selection

Random Subspace with Trees for Feature Selection Under Memory Constraints

2017-09-04 · Antonio Sutera, Célia Châtel, Gilles Louppe, Louis Wehenkel 외

Dealing with datasets of very high dimension is a major challenge in machine learning. In this paper, we consider the problem of feature selection in applications where the memory is not large enough to contain all featu…

feature selection