paper-with-me

Papers

LuNet: A Deep Neural Network for Network Intrusion Detection

2019-09-22 · Peilun Wu, Hui Guo

Network attack is a significant security issue for modern society. From small mobile devices to large cloud platforms, almost all computing products, used in our daily life, are networked and potentially under the threat of network intrusion. With the fast-growing network users, network intrusions become more and more frequent, volatile and advanced. Being able to capture intrusions in time for such a large scale network is critical and very challenging. To this end, the machine learning (or AI) based network intrusion detection (NID), due to its intelligent capability, has drawn increasing attention in recent years. Compared to the traditional signature-based approaches, the AI-based solutions are more capable of detecting variants of advanced network attacks. However, the high detection rate achieved by the existing designs is usually accompanied by a high rate of false alarms, which may significantly discount the overall effectiveness of the intrusion detection system. In this paper, we consider the existence of spatial and temporal features in the network traffic data and propose a hierarchical CNN+RNN neural network, LuNet. In LuNet, the convolutional neural network (CNN) and the recurrent neural network (RNN) learn input traffic data in sync with a gradually increasing granularity such that both spatial and temporal features of the data can be effectively extracted. Our experiments on two network traffic datasets show that compared to the state-of-the-art network intrusion detection techniques, LuNet not only offers a high level of detection capability but also has a much low rate of false positive-alarm.

📄 PDF Abstract BibTeX arXiv:1909.10031

Code (1)

mhwong2007/LuNet pytorch

Tasks

Intrusion DetectionNetwork Intrusion Detection

Similar Papers 제목 키워드 기반

OccluNet: Spatio-Temporal Deep Learning for Occlusion Detection on DSA

2025-08-19 · Anushka A. Kore, Frank G. te Nijenhuis, Matthijs van der Sluijs, Wim van Zwam 외 arxiv

Accurate detection of vascular occlusions during endovascular thrombectomy (EVT) is critical in acute ischemic stroke (AIS). Interpretation of digital subtraction angiography (DSA) sequences poses challenges due to anato…

ConfLUNet: Multiple sclerosis lesion instance segmentation in presence of confluent lesions

2025-05-28 · Maxence Wynen, Pedro M. Gordaliza, Maxime Istasse, Anna Stölting 외

Accurate lesion-level segmentation on MRI is critical for multiple sclerosis (MS) diagnosis, prognosis, and disease monitoring. However, current evaluation practices largely rely on semantic segmentation post-processed w…

Instance SegmentationLesion DetectionPrognosisSegmentation+1

HaluNet: Learning Hallucination Risk from Internal Signals in LLM Question Answering

2025-12-31 · Chaodong Tong, Qi Zhang, Zhuojun Jiang, Lei Jiang 외 arxiv

Large language models (LLMs) achieve strong question answering (QA) performance but can produce fluent answers unsupported by available evidence. Existing hallucination detectors often rely on external verification, repe…

Question AnsweringNatural Questions

LUNet: Deep Learning for the Segmentation of Arterioles and Venules in High Resolution Fundus Images

2023-09-11 · Jonathan Fhima, Jan Van Eijgen, Hana Kulenovic, Valérie Debeuf 외

The retina is the only part of the human body in which blood vessels can be accessed non-invasively using imaging techniques such as digital fundus images (DFI). The spatial distribution of the retinal microvasculature m…

Active LearningArtery/Veins Retinal Vessel SegmentationRetinal Vessel SegmentationSegmentation

SaluNet: Enabling Total Plasticity in Normalization-Free Deep Networks

2026-06-01 · Mourad Zaied arxiv

Normalization layers such as BatchNorm and LayerNorm have long been considered essential for stable training in deep networks. This work demonstrates that they can be fully replaced by a single learnable activation mecha…