paper-with-me

홈 › Papers

Concept Drift Detection and Adaptation with Weak Supervision on Streaming Unlabeled Data

2019-10-02 · Abhijit Suprem

Concept drift in learning and classification occurs when the statistical properties of either the data features or target change over time; evidence of drift has appeared in search data, medical research, malware, web data, and video. Drift adaptation has not yet been addressed in high dimensional, noisy, low-context data such as streaming text, video, or images due to the unique challenges these domains present. We present a two-fold approach to deal with concept drift in these domains: a density-based clustering approach to deal with virtual concept drift (change in statistical properties of features) and a weak-supervision step to deal with real concept drift (change in statistical properties of target). Our density-based clustering avoids problems posed by the curse of dimensionality to create an evolving 'map' of the live data space, thereby addressing virtual drift in features. Our weak-supervision step leverages high-confidence labels (oracle or heuristic labels) to generate weighted training sets to generalize and update existing deep learners to adapt to changing decision boundaries (real drift) and create new deep learners for unseen regions of the data space. Our results show that our two-fold approach performs well with >90% precision in 2018, four years after initial deployment in 2014, without any human intervention.

📄 PDF Abstract BibTeX arXiv:1910.01064

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDrift Detection

Similar 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 adaptati…

Active LearningMalware DetectionMORPHPseudo Label

METER: A Dynamic Concept Adaptation Framework for Online Anomaly Detection

2023-12-28 · Jiaqi Zhu, Shaofeng Cai, Fang Deng, Beng Chin Ooi 외

Real-time analytics and decision-making require online anomaly detection (OAD) to handle drifts in data streams efficiently and effectively. Unfortunately, existing approaches are often constrained by their limited detec…

Anomaly DetectionDecision MakingDrift Detection

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

Evaluation of concept drift adaptation for acoustic scene classifier based on Kernel Density Drift Detection and Combine Merge Gaussian Mixture Model

2021-05-27 · Ibnu Daqiqil Id, Masanobu Abe, Sunao Hara

Based on the experimental results, all concepts drift types have their respective hyperparameter configurations. Simple and gradual concept drift have similar pattern which requires a smaller {\alpha} value than recurrin…

Drift Detection

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