paper-with-me

홈 › Papers

Grouped Convolutional Neural Networks for Multivariate Time Series

2017-03-29 · Subin Yi, Janghoon Ju, Man-Ki Yoon, Jaesik Choi

Analyzing multivariate time series data is important for many applications such as automated control, fault diagnosis and anomaly detection. One of the key challenges is to learn latent features automatically from dynamically changing multivariate input. In visual recognition tasks, convolutional neural networks (CNNs) have been successful to learn generalized feature extractors with shared parameters over the spatial domain. However, when high-dimensional multivariate time series is given, designing an appropriate CNN model structure becomes challenging because the kernels may need to be extended through the full dimension of the input volume. To address this issue, we present two structure learning algorithms for deep CNN models. Our algorithms exploit the covariance structure over multiple time series to partition input volume into groups. The first algorithm learns the group CNN structures explicitly by clustering individual input sequences. The second algorithm learns the group CNN structures implicitly from the error backpropagation. In experiments with two real-world datasets, we demonstrate that our group CNNs outperform existing CNN based regression methods.

📄 PDF Abstract BibTeX arXiv:1703.09938

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionClusteringFault DiagnosisTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Multivariate Time Series Classification using Dilated Convolutional Neural Network

2019-05-05 · Omolbanin Yazdanbakhsh, Scott Dick

Multivariate time series classification is a high value and well-known problem in machine learning community. Feature extraction is a main step in classification tasks. Traditional approaches employ hand-crafted features…

Activity RecognitionClassificationGeneral ClassificationHuman Activity Recognition+3

Autoregressive Convolutional Recurrent Neural Network for Univariate and Multivariate Time Series Prediction

2019-03-06 · Matteo Maggiolo, Gerasimos Spanakis

Time Series forecasting (univariate and multivariate) is a problem of high complexity due the different patterns that have to be detected in the input, ranging from high to low frequencies ones. In this paper we propose …

Time SeriesTime Series AnalysisTime Series ForecastingTime Series Prediction

Multivariate LSTM-FCNs for Time Series Classification

2018-01-14 · Fazle Karim, Somshubra Majumdar, Houshang Darabi, Samuel Harford

Over the past decade, multivariate time series classification has received great attention. We propose transforming the existing univariate time series classification models, the Long Short Term Memory Fully Convolutiona…

Action RecognitionActivity RecognitionGeneral ClassificationTemporal Action Localization+3

TiRex-2: Generalizing TiRex to Multivariate Data and Streaming

2026-07-01 · Patrick Podest, Marco Pichler, Elias Bürger, Levente Zólyomi 외 arxiv

We introduce TiRex-2, a recurrent xLSTM-based time series foundation model that generalizes the univariate TiRex to multivariate forecasting with both past and future covariates. Real-world forecasting is inherently sequ…

Entropy Causal Graphs for Multivariate Time Series Anomaly Detection

2023-12-15 · Falih Gozi Febrinanto, Kristen Moore, Chandra Thapa, Mujie Liu 외

Many multivariate time series anomaly detection frameworks have been proposed and widely applied. However, most of these frameworks do not consider intrinsic relationships between variables in multivariate time series da…

Anomaly DetectionTime SeriesTime Series Anomaly Detection