paper-with-me

Papers

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 Convolutional Network (LSTM-FCN) and Attention LSTM-FCN (ALSTM-FCN), into a multivariate time series classification model by augmenting the fully convolutional block with a squeeze-and-excitation block to further improve accuracy. Our proposed models outperform most state-of-the-art models while requiring minimum preprocessing. The proposed models work efficiently on various complex multivariate time series classification tasks such as activity recognition or action recognition. Furthermore, the proposed models are highly efficient at test time and small enough to deploy on memory constrained systems.

📄 PDF Abstract BibTeX arXiv:1801.04503

Code (7)

houshd/MLSTM-FCN 공식 구현 tf
Yonder-OSS/D3M-Primitives tf
houshd/LSTM-FCN tf
metra4ok/MLSTM-FCN-Pytorch pytorch
timeseriesAI/tsai/blob/main/tsai/models/RNN_FCN.py pytorch
titu1994/LSTM-FCN tf
titu1994/MLSTM-FCN tf

Tasks

Action RecognitionActivity RecognitionGeneral ClassificationTemporal Action LocalizationTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음
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…
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…

Similar Papers 제목 키워드 기반

Deep Gated Recurrent and Convolutional Network Hybrid Model for Univariate Time Series Classification

2018-12-18 · Nelly Elsayed, Anthony S. Maida, Magdy Bayoumi

Hybrid LSTM-fully convolutional networks (LSTM-FCN) for time series classification have produced state-of-the-art classification results on univariate time series. We show that replacing the LSTM with a gated recurrent u…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

Gated Transformer Networks for Multivariate Time Series Classification

2021-03-26 · Minghao Liu, Shengqi Ren, Siyuan Ma, Jiahui Jiao 외

Deep learning model (primarily convolutional networks and LSTM) for time series classification has been studied broadly by the community with the wide applications in different domains like healthcare, finance, industria…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

Classification of multivariate weakly-labelled time-series with attention

2021-02-16 · Surayez Rahman, Chang Wei Tan

This research identifies a gap in weakly-labelled multivariate time-series classification (TSC), where state-of-the-art TSC models do not per-form well. Weakly labelled time-series are time-series containing noise and si…

ClassificationEEGElectroencephalogram (EEG)General Classification+3

ALGAN: Time Series Anomaly Detection with Adjusted-LSTM GAN

2023-08-13 · Md Abul Bashar, Richi Nayak

Anomaly detection in time series data, to identify points that deviate from normal behaviour, is a common problem in various domains such as manufacturing, medical imaging, and cybersecurity. Recently, Generative Adversa…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Learning to Diagnose with LSTM Recurrent Neural Networks

2015-11-11 · Zachary C. Lipton, David C. Kale, Charles Elkan, Randall Wetzel

Clinical medical data, especially in the intensive care unit (ICU), consist of multivariate time series of observations. For each patient visit (or episode), sensor data and lab test results are recorded in the patient's…

Time SeriesTime Series Analysis