Skip to content
Open access

Intelligent malware detection on Android smartphones via a hybrid approach using gradient boosting and convolutional neural network

Aug 2026 · Scientific Reports · Vol 16 · 0 citations · 68 references
Medicine

TL;DR

Evaluation using metrics such as accuracy, precision, F1 score, and false positive rate indicates that CNN-GBM outperforms existing deep learning models, and enhancements stem from the effective integration of CNN feature extraction with GBM’s boosting capabilities.

Abstract

Malware is malicious software that infiltrates systems without user consent. Effective detection involves identifying such software and distinguishing it from benign programs. While machine learning has shown promise in malware detection, many existing techniques demand extensive feature engineering and representation, leading to higher computation times and error rates. To address these limitations, we propose CNN-GBM, a hybrid model combining Convolutional neural networks (CNN) with Gradient Boosted Machines (GBM), aimed at improving Android malware detection. The approach begins by constructing a dataset comprising malware and benign files, represented as numerical feature vectors through n-grams, opcode sequences, or byte-level features. CNN processes the raw data to learn hierarchical patterns, while an entropy-based feature selection technique identifies the most informative attributes. These selected features are then fed into the GBM, trained to classify files as malware or benign. Evaluation using metrics such as accuracy, precision, F1 score, and false positive rate indicates that CNN-GBM outperforms existing deep learning models. Notable improvements include accuracy (+ 3%), precision (+ 1%), recall (+ 5%), AUC (+ 3.5%), and significant reductions in false positive rate (− 52%), false negative rate (− 15%), and error rate (− 35%). These enhancements stem from the effective integration of CNN feature extraction with GBM’s boosting capabilities.

Read PDF

Similar papers

#explainable ai Open access Aug 2026

DEVELOPMENT OF A HYBRID NN–CNN DEEP LEARNING FRAMEWORK FOR INTELLIGENT MALWARE DETECTION, FAMILY CLASSIFICATION, AND VARIANT IDENTIFICATION

A Hybrid Neural Network–Convolutional Neural Network (NN–CNN) Deep Learning Framework for malware detection, malware-family classification, and malware-variant identification and considers two important issues in practical malware detection: model explainability and generalization to previously unseen malware.

Chioma Grace Nwankwo, B. C. Amanze, Ikechukwu Amaefule · 0 citations
Jul 2026

Malware Classification using Transfer Learning and EfficientNetB4 on Malevis-Datasets

This study presents a convolutional neural network (CNN) architecture based on transfer learning using EfficientNetB4 for multi-class image classification that improves classification accuracy while reducing training time and overfitting compared to conventional CNN models trained from scratch.

Abdul Hanan, M. Rizwan, Sana Tariq et al. · 0 citations
Conference Jul 2026

A Comparative Analysis of Machine Learning and Deep Learning Methods for Malware Detection in Portable Executable Files

Malware severely threatens cybersecurity through Portable Executable (PE) files. In this study, the performances of machine learning and deep learning models for malware detection are compared using static analysis features extracted from PE files. Tree-based ensemble models like Random Forest, XGBoost, LightGBM, and CatBoost, along with MLP, DNN, and 1D-CNN deep learning architectures, were trained on a dataset comprising 62,485 samples and 15 features. Experimental results proved that ensemble algorithms outperform deep learning models on low-dimensional tabular data. Among the models, Random Forest achieved the highest success with 99.65% accuracy and a 99.59% F1-score. This academic study demonstrates that lightweight and high-performance tree-based models offer a more efficient solution for malware detection compared to computationally expensive deep neural networks.

Gokay Mutlu, Neşe Rihani, E. Bayazit · 0 citations
Open access Jul 2026

Intelligent Android Malware Classification Using Equilibrium Optimizer and Deep LearningModel

An intelligent Android malware detection framework that combines deep learning with the Equilibrium Optimizer to improve detection performance is presented, providing an effective and reliable solution for securing Android devices against evolving malware threats.

Aishwarya Eklar, G.Rajini · 0 citations
2026

Android Malware Detection Using CTGAN-Based Data Augmentation and Autoencoder-Driven Feature Extraction

Experimental results demonstrate that the combined CTGAN and autoencoder pipeline significantly improves minority-class detection while maintaining high overall accuracy, and highlight that integrating generative augmentation with learned feature representations is an effective strategy for handling high-dimensional, imbalanced Android malware datasets.

Shirina Samreen · 0 citations