paper-with-me

홈 › Papers

Feature Selection for Huge Data via Minipatch Learning

2020-10-16 · Tianyi Yao, Genevera I. Allen

Feature selection often leads to increased model interpretability, faster computation, and improved model performance by discarding irrelevant or redundant features. While feature selection is a well-studied problem with many widely-used techniques, there are typically two key challenges: i) many existing approaches become computationally intractable in huge-data settings with millions of observations and features; and ii) the statistical accuracy of selected features degrades in high-noise, high-correlation settings, thus hindering reliable model interpretation. We tackle these problems by proposing Stable Minipatch Selection (STAMPS) and Adaptive STAMPS (AdaSTAMPS). These are meta-algorithms that build ensembles of selection events of base feature selectors trained on many tiny, (adaptively-chosen) random subsets of both the observations and features of the data, which we call minipatches. Our approaches are general and can be employed with a variety of existing feature selection strategies and machine learning techniques. In addition, we provide theoretical insights on STAMPS and empirically demonstrate that our approaches, especially AdaSTAMPS, dominate competing methods in terms of feature selection accuracy and computational time.

📄 PDF Abstract BibTeX arXiv:2010.08529

Code (0)

등록된 구현이 없습니다.

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

Fast and Accurate Graph Learning for Huge Data via Minipatch Ensembles

2021-10-22 · Tianyi Yao, Minjie Wang, Genevera I. Allen

Gaussian graphical models provide a powerful framework for uncovering conditional dependence relationships between sets of nodes; they have found applications in a wide variety of fields including sensor and communicatio…

Graph LearningModel Selection

MP-Boost: Minipatch Boosting via Adaptive Feature and Observation Sampling

2020-11-14 · Mohammad Taha Toghani, Genevera I. Allen

Boosting methods are among the best general-purpose and off-the-shelf machine learning approaches, gaining widespread popularity. In this paper, we seek to develop a boosting method that yields comparable accuracy to pop…

Binary Classification

Fair MP-BOOST: Fair and Interpretable Minipatch Boosting

2024-04-01 · Camille Olivia Little, Genevera I. Allen

Ensemble methods, particularly boosting, have established themselves as highly effective and widely embraced machine learning techniques for tabular data. In this paper, we aim to leverage the robust predictive power of …

FairnessFeature Importance

Model-Agnostic Confidence Intervals for Feature Importance: A Fast and Powerful Approach Using Minipatch Ensembles

2022-06-05 · Luqin Gan, Lili Zheng, Genevera I. Allen

To promote new scientific discoveries from complex data sets, feature importance inference has been a long-standing statistical problem. Instead of testing for parameters that are only interpretable for specific models, …

BIG-bench Machine LearningEnsemble LearningFeature ImportanceInterpretable Machine Learning

Fast and Interpretable Consensus Clustering via Minipatch Learning

2021-10-05 · Luqin Gan, Genevera I. Allen

Consensus clustering has been widely used in bioinformatics and other applications to improve the accuracy, stability and reliability of clustering results. This approach ensembles cluster co-occurrences from multiple cl…

ClusteringComputational Efficiency