paper-with-me

Papers

MA-IDS: Multi-Agent RAG Framework for IoT Network Intrusion Detection with an Experience Library

2026-04-07 · Md Shamimul Islam, Luis G. Jaimes, Ayesha S. Dina arxiv

Network Intrusion Detection Systems (NIDS) face important limitations. Signature-based methods are effective for known attack patterns, but they struggle to detect zero-day attacks and often miss modified variants of previously known attacks, while many machine learning approaches offer limited interpretability. These challenges become even more severe in IoT environments because of resource constraints and heterogeneous protocols. To address these issues, we propose MA-IDS, a Multi-Agent Intrusion Detection System that combines Large Language Models (LLMs) with Retrieval Augmented Generation (RAG) for reasoning-driven intrusion detection. The proposed framework grounds LLM reasoning through a persistent, self-building Experience Library. Two specialized agents collaborate through a FAISS-based vector database: a Traffic Classification Agent that retrieves past error rules before each inference, and an Error Analysis Agent that converts misclassifications into human-readable detection rules stored for future retrieval, enabling continual learning through external knowledge accumulation, without modifying the underlying language model. Evaluated on NF-BoT-IoT and NF-ToN-IoT benchmark datasets, MA-IDS achieves Macro F1-Scores of 89.75% and 85.22%, improving over zero-shot baselines of 17% and 4.96% by more than 72 and 80 percentage points. These results are competitive with SVM while providing rule-level explanations for every classification decision, demonstrating that retrieval-augmented reasoning offers a principled path toward explainable, self-improving intrusion detection for IoT networks.

📄 PDF Abstract BibTeX arXiv:2604.05458

Code (0)

등록된 구현이 없습니다.

Tasks

Network Intrusion DetectionContinual Learning

Similar Papers 제목 키워드 기반

IRSDA: An Agent-Orchestrated Framework for Enterprise Intrusion Response

2025-11-24 · Damodar Panigrahi, Raj Patel, Shaswata Mitra, Sudip Mittal 외 arxiv

Modern enterprise systems face escalating cyber threats that are increasingly dynamic, distributed, and multi-stage in nature. Traditional intrusion detection and response systems often rely on static rules and manual wo…

Intrusion Detection

Decentralized Online Federated G-Network Learning for Lightweight Intrusion Detection

2023-06-22 · Mert Nakıp, Baran Can Gül, Erol Gelenbe

Cyberattacks are increasingly threatening networked systems, often with the emergence of new types of unknown (zero-day) attacks and the rise of vulnerable devices. Such attacks can also target multiple components of a S…

Federated LearningIntrusion Detection

Poster: Enhancing GNN Robustness for Network Intrusion Detection via Agent-based Analysis

2025-06-25 · Zhonghao Zhan, Huichi Zhou, Hamed Haddadi

Graph Neural Networks (GNNs) show great promise for Network Intrusion Detection Systems (NIDS), particularly in IoT environments, but suffer performance degradation due to distribution drift and lack robustness against r…

Adversarial AttackIntrusion DetectionNetwork Intrusion Detection

Multi-agent Reinforcement Learning-based Network Intrusion Detection System

2024-07-08 · Amine Tellache, Amdjed Mokhtari, Abdelaziz Amara korba, Yacine Ghamri-Doudane

Intrusion Detection Systems (IDS) play a crucial role in ensuring the security of computer networks. Machine learning has emerged as a popular approach for intrusion detection due to its ability to analyze and detect pat…

Intrusion DetectionMulti-agent Reinforcement LearningNetwork Intrusion Detectionreinforcement-learning+2

Intrusion Detection Systems for IoT: opportunities and challenges offered by Edge Computing and Machine Learning

2020-12-02 · Pietro Spadaccino, Francesca Cuomo

Key components of current cybersecurity methods are the Intrusion Detection Systems (IDSs) were different techniques and architectures are applied to detect intrusions. IDSs can be based either on cross-checking monitore…

Edge-computingIntrusion Detection