paper-with-me

Papers

Loss-guided Stability Selection

2022-02-10 · Tino Werner

In modern data analysis, sparse model selection becomes inevitable once the number of predictors variables is very high. It is well-known that model selection procedures like the Lasso or Boosting tend to overfit on real data. The celebrated Stability Selection overcomes these weaknesses by aggregating models, based on subsamples of the training data, followed by choosing a stable predictor set which is usually much sparser than the predictor sets from the raw models. The standard Stability Selection is based on a global criterion, namely the per-family error rate, while additionally requiring expert knowledge to suitably configure the hyperparameters. Since model selection depends on the loss function, i.e., predictor sets selected w.r.t. some particular loss function differ from those selected w.r.t. some other loss function, we propose a Stability Selection variant which respects the chosen loss function via an additional validation step based on out-of-sample validation data, optionally enhanced with an exhaustive search strategy. Our Stability Selection variants are widely applicable and user-friendly. Moreover, our Stability Selection variants can avoid the issue of severe underfitting which affects the original Stability Selection for noisy high-dimensional data, so our priority is not to avoid false positives at all costs but to result in a sparse stable model with which one can make predictions. Experiments where we consider both regression and binary classification and where we use Boosting as model selection algorithm reveal a significant precision improvement compared to raw Boosting models while not suffering from any of the mentioned issues of the original Stability Selection.

📄 PDF Abstract BibTeX arXiv:2202.04956

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationModel Selection

Similar Papers 제목 키워드 기반

Causally-Guided Diffusion for Stable Feature Selection

2026-03-21 · Arun Vignesh Malarkkan, Xinyuan Wang, Kunpeng Liu, Denghui Zhang 외 arxiv

Feature selection is fundamental to robust data-centric AI, but most existing methods optimize predictive performance under a single data distribution. This often selects spurious features that fail under distribution sh…

A Comparative Study of Feature Selection Methods for EHR Diagnosis Codes in Opioid Use Disorder Prediction

2026-08-04 · Zihan Ding, Yinan Liu, Tengfei Ma, Rachel Wong 외 arxiv

Feature selection is a critical step in electronic health record (EHR)-based predictive modeling, where input variables are often high-dimensional, sparse, noisy, and redundant. Large feature sets not only increase compu…

$\left( β, \varpi \right)$-stability for cross-validation and the choice of the number of folds

2017-05-20 · Ning Xu, Jian Hong, Timothy C. G. Fisher

In this paper, we introduce a new concept of stability for cross-validation, called the $\left( \beta, \varpi \right)$-stability, and use it as a new perspective to build the general theory for cross-validation. The $\le…

Model Selection

Task-Guided Multi-Annotation Triplet Learning for Remote Sensing Representations

2026-04-04 · Meilun Zhou, Alina Zare arxiv

Prior multi-task triplet loss methods relied on static weights to balance supervision between various types of annotation. However, static weighting requires tuning and does not account for how tasks interact when shapin…

FlashVLM: Text-Guided Visual Token Selection for Large Multimodal Models

2025-12-23 · Kaitong Cai, Jusheng Zhang, Jing Yang, Yijia Fan 외 arxiv

Large vision-language models (VLMs) typically process hundreds or thousands of visual tokens per image or video frame, incurring quadratic attention cost and substantial redundancy. Existing token reduction methods often…