paper-with-me

Papers

Semi-Supervised Learning for Anomaly Traffic Detection via Bidirectional Normalizing Flows

2024-03-13 · Zhangxuan Dang, Yu Zheng, Xinglin Lin, Chunlei Peng, Qiuyu Chen, Xinbo Gao

With the rapid development of the Internet, various types of anomaly traffic are threatening network security. We consider the problem of anomaly network traffic detection and propose a three-stage anomaly detection framework using only normal traffic. Our framework can generate pseudo anomaly samples without prior knowledge of anomalies to achieve the detection of anomaly data. Firstly, we employ a reconstruction method to learn the deep representation of normal samples. Secondly, these representations are normalized to a standard normal distribution using a bidirectional flow module. To simulate anomaly samples, we add noises to the normalized representations which are then passed through the generation direction of the bidirectional flow module. Finally, a simple classifier is trained to differentiate the normal samples and pseudo anomaly samples in the latent space. During inference, our framework requires only two modules to detect anomalous samples, leading to a considerable reduction in model size. According to the experiments, our method achieves the state of-the-art results on the common benchmarking datasets of anomaly network traffic detection. The code is given in the https://github.com/ZxuanDang/ATD-via-Flows.git

📄 PDF Abstract BibTeX arXiv:2403.10550

Code (1)

zxuandang/atd-via-flows 공식 구현 pytorch

Tasks

Anomaly DetectionBenchmarking

Similar Papers 제목 키워드 기반

Federated Semi-Supervised Classification of Multimedia Flows for 3D Networks

2022-05-01 · Saira Bano, Achilles Machumilane, Lorenzo Valerio, Pietro Cassarà 외

Automatic traffic classification is increasingly becoming important in traffic engineering, as the current trend of encrypting transport information (e.g., behind HTTP-encrypted tunnels) prevents intermediate nodes from …

Anomaly Detectionfeature selectionIntrusion DetectionManagement+1

Comparative Study on Supervised versus Semi-supervised Machine Learning for Anomaly Detection of In-vehicle CAN Network

2022-07-21 · Yongqi Dong, KeJia Chen, Yinxuan Peng, Zhiyuan Ma

As the central nerve of the intelligent vehicle control system, the in-vehicle network bus is crucial to the security of vehicle driving. One of the best standards for the in-vehicle network is the Controller Area Networ…

Anomaly DetectionBIG-bench Machine Learning

Training a Bidirectional GAN-based One-Class Classifier for Network Intrusion Detection

2022-02-02 · Wen Xu, Julian Jang-Jaccard, Tong Liu, Fariza Sabrina

The network intrusion detection task is challenging because of the imbalanced and unlabeled nature of the dataset it operates on. Existing generative adversarial networks (GANs), are primarily used for creating synthetic…

Anomaly DetectionIntrusion DetectionNetwork Intrusion DetectionOne-class classifier

Low-rank on Graphs plus Temporally Smooth Sparse Decomposition for Anomaly Detection in Spatiotemporal Data

2020-10-23 · Seyyid Emre Sofuoglu, Selin Aviyente

Anomaly detection in spatiotemporal data is a challenging problem encountered in a variety of applications including hyperspectral imaging, video surveillance, and urban traffic monitoring. Existing anomaly detection met…

Anomaly DetectionTensor Decomposition

Graph Convolutional Networks for traffic anomaly

2020-12-25 · Yue Hu, Ao Qu, Dan Work

Event detection has been an important task in transportation, whose task is to detect points in time when large events disrupts a large portion of the urban traffic network. Travel information {Origin-Destination} (OD) m…

Anomaly DetectionEvent DetectionGraph Embedding