LGFeb 17, 2023

DTAAD: Dual Tcn-Attention Networks for Anomaly Detection in Multivariate Time Series Data

arXiv:2302.10753v392 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate anomaly detection for industrial applications, though it appears incremental as it builds on existing methods like Transformer and TCN.

The paper tackled anomaly detection in multivariate time series by proposing DTAAD, a model combining Transformer and Dual TCN, which improved F1 scores by 8.38% and reduced training time by 99% compared to baselines.

Anomaly detection techniques enable effective anomaly detection and diagnosis in multi-variate time series data, which are of major significance for today's industrial applications. However, establishing an anomaly detection system that can be rapidly and accurately located is a challenging problem due to the lack of anomaly labels, the high dimensional complexity of the data, memory bottlenecks in actual hardware, and the need for fast reasoning. In this paper, we propose an anomaly detection and diagnosis model, DTAAD, based on Transformer and Dual Temporal Convolutional Network (TCN). Our overall model is an integrated design in which an autoregressive model (AR) combines with an autoencoder (AE) structure. Scaling methods and feedback mechanisms are introduced to improve prediction accuracy and expand correlation differences. Constructed by us, the Dual TCN-Attention Network (DTA) uses only a single layer of Transformer encoder in our baseline experiment, belonging to an ultra-lightweight model. Our extensive experiments on seven public datasets validate that DTAAD exceeds the majority of currently advanced baseline methods in both detection and diagnostic performance. Specifically, DTAAD improved F1 scores by $8.38\%$ and reduced training time by $99\%$ compared to the baseline. The code and training scripts are publicly available on GitHub at https://github.com/Yu-Lingrui/DTAAD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes