paper-with-me

Papers

MORPH: Towards Automated Concept Drift Adaptation for Malware Detection

2024-01-23 · Md Tanvirul Alam, Romy Fieblinger, Ashim Mahara, Nidhi Rastogi

Concept drift is a significant challenge for malware detection, as the performance of trained machine learning models degrades over time, rendering them impractical. While prior research in malware concept drift adaptation has primarily focused on active learning, which involves selecting representative samples to update the model, self-training has emerged as a promising approach to mitigate concept drift. Self-training involves retraining the model using pseudo labels to adapt to shifting data distributions. In this research, we propose MORPH -- an effective pseudo-label-based concept drift adaptation method specifically designed for neural networks. Through extensive experimental analysis of Android and Windows malware datasets, we demonstrate the efficacy of our approach in mitigating the impact of concept drift. Our method offers the advantage of reducing annotation efforts when combined with active learning. Furthermore, our method significantly improves over existing works in automated concept drift adaptation for malware detection.

📄 PDF Abstract BibTeX arXiv:2401.12790

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningMalware DetectionMORPHPseudo Label

Similar Papers 제목 키워드 기반

Combating Concept Drift with Explanatory Detection and Adaptation for Android Malware Classification

2024-05-07 · Yiling He, Junchi Lei, Zhan Qin, Kui Ren 외

Machine learning-based Android malware classifiers achieve high accuracy in stationary environments but struggle with concept drift. The rapid evolution of malware, especially with new families, can depress classificatio…

Drift DetectionMalware Classification

FARM: Few-shot Adaptive Malware Family Classification under Concept Drift

2026-01-25 · Numan Halit Guldemir, Oluwafemi Olukoya, Jesús Martínez-del-Rincón arxiv

Malware classification models often suffer performance degradation under concept drift due to evolving threat landscapes and the emergence of novel malware families. This paper presents FARM (Few-shot Adaptive Recognitio…

Malware Classification

DRMD: Deep Reinforcement Learning for Malware Detection under Concept Drift

2025-08-26 · Shae McFadden, Myles Foley, Mario D'Onghia, Chris Hicks 외 arxiv

Malware detection in real-world settings must deal with evolving threats, limited labeling budgets, and uncertain predictions. Traditional classifiers, without additional mechanisms, struggle to maintain performance unde…

Reinforcement LearningMalware DetectionActive Learning

MADCAT: Combating Malware Detection Under Concept Drift with Test-Time Adaptation

2025-05-24 · Eunjin Roh, Yigitcan Kaya, Christopher Kruegel, Giovanni Vigna 외

We present MADCAT, a self-supervised approach designed to address the concept drift problem in malware detection. MADCAT employs an encoder-decoder architecture and works by test-time training of the encoder on a small, …

Android Malware DetectionDecoderMalware DetectionTest-time Adaptation

ADAPT: A Pseudo-labeling Approach to Combat Concept Drift in Malware Detection

2025-07-11 · Md Tanvirul Alam, Aritran Piplai, Nidhi Rastogi arxiv

Machine learning models are commonly used for malware classification; however, they suffer from performance degradation over time due to concept drift. Adapting these models to changing data distributions requires freque…

Malware ClassificationMalware DetectionActive Learning