paper-with-me

홈 › Papers

MDENet: Multi-modal Dual-embedding Networks for Malware Open-set Recognition

2023-05-02 · Jingcai Guo, Yuanyuan Xu, Wenchao Xu, Yufeng Zhan, Yuxia Sun, Song Guo

Malware open-set recognition (MOSR) aims at jointly classifying malware samples from known families and detect the ones from novel unknown families, respectively. Existing works mostly rely on a well-trained classifier considering the predicted probabilities of each known family with a threshold-based detection to achieve the MOSR. However, our observation reveals that the feature distributions of malware samples are extremely similar to each other even between known and unknown families. Thus the obtained classifier may produce overly high probabilities of testing unknown samples toward known families and degrade the model performance. In this paper, we propose the Multi-modal Dual-Embedding Networks, dubbed MDENet, to take advantage of comprehensive malware features (i.e., malware images and malware sentences) from different modalities to enhance the diversity of malware feature space, which is more representative and discriminative for down-stream recognition. Last, to further guarantee the open-set recognition, we dually embed the fused multi-modal representation into one primary space and an associated sub-space, i.e., discriminative and exclusive spaces, with contrastive sampling and rho-bounded enclosing sphere regularizations, which resort to classification and detection, respectively. Moreover, we also enrich our previously proposed large-scaled malware dataset MAL-100 with multi-modal characteristics and contribute an improved version dubbed MAL-100+. Experimental results on the widely used malware dataset Mailing and the proposed MAL-100+ demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2305.01245

Code (0)

등록된 구현이 없습니다.

Tasks

Open Set Learning

Similar Papers 제목 키워드 기반

Semantic-Aware Contrastive Fine-Tuning: Boosting Multimodal Malware Classification with Discriminative Embeddings

2025-04-25 · Ivan Montoya Sanchez, Shaswata Mitra, Aritran Piplai, Sudip Mittal

The rapid evolution of malware variants requires robust classification methods to enhance cybersecurity. While Large Language Models (LLMs) offer potential for generating malware descriptions to aid family classification…

AttributeMalware ClassificationMeta-LearningRobust classification

McNdroid: A Longitudinal Multimodal Benchmark for Robust Drift Detection in Android Malware

2026-05-07 · Md Mahmuduzzaman Kamol, Jesus Lopez, Saeefa Rubaiyet Nowmi, Emilia Rivas 외 arxiv

Machine learning (ML) in real-world systems must contend with concept drift, adversarial actors, and a spectrum of potential features with varying costs and benefits. Malware naturally exhibits all of these complexities,…

Malware Detection

EvilModel 2.0: Bringing Neural Network Models into Malware Attacks

2021-09-09 · Zhi Wang, Chaoge Liu, Xiang Cui, Jie Yin 외

Security issues have gradually emerged with the continuous development of artificial intelligence (AI). Earlier work verified the possibility of converting neural network models into stegomalware, embedding malware into …

Learning Malware Representation based on Execution Sequences

2019-12-16 · Yi-Ting Huang, Ting-Yi Chen, Yeali S. Sun, Meng Chang Chen

Malware analysis has been extensively investigated as the number and types of malware has increased dramatically. However, most previous studies use end-to-end systems to detect whether a sample is malicious, or to ident…

Malware Analysis

Malceiver: Perceiver with Hierarchical and Multi-modal Features for Android Malware Detection

2022-04-12 · Niall McLaughlin

We propose the Malceiver, a hierarchical Perceiver model for Android malware detection that makes use of multi-modal features. The primary inputs are the opcode sequence and the requested permissions of a given Android A…

Android Malware DetectionMalware ClassificationMalware Detection