TLDR: This research introduces a novel approach to Structural Health Monitoring (SHM) that uses physics-informed transfer learning to overcome data scarcity. By leveraging the Modal Assurance Criterion (MAC) to identify physically similar and damage-sensitive features across different structures, the method enables robust knowledge transfer without requiring extensive labeled data from the target structure. Demonstrated on both numerical simulations and experimental helicopter blades, this technique significantly improves damage classification accuracy, making SHM more practical and cost-effective.
Structural Health Monitoring (SHM) is vital for ensuring the safety and longevity of structures like bridges, aircraft, and buildings. However, a major hurdle in developing effective SHM systems is the scarcity of data, especially labeled data that indicates specific damage types or locations. Collecting such data can be incredibly expensive and often impractical in real-world scenarios.
To address this challenge, researchers are increasingly turning to a field called Population-Based SHM (PBSHM), which aims to leverage data from a collection of similar structures. The idea is that if you have data from many structures, you can learn patterns that apply across the population, even if individual structures have limited data. However, a key problem arises: no two structures are exactly alike. Differences in materials, geometry, or environmental conditions mean that data from one structure (the ‘source’) might not directly apply to another (the ‘target’). This is where Transfer Learning (TL) comes into play.
Transfer Learning is a machine learning technique designed to apply knowledge gained from one domain (e.g., a well-monitored structure) to improve performance in another related but different domain (e.g., a new, unmonitored structure). While traditional machine learning assumes that training and testing data come from the same distribution, TL specifically tackles situations where these distributions differ. For SHM, unsupervised TL is particularly appealing because it doesn’t require new, expensive labeled data from the target structure.
The Challenge of Unsupervised Transfer Learning
A critical assumption in many unsupervised TL methods is that while the overall data distributions might differ, the underlying relationships between features and outcomes (known as conditional distributions) remain similar. For instance, if a certain type of damage causes a specific change in vibration patterns in one structure, it should cause a similar change in another, even if their absolute vibration frequencies are different. Without labeled data in the target domain, it’s hard to verify this assumption, leading to a risk of ‘negative transfer’ – where applying TL actually worsens performance.
Current data-driven methods for measuring similarity between structures, like Maximum Mean Discrepancy (MMD) and Proxy-A Distance (PAD), primarily focus on aligning overall data distributions. They often fall short in ensuring that the conditional distributions (i.e., how damage affects features) are truly similar. This paper highlights that a measure of joint-distribution similarity, which considers both the data and their labels, is a much better indicator of successful transfer, but this typically requires target labels, which are often unavailable.
Leveraging Physics for Better Transfer
This research proposes a novel approach that incorporates physical knowledge to overcome these limitations. The core idea is to use the Modal Assurance Criterion (MAC) to quantify the correspondence between the mode shapes of healthy structures. Mode shapes describe how a structure vibrates at its natural frequencies. The authors hypothesize that if the mode shapes of two structures are similar in their undamaged state, then their vibration-based features (like natural frequencies) will respond similarly to damage, making them suitable for transfer learning.
The MAC is a widely used tool in structural dynamics for comparing mode shapes. It provides a scalar value between 0 (no correspondence) and 1 (complete correspondence). By calculating a ‘MAC-discrepancy’ between source and target structures using only their undamaged mode shapes, the researchers found a strong correlation with a supervised metric that directly measures joint-distribution similarity (the Joint-MMD or JMMD). This suggests that MAC can serve as a valuable, physics-informed proxy for assessing transferability without needing costly damage labels from the target structure.
Demonstrating the Approach: Numerical and Experimental Studies
The effectiveness of this physics-informed approach was demonstrated through two case studies. The first involved a numerical population of 20 simulated structures with varying connections to the ground. The results showed that traditional unsupervised transfer learning methods (TCA and BDA) often failed to significantly improve classification accuracy across this diverse population, and sometimes even led to negative transfer. However, when the proposed Transfer Feature Criterion (TFC), which uses MAC to select the most similar and damage-sensitive features, was applied in conjunction with a simple linear alignment method (Normal Condition Alignment or NCA), it led to significantly improved generalization and a much lower rate of negative transfer. This indicates that selecting features based on their physical correspondence is crucial.
The second, more compelling case study involved transferring damage classification knowledge between two real, heterogeneous helicopter blades: a metal Robinson R44 blade and a composite Gazelle blade. These blades, while similar in size, have distinct material properties and internal structures. By using the TFC to select frequency response function (FRF) features corresponding to similar and damage-sensitive modes, the researchers achieved perfect classification accuracy in the target blade using a classifier trained solely on data from the source blade. This was a significant improvement over methods that did not use physics-informed feature selection.
Also Read:
- Assessing Machine Health: A New Approach to Evaluating Anomaly Detection Systems with AI-Generated Sounds
- Bridging Data Gaps in Time Series with Representation Decomposition
Implications and Future Directions
This research represents a significant step forward in making transfer learning more reliable and practical for SHM. By integrating physics-based knowledge, specifically through the use of mode shapes and the MAC, it provides a principled way to select features that are truly transferable between different structures, even when target labels are scarce. This can drastically reduce the cost and time associated with deploying SHM systems, enabling more in-depth diagnostics and better decision-making for structural maintenance.
Future work will explore the requirements for sensor networks, investigate the robustness of the method under realistic operating conditions and noise, and consider transferring different types of damage-sensitive features. This paper, available at arXiv:2507.19519, paves the way for more robust and cost-effective structural health monitoring systems by intelligently leveraging existing knowledge across a population of structures.


