paper-with-me

홈 › Papers

MH-FSF: A Unified Framework for Overcoming Benchmarking and Reproducibility Limitations in Feature Selection Evaluation

2025-07-11 · Vanderson Rocha, Diego Kreutz, Gabriel Canto, Hendrio Bragança, Eduardo Feitosa arxiv

Feature selection is vital for building effective predictive models, as it reduces dimensionality and emphasizes key features. However, current research often suffers from limited benchmarking and reliance on proprietary datasets. This severely hinders reproducibility and can negatively impact overall performance. To address these limitations, we introduce the MH-FSF framework, a comprehensive, modular, and extensible platform designed to facilitate the reproduction and implementation of feature selection methods. Developed through collaborative research, MH-FSF provides implementations of 17 methods (11 classical, 6 domain-specific) and enables systematic evaluation on 10 publicly available Android malware datasets. Our results reveal performance variations across both balanced and imbalanced datasets, highlighting the critical need for data preprocessing and selection criteria that account for these asymmetries. We demonstrate the importance of a unified platform for comparing diverse feature selection techniques, fostering methodological consistency and rigor. By providing this framework, we aim to significantly broaden the existing literature and pave the way for new research directions in feature selection, particularly within the context of Android malware detection.

📄 PDF Abstract BibTeX arXiv:2507.10591

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

RBoard: A Unified Platform for Reproducible and Reusable Recommender System Benchmarks

2024-09-09 · Xinyang Shao, Edoardo D'Amico, Gabor Fodor, Tri Kurniawan Wijaya

Recommender systems research lacks standardized benchmarks for reproducibility and algorithm comparisons. We introduce RBoard, a novel framework addressing these challenges by providing a comprehensive platform for bench…

BenchmarkingClick-Through Rate PredictionRecommendation Systems

MambaSL: Exploring Single-Layer Mamba for Time Series Classification

2026-04-16 · Yoo-Min Jung, Leekyung Kim arxiv

Despite recent advances in state space models (SSMs) such as Mamba across various sequence domains, research on their standalone capacity for time series classification (TSC) has remained limited. We propose MambaSL, a f…

Time Series Classification

Diffusion-Based Data Augmentation for Image Recognition: A Systematic Analysis and Evaluation

2026-03-09 · Zekun Li, Yinghuan Shi, Yang Gao, Dong Xu arxiv

Diffusion-based data augmentation (DiffDA) has emerged as a promising approach to improving classification performance under data scarcity. However, existing works vary significantly in task configurations, model choices…

Data Augmentation

GlucoTune: A Unified Framework for Blood Glucose Preprocessing, Forecasting, and Benchmarking in Diabetes

2026-07-23 · Davide Marelli, Giorgia Rigamonti, Mirko Paolo Barbato, Paolo Napoletano arxiv

Preprocessing blood glucose time-series data is a critical yet often overlooked step in developing data-driven methods for diabetes management, particularly for type 1 diabetes. The lack of standardized preprocessing wor…

Benchmarking AI Models in Software Engineering: A Review, Search Tool, and Enhancement Protocol

2025-03-07 · Roham Koohestani, Philippe de Bekker, Maliheh Izadi

Benchmarks are essential for consistent evaluation and reproducibility. The integration of Artificial Intelligence into Software Engineering (AI4SE) has given rise to numerous benchmarks for tasks such as code generation…

BenchmarkingBug fixingCode GenerationHumanEval