METER: A Dynamic Concept Adaptation Framework for Online Anomaly Detection
Jiaqi Zhu, Shaofeng Cai, Fang Deng, Beng Chin Ooi, Wenqiao Zhang
TL;DR
The paper addresses online anomaly detection under concept drift by introducing METER, a dynamic concept adaptation framework. It combines a Static Concept-aware Detector trained on historical central concepts with an Intelligent Evolution Controller for drift signaling and a Dynamic Shift-aware Detector powered by a hypernetwork to generate input-aware parameter shifts, complemented by an Offline Updating Strategy. Through extensive experiments on 17 real-world and 4 synthetic datasets, METER consistently outperforms incremental and ensemble baselines in AUC metrics while maintaining high efficiency and providing interpretable uncertainty via evidential deep learning. The work demonstrates practical impact for real-time, drift-aware anomaly detection in streaming systems and outlines scalable deployment with Flink integration.
Abstract
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 detection capacity and slow adaptation to evolving data streams, inhibiting their efficacy and efficiency in handling concept drift, which is a major challenge in evolving data streams. In this paper, we introduce METER, a novel dynamic concept adaptation framework that introduces a new paradigm for OAD. METER addresses concept drift by first training a base detection model on historical data to capture recurring central concepts, and then learning to dynamically adapt to new concepts in data streams upon detecting concept drift. Particularly, METER employs a novel dynamic concept adaptation technique that leverages a hypernetwork to dynamically generate the parameter shift of the base detection model, providing a more effective and efficient solution than conventional retraining or fine-tuning approaches. Further, METER incorporates a lightweight drift detection controller, underpinned by evidential deep learning, to support robust and interpretable concept drift detection. We conduct an extensive experimental evaluation, and the results show that METER significantly outperforms existing OAD approaches in various application scenarios.
