DTAAD: Dual Tcn-Attention Networks for Anomaly Detection in Multivariate Time Series Data
Lingrui Yu
TL;DR
The paper tackles unsupervised anomaly detection in high-dimensional multivariate time series by proposing DTAAD, a lightweight architecture that combines an autoregressive autoencoder with dual TCNs feeding a Transformer encoder–decoder. By integrating local causal and global dilated convolutions, a residual feedback loop, and a two-loss objective plus MAML-based meta-learning, the approach achieves robust detection and per-dimension diagnosis with significantly reduced training time. Across nine public datasets, DTAAD outperforms most baselines in F1 and AUC, with up to $8.38\%$ F1 gains and up to $99\%$ faster training, demonstrating strong practical potential for industrial and embedded deployments. The use of POT EVT-based thresholds enables dynamic, per-dimension anomaly labeling, contributing to accurate diagnosis and scalable operation in real-world settings.
Abstract
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.
