paper-with-me

Papers

Novel GPU Boruta algorithms for feature selection from high-dimensional data

2026-05-11 · Xurui Li, Zhiguo Gan, Jiaming Zhang, Zheng Liu, Diannan Lu arxiv

Most feature selection algorithms, especially wrapper methods, run inefficiently on CPU based platforms because of their high computational complexity. This inefficiency makes them unsuitable for processing large scale datasets. To address this challenge, the present study proposed two GPU accelerated versions of the Boruta feature selection procedure, in which Boruta-Permut relies on permutation based feature importance and Boruta-TreeImp employs importance based on impurity reduction. To evaluate these methods we conducted experiments on both a self constructed dataset and several publicly available datasets. The experimental results show that the proposed GPU accelerated algorithms greatly improve computational efficiency while preserving feature selection accuracy comparable to the original Boruta algorithm. In our analysis we also observe that the impurity reduction based version can overestimate the importance of some features. Overall these findings suggest that performing Boruta feature selection on GPUs offers an effective and cost efficient solution for large scale data analysis, which is a good deal.

📄 PDF Abstract BibTeX arXiv:2605.09950

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyFeature Importance

Similar Papers 제목 키워드 기반

Noise-Augmented Boruta: The Neural Network Perturbation Infusion with Boruta Feature Selection

2023-09-18 · Hassan Gharoun, Navid Yazdanjoe, Mohammad Sadegh Khorshidi, Amir H. Gandomi

With the surge in data generation, both vertically (i.e., volume of data) and horizontally (i.e., dimensionality), the burden of the curse of dimensionality has become increasingly palpable. Feature selection, a key face…

Dimensionality Reductionfeature selection

BOLIMES: Boruta and LIME optiMized fEature Selection for Gene Expression Classification

2025-02-18 · Bich-Chung Phan, Thanh Ma, Huu-Hoa Nguyen, and Thanh-Nghi Do

Gene expression classification is a pivotal yet challenging task in bioinformatics, primarily due to the high dimensionality of genomic data and the risk of overfitting. To bridge this gap, we propose BOLIMES, a novel fe…

ClassificationDimensionality Reductionfeature selection

BoMGene: Integrating Boruta-mRMR feature selection for enhanced Gene expression classification

2025-10-01 · Bich-Chung Phan, Thanh Ma, Huu-Hoa Nguyen, Thanh-Nghi Do arxiv

Feature selection is a crucial step in analyzing gene expression data, enhancing classification performance, and reducing computational costs for high-dimensional datasets. This paper proposes BoMGene, a hybrid feature s…

Beyond Noise: A Hypothesis Testing Approach to Robust Feature Selection

2025-11-25 · Mousam Sinha, Tirtha Sarathi Ghosh, Ridam Pal arxiv

Feature selection remains difficult in modern high-dimensional settings, and established methods such as Boruta and Recursive Feature Elimination are either computationally costly or lack a statistically justified stoppi…

A Pan-cancer Classification Model using Multi-view Feature Selection Method and Ensemble Classifier

2025-01-12 · Tareque Mohmud Chowdhury, Farzana Tabassum, Sabrina Islam, Abu Raihan Mostofa Kamal

Accurately identifying cancer samples is crucial for precise diagnosis and effective patient treatment. Traditional methods falter with high-dimensional and high feature-to-sample count ratios, which are critical for cla…

Cancer Classificationfeature selection