RSIS Repository Open-access research from RSIS International journals

International Journal of Research and Innovation in Applied Science (IJRIAS)

A Vision Based Deep Learning Framework for Malware Detection and Classification

byDr. Chaitanya Udatha; Y.S.S.K Keerthija; C. Shashank Reddy

Published May 27, 2026  •  Vol. 11, Issue 5, pp. 496–504Open Access
DOI: 10.51584/IJRIAS.2026.11050042

Abstract

Malware detection is a complex task for signature-based anti-virus software, especially for polymorphic malware and zero-day attacks. However, this project proposes a vision-based static malware detection and classification method that represents raw executable file bytes as fixed-size grayscale images called byte plots and attempts to classify malware families based on these images without executing them. In this project, for the proposed model, the best architecture is Convolutional Neural Networks (CNN) + Random Forest (CNN-RF). Initially, a CNN is trained to learn discriminative feature embeddings for byte plot images. Once this is done, the final softmax classifier is removed, and this CNN is used to generate a 256-dimensional vector for each input. Then, a class-balanced Random Forest is trained to predict the malware family and confidence scores. In this way, this proposed method is able to achieve better results for two different datasets, and the best results obtained are 98.07% for MalImg and 93.07% for MaleVis.

Keywords: Learning, Detection, Classification

JournalInternational Journal of Research and Innovation in Applied Science (IJRIAS)
ISSN2454-6194
Volume / IssueVolume 11, Issue 5
Pages496–504
Publication dateMay 27, 2026
DOI10.51584/IJRIAS.2026.11050042
PublisherRSIS International
LicenseOpen Access

How to cite this article

Dr. Chaitanya Udatha, Y.S.S.K Keerthija, & C. Shashank Reddy (2026). A Vision Based Deep Learning Framework for Malware Detection and Classification. International Journal of Research and Innovation in Applied Science (IJRIAS), 11(5), 496-504. https://doi.org/10.51584/IJRIAS.2026.11050042

BibTeX

@article{Dr2026,
  title   = {A Vision Based Deep Learning Framework for Malware Detection and Classification},
  author  = {Dr. Chaitanya Udatha and Y.S.S.K Keerthija and C. Shashank Reddy},
  journal = {International Journal of Research and Innovation in Applied Science (IJRIAS)},
  volume  = {11},
  number  = {5},
  pages   = {496--504},
  year    = {2026},
  doi     = {10.51584/IJRIAS.2026.11050042},
  publisher = {RSIS International}
}