paper-with-me

홈 › Papers

Adaptive Malware Detection using Sequential Feature Selection: A Dueling Double Deep Q-Network (D3QN) Framework for Intelligent Classification

2025-07-06 · Naseem Khan, Aref Y. Al-Tamimi, Amine Bermak, Issa M. Khalil arxiv

Traditional malware detection methods exhibit computational inefficiency due to exhaustive feature extraction requirements, creating accuracy-efficiency trade-offs that limit real-time deployment. We formulate malware classification as a Markov Decision Process with episodic feature acquisition and propose a Dueling Double Deep Q-Network (D3QN) framework for adaptive sequential feature selection. The agent learns to dynamically select informative features per sample before terminating with classification decisions, optimizing both detection accuracy and computational cost through reinforcement learning. We evaluate our approach on Microsoft Big2015 (9-class, 1,795 features) and BODMAS (binary, 2,381 features) datasets. D3QN achieves 99.22% and 98.83% accuracy while utilizing only 61 and 56 features on average, representing 96.6% and 97.6% dimensionality reduction. This yields computational efficiency improvements of 30.1x and 42.5x over traditional ensemble methods. Comprehensive ablation studies demonstrate consistent superiority over Random Forest, XGBoost, and static feature selection approaches. Quantitative analysis demonstrates that D3QN learns non-random feature selection policies with 62.5% deviation from uniform baseline distributions. The learned policies exhibit structured hierarchical preferences, utilizing high-level metadata features for initial assessment while selectively incorporating detailed behavioral features based on classification uncertainty. Feature specialization analysis reveals 57.7% of examined features demonstrate significant class-specific discrimination patterns. Our results validate reinforcement learning-based sequential feature selection for malware classification, achieving superior accuracy with substantial computational reduction through learned adaptive policies.

📄 PDF Abstract BibTeX arXiv:2507.04372

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionComputational EfficiencyMalware ClassificationReinforcement Learning

Similar Papers 제목 키워드 기반

MeLeMaD: Adaptive Malware Detection via Chunk-wise Feature Selection and Meta-Learning

2025-12-30 · Ajvad Haneef K, Karan Kuwar Singh, Madhu Kumar S D arxiv

Confronting the substantial challenges of malware detection in cybersecurity necessitates solutions that are both robust and adaptable to the ever-evolving threat environment. The paper introduces Meta Learning Malware D…

Malware Detection

Black-Box Attacks against RNN based Malware Detection Algorithms

2017-05-23 · Weiwei Hu, Ying Tan

Recent researches have shown that machine learning based malware detection algorithms are very vulnerable under the attacks of adversarial examples. These works mainly focused on the detection algorithms which use featur…

Malware Detection

LLM-FS: Zero-Shot Feature Selection for Effective and Interpretable Malware Detection

2026-02-10 · Naveen Gill, Ajvad Haneef K, Madhu Kumar S D arxiv

Feature selection (FS) remains essential for building accurate and interpretable detection models, particularly in high-dimensional malware datasets. Conventional FS methods such as Extra Trees, Variance Threshold, Tree-…

Malware Detection

CAFE-GB: Scalable and Stable Feature Selection for Malware Detection via Chunk-wise Aggregated Gradient Boosting

2026-01-22 · Ajvad Haneef K, Karan Kuwar Singh, Madhu Kumar S D arxiv

High-dimensional malware datasets often exhibit feature redundancy, instability, and scalability limitations, which hinder the effectiveness and interpretability of machine learning-based malware detection systems. Altho…

Feature ImportanceMalware Detection

Malware Detection using Artificial Bee Colony Algorithm

2020-12-01 · Farid Ghareh Mohammadi, Farzan Shenavarmasouleh, M. Hadi Amini, Hamid R. Arabnia

Malware detection has become a challenging task due to the increase in the number of malware families. Universal malware detection algorithms that can detect all the malware families are needed to make the whole process …

feature selectionMalware AnalysisMalware Detection