paper-with-me

Papers

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 feature selection algorithm designed to enhance gene expression classification by systematically refining the feature subset. Unlike conventional methods that rely solely on statistical ranking or classifier-specific selection, we integrate the robustness of Boruta with the interpretability of LIME, ensuring that only the most relevant and influential genes are retained. BOLIMES first employs Boruta to filter out non-informative genes by comparing each feature against its randomized counterpart, thus preserving valuable information. It then uses LIME to rank the remaining genes based on their local importance to the classifier. Finally, an iterative classification evaluation determines the optimal feature subset by selecting the number of genes that maximizes predictive accuracy. By combining exhaustive feature selection with interpretability-driven refinement, our solution effectively balances dimensionality reduction with high classification performance, offering a powerful solution for high-dimensional gene expression analysis.

📄 PDF Abstract BibTeX arXiv:2502.13080

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDimensionality Reductionfeature 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,…
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

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

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

2026-05-11 · Xurui Li, Zhiguo Gan, Jiaming Zhang, Zheng Liu 외 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 d…

Computational EfficiencyFeature Importance

Feature Selection with the Boruta Package

2010-09-01 · Journal of Statistical Software 2010 2010 9 · Miron B. Kursa, Witold R. Rudnicki

This article describes a R package Boruta, implementing a novel feature selection algorithm for finding all relevant variables. The algorithm is designed as a wrapper around a Random Forest classification algorithm. It i…

feature selectionGeneral Classification

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…