paper-with-me

홈 › Papers

Collective Anomaly Detection based on Long Short Term Memory Recurrent Neural Network

2017-03-28 · Loic Bontemps, Van Loi Cao, James McDermott, Nhien-An Le-Khac

Intrusion detection for computer network systems becomes one of the most critical tasks for network administrators today. It has an important role for organizations, governments and our society due to its valuable resources on computer networks. Traditional misuse detection strategies are unable to detect new and unknown intrusion. Besides, anomaly detection in network security is aim to distinguish between illegal or malicious events and normal behavior of network systems. Anomaly detection can be considered as a classification problem where it builds models of normal network behavior, which it uses to detect new patterns that significantly deviate from the model. Most of the cur- rent research on anomaly detection is based on the learning of normally and anomaly behaviors. They do not take into account the previous, re- cent events to detect the new incoming one. In this paper, we propose a real time collective anomaly detection model based on neural network learning and feature operating. Normally a Long Short Term Memory Recurrent Neural Network (LSTM RNN) is trained only on normal data and it is capable of predicting several time steps ahead of an input. In our approach, a LSTM RNN is trained with normal time series data before performing a live prediction for each time step. Instead of considering each time step separately, the observation of prediction errors from a certain number of time steps is now proposed as a new idea for detecting collective anomalies. The prediction errors from a number of the latest time steps above a threshold will indicate a collective anomaly. The model is built on a time series version of the KDD 1999 dataset. The experiments demonstrate that it is possible to offer reliable and efficient for collective anomaly detection.

📄 PDF Abstract BibTeX arXiv:1703.09752

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionIntrusion DetectionTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

One-class Collective Anomaly Detection based on Long Short-Term Memory Recurrent Neural Networks

2018-01-31 · Nga Nguyen Thi, Van Loi Cao, Nhien-An Le-Khac

Intrusion detection for computer network systems has been becoming one of the most critical tasks for network administrators today. It has an important role for organizations, governments and our society due to the valua…

Anomaly DetectionIntrusion DetectionTime SeriesTime Series Analysis

ReRe: A Lightweight Real-time Ready-to-Go Anomaly Detection Approach for Time Series

2020-04-05 · Ming-Chang Lee, Jia-Chun Lin, Ernst Gunnar Gran

Anomaly detection is an active research topic in many different fields such as intrusion detection, network monitoring, system health monitoring, IoT healthcare, etc. However, many existing anomaly detection approaches r…

Anomaly DetectionIntrusion DetectionTime SeriesTime Series Analysis+1

Big data analysis and distributed deep learning for next-generation intrusion detection system optimization

2022-09-28 · Khloud Al Jallad, Mohamad Aljnidi, Mohammad Said Desouki

With the growing use of information technology in all life domains, hacking has become more negatively effective than ever before. Also with developing technologies, attacks numbers are growing exponentially every few mo…

Anomaly DetectionChatbotIntrusion Detection

RePAD: Real-time Proactive Anomaly Detection for Time Series

2020-01-24 · Ming-Chang Lee, Jia-Chun Lin, Ernst Gunnar Gran

During the past decade, many anomaly detection approaches have been introduced in different fields such as network monitoring, fraud detection, and intrusion detection. However, they require understanding of data pattern…

Anomaly DetectionFraud DetectionIntrusion DetectionTime Series+1

An Unsupervised Short- and Long-Term Mask Representation for Multivariate Time Series Anomaly Detection

2022-08-19 · Qiucheng Miao, Chuanfu Xu, Jun Zhan, Dong zhu 외

Anomaly detection of multivariate time series is meaningful for system behavior monitoring. This paper proposes an anomaly detection method based on unsupervised Short- and Long-term Mask Representation learning (SLMR). …

Anomaly DetectionRepresentation LearningTime SeriesTime Series Analysis+1