scispace - formally typeset
Open AccessJournal ArticleDOI

Multi-head CNN–RNN for multi-time series anomaly detection: An industrial case study

TLDR
This work proposes a deep learning based approach for supervised multi-time series anomaly detection that combines a Convolutional Neural Network and a Recurrent Neural Network in different ways and refers to this architecture as Multi-head CNN–RNN.
About
This article is published in Neurocomputing.The article was published on 2019-07-19 and is currently open access. It has received 196 citations till now. The article focuses on the topics: Anomaly detection & Deep learning.

read more

Figures
Citations
More filters
Journal ArticleDOI

Potential, challenges and future directions for deep learning in prognostics and health management applications

TL;DR: A thorough evaluation of the current developments, drivers, challenges, potential solutions and future research needs in the field of deep learning applied to Prognostics and Health Management (PHM) applications can be found in this paper.
Posted Content

Potential, Challenges and Future Directions for Deep Learning in Prognostics and Health Management Applications

TL;DR: A thorough evaluation of the current developments, drivers, challenges, potential solutions and future research needs in the field of deep learning applied to Prognostics and Health Management applications is provided.
Journal ArticleDOI

Multi-input CNN-GRU based human activity recognition using wearable sensors

TL;DR: A Deep Neural Network based model, which uses Convolutional Neural Network, and Gated Recurrent Unit is proposed as an end-to-end model performing automatic feature extraction and classification of the activities as well, and establishes that the proposed model achieved superior classification performance than other similar architectures.
Journal ArticleDOI

New approach to estimate daily reference evapotranspiration based on hourly temperature and relative humidity using machine learning and deep learning

TL;DR: In this article, the authors evaluated the use of limited hourly meteorological data (temperature and relative humidity or only temperature) to estimate daily ETo directly and by summing hourly ETo values, employing RF, XGBoost, ANN and CNN.
Journal ArticleDOI

A survey on anomaly detection for technical systems using LSTM networks

TL;DR: In this article, a survey on state-of-the-art anomaly detection using deep neural and especially long short-term memory networks is conducted, evaluated based on the application scenario, data and anomaly types as well as further metrics.
References
More filters
Proceedings Article

Adam: A Method for Stochastic Optimization

TL;DR: This work introduces Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments, and provides a regret bound on the convergence rate that is comparable to the best known results under the online convex optimization framework.
Proceedings Article

ImageNet Classification with Deep Convolutional Neural Networks

TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
Journal ArticleDOI

Deep learning

TL;DR: Deep learning is making major advances in solving problems that have resisted the best attempts of the artificial intelligence community for many years, and will have many more successes in the near future because it requires very little engineering by hand and can easily take advantage of increases in the amount of available computation and data.
Proceedings Article

Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift

TL;DR: Applied to a state-of-the-art image classification model, Batch Normalization achieves the same accuracy with 14 times fewer training steps, and beats the original model by a significant margin.
Posted Content

Adam: A Method for Stochastic Optimization

TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
Related Papers (5)
Frequently Asked Questions (2)
Q1. What contributions have the authors mentioned in the paper "Multi-head cnn-rnn for multi-time series anomaly detection: an industrial case study" ?

The complexity of this task increases when multiple heterogeneous sensors provide information of different nature, scales and frequencies from the same machine. In this work, the authors propose a deep learning based approach for supervised multitime series anomaly detection that combines a Convolutional Neural Network ( CNN ) and a Recurrent Neural Network ( RNN ) in different ways. The proposed architecture is assessed against a real industrial case study, provided by an industrial partner, where a service elevator is monitored. Within this case study, three type of anomalies are considered: point, context-specific, and collective. The experimental results show that the proposed architecture is suitable for multi-time series anomaly detection as it obtained promising results on the real industrial scenario. 

However, further research must be done to improve the performance and the required training time of the models generated by this method. Little research has been conducted in in this field and in TL techniques for time series and thus it would be a good line of research for the future. Thus, further research must be done to analyze the performance of the proposed architecture at the time of processing time series with different frequencies. However, the methodology to mask padded values in one-dimensional convolutions is an ongoing research and therefore, it is another line of research for the future.