paper-with-me

홈 › Papers

Towards non-parametric drift detection via Dynamic Adapting Window Independence Drift Detection (DAWIDD)

2020-01-01 · ICML 2020 1 · Fabian Hinder, André Artelt, CITEC Barbara Hammer

The notion of concept drift refers to the phenomenon that the distribution, which is underlying the observed data, changes over time; as a consequence machine learning models may become inaccurate and need adjustment. Many online learning schemes include drift detection to actively detect and react to observed changes. Yet, reliable drift detection constitutes a challenging problem in particular in the context of high dimensional data, varying drift characteristics, and the absence of a parametric model such as a classification scheme which reflects the drift. In this paper we present a novel concept drift detection method, Dynamic Adapting Window Independence Drift Detection (DAWIDD), which aims for non-parametric drift detection of diverse drift characteristics. For this purpose, we establish a mathematical equivalence of the presence of drift to the dependency of specific random variables in an according drift process. This allows us to rely on independence tests rather than parametric models or the classification loss, resulting in a fairly robust scheme to universally detect different types of drift, as is also confirmed in experiments.

📄 PDF Abstract BibTeX

Code (1)

FabianHinder/DAWIDD 공식 구현

Tasks

Drift Detection

Similar Papers 제목 키워드 기반

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

Decoupled Reasoning with Implicit Fact Tokens (DRIFT): A Dual-Model Framework for Efficient Long-Context Inference

2026-02-10 · Wenxuan Xie, Yujia Wang, Xin Tan, Chaochao Lu 외 arxiv

The integration of extensive, dynamic knowledge into Large Language Models (LLMs) remains a significant challenge due to the inherent entanglement of factual data and reasoning patterns. Existing solutions, ranging from …

knowledge editing

Concept Drift Visualization of SVM with Shifting Window

2024-06-19 · Honorius Galmeanu, Razvan Andonie

In machine learning, concept drift is an evolution of information that invalidates the current data model. It happens when the statistical properties of the input data change over time in unforeseen ways. Concept drift d…

Drift Detection

A Conditioned Unsupervised Regression Framework Attuned to the Dynamic Nature of Data Streams

2023-12-12 · Rene Richard, Nabil Belacel

In scenarios where obtaining real-time labels proves challenging, conventional approaches may result in sub-optimal performance. This paper presents an optimal strategy for streaming contexts with limited labeled data, i…

Drift DetectionNavigateregression

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