paper-with-me

홈 › Papers

Little Help Makes a Big Difference: Leveraging Active Learning to Improve Unsupervised Time Series Anomaly Detection

2022-01-25 · Hamza Bodor, Thai V. Hoang, Zonghua Zhang

Key Performance Indicators (KPI), which are essentially time series data, have been widely used to indicate the performance of telecom networks. Based on the given KPIs, a large set of anomaly detection algorithms have been deployed for detecting the unexpected network incidents. Generally, unsupervised anomaly detection algorithms gain more popularity than the supervised ones, due to the fact that labeling KPIs is extremely time- and resource-consuming, and error-prone. However, those unsupervised anomaly detection algorithms often suffer from excessive false alarms, especially in the presence of concept drifts resulting from network re-configurations or maintenance. To tackle this challenge and improve the overall performance of unsupervised anomaly detection algorithms, we propose to use active learning to introduce and benefit from the feedback of operators, who can verify the alarms (both false and true ones) and label the corresponding KPIs with reasonable effort. Specifically, we develop three query strategies to select the most informative and representative samples to label. We also develop an efficient method to update the weights of Isolation Forest and optimally adjust the decision threshold, so as to eventually improve the performance of detection model. The experiments with one public dataset and one proprietary dataset demonstrate that our active learning empowered anomaly detection pipeline could achieve performance gain, in terms of F1-score, more than 50% over the baseline algorithm. It also outperforms the existing active learning based methods by approximately 6%-10%, with significantly reduced budget (the ratio of samples to be labeled).

📄 PDF Abstract BibTeX arXiv:2201.10323

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningAnomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly DetectionUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Adaptive Wasserstein Hourglass for Weakly Supervised Hand Pose Estimation from Monocular RGB

2019-09-11 · Yumeng Zhang, Li Chen, Yufeng Liu, Junhai Yong 외

Insufficient labeled training datasets is one of the bottlenecks of 3D hand pose estimation from monocular RGB images. Synthetic datasets have a large number of images with precise annotations, but the obvious difference…

3D Hand Pose EstimationDomain AdaptationHand Pose EstimationPose Estimation

A Machine Learning Approach to Long-Term Drought Prediction using Normalized Difference Indices Computed on a Spatiotemporal Dataset

2023-02-05 · Veronica Wairimu Muriga, Benjamin Rich, Francesco Mauro, Alessandro Sebastianelli 외

Climate change and increases in drought conditions affect the lives of many and are closely tied to global agricultural output and livestock production. This research presents a novel approach utilizing machine learning …

Prediction

SuperNOVA: Design Strategies and Opportunities for Interactive Visualization in Computational Notebooks

2023-05-04 · Zijie J. Wang, David Munechika, Seongmin Lee, Duen Horng Chau

Computational notebooks, such as Jupyter Notebook, have become data scientists' de facto programming environments. Many visualization researchers and practitioners have developed interactive visualization tools that supp…

On Statistical Bias In Active Learning: How and When To Fix It

2021-01-27 · ICLR 2021 1 · Sebastian Farquhar, Yarin Gal, Tom Rainforth

Active learning is a powerful tool when labelling data is expensive, but it introduces a bias because the training data no longer follows the population distribution. We formalize this bias and investigate the situations…

Active Learning

Beyond expert users: agents should help users construct preferences, not just elicit them

2026-06-29 · Irena Saracay, Ludwig Schmidt, Carlos Guestrin arxiv

Agents typically assume an expert user -- one with well-formed preferences about what they want -- and default to clarifying questions whenever the task is underspecified. We argue this assumption is unrealistic. Users o…