paper-with-me

홈 › Papers

Weight Predictor Network with Feature Selection for Small Sample Tabular Biomedical Data

2022-11-28 · Andrei Margeloiu, Nikola Simidjievski, Pietro Lio, Mateja Jamnik

Tabular biomedical data is often high-dimensional but with a very small number of samples. Although recent work showed that well-regularised simple neural networks could outperform more sophisticated architectures on tabular data, they are still prone to overfitting on tiny datasets with many potentially irrelevant features. To combat these issues, we propose Weight Predictor Network with Feature Selection (WPFS) for learning neural networks from high-dimensional and small sample data by reducing the number of learnable parameters and simultaneously performing feature selection. In addition to the classification network, WPFS uses two small auxiliary networks that together output the weights of the first layer of the classification model. We evaluate on nine real-world biomedical datasets and demonstrate that WPFS outperforms other standard as well as more recent methods typically applied to tabular data. Furthermore, we investigate the proposed feature selection mechanism and show that it improves performance while providing useful insights into the learning task.

📄 PDF Abstract BibTeX arXiv:2211.15616

Code (1)

andreimargeloiu/wpfs 공식 구현 pytorch

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 제목 키워드 기반

Online Feature Selection for Efficient Learning in Networked Systems

2021-12-15 · Xiaoxuan Wang, Rolf Stadler

Current AI/ML methods for data-driven engineering use models that are mostly trained offline. Such models can be expensive to build in terms of communication and computing cost, and they rely on data that is collected ov…

feature selection

Diffusion-Driven High-Dimensional Variable Selection

2025-08-19 · Minjie Wang, Xiaotong Shen, Wei Pan arxiv

Variable selection for high-dimensional, highly correlated data has long been a challenging problem, often yielding unstable and unreliable models. We propose a resample-aggregate framework that exploits diffusion models…

Transfer LearningData Augmentation

Predictive Correlation Screening: Application to Two-stage Predictor Design in High Dimension

2013-03-10 · Hamed Firouzi, Bala Rajaratnam, Alfred Hero

We introduce a new approach to variable selection, called Predictive Correlation Screening, for predictor design. Predictive Correlation Screening (PCS) implements false positive control on the selected variables, is wel…

Variable Selection

On Selecting Stable Predictors in Time Series Models

2019-05-18 · Avleen S. Bijral

We extend the feature selection methodology to dependent data and propose a novel time series predictor selection scheme that accommodates statistical dependence in a more typical i.i.d sub-sampling based framework. Furt…

feature selectionTime SeriesTime Series Analysis

Understanding Interlocking Dynamics of Cooperative Rationalization

2021-10-26 · NeurIPS 2021 12 · Mo Yu, Yang Zhang, Shiyu Chang, Tommi S. Jaakkola

Selective rationalization explains the prediction of complex neural networks by finding a small subset of the input that is sufficient to predict the neural model output. The selection mechanism is commonly integrated in…

Hard Attention