Book a demo

Cut false alarms in AI anomaly detection for machinery

Reducing False Alarm Rates in AI Anomaly Detection — PatSnap Insights
Engineering & R&D Intelligence

Fixed thresholds are flooding control rooms with false alarms. A synthesis of over 60 patent filings and peer-reviewed papers reveals the architectures — adaptive thresholding, two-stage confirmation, multi-sensor fusion, and fleet-level analytics — that are systematically eliminating false positives in AI-driven predictive maintenance of rotating machinery.

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

Why Fixed Thresholds Generate Excessive False Alarms in Rotating Machinery Monitoring

The root cause of high false alarm rates in legacy predictive maintenance systems is straightforward: rigid, manually configured thresholds applied to raw sensor data cannot distinguish between genuine fault signatures and the normal operational variability of rotating machinery. Motors, pumps, turbines, compressors, bearings, and conveyor systems all exhibit fluctuating vibration, temperature, and acoustic profiles during healthy operation — profiles that routinely breach static limits set during commissioning.

60+
Patent filings & papers synthesised
99%
Confidence interval in LSTM-AE dynamic threshold (KDE-based)
7
Major industrial OEM patent assignees identified
2
Independent decision models in Safran’s confirmation pipeline

A dataset spanning over 60 patent filings and peer-reviewed papers — from assignees including General Electric, Siemens, Hitachi, Safran, NEC Laboratories America, and academic institutions including TU Berlin, Vanderbilt University, and Karlsruhe Institute of Technology — reveals a near-universal consensus: fixed thresholds are inadequate as a primary anomaly classification mechanism. Nearly every cited work proposes dynamic or learned alternatives.

As Liverpool John Moores University (2022) stated directly, traditional threshold-based anomaly detection is “rigid and prone to a large number of false positives” because it does not account for normal operational variability. The practical consequence in industrial settings is operator alarm fatigue — a condition well-documented by ISA standards bodies — where excessive false alerts cause operators to disable or ignore monitoring systems, undermining the entire predictive maintenance investment.

Traditional fixed-threshold anomaly detection systems applied to rotating machinery are rigid and prone to a large number of false positives because they do not account for normal operational variability, as demonstrated by Liverpool John Moores University (2022) in research on industrial motor monitoring.

Rotating machinery constitutes the single most frequently studied application domain across the entire patent and literature dataset, encompassing motors, pumps, turbines, compressors, bearings, and conveyor systems. The concentration of innovation in this domain reflects both the economic cost of unplanned downtime and the technical complexity of distinguishing fault-induced signal changes from the rich, variable signatures of healthy machine operation.

Adaptive Thresholding and Normal Behavior Modeling: The Foundational Fix

Adaptive thresholding — where detection limits are learned from the machine’s own healthy operation data rather than manually set — is the most widely adopted mechanism for false alarm reduction across the surveyed literature. The approach replaces a single static limit with a statistically grounded boundary that moves with the machine’s operational regime.

Normal Behavior Model (NBM)

A machine-learning construct trained exclusively on healthy operation data that captures both spatial and temporal patterns in a machine’s sensor variables. Residuals between the NBM’s predicted output and measured values are quantified — for example, using Mahalanobis Distance with a 99% confidence interval derived via kernel density estimation — to create a dynamic threshold that adapts to the machine’s current operational regime rather than triggering on benign shifts.

The LSTM-AE (Long Short-Term Memory Autoencoder) framework from Huazhong University of Science and Technology (2020) is the leading example of this approach applied to power plant equipment. Its Normal Behavior Model captures both spatial and temporal correlations across operating variables. Residuals are quantified using Mahalanobis Distance, with a 99% confidence interval derived via kernel density estimation (KDE). This statistically grounded dynamic threshold adapts to the machine’s operational regime, directly addressing false alarms triggered by benign operational shifts rather than true faults — a distinction that static thresholds cannot make.

TU Berlin (2020) applied the same reconstruction-error principle specifically to rotating machinery — engines, pumps, and turbines — using an autoencoder trained on healthy vibration signal characteristics. A threshold applied to the reconstruction error of unseen data flags genuine anomalies while suppressing false alarms from minor vibration variability during normal operation. Qilu University of Technology (2022) extended this further with an adaptive reconstruction-error threshold that explicitly adjusts for environmental factors, reducing false alarms from non-fault perturbations such as ambient temperature changes or load variations.

“Adaptive, learned thresholds derived from normal behavior models dramatically outperform fixed thresholds in reducing false alarms — representing the current state-of-the-art for dynamic threshold calibration in rotating machinery predictive maintenance.”

From the patent domain, Siemens Aktiengesellschaft (2023) introduced a complementary mechanism: aggregating discrete-time anomaly values over time into a “smoothed anomaly value” before comparison with a decision threshold. This temporal smoothing suppresses transient spikes in the anomaly score that would otherwise generate false alarms, ensuring that only sustained deviations — not momentary sensor noise — trigger a control response. A traffic-light grading system (green/amber/red) tied to fault severity, as proposed by Liverpool John Moores University (2022), provides operators with proportionate alert levels rather than binary alarms, further reducing unnecessary intervention.

Figure 1 — Adaptive vs. Fixed Threshold: False Alarm Reduction Mechanisms in Rotating Machinery Anomaly Detection
Adaptive vs Fixed Threshold False Alarm Reduction in Rotating Machinery Anomaly Detection Low Med High Max False Alarm Rate Very High High Reduced Low Very Low Fixed Threshold Static ML Threshold Adaptive NBM Temporal Smoothing Two-Stage Confirmation Legacy Adaptive ML Temporal Smoothing Two-Stage Confirmation
Relative false alarm rate across detection architecture generations — from fixed thresholds (very high) through adaptive Normal Behavior Models, temporal smoothing, and two-stage confirmation pipelines (very low). Ordering based on architectural maturity described in the surveyed patent and literature dataset.

Explore the full patent landscape for adaptive thresholding and autoencoder-based anomaly detection in rotating machinery.

Search Patents in PatSnap Eureka →

Multi-Modal Signal Fusion and Frequency-Domain Analysis: Eliminating Single-Sensor False Positives

Multi-sensor fusion addresses a specific and common failure mode: a single spurious sensor reading triggering an alarm unilaterally. By requiring corroboration across multiple sensing modalities — vibration, acoustics, temperature, and pressure — fused systems implement logical AND-gating that substantially reduces false alarms arising from statistical noise in any single analysis channel.

Silesian University of Technology’s 2021 case study in heavy industry — covering coal plant crushers and steelworks gantries — applied outlier identification to multidimensional feature spaces derived from fused vibration and temperature sensor data. The paper’s stated motivation is directly operational: industry demands systems that “do not flood the machine operator with alarms.” This framing captures the practical stakes of false alarm rate control in heavy rotating machinery contexts, where alarm fatigue can have safety consequences recognised by bodies such as ISA and IEC.

Japan Steel Works’ 2024 patent for reduction drive anomaly detection combines statistical analysis of vibration signals with frequency-domain analysis through dedicated processing units, requiring both a statistical threshold breach and a corroborating frequency-domain signature before an anomaly is declared — an AND-gating approach that substantially reduces false alarms from statistical noise in a single analysis dimension.

Japan Steel Works’ 2024 patent implements this AND-gating explicitly: a statistical threshold breach must be corroborated by a frequency-domain signature before an anomaly is declared. General Electric’s 2026 patent takes frequency-domain analysis further with hierarchical band narrowing: the system determines machine rotational speed, identifies a primary fault frequency band from a domain transform, then narrows down to a second-level band containing the specific fault frequency before computing a fault index. This precision directs detection energy to mechanically relevant frequencies, rejecting broadband noise that would otherwise generate false fault indices — an approach grounded in the physics of rotating machinery faults as catalogued by standards bodies including ISO.

For acoustic-based monitoring, the University of Montenegro (2022) demonstrated that combining discrete wavelet transform (DWT) with neural networks — and tuning hyperparameters via a genetic algorithm — produces robustness to background factory noise that single-modality systems lack. The genetic algorithm optimization is especially relevant for false alarm control because it tunes the noise-signal boundary dynamically rather than relying on fixed filter cutoffs. KYB Corporation (2020) extended this concept by converting vibration signals to spectrograms and applying a random masking technique in the frequency-time domain before feeding them into a convolutional autoencoder, allowing the network to learn which spectral features are diagnostically relevant during training — avoiding the subjectivity-driven false alarms introduced when engineers manually select frequency bands.

Figure 2 — Patent Assignees by Technical Approach: False Alarm Reduction Strategies in Rotating Machinery Anomaly Detection
Patent Assignees and False Alarm Reduction Strategies for Rotating Machinery Predictive Maintenance Assignee Primary Strategy Year General Electric Hierarchical frequency-band narrowing 2026 Siemens Aktiengesellschaft Temporal smoothing of anomaly scores 2023/25 Safran Aircraft Engines Two-stage alarm confirmation pipeline 2021 Infosys Limited Dual-engine cross-verification architecture 2023 Verint Americas Inc. Human-in-the-loop model tuning 2022 Siemens Digital Industries Fleet-level consensus baseline 2020 NEC Laboratories America Reconstruction-based detection (normal data only) 2021
Key patent assignees and their primary false alarm reduction strategy, drawn from the dataset of over 60 patent filings and peer-reviewed papers. Each organization’s approach reflects a distinct architectural philosophy for suppressing false positives in rotating machinery condition monitoring.

Two-Stage Alarm Confirmation and Cross-Verification Architectures: The Most Mature Structural Solution

The most architecturally complete solution to false alarm suppression identified in the surveyed dataset is the multi-stage alarm confirmation pipeline, in which an initial anomaly detection triggers an independent secondary reasoning system before any alert reaches operators. This structural separation of detection from confirmation is the defining characteristic of the most mature implementations.

Key finding: Two-stage confirmation is the most architecturally mature false alarm suppression mechanism

Safran Aircraft Engines’ 2021 turbomachine monitoring patent implements an anomaly detection unit that raises a preliminary alarm, which is then passed to a separate anomaly confirmation unit that calculates health indicators from operational parameters and applies a fusion-based decision model. Only confirmed true alarms are forwarded to the classification unit for diagnosis — making this the most complete structural solution to false alarm reduction in the rotating machinery domain.

Infosys Limited’s 2023 patent proposes a complementary dual-engine architecture: a primary AI inference engine predicts an anomaly, which triggers a secondary engine to independently predict labels based on historical patterns. A validation engine identifies correlation between the two engines’ outputs and classifies the alarm type only when both are in agreement. The patent explicitly claims that this architecture reduces “misclassification of alarm types” and prioritizes critical alarms, providing a direct mechanism for false alarm suppression in predictive maintenance workflows.

Verint Americas Inc.’s 2022 patent addresses false alarms at the model selection level through a human-in-the-loop mechanism. The method selects applicable anomaly detection algorithms based on time series characteristics — including seasonality, drift, and concept drift — then refines threshold parameters based on annotated human feedback, and further tunes the model against operator actions (agreement or disagreement with flagged anomalies). This HITL mechanism directly corrects systematic false alarm biases by incorporating operator domain knowledge into the model calibration loop, addressing biases that purely automated systems cannot self-correct.

Verint Americas Inc.’s 2022 patent implements a human-in-the-loop anomaly detection system that selects applicable detection algorithms based on time series characteristics (seasonality, drift, concept drift), then refines threshold parameters based on annotated operator feedback and tunes the model against operator agreement or disagreement with flagged anomalies — providing a systematic mechanism for reducing domain-specific false alarm biases that automated systems cannot self-correct.

An architecturally transferable principle from Zillow Group (2020) — while applied to business metrics — demonstrates a self-aware anomaly detection system that tracks its own detection performance over time and adjusts model parameters autonomously, eliminating the need for manual recalibration that often allows false alarm rates to drift upward during operational condition changes. This self-monitoring capability is directly applicable to rotating machinery contexts where operating conditions evolve over equipment lifecycle.

Analyse alarm confirmation architecture patents and identify white space for your R&D programme.

Explore Patent Intelligence in PatSnap Eureka →

Fleet-Level Analytics and Unsupervised Outlier Detection: Solving the Single-Machine Baseline Problem

Fleet-based anomaly detection solves a specific challenge endemic to rotating machinery monitoring: individual machines often have limited fault history, making it difficult to establish a statistically robust baseline from a single machine’s operational data alone. Fleet-level frameworks resolve this by treating the collective behavior of a population of similar machines as the reference distribution.

Siemens Digital Industries Software (2020) proposed an unsupervised framework that treats the behavior of a fleet of similar machines as the reference distribution. Deviating individual machines are flagged as potentially anomalous, while majority-normal behavior provides a continuously updated, data-rich baseline. This fleet consensus mechanism inherently dampens false alarms driven by sensor drift or local environmental conditions on a single machine, since the deviation must be significant relative to the entire fleet — not just relative to that machine’s own historical mean.

AGH University of Science and Technology (2021) validated a nearest-neighbor-based anomaly detection approach on real centrifugal fan fleets. A key contribution is a novel data preprocessing algorithm that selects “most representative” data — effectively filtering out outlier measurements caused by transient operational disturbances rather than actual faults — before computing proximity-based anomaly scores. This upstream data curation step directly reduces input-level noise that would otherwise propagate into false alarms downstream.

Siemens Digital Industries Software (2020) proposed an unsupervised fleet-level anomaly detection framework for rotating machinery condition monitoring that treats the collective behavior of a population of similar machines as the reference distribution, inherently dampening false alarms caused by local sensor drift or environmental conditions on any single machine because the deviation must be significant relative to the entire fleet.

For contexts with limited labeled data — the norm rather than the exception in industrial rotating machinery — the Italian National Research Council (CNR, 2023) benchmarked unsupervised methods on bearing fault datasets using extracted vibration metrics. The comparative results provide quantitative evidence that unsupervised approaches can achieve lower false alarm rates than supervised classifiers trained on unrepresentative fault data, because they avoid reliance on potentially biased labeled anomaly sets. The Federal University of São João del Rei (2022) added an explainability layer to unsupervised fault detection, arguing that user-facing explanations increase operator trust in detections and reduce the inclination to disable alarms due to skepticism — itself a driver of hidden false alarm tolerance that undermines maintenance programme effectiveness.

NEC Laboratories America’s 2021 patent formalises this principle at the IP level: reconstruction-based anomaly detection trained exclusively on normal sensor data removes dependency on fault-labeled datasets entirely, eliminating the systematic false alarm bias that can be introduced when training data contains mislabeled or unrepresentative fault examples. This approach aligns with the broader push in industrial AI toward self-supervised and unsupervised methods that do not require curated fault libraries, as documented in research published by IEEE.

Key Patent Assignees and Innovation Trends: Who Is Defining the Field

The patent landscape for false alarm reduction in rotating machinery anomaly detection is dominated by a small number of industrial OEMs and specialist AI firms, each pursuing a distinct architectural philosophy. Understanding the competitive IP landscape is essential for R&D teams positioning new developments and for IP professionals conducting freedom-to-operate analysis.

General Electric Company

General Electric is among the most active patent assignees, with multiple EP-jurisdiction filings covering compressor anomaly prediction via permutation entropy (2023) and frequency-domain fault indexing for rotating machines (2026). GE’s approach is characterised by physics-grounded signal processing combined with learned models — a hybrid strategy that anchors detection in mechanically meaningful signal features rather than purely data-driven pattern matching.

Siemens

Siemens contributes through two channels: Siemens Aktiengesellschaft holds patents on temporal smoothing of anomaly scores (2023, 2025), while Siemens Digital Industries Software has published the fleet-level monitoring framework (2020). This dual industrial-research pipeline demonstrates a coordinated strategy spanning both applied IP protection and academic validation.

Hitachi, Ltd.

Hitachi holds active EP patents on anomaly score adjustment to keep normal-operation scores within a predetermined range (2019) and on vibration-based detection for robotic arms (2022). Hitachi’s focus on score normalisation as a false alarm control mechanism is distinctive — it addresses false alarms at the output layer rather than at the input or model level.

Safran Aircraft Engines

Safran leads in alarm confirmation architectures for turbomachinery. The 2021 two-stage health indicator fusion patent is identified in the dataset as the most architecturally complete solution to false alarm reduction — a significant IP asset in the aerospace predictive maintenance space, where false alarms carry direct safety and regulatory consequences reviewed by bodies including EASA.

NEC Laboratories America, Verint Americas, and Infosys

NEC Laboratories America holds multiple active patents on reconstruction-based detection trained exclusively on normal sensor data. Verint Americas Inc. (three active IL patents) specialises in human-in-the-loop model selection and tuning. Infosys Limited contributes dual-engine cross-verification architecture patents specifically framed around alarm misclassification reduction. Together, these three firms define the software-centric IP space in industrial anomaly detection — distinct from the hardware-integrated approaches of GE, Siemens, and Hitachi.

Figure 3 — Five Core Architectural Approaches to False Alarm Reduction in Rotating Machinery Predictive Maintenance
Five Architectural Approaches to Reducing False Alarm Rates in Rotating Machinery Predictive Maintenance Adaptive Threshold Multi-Sensor Fusion Temporal Smoothing Two-Stage Confirm Fleet-Level Analytics HITL Feedback NBM / KDE AND-gating Score averaging Safran / Infosys Siemens DIS Verint / operator
Six complementary architectural layers for false alarm suppression in rotating machinery predictive maintenance, from adaptive Normal Behavior Models through to human-in-the-loop operator feedback. Each layer addresses a distinct failure mode of fixed-threshold legacy systems.
Frequently asked questions

False alarm rate reduction in AI anomaly detection — key questions answered

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

Ask PatSnap Eureka for a Deeper Answer →

References

  1. Anomaly Detection Using Autoencoder Reconstruction upon Industrial Motors — Liverpool John Moores University, 2022
  2. Anomaly Detection of Power Plant Equipment Using Long Short-Term Memory Based Autoencoder Neural Network — Huazhong University of Science and Technology, 2020
  3. Autoencoder-based Condition Monitoring and Anomaly Detection Method for Rotating Machines — TU Berlin, 2020
  4. Fault Early Warning Based on Improved Deep Neural Network of Auto-Encoder — Qilu University of Technology, 2022
  5. Method and Apparatus for Operating a Machine with a Tool — Siemens Aktiengesellschaft, 2023
  6. Sensor-Based Predictive Maintenance with Reduction of False Alarms — A Case Study in Heavy Industry — Silesian University of Technology, 2021
  7. Anomaly Detection System and Anomaly Detection Method (Reduction Drive) — The Japan Steel Works, Ltd., 2024
  8. Systems and Methods for Improved Anomaly Detection for Rotating Machines — General Electric Company, 2026
  9. IoT System for Detecting the Condition of Rotating Machines Based on Acoustic Signals — University of Montenegro, 2022
  10. Anomaly Detection in Mechanical Vibration Using Combination of Signal Processing and Autoencoder — KYB Corporation, 2020
  11. System and Method for Monitoring a Turbomachine, with Indicator Merging for the Synthesis of an Alarm Confirmation — Safran Aircraft Engines, 2021
  12. Method and System for Real-Time Cross-Verification of Alarms — Infosys Limited, 2023
  13. System and Method of Selecting Human-in-the-Loop Time Series Anomaly Detection Methods — Verint Americas Inc., 2022
  14. Building an Automated and Self-Aware Anomaly Detection System — Zillow Group, 2020
  15. A General Anomaly Detection Framework for Fleet-Based Condition Monitoring of Machines — Siemens Digital Industries Software, 2020
  16. An Anomaly Detection Method for Rotating Machinery Monitoring Based on the Most Representative Data — AGH University of Science and Technology, 2021
  17. Anomaly Detection Methods for Industrial Applications: A Comparative Study — National Research Council of Italy (CNR), 2023
  18. An Explainable Artificial Intelligence Approach for Unsupervised Fault Detection and Diagnosis in Rotating Machinery — Federal University of São João del Rei, 2022
  19. Anomaly Detection System and Anomaly Detection Method — Hitachi, Ltd., 2019
  20. Anomaly Detection for Robotic Arms Using Vibration Data — Hitachi, Ltd., 2022
  21. Reconstruction-based Anomaly Detection — NEC Laboratories America, Inc., 2021
  22. Systems and Methods for Compressor Anomaly Prediction — General Electric Company, 2023
  23. Method and Apparatus for Operating a Machine with a Tool — Siemens Aktiengesellschaft, 2025
  24. Unsupervised Detection of Anomalous Sound Based on Deep Learning and the Neyman–Pearson Lemma — NTT Media Intelligence Laboratories, 2019
  25. Health Monitoring of Air Compressors Using Reconstruction-Based Deep Learning for Anomaly Detection with Increased Transparency — Norwegian University of Science and Technology (NTNU), 2021
  26. IEEE — Industrial AI and Machine Learning Standards
  27. ISA — Alarm Management Standards (ISA-18.2)
  28. ISO — Condition Monitoring and Diagnostics of Machines Standards
  29. PatSnap — IP Intelligence Platform for Innovation R&D
  30. PatSnap — R&D Analytics and Patent Landscape Analysis

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