paper-with-me

홈 › Papers

Deep Generative model with Hierarchical Latent Factors for Time Series Anomaly Detection

2022-02-15 · Cristian Challu, Peihong Jiang, Ying Nian Wu, Laurent Callot

Multivariate time series anomaly detection has become an active area of research in recent years, with Deep Learning models outperforming previous approaches on benchmark datasets. Among reconstruction-based models, most previous work has focused on Variational Autoencoders and Generative Adversarial Networks. This work presents DGHL, a new family of generative models for time series anomaly detection, trained by maximizing the observed likelihood by posterior sampling and alternating back-propagation. A top-down Convolution Network maps a novel hierarchical latent space to time series windows, exploiting temporal dynamics to encode information efficiently. Despite relying on posterior sampling, it is computationally more efficient than current approaches, with up to 10x shorter training times than RNN based models. Our method outperformed current state-of-the-art models on four popular benchmark datasets. Finally, DGHL is robust to variable features between entities and accurate even with large proportions of missing values, settings with increasing relevance with the advent of IoT. We demonstrate the superior robustness of DGHL with novel occlusion experiments in this literature. Our code is available at https://github.com/cchallu/dghl.

📄 PDF Abstract BibTeX arXiv:2202.07586

Code (1)

cchallu/dghl 공식 구현 pytorch

Tasks

Anomaly DetectionMissing ValuesTime SeriesTime Series AnalysisTime Series Anomaly Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Deep Markov Spatio-Temporal Factorization

2020-03-22 · Amirreza Farnoosh, Behnaz Rezaei, Eli Zachary Sennesh, Zulqarnain Khan 외

We introduce deep Markov spatio-temporal factorization (DMSTF), a generative model for dynamical analysis of spatio-temporal data. Like other factor analysis methods, DMSTF approximates high dimensional data by a product…

ClusteringTime SeriesTime Series AnalysisTime Series Clustering+2

Hierarchical Deep Generative Models for Multi-Rate Multivariate Time Series

2018-07-01 · ICML 2018 7 · Zhengping Che, Sanjay Purushotham, Guangyu Li, Bo Jiang 외

Multi-Rate Multivariate Time Series (MR-MTS) are the multivariate time series observations which come with various sampling rates and encode multiple temporal dependencies. State-space models such as Kalman filters …

State Space ModelsTime SeriesTime Series Analysis

Towards Identifiability of Hierarchical Temporal Causal Representation Learning

2025-10-21 · Zijian Li, Minghao Fu, Junxian Huang, Yifan Shen 외 arxiv

Modeling hierarchical latent dynamics behind time series data is critical for capturing temporal dependencies across multiple levels of abstraction in real-world tasks. However, existing temporal causal representation le…

Representation Learning

Estimation and Inference for Three-Dimensional Panel Data Models

2024-04-12 · Guohua Feng, Jiti Gao, Fei Liu, Bin Peng

Hierarchical panel data models have recently garnered significant attention. This study contributes to the relevant literature by introducing a novel three-dimensional (3D) hierarchical panel data model, which integrates…

Time Series

Multi-period Time Series Modeling with Sparsity via Bayesian Variational Inference

2017-07-03 · Daniel Hsu

In this paper, we use augmented the hierarchical latent variable model to model multi-period time series, where the dynamics of time series are governed by factors or trends in multiple periods. Previous methods based on…

Time SeriesTime Series AnalysisVariational Inference