paper-with-me

Papers

Sequence Aggregation Rules for Anomaly Detection in Computer Network Traffic

2018-05-09 · Benjamin J. Radford, Bartley D. Richardson, Shawn E. Davis

We evaluate methods for applying unsupervised anomaly detection to cybersecurity applications on computer network traffic data, or flow. We borrow from the natural language processing literature and conceptualize flow as a sort of "language" spoken between machines. Five sequence aggregation rules are evaluated for their efficacy in flagging multiple attack types in a labeled flow dataset, CICIDS2017. For sequence modeling, we rely on long short-term memory (LSTM) recurrent neural networks (RNN). Additionally, a simple frequency-based model is described and its performance with respect to attack detection is compared to the LSTM models. We conclude that the frequency-based model tends to perform as well as or better than the LSTM models for the tasks at hand, with a few notable exceptions.

📄 PDF Abstract BibTeX arXiv:1805.03735

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionUnsupervised Anomaly Detection

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 제목 키워드 기반

Online false discovery rate control for anomaly detection in time series

2021-12-06 · NeurIPS 2021 12 · Quentin Rebjock, Barış Kurt, Tim Januschowski, Laurent Callot

This article proposes novel rules for false discovery rate control (FDRC) geared towards online anomaly detection in time series. Online FDRC rules allow to control the properties of a sequence of statistical tests. In t…

Anomaly DetectionTime SeriesTime Series Analysis

Follow the Rules: Reasoning for Video Anomaly Detection with Large Language Models

2024-07-14 · Yuchen Yang, Kwonjoon Lee, Behzad Dariush, Yinzhi Cao 외

Video Anomaly Detection (VAD) is crucial for applications such as security surveillance and autonomous driving. However, existing VAD methods provide little rationale behind detection, hindering public trust in real-worl…

Anomaly DetectionVideo Anomaly Detection

Anomaly Rule Detection in Sequence Data

2021-11-29 · Wensheng Gan, Lili Chen, Shicheng Wan, Jiahui Chen 외

Analyzing sequence data usually leads to the discovery of interesting patterns and then anomaly detection. In recent years, numerous frameworks and methods have been proposed to discover interesting patterns in sequence …

Anomaly DetectionOutlier Detection

LogGPT: Log Anomaly Detection via GPT

2023-09-25 · Xiao Han, Shuhan Yuan, Mohamed Trabelsi

Detecting system anomalies based on log data is important for ensuring the security and reliability of computer systems. Recently, deep learning models have been widely used for log anomaly detection. The core idea is to…

Anomaly DetectionLanguage ModelingLanguage Modelling

Explainable Deep Anomaly Detection with Sequential Hypothesis Testing for Robotic Sewer Inspection

2025-07-30 · Alex George, Will Shepherd, Simon Tait, Lyudmila Mihaylova 외 arxiv

Sewer pipe faults, such as leaks and blockages, can lead to severe consequences including groundwater contamination, property damage, and service disruption. Traditional inspection methods rely heavily on the manual revi…

Anomaly Detection