paper-with-me

Papers

BinImg2Vec: Augmenting Malware Binary Image Classification with Data2Vec

2022-09-02 · Joon Sern Lee, Kai Keng Tay, Zong Fu Chua

Rapid digitalisation spurred by the Covid-19 pandemic has resulted in more cyber crime. Malware-as-a-service is now a booming business for cyber criminals. With the surge in malware activities, it is vital for cyber defenders to understand more about the malware samples they have at hand as such information can greatly influence their next course of actions during a breach. Recently, researchers have shown how malware family classification can be done by first converting malware binaries into grayscale images and then passing them through neural networks for classification. However, most work focus on studying the impact of different neural network architectures on classification performance. In the last year, researchers have shown that augmenting supervised learning with self-supervised learning can improve performance. Even more recently, Data2Vec was proposed as a modality agnostic self-supervised framework to train neural networks. In this paper, we present BinImg2Vec, a framework of training malware binary image classifiers that incorporates both self-supervised learning and supervised learning to produce a model that consistently outperforms one trained only via supervised learning. We were able to achieve a 4% improvement in classification performance and a 0.5% reduction in performance variance over multiple runs. We also show how our framework produces embeddings that can be well clustered, facilitating model explanability.

📄 PDF Abstract BibTeX arXiv:2209.00782

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Generating Synthetic Malware Samples Using Generative AI

2026-04-23 · Tiffany Bao, Kylie Trousil, Quang Duy Tran, Fabio Di Troia 외 arxiv

Malware attacks have a significant negative impact on organizations of varied scales in the field of cybersecurity. Recently, malware researchers have increasingly turned to machine learning techniques to combat sophisti…

Malware Classification

Random Forest for Malware Classification

2016-09-25 · Felan Carlo C. Garcia, Felix P. Muga II

The challenge in engaging malware activities involves the correct identification and classification of different malware variants. Various malwares incorporate code obfuscation methods that alters their code signatures e…

ClassificationGeneral ClassificationMalware Classification

Understanding the efficacy, reliability and resiliency of computer vision techniques for malware detection and future research directions

2019-04-03 · Li Chen

My research lies in the intersection of security and machine learning. This overview summarizes one component of my research: combining computer vision with malware exploit detection for enhanced security solutions. I wi…

BIG-bench Machine LearningClassificationGeneral Classificationimage-classification+4

Self-Supervised Vision Transformers for Malware Detection

2022-08-15 · Sachith Seneviratne, Ridwan Shariffdeen, Sanka Rasnayaka, Nuran Kasthuriarachchi

Malware detection plays a crucial role in cyber-security with the increase in malware growth and advancements in cyber-attacks. Previously unseen malware which is not determined by security vendors are often used in thes…

Binary ClassificationMalware ClassificationMalware DetectionMalware Family Detection+2

High-resolution Image-based Malware Classification using Multiple Instance Learning

2023-11-21 · Tim Peters, Hikmat Farhat

This paper proposes a novel method of classifying malware into families using high-resolution greyscale images and multiple instance learning to overcome adversarial binary enlargement. Current methods of visualisation-b…

ClassificationMalware ClassificationMultiple Instance Learning