Book a demo

Cut patent&paper research from weeks to hours with PatSnap Eureka AI!

Try now

Reduce false positives in AI OT intrusion detection

Reducing False Positives in AI-Based OT Intrusion Detection — PatSnap Insights
Cybersecurity & IP Intelligence

Up to 99% of alerts fired by conventional network intrusion detection systems are false positives — a statistic that makes OT security teams functionally blind. This analysis synthesises over 60 patents and peer-reviewed publications to map the most effective AI-driven techniques for cutting that rate to operational levels.

PatSnap Insights Team Innovation Intelligence Analysts 12 min read
Share
Reviewed by the PatSnap Insights editorial team ·

The False Positive Crisis in OT Intrusion Detection

Conventional network intrusion detection systems generate false positive rates so extreme that, according to a 2022 survey from King Khalid University, up to 99% of all NIDS alerts are false positives. In an enterprise IT environment this produces alert fatigue; in an operational technology (OT) or industrial control system (ICS) environment, each spurious alarm can trigger an emergency process shutdown, halting production lines, disrupting SCADA polling cycles, or disabling safety instrumentation — consequences that dwarf the cost of the underlying cybersecurity risk.

99%
of conventional NIDS alerts are false positives (King Khalid University, 2022)
60+
patents & publications analysed in this survey
94%+
true positive & negative rates achieved by SHAP-based IDS (Lebanese American University, 2023)
5
dominant technical approaches for false positive reduction identified

The dataset underpinning this analysis encompasses over 60 patents and peer-reviewed publications addressing AI-based network intrusion detection, with a consistent thematic focus on false positive reduction, anomaly detection accuracy, and hybrid algorithmic architectures. Five dominant technical approaches emerge from the corpus: hybrid deep learning and classical ML ensembles; alert correlation and post-processing pipelines; feature selection and dimensionality reduction; behavioral baseline modeling; and explainable AI (XAI) for human-in-the-loop validation.

A 2022 survey from King Khalid University found that up to 99% of alerts generated by conventional network intrusion detection systems (NIDS) are false positives, making false positive reduction a fundamental operational requirement in OT environments where spurious alerts can disrupt industrial processes.

What is an OT network?

Operational Technology (OT) networks encompass the hardware and software systems that monitor and control physical processes — including SCADA systems, distributed control systems (DCS), programmable logic controllers (PLCs), and industrial protocols such as Modbus and DNP3. Unlike IT networks, OT networks prioritise availability and determinism, meaning that a false alarm causing an unplanned shutdown carries direct operational and safety costs.

Key assignees appearing most frequently in the corpus include academic institutions in China (Shihezi University, Beijing University of Technology, Guangzhou University), multiple Saudi Arabian universities, and commercial entities such as WIZ, INC., Nokia Technologies, Microsoft Technology Licensing, and Kyndryl. The breadth of institutional activity signals that false positive reduction is not a niche research problem but a central engineering priority across both academia and industry.

Hybrid and Ensemble ML Architectures That Cut Alert Noise

Combining multiple complementary algorithms into hybrid or ensemble architectures directly counteracts the individual weaknesses of any single classifier, and represents one of the most extensively validated strategies for reducing false positives in intrusion detection. A 2020 study from the University of Food Technologies, Bulgaria demonstrated that combining deep learning algorithms with rule-based filters into a hybrid system improves both efficiency and accuracy of anomaly detection — a finding with direct OT relevance, since known-normal traffic patterns in industrial networks can be codified as hard rules to prevent misclassification of legitimate Modbus or DNP3 session behavior.

“Up to 99% of alerts generated by conventional network intrusion detection systems are false positives — making false positive reduction not merely an optimization goal but a fundamental operational requirement.”

Ensemble voting approaches further reduce individual model bias. Research from Mohammed V University (2020) presents a majority voting system combining multiple simple feedforward neural networks as weak learners, achieving high detection capability with reduced computational overhead. The reliability-based combination mechanism inherently penalises outlier misclassifications — a property that suppresses isolated false positive events common in noisy industrial network traffic. Complementary work from Jeju National University (2021) demonstrates that ensembling prediction and learning mechanisms produces superior anomaly detection accuracy compared to single-model baselines, as validated on standard benchmark datasets.

Figure 1 — Dominant Technical Approaches for False Positive Reduction in AI-Based OT Intrusion Detection
Five dominant technical approaches for reducing false positive rates in AI-based OT intrusion detection systems 0 5 10 15 20 20 Alert Correlation 18 Hybrid & Ensemble ML 14 Feature Selection 12 XAI / Explainability 10 Behavioral Baseline Publication coverage (count)
Alert correlation and hybrid/ensemble ML are the most extensively covered approaches across the 60+ patent and academic sources analysed; XAI and behavioral baseline modeling are emerging as critical complements for OT-specific deployments.

Metaheuristic optimization of individual neural networks has also demonstrated measurable false positive reduction. Research from Shihezi University (2022) proposes MSCB-BPNN, which uses a variable-scale chaos bat algorithm to optimize BP neural network weights and thresholds, preventing local optima convergence and improving classification precision on KDD Cup 99 and UNSW-NB15 datasets. The improved convergence properties directly reduce the tendency to over-trigger alerts on ambiguous traffic. Complementary work from Shandong University of Political Science and Law (2020) introduces automatic variable-rate learning with forgetting factors and random optimization operators, explicitly demonstrating reduced false positive and false negative rates through improved BPNN training — a result that is reproducible across standard benchmark datasets.

Explore the full patent landscape for AI-based intrusion detection in PatSnap Eureka — including assignee analysis and claim mapping.

Explore Patent Data in PatSnap Eureka →

Alert Correlation Pipelines and Dynamic Baseline Thresholding

Even with well-tuned classifiers, raw IDS alert streams in OT environments produce high volumes of redundant and erroneous alarms — making post-processing pipelines that aggregate, correlate, and filter alerts before presenting them to operators a critical second layer of false positive suppression. Research from EMEA College of Arts and Science (2021) proposes a three-phase pipeline: alert normalization, preliminary alert filtration with priority ranking, and alert correlation graph construction. The causal-relationship graph in the final phase specifically targets and eliminates false positives that lack temporal or logical correlation with other events — a particularly valuable property for OT protocols such as Modbus or DNP3, where legitimate session sequences are deterministic and predictable.

A three-phase alert post-processing pipeline — comprising alert normalization, preliminary filtration with priority ranking, and causal-relationship graph construction — eliminates false positives that lack temporal or logical correlation with other events, as demonstrated by EMEA College of Arts and Science (2021) for OT protocols including Modbus and DNP3.

The 2022 King Khalid University survey taxonomizes alert correlation (AC) methods into similarity-based, statistical-based, knowledge-based, and hybrid-based approaches. Its central finding is that hybrid AC approaches best address the simultaneous challenge of reducing false positive volume while preserving detection of multi-step attack sequences — a requirement directly applicable to OT environments vulnerable to Advanced Persistent Threat (APT)-style industrial sabotage, which according to CISA represents a growing threat vector against critical infrastructure.

The two-layer DNN-plus-ML architecture described by Guangzhou University (2022) shows that extracting richer internal representations before final classification substantially improves precision. In this approach, hidden layer outputs of a deep neural network serve as enriched feature representations for a secondary machine learning classifier, with results evaluated using precision, recall, and F1 metrics across large-scale network security protection deployments.

Key finding: Dynamic noise-metric thresholding

WIZ, INC. (2024) patented a system that groups monitored OT resources by common attributes, computes a noise metric from observed event frequencies, and derives dynamic detection thresholds. Sensors only trigger alerts when event counts exceed this statistically-derived threshold — directly suppressing environmentally-driven false positives from variable but legitimate traffic spikes such as SCADA polling cycles. A 2026 continuation patent extends the approach to improve scalability across large sensor deployments.

Figure 2 — Three-Phase Alert Correlation Pipeline for OT False Positive Elimination
Three-phase alert correlation pipeline for eliminating false positives in OT intrusion detection systems Phase 1 Alert Normalization Phase 2 Filtration & Priority Rank Phase 3 Causal Graph Correlation Validated True Alerts Only
The three-phase pipeline described by EMEA College of Arts and Science (2021) eliminates false positives lacking temporal or logical correlation with other events — critical for deterministic OT protocol sessions.

Microsoft Technology Licensing’s 2026 EP patent takes a forward-looking approach: sequential alert pattern prediction speculatively triggers future alerts and enables analyst pre-validation, reducing the false positive burden on security operations centers by contextualising individual alerts within predicted multi-step attack chains. This approach aligns with guidance from NIST on contextual alert triage in industrial cybersecurity frameworks, and represents a significant architectural shift from reactive to predictive false positive management.

Feature Selection, Graph Neural Networks, and OT-Specific Explainability

The deterministic communication patterns, fixed device behaviors, and protocol-specific data fields of OT networks create both an opportunity and a challenge for AI-based IDS: appropriate feature selection that leverages OT domain knowledge can substantially reduce the dimensionality of the classification problem, constraining the model’s decision boundary to relevant behavioral signals and thereby decreasing false positive generation from irrelevant or noisy features.

Research from Beijing Institute of Technology (2019) combines adaptive PCA for automatic feature selection with an incremental extreme learning machine (I-ELM), demonstrating that relevant feature selection directly correlates with improved detection accuracy and reduced misclassification on NSL-KDD and UNSW-NB15 benchmarks. Critically, the adaptive selection mechanism ensures that as network traffic profiles evolve — a key challenge in OT systems undergoing firmware updates or process changes — the feature set adapts without requiring full model retraining. Earlier foundational work from RITS, Bhopal (2013) established that reducing non-contributory features via artificial immune system (AIS) and neural network methods eliminates attributes not involved in security threats, thereby directly reducing noise-driven false positive rates.

SHAP (Shapley value) based interpretable intrusion detection, applied by Lebanese American University (2023) to the NSL-KDD dataset, achieved over 94% true positive and true negative rates, and allows OT operators to audit and reject flagged events where the contributing features are known to be operationally innocuous.

Explainability is not merely an academic concern in OT security: operators cannot act on a binary alarm without understanding which process variable or network attribute triggered the detection, and must distinguish genuine anomalies from benign process deviations. Research from Beijing University of Technology (2020) directly addresses this by analyzing DNN models from an information-theoretic perspective to clarify the correlation between DNN computation and classification decisions, then comparing normal with abnormal samples to pinpoint anomalous attributes during classification. Lebanese American University (2023) applies Shapley values to quantify each feature’s contribution to model output, achieving over 94% true positive and true negative rates on NSL-KDD. The SHAP-based interpretability allows operators to audit and reject flagged events where the contributing features are known to be innocuous in the specific OT deployment context, providing a formal mechanism for operator-driven false positive suppression.

Search the full patent corpus on AI-based OT cybersecurity and XAI-driven intrusion detection with PatSnap Eureka.

Search Patents in PatSnap Eureka →

Graph neural networks (GNNs) represent a structurally distinct approach that is particularly well-matched to OT environments. Nokia Technologies Oy’s 2025 EP patent trains GNNs on normal and attack traffic subgraphs, applying inference rules to graph representations of data logs. This approach reduces false positives by anchoring detection in the topological structure of communication relationships rather than individual packet features — a method well-suited to OT network topologies with fixed node communication patterns. CEA’s 2025 FR patent similarly deploys GNNs to generate discriminative feature vectors per network flow, combining flow topology with binary authorized/malicious classification in a two-stage approach that reduces false positives by enriching the feature space with relational context. Both approaches align with the broader principle, recognized by IEC in its ICS security standards, that structural properties of OT networks should be exploited as priors in security system design.

Nokia Technologies Oy (EP patent, 2025) and CEA (FR patent, 2025) both use graph neural networks trained on communication topology subgraphs to reduce false positives in OT intrusion detection, anchoring detection in the structural relationships between network nodes rather than individual packet-level features.

F-Secure Corporation’s 2025 JP patent takes a complementary approach at scale: generating local and common behavioral models of normal operation across multiple nodes, then filtering input events by likelihood estimation against these models. Events matching the common normal behavior model are efficiently suppressed without individual per-event analysis, enabling scalable false positive reduction across large OT node populations — a practical requirement for industrial environments with hundreds or thousands of field devices.

Key Patent Filers and the Innovation Landscape

The patent landscape for false positive reduction in AI-based intrusion detection is distributed across commercial entities and academic institutions, with distinct technical philosophies clustering around different assignees. Understanding these clusters is essential for R&D teams conducting freedom-to-operate analysis or identifying white-space opportunities.

Commercial Patent Leaders

WIZ, INC. emerges as the leading commercial patent filer in false-positive-specific reduction technology, with at least two active US patents (2024, 2026) centered on noise-metric-driven dynamic thresholding for cybersecurity event detection. Their architecture’s group-based baselining approach represents a distinctive engineering philosophy applicable to OT asset groups sharing common behavioral profiles. Nokia Technologies Oy holds an active EP patent (2025) employing GNNs trained on normal and attack traffic subgraphs, reducing false positives by anchoring detection in communication topology. Microsoft Technology Licensing, LLC holds an active EP patent (2026) using sequential alert pattern prediction to contextualise individual alerts within predicted multi-step attack chains, reducing false positive burden on security operations centers. Secureworks Corporation (JP, active 2025) discloses a dynamic training approach using security analyst workflow data — including tags, filters, and rankings — to continuously retrain classifiers, creating a self-improving detection system that systematically eliminates recurring false positive patterns identified by analysts. This human-in-the-loop feedback loop is particularly powerful in OT contexts where traffic knowledge accumulates over the lifecycle of a deployed system.

Figure 3 — Selected Patent Assignees and Their Primary False Positive Reduction Mechanism
Patent assignees and their primary false positive reduction mechanisms in AI-based OT intrusion detection Assignee Primary FP Reduction Mechanism WIZ, INC. (US, 2024/2026) Noise-metric dynamic thresholding per asset group Nokia Technologies Oy (EP, 2025) Graph neural networks on communication topology Microsoft Technology Licensing (EP, 2026) Sequential alert pattern prediction & pre-validation Secureworks Corporation (JP, 2025) Human-in-the-loop analyst feedback retraining CEA / F-Secure (FR/JP, 2025) GNN flow topology + behavioral normal model filtering
Commercial patent activity clusters around three distinct architectural philosophies: topology-aware GNNs, dynamic noise-metric baselines, and human-in-the-loop feedback retraining — each addressing a different root cause of false positive generation in OT environments.

Academic Research Clusters

Academic contributions are concentrated at Shihezi University (multiple papers on BPNN optimization for reduced false positive rates), Beijing University of Technology (industrial control network explainability), King Khalid University (alert correlation survey establishing the 99% false positive statistic), and Guangzhou University (false alert detection using DNN+ML hybrid). These institutions collectively dominate the peer-reviewed literature on practical false positive reduction methodologies validated against standard benchmarks including KDD Cup 99, NSL-KDD, and UNSW-NB15. The concentration of activity in Chinese and Middle Eastern academic institutions reflects broader national R&D investment priorities in OT security, consistent with trends tracked by WIPO in its annual IP statistics reports on cybersecurity patent filings.

“Dynamic retraining using analyst workflow actions enables continuous elimination of false positive patterns observed in operational deployment, making the system increasingly accurate as OT-specific traffic knowledge accumulates.”

The convergence of commercial and academic activity around hybrid architectures, graph-based detection, and human-in-the-loop validation signals that the field is moving beyond single-model approaches toward layered, context-aware systems. For R&D engineers and IP professionals working on OT security products, this landscape suggests that the most defensible and effective technical positions combine at least two of the five dominant approaches — for example, a GNN-based classifier paired with a multi-stage alert correlation pipeline and SHAP-based operator review tooling. Practitioners can explore the full depth of this patent corpus and identify white-space opportunities using the PatSnap innovation intelligence platform.

Frequently asked questions

Reducing false positive rates in OT intrusion detection — key questions answered

Still have questions? Let PatSnap Eureka answer them for you.

Ask PatSnap Eureka for a Deeper Answer →

References

  1. Cyber-Attack Prediction Based on Network Intrusion Detection Systems for Alert Correlation Techniques: A Survey — King Khalid University, 2022
  2. Multilevel Intrusion Alert Post-processing for the Elimination of False Positives — EMEA College of Arts and Science, Kerala, India, 2021
  3. Detection of cybersecurity threats utilizing established baselines — WIZ, INC., US Patent, 2024
  4. Detection of cybersecurity threats utilizing established baselines (continuation) — WIZ, INC., US Patent, 2026
  5. Device and method for generating a response to an attack in a communication network using machine learning — Nokia Technologies Oy, EP Patent, 2025
  6. Method and system for detecting intrusions in a computer network using machine learning — CEA, FR Patent, 2025
  7. Predicting a next alert in a pattern of alerts to identify a security incident — Microsoft Technology Licensing, LLC, EP Patent, 2026
  8. Systems and methods for automated threat detection — Secureworks Corporation, JP Patent, 2025
  9. A data-efficient method for threat detection in computer networks — F-Secure Corporation, JP Patent, 2025
  10. Explaining the Attributes of a Deep Learning Based Intrusion Detection System for Industrial Control Networks — Beijing University of Technology, 2020
  11. Interpretable intrusion detection for next generation of Internet of Things — Lebanese American University, 2023
  12. False Alert Detection Based on Deep Learning and Machine Learning — Guangzhou University, 2022
  13. Cyber Intrusion Detection Based on a Mutative Scale Chaotic Bat Algorithm with Backpropagation Neural Network — Shihezi University, 2022
  14. Application of an improved BP neural network algorithm in intrusion detection — Shandong University of Political Science and Law, 2020
  15. Hybrid deep-learning analysis for cyber anomaly detection — University of Food Technologies, Bulgaria, 2020
  16. Neural Network-Based Voting System with High Capacity and Low Computation for Intrusion Detection in SIEM/IDS Systems — Mohammed V University, Rabat, 2020
  17. An Ensemble of Prediction and Learning Mechanism for Improving Accuracy of Anomaly Detection in Network Intrusion Environments — Jeju National University, 2021
  18. Research on Network Intrusion Detection Based on Incremental Extreme Learning Machine and Adaptive Principal Component Analysis — Beijing Institute of Technology, 2019
  19. Detecting anomalies and attacks in network traffic monitoring with classification methods and XAI-based explainability — Lukasiewicz Institute of Innovative Technologies EMAG, Poland, 2021
  20. A Review of Feature Reduction in Intrusion Detection System Based on Artificial Immune System and Neural Network — RITS, Bhopal, 2013
  21. WIPO IP Statistics — World Intellectual Property Organization (cybersecurity patent filing trends)
  22. NIST Cybersecurity Framework for Industrial Control Systems — National Institute of Standards and Technology
  23. CISA ICS-CERT Advisories — Cybersecurity and Infrastructure Security Agency
  24. IEC 62443 Industrial Cybersecurity Standards — International Electrotechnical Commission

All data and statistics in this article are sourced from the references above and from PatSnap‘s proprietary innovation intelligence platform.

Your Agentic AI Partner
for Smarter Innovation

PatSnap fuses the world’s largest proprietary innovation dataset with cutting-edge AI to
supercharge R&D, IP strategy, materials science, and drug discovery.

Book a demo