You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

14.3 Pattern Recognition and Anomaly Detection in SHM Data

3 min readjuly 22, 2024

in SHM data analysis helps identify meaningful patterns and trends in structural health monitoring datasets. It extracts features that characterize the state of monitored structures and classifies data into predefined categories based on learned patterns.

focuses on identifying data points that deviate significantly from the norm. This helps detect unusual behavior in monitored structures, such as cracks or corrosion, and distinguishes between normal conditions and potential damage or degradation.

Pattern Recognition in SHM Data Analysis

Pattern recognition and anomaly detection

Top images from around the web for Pattern recognition and anomaly detection
Top images from around the web for Pattern recognition and anomaly detection
  • Pattern recognition in SHM data analysis involves identifying meaningful patterns, trends, or relationships within SHM datasets to extract features that characterize the state or behavior of the monitored structure (bridges, buildings, aircraft) and classify data into predefined categories or classes based on learned patterns
  • Anomaly detection in SHM data analysis focuses on identifying data points or patterns that deviate significantly from the norm to detect unusual or unexpected behavior in the monitored structure (cracks, corrosion, fatigue) and distinguish between normal operational conditions and potential damage or degradation

Algorithms for pattern recognition

  • Supervised learning algorithms for pattern recognition require labeled training data with known class or category assignments, train the model using labeled data to learn the mapping between input features and output classes, and use the trained model to predict the class or category of new, unseen SHM data points
    • (SVM)
    • (k-NN)
  • Unsupervised learning algorithms for pattern recognition do not require labeled training data, discover inherent structures, groupings, or patterns within the SHM dataset, and group similar data points together based on their intrinsic characteristics or similarities
    • (PCA)

Anomaly Detection in SHM Data Streams

Methods for anomaly detection

  • methods assume that normal data follows a specific statistical distribution (Gaussian), identify data points that deviate significantly from the expected distribution using techniques such as z-score, Mahalanobis distance, or (GMM)
  • -based anomaly detection methods learn the normal behavior of the monitored structure from historical data, identify data points that differ significantly from the learned normal patterns using algorithms like , , or
  • methods define thresholds or limits for specific SHM parameters or features, flag data points that exceed the predefined thresholds as anomalies, and require domain knowledge and expert input to set appropriate thresholds

Evaluation of detection techniques

  • Performance metrics for pattern recognition include:
    1. : Percentage of correctly classified instances
    2. : Proportion of true positive predictions among all positive predictions
    3. (Sensitivity): Proportion of true positive predictions among all actual positive instances
    4. : Harmonic mean of precision and recall, providing a balanced measure of performance
  • Performance metrics for anomaly detection include:
    • (TPR): Proportion of correctly identified anomalies among all actual anomalies
    • (FPR): Proportion of normal instances incorrectly identified as anomalies
    • Area Under the Receiver Operating Characteristic (ROC) Curve (AUC-ROC): Measures the trade-off between TPR and FPR at different threshold settings
  • Validation strategies ensure the robustness and generalization ability of the developed models:
    • : Split the dataset into separate training and testing sets
    • : Divide the dataset into kk equal-sized folds, use each fold as a testing set while training on the remaining folds
    • : Use each single instance as a testing set while training on the remaining instances
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary