paper-with-me

Papers

Leveraging Model Inherent Variable Importance for Stable Online Feature Selection

2020-06-18 · Johannes Haug, Martin Pawelczyk, Klaus Broelemann, Gjergji Kasneci

Feature selection can be a crucial factor in obtaining robust and accurate predictions. Online feature selection models, however, operate under considerable restrictions; they need to efficiently extract salient input features based on a bounded set of observations, while enabling robust and accurate predictions. In this work, we introduce FIRES, a novel framework for online feature selection. The proposed feature weighting mechanism leverages the importance information inherent in the parameters of a predictive model. By treating model parameters as random variables, we can penalize features with high uncertainty and thus generate more stable feature sets. Our framework is generic in that it leaves the choice of the underlying model to the user. Strikingly, experiments suggest that the model complexity has only a minor effect on the discriminative power and stability of the selected feature sets. In fact, using a simple linear model, FIRES obtains feature sets that compete with state-of-the-art methods, while dramatically reducing computation time. In addition, experiments show that the proposed framework is clearly superior in terms of feature selection stability.

📄 PDF Abstract BibTeX arXiv:2006.10398

Code (1)

haugjo/fires 공식 구현

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

Similar Papers 제목 키워드 기반

Causal Explainability of Machine Learning in Heart Failure Prediction from Electronic Health Records

2025-06-03 · Yina Hou, Shourav B. Rabbani, Liang Hong, Norou Diawara 외

The importance of clinical variables in the prognosis of the disease is explained using statistical correlation or machine learning (ML). However, the predictive importance of these variables may not represent their caus…

Causal DiscoveryFeature ImportancePrognosis

The Rashomon Importance Distribution: Getting RID of Unstable, Single Model-based Variable Importance

2023-09-24 · NeurIPS 2023 11 · Jon Donnelly, Srikar Katta, Cynthia Rudin, Edward P. Browne

Quantifying variable importance is essential for answering high-stakes questions in fields like genetics, public policy, and medicine. Current methods generally calculate variable importance for a given model trained on …

Aggregate Models, Not Explanations: Improving Feature Importance Estimation

2026-02-12 · Joseph Paillard, Angel Reyero Lobo, Denis A. Engemann, Bertrand Thirion arxiv

Feature-importance methods show promise in transforming machine learning models from predictive engines into tools for scientific discovery. However, due to data sampling and algorithmic stochasticity, expressive models …

Feature Importance

Reinforcement Fine-Tuning of Flow-Matching Policies for Vision-Language-Action Models

2025-10-11 · Mingyang Lyu, Yinqian Sun, Erliang Lin, Huangrui Li 외 arxiv

Vision-Language-Action (VLA) models such as OpenVLA, Octo, and $π_0$ have shown strong generalization by leveraging large-scale demonstrations, yet their performance is still fundamentally constrained by the quality and …

Reinforcement Learning

From Model-Based Screening to Data-Driven Surrogates: A Multi-Stage Workflow for Exploring Stochastic Agent-Based Models

2026-04-03 · Paul Saves, Matthieu Mastio, Nicolas Verstaevel, Benoit Gaudou arxiv

Systematic exploration of Agent-Based Models (ABMs) is challenged by the curse of dimensionality and their inherent stochasticity. We present a multi-stage pipeline integrating the systematic design of experiments with m…