Search papers, labs, and topics across Lattice.
This paper introduces ExAI5G, an intrusion detection system for 5G networks that combines a Transformer-based IDS with logic-based XAI techniques. Integrated Gradients are used to determine feature importance, which is then distilled into a surrogate decision tree to generate human-interpretable logical rules. The framework achieves 99.9% accuracy and extracts 16 logical rules with 99.7% fidelity, while also introducing a novel LLM-based evaluation methodology for explanation actionability, semantic similarity, and faithfulness.
You can achieve near-perfect intrusion detection in 5G networks *and* get human-interpretable rules, proving that transparency doesn't have to sacrifice performance.
Intrusion detection systems (IDSs) for 5G networks must handle complex, high-volume traffic. Although opaque"black-box"models can achieve high accuracy, their lack of transparency hinders trust and effective operational response. We propose ExAI5G, a framework that prioritizes interpretability by integrating a Transformer-based deep learning IDS with logic-based explainable AI (XAI) techniques. The framework uses Integrated Gradients to attribute feature importance and extracts a surrogate decision tree to derive logical rules. We introduce a novel evaluation methodology for LLM-generated explanations, using a powerful evaluator LLM to assess actionability and measuring their semantic similarity and faithfulness. On a 5G IoT intrusion dataset, our system achieves 99.9\% accuracy and a 0.854 macro F1-score, demonstrating strong performance. More importantly, we extract 16 logical rules with 99.7\% fidelity, making the model's reasoning transparent. The evaluation demonstrates that modern LLMs can generate explanations that are both faithful and actionable, indicating that it is possible to build a trustworthy and effective IDS without compromising performance for the sake of marginal gains from an opaque model.