paper-with-me

홈 › Papers

PASTA: Neural Architecture Search for Anomaly Detection in Multivariate Time Series

2024-12-09 · IEEE Transactions on Emerging Topics in Computational Intelligence 2024 12 · Patara Trirat, Jae-Gil Lee

Time-series anomaly detection uncovers rare errors or intriguing events of interest that significantly deviate from normal patterns. In order to precisely detect anomalies, a detector needs to capture intricate underlying temporal dynamics of a time series, often in multiple scales. Thus, a fixed-designed neural network may not be optimal for capturing such complex dynamics as different time-series data require different learning processes to reflect their unique characteristics. This paper proposes a Prediction-based neural Architecture Search for Time series Anomaly detection framework, dubbed PASTA. Unlike previous work, besides searching for a connection between operations, we design a novel search space to search for optimal connections in the temporal dimension among recurrent cells within/between each layer, i.e., temporal connectivity, and encode them via multi-level configuration encoding networks. Experimental results from both real-world and synthetic benchmarks show that the discovered architectures by PASTA outperform the second-best state-of-the-art baseline by around 13.6% in the enhanced time-series aware F1 score on average, confirming that the design of temporal connectivity is critical for time-series anomaly detection.

📄 PDF Abstract BibTeX

Code (1)

kaist-dmlab/PASTA tf

Tasks

Anomaly DetectionNeural Architecture SearchTime SeriesTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

AD-NEV: A Scalable Multi-level Neuroevolution Framework for Multivariate Anomaly Detection

2023-05-25 · Marcin Pietron, Dominik Zurek, Kamil Faber, Roberto Corizzo

Anomaly detection tools and methods present a key capability in modern cyberphysical and failure prediction systems. Despite the fast-paced development in deep learning architectures for anomaly detection, model optimiza…

Anomaly DetectionModel OptimizationTime SeriesTime Series Anomaly Detection

Fast and scalable neuroevolution deep learning architecture search for multivariate anomaly detection

2021-12-10 · M. Pietroń, D. Żurek, K. Faber, R. Corizzo

Neuroevolution is one of the methodologies that can be used for learning optimal architecture during training. It uses evolutionary algorithms to generate the topology of artificial neural networks and its parameters. Th…

Anomaly DetectionEvolutionary Algorithms

Real-Time Anomaly Detection for Multivariate Data Stream

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

The paper titled “Probabilistic reasoning for streaming anomaly detection” from MIT CSAIL proposed a framework for performing online anomaly detection on univariate data. Unfortunately, most of the data in the real world…

Anomaly Detection

AD-NEv++ : The multi-architecture neuroevolution-based multivariate anomaly detection framework

2024-03-25 · Marcin Pietroń, Dominik Żurek, Kamil Faber, Roberto Corizzo

Anomaly detection tools and methods enable key analytical capabilities in modern cyberphysical and sensor-based systems. Despite the fast-paced development in deep learning architectures for anomaly detection, model opti…

Anomaly DetectionModel Optimization

RSM-GAN: A Convolutional Recurrent GAN for Anomaly Detection in Contaminated Seasonal Multivariate Time Series

2019-11-16 · Farzaneh Khoshnevisan, Zhewen Fan

Robust anomaly detection is a requirement for monitoring complex modern systems with applications such as cyber-security, fraud prevention, and maintenance. These systems generate multiple correlated time series that are…

Anomaly DetectionCausal InferenceGenerative Adversarial NetworkTime Series+2