Beyond Sharing: Conflict-Aware Multivariate Time Series Anomaly
Detection
- URL: http://arxiv.org/abs/2308.08915v2
- Date: Fri, 25 Aug 2023 09:01:23 GMT
- Title: Beyond Sharing: Conflict-Aware Multivariate Time Series Anomaly
Detection
- Authors: Haotian Si, Changhua Pei, Zhihan Li, Yadong Zhao, Jingjing Li, Haiming
Zhang, Zulong Diao, Jianhui Li, Gaogang Xie, Dan Pei
- Abstract summary: We introduce CAD, a Conflict-aware Anomaly Detection algorithm.
We find that the poor performance of vanilla MMoE mainly comes from the input-output misalignment settings of MTS formulation.
We show that CAD obtains an average F1-score of 0.943 across three public datasets, notably outperforming state-of-the-art methods.
- Score: 18.796225184893874
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Massive key performance indicators (KPIs) are monitored as multivariate time
series data (MTS) to ensure the reliability of the software applications and
service system. Accurately detecting the abnormality of MTS is very critical
for subsequent fault elimination. The scarcity of anomalies and manual labeling
has led to the development of various self-supervised MTS anomaly detection
(AD) methods, which optimize an overall objective/loss encompassing all
metrics' regression objectives/losses. However, our empirical study uncovers
the prevalence of conflicts among metrics' regression objectives, causing MTS
models to grapple with different losses. This critical aspect significantly
impacts detection performance but has been overlooked in existing approaches.
To address this problem, by mimicking the design of multi-gate
mixture-of-experts (MMoE), we introduce CAD, a Conflict-aware multivariate KPI
Anomaly Detection algorithm. CAD offers an exclusive structure for each metric
to mitigate potential conflicts while fostering inter-metric promotions. Upon
thorough investigation, we find that the poor performance of vanilla MMoE
mainly comes from the input-output misalignment settings of MTS formulation and
convergence issues arising from expansive tasks. To address these challenges,
we propose a straightforward yet effective task-oriented metric selection and
p&s (personalized and shared) gating mechanism, which establishes CAD as the
first practicable multi-task learning (MTL) based MTS AD model. Evaluations on
multiple public datasets reveal that CAD obtains an average F1-score of 0.943
across three public datasets, notably outperforming state-of-the-art methods.
Our code is accessible at https://github.com/dawnvince/MTS_CAD.
Related papers
- See it, Think it, Sorted: Large Multimodal Models are Few-shot Time Series Anomaly Analyzers [23.701716999879636]
Time series anomaly detection (TSAD) is becoming increasingly vital due to the rapid growth of time series data.
We introduce a pioneering framework called the Time Series Anomaly Multimodal Analyzer (TAMA) to enhance both the detection and interpretation of anomalies.
arXiv Detail & Related papers (2024-11-04T10:28:41Z) - Analytic Continual Test-Time Adaptation for Multi-Modality Corruption [23.545997349882857]
Test-Time Adaptation (TTA) aims to help pre-trained models bridge the gap between source and target datasets.
We propose a novel approach, Multi-modality Dynamic Analytic Adapter (MDAA) for MM-CTTA tasks.
MDAA achieves state-of-the-art performance on MM-CTTA while ensuring reliable model adaptation.
arXiv Detail & Related papers (2024-10-29T01:21:24Z) - Mitigating Shortcut Learning with Diffusion Counterfactuals and Diverse Ensembles [95.49699178874683]
We propose DiffDiv, an ensemble diversification framework exploiting Diffusion Probabilistic Models (DPMs)
We show that DPMs can generate images with novel feature combinations, even when trained on samples displaying correlated input features.
We show that DPM-guided diversification is sufficient to remove dependence on shortcut cues, without a need for additional supervised signals.
arXiv Detail & Related papers (2023-11-23T15:47:33Z) - Exploring Progress in Multivariate Time Series Forecasting: Comprehensive Benchmarking and Heterogeneity Analysis [70.78170766633039]
We address the need for means of assessing MTS forecasting proposals reliably and fairly.
BasicTS+ is a benchmark designed to enable fair, comprehensive, and reproducible comparison of MTS forecasting solutions.
We apply BasicTS+ along with rich datasets to assess the capabilities of more than 45 MTS forecasting solutions.
arXiv Detail & Related papers (2023-10-09T19:52:22Z) - UniFormaly: Towards Task-Agnostic Unified Framework for Visual Anomaly
Detection [6.260747047974035]
We present UniFormaly, a universal and powerful anomaly detection framework.
We emphasize the necessity of our off-the-shelf approach by pointing out a suboptimal issue in online encoder-based methods.
UniFormaly achieves outstanding results on various tasks and datasets.
arXiv Detail & Related papers (2023-07-24T06:04:12Z) - Robust Multimodal Failure Detection for Microservice Systems [32.25907616511765]
AnoFusion is an unsupervised failure detection approach for microservice systems.
It learns the correlation of the heterogeneous multimodal data and integrates a Graph Attention Network (GAT) and Gated Recurrent Unit (GRU)
It achieves the F1-score of 0.857 and 0.922, respectively, outperforming state-of-the-art failure detection approaches.
arXiv Detail & Related papers (2023-05-30T12:39:42Z) - Exposing and Addressing Cross-Task Inconsistency in Unified
Vision-Language Models [80.23791222509644]
Inconsistent AI models are considered brittle and untrustworthy by human users.
We find that state-of-the-art vision-language models suffer from a surprisingly high degree of inconsistent behavior across tasks.
We propose a rank correlation-based auxiliary training objective, computed over large automatically created cross-task contrast sets.
arXiv Detail & Related papers (2023-03-28T16:57:12Z) - Rethinking the Metric in Few-shot Learning: From an Adaptive
Multi-Distance Perspective [30.30691830639013]
We investigate the contributions of different distance metrics, and propose an adaptive fusion scheme, bringing significant improvements in few-shot classification.
Based on Adaptive Metrics Module (AMM), we design a few-shot classification framework AMTNet, including the AMM and the Global Adaptive Loss (GAL)
In the experiment, the proposed AMM achieves 2% higher performance than the naive metrics fusion module, and our AMTNet outperforms the state-of-the-arts on multiple benchmark datasets.
arXiv Detail & Related papers (2022-11-02T05:30:03Z) - LIFE: Learning Individual Features for Multivariate Time Series
Prediction with Missing Values [71.52335136040664]
We propose a Learning Individual Features (LIFE) framework, which provides a new paradigm for MTS prediction with missing values.
LIFE generates reliable features for prediction by using the correlated dimensions as auxiliary information and suppressing the interference from uncorrelated dimensions with missing values.
Experiments on three real-world data sets verify the superiority of LIFE to existing state-of-the-art models.
arXiv Detail & Related papers (2021-09-30T04:53:24Z) - TadGAN: Time Series Anomaly Detection Using Generative Adversarial
Networks [73.01104041298031]
TadGAN is an unsupervised anomaly detection approach built on Generative Adversarial Networks (GANs)
To capture the temporal correlations of time series, we use LSTM Recurrent Neural Networks as base models for Generators and Critics.
To demonstrate the performance and generalizability of our approach, we test several anomaly scoring techniques and report the best-suited one.
arXiv Detail & Related papers (2020-09-16T15:52:04Z) - FairMOT: On the Fairness of Detection and Re-Identification in Multiple
Object Tracking [92.48078680697311]
Multi-object tracking (MOT) is an important problem in computer vision.
We present a simple yet effective approach termed as FairMOT based on the anchor-free object detection architecture CenterNet.
The approach achieves high accuracy for both detection and tracking.
arXiv Detail & Related papers (2020-04-04T08:18:00Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.