Next Article in Journal
Acoustic Source Drone Detection System Using Tetrahedral Microphone Array and Deep Neural Networks
Previous Article in Journal
2D-to-3D Image Reconstruction in Agriculture: A Review of Methods, Challenges, and AI-Driven Opportunities
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

From LLM to FEM: Low-Rank Adaptation for Noise-Robust Structural Damage Detection

1
Energy & Environment Laboratory, KEPCO Research Institute, Daejeon 34056, Republic of Korea
2
R&D Strategy Center, KEPCO Research Institute, Daejeon 34056, Republic of Korea
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(6), 1776; https://doi.org/10.3390/s26061776
Submission received: 6 February 2026 / Revised: 4 March 2026 / Accepted: 10 March 2026 / Published: 11 March 2026
(This article belongs to the Section Fault Diagnosis & Sensors)

Highlights

What are the main findings?
  • Low-rank adaptation (LoRA), originally developed for large language model fine-tuning, is applied for the first time to finite element-based structural damage detection, with the low-rank assumption grounded in the physical principles of damage locality and finite element degrees of freedom.
  • The proposed method achieved stiffness errors below 2% at SNR = 20 dB with a 100% success rate in damage zone localization across all 25 experimental conditions, defined by Precision@n ≥ 80%, while reducing parameters by 60% compared with full-rank approaches.
What are the implications of the main findings?
  • The low-rank constraint provides implicit regularization that naturally filters full-rank measurement noise, offering a robust solution for structural health monitoring under practical field conditions.
  • This interdisciplinary transfer from natural language processing to structural mechanics demonstrates that low-rank adaptation can serve as a general regularization framework for ill-posed inverse problems across diverse engineering domains.

Abstract

Structural damage detection using the finite element method is inherently formulated as an inverse problem, often suffering from ill-posedness and high sensitivity to measurement noise. This study introduces a novel damage detection methodology by applying low-rank adaptation (LoRA), originally developed for fine-tuning large language models, to inverse problems in structural mechanics for the first time. The proposed approach exploits the physically inherent low-rank nature of structural damage: damage is typically localized, and the contribution of each finite element to the stiffness matrix is limited by its degrees of freedom. Accordingly, the stiffness change matrix is factorized into two low-rank matrices, reducing the number of parameters and providing implicit regularization against full-rank measurement noise. Physical consistency is ensured through sparsity and symmetry constraints. Numerical experiments on cantilever beam and L-shaped plate structures across five damage scenarios demonstrated that the proposed method achieved superior noise robustness compared with baseline methods. At a signal-to-noise ratio of 20 dB, representative of practical field conditions, LoRA achieved stiffness errors below 2%, whereas the baseline methods failed to provide reliable results. The proposed framework achieved a 100% success rate in damage zone localization (Precision@n ≥ 80%) with over 60% parameter reduction, presenting a promising solution for practical structural health monitoring.

1. Introduction

1.1. Background

Structural health monitoring (SHM) technology is critical for ensuring safety and optimizing economic efficiency in the civil, mechanical, and aerospace engineering domains [1]. As global infrastructure continues to age, the early detection and quantification of structural damage have become increasingly crucial [2]. Rytter [3] classified damage detection into four levels: (1) detection of the presence of damage, (2) damage localization, (3) assessment of damage type and severity, and (4) prediction of the remaining service life. This widely adopted framework remains foundational in contemporary SHM research.
In this context, damage detection techniques based on the finite element method (FEM) have received significant attention in recent decades owing to their capacity to accurately model the physical behavior of structures [4,5]. FEM-based damage detection is inherently formulated as an inverse problem, wherein the objective is to estimate the location and extent of damage using measured structural responses, such as displacements, strains, mode shapes, and natural frequencies [6]. Model updating techniques are typically employed to address this challenge, which is typically formulated as an optimization problem with the structural parameters iteratively adjusted to minimize discrepancies between experimental observations and analytical results [7,8].
Despite their advantages, practical SHM applications are subject to various sources of uncertainty, including sensor noise, environmental variations, and modeling inaccuracies [9]. These uncertainties introduce measurement errors that can destabilize the inverse problem, significantly undermining the reliability of damage detection outcomes. Mottershead et al. [7] provided a comprehensive tutorial on sensitivity-based model updating, highlighting that ill-conditioning of the sensitivity matrix—often exacerbated by measurement noise—can lead to convergence difficulties. Recent studies have sought to address these limitations by developing advanced regularization techniques and optimization algorithms [10,11]. However, ensuring noise robustness in practical field applications remains a significant challenge.

1.2. Literature Review

In SHM, damage detection methods can be classified into model- and non-model-based approaches [12]. From a measurement data perspective, they can be further categorized into dynamic (vibration-based) and static methods [13]. This study focused on FEM-based damage detection and reviewed related methodologies within three categories: sensitivity-based model updating methods, residual force-based methods, and machine learning-based methods.
Sensitivity-based model updating methods. Sensitivity-based FEM updating methods evaluate the response sensitivity to structural parameters for optimization [4,6,7,14]. Although widely adopted, these methods are prone to ill-conditioning in the presence of measurement noise, even when enhanced by various regularization techniques [10,15,16,17,18] and evolutionary algorithms [11].
Residual-force-based methods. Residual-force-based approaches directly evaluate the degree of equilibrium violation by utilizing measured displacements and the initial stiffness matrix [19,20,21]. These methods offer computational efficiency and clear physical interpretations. However, they are highly sensitive to measurement noise, which can result in singular-matrix issues [22]. Although static methods offer the advantage of relatively straightforward measurements, they are limited by reduced information content, as the effects of damage may be attenuated along the load path [23].
Machine learning and deep learning-based approaches. With the rapid development of deep learning technology, machine learning-based SHM research has increased rapidly [24,25,26]. State-of-the-art deep learning architectures, including convolutional neural networks, long short-term memory networks, and Transformers, have been applied to damage detection tasks [27,28,29,30]. Physics-informed neural networks (PINNs) have garnered significant attention owing to their ability to enforce physical consistency and enhance data efficiency by incorporating governing equations directly into the loss function [31,32,33,34]. However, PINNs present notable challenges, such as difficulties in training convergence, high computational demands, and complexity in managing boundary conditions [35,36]. To address these issues, hybrid methods that integrate FEM and deep learning have been proposed [37]. However, purely data-driven approaches continue to face inherent limitations in terms of generalization capacity and physical interpretability [38]. Daskalakis et al. [39] demonstrated that neural networks trained on natural frequency variations can achieve robust damage detection, even under environmental noise, particularly when leveraging multiple vibration modes over extended monitoring periods. In addition, low-rank matrix techniques such as matrix completion and robust principal component analysis have been employed in SHM for sensor data recovery and noise separation. However, these methods apply low-rank assumptions to measured data rather than to the physical model parameters themselves.
These methods share several key limitations:
(1)
Noise sensitivity: Sensitivity- and residual force-based methods are highly sensitive to measurement noise, which limits their practical application in real-world monitoring scenarios. Achieving stable performance remains challenging in environments with signal-to-noise ratios (SNRs) of 20–30 dB, which is inevitable in field measurements.
(2)
Limited effectiveness in complex damage scenarios: The detection accuracy of these methods often degrades when confronted with complex damage patterns, such as multi-location, graded, and distributed damages.
(3)
Trade-off between parameter efficiency and physical constraints: Increasing the number of parameters to enhance model expressiveness increases the risk of overfitting, whereas reducing the parameter count can hinder the ability of the model to capture complex damage patterns.
(4)
Challenges in ensuring physical consistency: Machine-learning-based approaches often struggle to explicitly enforce essential physical constraints, such as the symmetry, sparsity, and positive semi-definiteness of the stiffness matrix.
These limitations underscore the necessity of a novel approach that simultaneously achieves noise robustness, parameter efficiency, and physical consistency. The following section outlines the research objectives and contributions of this study, which addresses these challenges using a novel low-rank adaptation (LoRA) framework.

1.3. Research Objectives and Contributions

To address these limitations, this study proposes a novel methodology that applies LoRA to FEM-based inverse problems in damage detection. Originally proposed by Hu et al. [40] for the efficient fine-tuning of large language models (LLMs), LoRA is adapted here to the context of structural mechanics, with a theoretical foundation grounded in physical principles rather than empirical observation.
The key insight is that structural damage typically demonstrates physically sparse (localized) and low-dimensional (low-rank) characteristics. In real structures, damage such as cracks, corrosion, and fatigue failure are generally confined to specific regions, and the contribution of each finite element to the global stiffness matrix is inherently limited by its degrees of freedom (DOFs). Consequently, representing damage-induced changes in the stiffness matrix through a low-rank decomposition, Δ K = B A , is not merely a computational simplification but a mathematically rigorous approach that faithfully captures the underlying physical reality of structural damage.
The primary contributions of this study are as follows:
(1)
Physics-based low-rank formulation: Damage detection is formulated as a low-rank matrix approximation problem based on the physical characteristics of the structural damage: locality and low dimensionality. While low-rank techniques have been previously applied in SHM for measured data processing, such as missing value recovery and signal denoising, these approaches operate at the data level, addressing the consequences of damage. In contrast, the present study applies low-rank factorization directly to the physical model parameters—the stiffness change matrix Δ K . To the best of our knowledge, this is the first application of model-level low-rank factorization to FEM-based structural damage detection, with the low-rank assumption justified by physical principles rather than empirical observation.The proposed methodology is rigorously justified through physical principles rather than empirical observations.
(2)
Integration of physical constraints: The proposed framework ensures physical consistency by incorporating the sparsity pattern and symmetry of the stiffness matrix as constraints. Additionally, a residual force loss is introduced to enforce equilibrium conditions using only measurable quantities. This prevents spurious interactions between unconnected DOFs and guarantees that the solutions adhere to the fundamental energy conservation principles.
(3)
Analysis of noise robustness mechanism: This study conducts a detailed analysis of the mechanism by which low-rank constraints serve as implicit regularization against measurement noise. Because measurement noise typically demonstrates full-rank characteristics, whereas actual damage signals are low rank, the low-rank formulation naturally suppresses noise by restricting the solution space to the subspace occupied by genuine damage signals.
(4)
Systematic numerical validation: The proposed method achieves significantly improved damage detection performance compared to established techniques, such as the element-wise damage model (EWDM) and residual force method (RFM), particularly in high-noise scenarios at an SNR of 20 dB. Furthermore, the approach achieves over 60% reduction in the number of parameters relative to full-rank approaches while maintaining performance levels. These findings are consistent with recent research indicating enhanced robustness to ill-conditioning in structural model updating [41].

2. Problem Formulation

This section details the mathematical formulation of the FEM-based structural damage detection problem. The forward problem is first described through finite element analysis, followed by the damage modeling approach, and finally the formulation of the inverse problem for damage detection.

2.1. Forward Problem: FEM Analysis

A standard finite element formulation was adopted, utilizing 4-node quadrilateral elements (Quad4) under two-dimensional (2D) plane stress conditions [5]. The material was assumed to be isotropic and linearly elastic. The element stiffness matrix K e was computed using a 2 × 2 Gaussian quadrature.
The global stiffness matrix of the structure is assembled from the element stiffness matrices as follows:
K = e = 1 n e l e m L e T K e L e ,
where L e represents the localization matrix for the element-to-global DOF mapping, and n e l e m represents the total number of elements. The unknown displacements were computed by applying boundary conditions to the static equilibrium equation K u = F .

2.2. Damage Modeling

Structural damage was modeled as stiffness degradation at the element level. For each element e , a damage coefficient α e 0 , 1 is defined, where α e = 0 represents the undamaged state and α e = 1 represents complete damage.
The stiffness matrix of the damaged element is expressed as follows:
K d e = 1 α e K 0 e ,
where K 0 e represents the element stiffness matrix in the intact state. This model assumes that the damage is equivalent to a reduction in the elastic modulus of the element and can represent various damage mechanisms, such as cracks, corrosion, and fatigue damage, in a straightforward manner.
The global damaged stiffness matrix can be expressed as follows:
K d a m a g e d = K 0 Δ K ,
where K 0 represents the global stiffness matrix of the undamaged structure and Δ K represents the stiffness change due to damage, defined as:
Δ K = e = 1 n e l e m α e L e T K 0 e L e ,
where Δ K represents a positive semi-definite matrix with non-zero contributions solely from damaged elements.

2.3. Inverse Problem: Damage Detection

The objective of the damage detection inverse problem is to estimate the damage distribution based on the measured structural responses. In this study, the inverse problem was addressed using static displacement measurements.
  • Known quantities:
    • Global stiffness matrix of the undamaged structure K 0
    • External force vector F
    • Measured displacement u m e a s
  • Unknown quantities:
    • Stiffness change due to damage Δ K   (or, equivalently, the set of element-wise damage coefficients α e e = 1 n e l e m )
The inverse problem is formulated as an optimization problem as follows:
min Δ K J Δ K = u p r e d Δ K u m e a s 2 2 + R Δ K ,
where u p r e d represents the predicted displacement computed using the damaged stiffness matrix, which satisfies the following relationship:
K 0 Δ K u p r e d = F
R Δ K represents a regularization term introduced to mitigate the ill-posedness of the inverse problem and induce physically meaningful solutions.

2.4. Challenges in Practical Applications

The aforementioned inverse problem presents several inherent challenges:
(1)
Ill-posedness. The problem often fails to satisfy Hadamard’s criteria for well-posedness [42], particularly when the number of damage parameters to be estimated exceeds the available measurement data. This can result in non-unique or unstable solutions.
(2)
Sensitivity to noise. The ill-posed nature of the problem makes it highly sensitive to measurement noise. Small measurement errors can be significantly amplified, resulting in large estimation inaccuracies. This phenomenon is often quantified using a high condition number. Therefore, noise robustness is crucial in practical applications.
(3)
Computational cost. In large-scale structures, the number of DOFs can be substantial, leading to a correspondingly large stiffness matrix. In the direct estimation of the full stiffness matrix Δ K R n × n , the number of parameters reaches n 2 (or n n + 1 / 2 considering symmetry), rendering the optimization process inefficient or infeasible.
(4)
Physical consistency. For the estimated Δ K to be physically significant, the following conditions must be satisfied:
  • Symmetry: Δ K = Δ K T (principle of energy conservation).
  • Sparsity pattern: Δ K must adhere to the sparsity structure of K 0 , ensuring no interaction between unconnected DOFs.
  • Positive semi-definiteness: Physical damage reduces stiffness; therefore, Δ K 0 .
Conventional regularization techniques, such as Tikhonov, L1, and total variation, typically do not explicitly enforce these physical constraints, and even when they do, often exhibit insufficient robustness in the presence of noise. The following section proposes a LoRA-based methodology to overcome these challenges.

3. Proposed Methodology

This section details the proposed LoRA-based damage detection methodology. First, we introduce the low-rank approximation of stiffness variations and its physical rationale. Subsequently, we describe the incorporation of physical constraints, design of the loss function, and procedure for inferring element-wise damage from the global stiffness change. Finally, we outline the baseline methods for comparison.

3.1. Low-Rank Approximation of Stiffness Change

This section details the core principle of the proposed method, that is, the low-rank approximation of the stiffness change. As discussed in Section 1.3, this approach is grounded in the intrinsic physical characteristics of structural damage, ensuring mathematical consistency.

3.1.1. Physical Basis: Why Structural Damage Is Inherently Low-Rank

Structural damage possesses two key physical attributes that justify the use of a low-rank approximation: (1) locality—damage typically affects only a portion of the structure, and (2) finite element DOFs—each Quad4 element contributes at most eight to the rank. It is important to emphasize that the low-rank property refers to the matrix rank of the stiffness change ΔK, not to a physical reduction or exclusion of DOFs. The total number of DOFs in the structural model remains unchanged before and after damage. As defined in Equation (2), damage is modeled as a reduction in the elastic modulus of affected elements, which can represent various damage mechanisms—including corrosion, fatigue, cracks, and localized buckling—all of which manifest as effective stiffness degradation without altering the DOF count of the structure. For m damaged elements, rank(ΔK) ≤ 8 m (Table 1). Singular value decomposition (SVD) analysis (Table 2) further demonstrates that the effective rank remains below 9% of the total DOFs across all scenarios, validating that a rank threshold of 10% of the DOFs is sufficient for an accurate representation. These physical characteristics can be mathematically quantified. When m elements are damaged, the global stiffness change is expressed as follows:
Δ K = e D α e   L e T K 0 e L e ,
where D   represents the set of damaged elements. By considering the subadditivity of matrix rank,
rank ( Δ K ) e D rank ( K 0 e ) 8   m
Table 1 lists the theoretical maximum rank of Δ K and its ratio to the total DOFs for the damage scenarios in this study.
However, in practice, the effective rank is often significantly lower than the theoretical maximum owing to node-sharing among adjacent elements. SVD of Δ K t r u e in the numerical experiments revealed the effective rank required to capture 99% of the total energy (Frobenius norm), as shown below.
These findings demonstrate that the low-rank approximation is not merely a computational convenience but a mathematically rigorous representation that accurately reflects the physical reality of structural damage.

3.1.2. Low-Rank Decomposition Formulation

Based on the physical analysis, the stiffness change matrix is decomposed into a low-rank form as follows:
Δ K = B A , B R n × r , |   A R r × n
where n represents the number of DOFs and r represents the rank, with r n . Through this decomposition, the number of parameters to be estimated is significantly reduced from n 2 to 2 r n .
We set r = 10 % of the DOFs, informed by empirical SVD analysis (Table 2: effective rank < 9% DOF). This choice achieves a practical balance between parameter reduction (60% compared with full rank) and sufficient expressiveness to capture complex damage patterns.

3.1.3. Noise Filtering Mechanism

The primary mechanism by which low-rank constraints enhance noise robustness stems from the distinct rank properties of structural damage signals and measurement noise. The Δ K resulting from structural damage demonstrates low-rank characteristics, typically with an effective rank less than 10% of the total DOFs. In contrast, measurement noise is generally independently distributed across all DOFs, resulting in a full-rank profile. The low-rank decomposition Δ K = B A confines the space of representable matrices to the rank- r subspace. This approach effectively isolates the low-dimensional subspace where the damage signal resides, thereby suppressing the full-rank noise components that are distributed across the remaining spaces. Consequently, the low-rank constraint serves as an implicit form of regularization [43].

3.1.4. Comparison with LLM-LoRA

Although our approach is inspired by LoRA [40] as applied to LLMs, it fundamentally diverges. In LLMs, low-rank assumptions are identified empirically, whereas in structural mechanics, these assumptions are rigorously derived from fundamental physical principles, such as damage localization and finite DOFs per element. Additionally, structural mechanics imposes additional requirements, such as sparsity and symmetry constraints (Section 3.3), although the core regularization principle remains consistent.

3.1.5. Remark on Element-Level Correlation

In the ideal damage model (Equation (2)), a stiffness reduction by factor α e in element e scales all entries of the element stiffness matrix proportionally, implying strict intra-element correlation. The proposed low-rank decomposition Δ K = B A does not explicitly enforce this element-level proportional relationship. Instead, it operates at the global stiffness matrix level, relying on the combined effect of physical constraints—sparsity (Equation (11)), symmetry (Equation (12)), and equilibrium-based losses (Equations (15) and (19))—to guide the solution toward physically consistent stiffness changes. This is a deliberate design choice: enforcing strict element-level proportionality would reduce the formulation to element-wise parameterization (i.e., EWDM), thereby forfeiting the inter-element correlation modeling capability and the implicit regularization benefit of the low-rank structure. The experimental results in Section 5.1 demonstrate that the proposed constraints are sufficient to achieve physically meaningful solutions, with stiffness errors below 2% even at SNR = 20 dB.

3.1.6. Matrix Initialization

For learning stability, B and A are initialized as follows:
B N 0,1 / r , A N 0,1
This initialization strategy prevents Δ K from becoming excessively large during the initial stages of learning, thereby starting from a state with minimal damage ( Δ K 0 ). This approach is analogous to the B = 0 initialization used in LLM-LoRA. However, in the context of structural mechanics, initializing with a complete zero matrix is not feasible owing to symmetry and sparsity constraints; therefore, small random values are used.

3.1.7. Framework Overview

Figure 1 shows the similarity between the original LoRA approach and its FEM application. The original LoRA [40] freezes the pre-trained weight matrix W R d × d of an LLM and incorporates low-rank matrices B , A for fine-tuning (Figure 1a). This concept is applied to the stiffness matrix (Figure 1b). For the initial stiffness matrix K 0 , the change resulting from damage Δ K = B A is approximated in low-rank form, and the final stiffness is expressed as K d a m a g e d = K 0 Δ K .
A fundamental distinction between these two domains lies in the presence of physical constraints. In LLMs, low-rank matrices are learned without additional restrictions. In contrast, FEM applications require the explicit enforcement of physical properties, such as symmetry, sparsity, and positive semi-definiteness of the stiffness matrix. However, the fundamental principle remains the same: low-rank structures inherently provide implicit regularization against noise in both domains.
Figure 2 shows the overall framework of the proposed methodology. (a) The overall workflow begins with the initial stiffness K 0 , models damage through the low-rank decomposition Δ K = B A , applies physical constraints (sparsity and symmetry), and computes the damaged stiffness K d a m a g e d . An optimization loop is iterated to minimize the discrepancy between the measured displacement u m e a s u r e d and predicted displacement. (b) Parameter reduction: The full-rank stiffness change matrix ( n × n parameters) is approximated using the low-rank matrix product B n × r × A r × n , thereby significantly reducing the number of parameters from n 2 to 2 r n . (c) Physical constraint application: The symmetrization operation sym B A is applied to the low-rank product B A to ensure energy conservation, followed by element-wise multiplication with a sparsity mask M to ensure physical connectivity.

3.2. Parameter Efficiency Analysis

A comparison of the number of parameters for the various approaches is presented in Table 3. For the cantilever beam (880 DOF) and L-shaped plate (450 DOF) structures utilized in this study, LoRA ( r = 10 % DOF) achieved a 60% parameter reduction compared with the full-rank symmetric matrices.
It is important to note that although LoRA has more parameters than element-wise approaches (e.g., EWDM with n e l e m parameters), the increase in parameter count does not exacerbate the ill-posedness of the inverse problem. This is because the low-rank constraint Δ K = B A restricts the solution space to a rank- r subspace, thereby limiting the effective degrees of freedom regardless of the total parameter count. This behavior is consistent with recent theoretical findings in overparameterized learning, where structural constraints provide implicit regularization that improves generalization [43].
Note: The EWDM had the fewest parameters but failed to capture the physical correlations between elements, resulting in rapid performance degradation in noisy environments.
A rank r = 10 % DOF setting offers the following advantages:
  • Sufficient expressiveness: As demonstrated in Table 2, this rank adequately encompasses the effective rank (≤9% DOF) across all damage scenarios, enabling an accurate approximation from simple to complex multi-site damage.
  • Effective regularization: The 60% reduction in parameters compared with that of the full-rank model mitigates overfitting. Additionally, the low-rank structure inherently provides implicit regularization, achieving robustness against noise.
  • Practical computational efficiency: Optimization remains computationally feasible, with convergence achievable within practical timeframes, even for large-scale structures comprising thousands of DOFs.

3.3. Physical Constraints

The low-rank decomposition B A does not inherently satisfy the physical constraints required for the stiffness matrix. In this study, both sparsity and symmetry constraints were explicitly enforced to ensure physically meaningful solutions.

3.3.1. Sparsity Constraint

The structure of the finite element stiffness matrix is sparse, which is dictated by element connectivity. No stiffness interaction exists between unconnected DOFs; therefore, Δ K must adhere to the same sparsity pattern:
Δ K i j = 0 if   ( K 0 ) i j = 0
Therefore, a sparsity mask M is defined from the initial stiffness matrix as follows:
M i j = 1 if   ( K 0 ) i j 0 0 otherwise

3.3.2. Symmetry Constraint

The symmetry of the stiffness matrix is a physical requirement that stems from the principle of energy conservation. Because the low-rank decomposition B A is not generally symmetric, symmetrization is performed as follows:
sym B A = 1 2 B A + A T B T

3.3.3. Combined Formulation

By combining the sparsity and symmetry constraints, the final stiffness change matrix can be calculated as follows:
Δ K c o n s t r a i n e d = M sym B A
where denotes the element-wise product (Hadamard product). This operation is differentiable, which enables learning through backpropagation.

3.4. Loss Function Design

The proposed method employs a composite loss function comprising three terms:
L = L d i s p + λ 1 L s p a r s e + λ r L r e s i d u a l
Displacement matching loss. This term minimizes the discrepancy between predicted and measured displacements:
L d i s p = 1 n u ~ p r e d u ~ m e a s 2 2
where u ~ = u / u m e a s is non-dimensionalized to ensure numerical stability. The predicted displacement u p r e d is determined through static analysis using the damaged stiffness matrix as follows:
K 0 Δ K c o n s t r a i n e d u p r e d = F
Sparsity regularization. To promote localized damage identification, L1 regularization is applied as follows:
L sparse = Δ K c o n s t r a i n e d 1 K 0 F
where K 0 F represents the Frobenius norm, used to non-dimensionalize the regularization term.
  • Residual force loss. To further guide the reconstruction of the stiffness matrix beyond displacement matching, a residual force loss was introduced based on the static equilibrium condition. For the damaged structure, the equilibrium equation K 0 Δ K u = F can be rearranged as follows:
    Δ K u = K 0 u F = r
    where r represents the residual force vector, which can be computed from measured displacements without requiring prior knowledge of the true damage state. The residual force loss is defined as follows:
    L residual = Δ K p r e d u m e a s r m e a s 2 2 r m e a s 2 2
    where r m e a s = K 0 u m e a s F . This formulation enforces the physical equilibrium condition using only measurable quantities, ensuring practical applicability in real SHM scenarios where Δ K t r u e is unknown.

3.5. Damage Identification from ΔK

Element-wise damage severity is estimated from the learned global stiffness change Δ K , using a mask-based contribution partitioning approach.
To account for nodes shared by adjacent elements, a weighted mask approach is employed for contribution partitioning. For each element e , a binary mask M e R n × n is first defined, where M p q e = 1 if both DOFs p and q belong to element e , and 0 otherwise. A count matrix C R n × n is then computed as C p q = e = 1 n e l e m M p q e , which records the number of elements sharing each DOF pair. The weighted mask is defined as:
W p q e = M p q e C p q
These weighted masks satisfy the partition of unity condition e = 1 n e l e m W e = M g l o b a l , ensuring that the global stiffness change is distributed to individual elements without overlap or omission. The element-wise stiffness change is then extracted as:
Δ K e = W e Δ K
This equal-partitioning scheme is an approximate estimation analogous to nodal averaging techniques commonly used in FEM post-processing [5]. Although the actual contribution ratio at shared DOFs may differ from equal partitioning, the validity of this approximation is supported by the low stiffness errors achieved in the experiments in Section 5.
The element-wise damage severity is defined as the ratio of Frobenius norms:
severity e = Δ K e F K 0 e F
This value represents the relative stiffness loss of the element and serves as an estimate of the damage coefficient α e .

3.6. Baseline Methods for Comparison

Two baseline methods were considered to assess the effectiveness of the proposed LoRA-based approach.

3.6.1. EWDM

The EWDM directly learns one damage parameter per element. A total of n e l e m learning parameters θ e } e = 1 n e l e m are defined, and the damage coefficient is constrained to the [0, 1] range through the sigmoid function:
α e = σ θ e = 1 1 + e θ e
The parameters were initialized as θ e = 5 , ensuring that the initial damage was nearly zero ( σ 5 0.007 ). The loss function comprises a displacement matching term and an L2 (Tikhonov) regularization term:
L E W D M = L d i s p + λ T i k mean α 2
L2 regularization suppresses large damage values, promoting physically plausible damage distributions. It is worth noting that the regularization strategies adopted for each baseline method are tailored to the specific optimization structure and physical nature of their respective variables. In EWDM, the L2 (Tikhonov) regularization is applied to element-wise damage coefficients α e already bounded by the sigmoid function, serving to suppress physically implausible over-damage predictions. Applying L1 regularization to EWDM would introduce redundant sparsity pressure on variables already initialized near zero, potentially degrading its performance in an unintended manner. For RFM, the L2 regularization serves the distinct purpose of improving the numerical conditioning of the A T A matrix, and replacing it with L1 would fundamentally alter the closed-form nature of the method. Therefore, the current regularization choices represent the most appropriate and fair configuration for each respective method. Although this method is straightforward and physically interpretable, it does not account for correlations between elements and is susceptible to overfitting, particularly in the presence of noise.

3.6.2. RFM

The RFM estimates damage by direct computation, without a learning process. First, the residual force vector is computed as follows:
P = K 0 u m e a s F
A matrix A R n × n e l e m is constructed with the residual force contribution of each element e , a e = K 0 e u m e a s , as column vectors. The following least-squares problem is then solved:
min α A α P 2 2 + λ T i k α 2 2
The solution is expressed as
α = ( A T A + λ T i k I ) 1 A T P
To ensure physically meaningful results, the solution is clipped to the range [0, 1]. This method is effective under ideal conditions, without noise. However, the presence of measurement noise significantly deteriorates the condition number of A T A , resulting in rapid performance degradation or singular matrix problems.

3.6.3. Summary of Method Comparison

A comparison of the main characteristics of the three methods is presented in Table 4.
The LoRA method combines implicit regularization through a low-rank structure with explicit enforcement of physical constraints. This approach achieves both parameter efficiency and robustness to noise.

4. Numerical Experiments

This section details the numerical experimental setup used to validate the performance of the proposed LoRA-based damage detection method. Five distinct damage scenarios were defined for two representative structures, and the performances of the three methods were comparatively evaluated under various noise levels.

4.1. Test Structures

To demonstrate the generality of the proposed method, two 2D structures with differing stress distribution characteristics were selected. Both structures were modeled as isotropic linear elastic materials with steel properties (Young’s modulus E = 200 GPa and Poisson’s ratio ν = 0.3 ).

4.1.1. Cantilever Beam

The first test structure was a cantilever beam (Figure 3a), which is a widely recognized benchmark in SHM. The beam had dimensions of 4 m in length, 1 m in height, and 0.01 m in thickness. The finite element mesh was generated at two different resolutions, tailored to the specific requirements of each damage scenario. For the localized damage scenario, a mesh of 10 × 4 = 40 Quad4 elements was employed to clearly identify single-element damage. In contrast, for the regional damage scenarios—including uniform regional, graded, and multi-site graded damage—a finer mesh of 40 × 10 = 400 elements was utilized to adequately capture complex damage patterns. Boundary conditions were defined by fully constraining all displacements at the nodes along the left edge ( x = 0 ). For loading conditions, a vertical load of −1000 N was uniformly distributed on the top edge ( y = 1 ).
The cantilever beam, characterized by a straightforward stress distribution and linearly decreasing bending moment from the fixed end to the free one, provides an ideal testbed for evaluating the fundamental performance of damage detection algorithms.

4.1.2. L-Shaped Plate

The second test structure was an L-shaped plate (Figure 3b), which introduced greater geometric complexity and stress concentration effects owing to its geometric discontinuities. The plate measured 4 m × 3 m and had a thickness of 0.01 m. The L-shaped geometry was constructed by removing the upper-right region ( x = 2 4   m , y = 1 3   m ) from the 4 m × 3 m rectangle. The finite element mesh comprised a 20 × 15 grid, excluding the elements in the removed region, resulting in 200 Quad4 elements. Boundary conditions were imposed by fixing the lower portion of the left horizontal edge ( x = 0 2   m , y = 0   m). A uniformly distributed vertical load of −1500 N was applied along the right vertical edge ( x = 4   m , y = 0 1   m ).
The L-shaped plate demonstrated a pronounced stress concentration at the inner corner and a more complex stress distribution than the cantilever beam. This structure is well-suited for assessing the generalization capability of the proposed damage detection method in the presence of geometric complexity.

4.2. Damage Scenarios

Four damage scenarios with progressively increasing complexities were designed to systematically evaluate the performance of the damage detection methods. Each scenario reflects distinct damage patterns commonly observed in real-world structures.

4.2.1. Localized Damage

The localized damage scenario involves damage concentrated in a single element, representing the simplest case. Here, a 70% reduction in stiffness ( α = 0.7 ) was applied to one element positioned near the lower fixed end of the structure. This scenario served as a fundamental benchmark to determine whether the damage detection method can accurately identify and localize isolated damage.

4.2.2. Uniform Regional Damage

A uniform regional damage scenario simulates widespread deterioration, such as corrosion or material degradation, uniformly distributed over a defined area. In this case, a constant 70% stiffness reduction ( α = 0.7 ) was imposed on all elements within a centrally located rectangular block. This scenario evaluates the capability of the method to delineate the boundaries of a uniformly damaged region, presenting a greater challenge than localized damage but remaining less complex than scenarios with spatially varying severity.

4.2.3. Graded Damage

The graded damage scenario models a radial damage pattern in which the severity of damage diminishes from the center outward. A continuous damage distribution was implemented, with 80% damage ( α = 0.8 ) at the central element, decreasing to 20% ( α = 0.2 ) at the edge elements. This scenario simulates conditions such as impact damage or progressive fatigue crack growth, where damage propagates gradually. Graded damage is challenging to detect owing to an unclear damage boundary, making it well-suited for evaluating the spatial resolution of damage detection methods.

4.2.4. Multi-Site Graded Damage

The multi-site graded damage scenario involves the independent occurrence of graded damage at distinct locations and represents the most complex damage pattern examined in this study. In this scenario, graded damage was assigned to two separate regions, with each damage region demonstrating a damage distribution that decreased from 80% at the center to 30% at the boundary. This configuration simulates situations in which multiple, independent degradation sites develop concurrently within aging structures, thereby providing a rigorous test of the capability of damage detection methods to address complex damage patterns.
The actual damage distributions of the four damage scenarios for the cantilever beam structure are shown in Figure 4. Each damage scenario demonstrates a progressive increase in complexity and reflects a range of damage types that may be encountered in practical applications.
The key attributes of the four damage scenarios are listed in Table 5. The damage complexity increased from simple localized damage to multisite graded damage, and each scenario represented a different physical damage mechanism.

4.3. Noise Modeling

In practical SHM applications, measurement data are unavoidably affected by noise resulting from sensor errors, environmental variations, and limitations of measurement systems. To systematically assess the impact of measurement noise on the damage detection performance, a Gaussian noise model was employed in this study. The measured displacement, including noise, was modeled as follows:
u m e a s = u t r u e + ϵ , ϵ N 0 , σ 2 I
where u t r u e represents the actual displacement of the damaged structure, ϵ represents the noise vector, and σ represents the standard deviation of the noise. The noise level was quantified using the SNR, defined as follows:
SNR   ( dB ) = 20 l o g 10 u t r u e 2 ϵ 2
In this study, five noise levels, SNR = 20 dB, 30 dB, 40 dB, 50 dB and (no noise), were considered to simulate a range of realistic measurement conditions. The physical interpretation of each SNR level and its correspondence to the actual measurement environments are presented in Table 6.
An SNR of 20 dB corresponds to a relative error of approximately 10% and represents a high-noise environment that can be observed in field measurements. Conversely, an SNR of 50 dB corresponds to a relative error of approximately 0.3%, which represents a laboratory environment with high-precision measurement equipment. An SNR of denotes an ideal, noise-free environment and serves as a benchmark for evaluating the theoretical upper bound of the performance of each method.

4.4. Implementation Details

All the numerical experiments were conducted using the PyTorch (version 2.5.1) framework. The automatic differentiation capabilities of PyTorch were leveraged to construct the entire computational pipeline—including the finite element assembly and linear system solution—in a fully differentiable manner, thereby enabling gradient-based optimization. The Adam optimizer was employed for the learning-based methods (LoRA and EWDM).
The hyperparameters for each method are listed in Table 7. The low-rank dimension r of the LoRA was set to approximately 10% of the number of DOFs ( r = 88 for the cantilever beam and r = 45 for the L-shaped plate). The sparsity regularization λ 1 promoted localized damage patterns, whereas the stiffness supervision weight λ K enhanced the stability of convergence during training. For the EWDM, the Tikhonov regularization parameter λ T i k  served as an L2 constraint on damage values, preventing non-physical excessive damage predictions. While the RFM provided a direct, non-learning-based computation method, Tikhonov regularization was applied to enhance the condition number of the global least-squares matrix.

4.5. Evaluation Metrics

Three quantitative evaluation metrics were defined to comprehensively assess the performance of the damage detection methods.

4.5.1. Relative Stiffness Error

This metric quantifies the discrepancy between the predicted and actual stiffness changes and serves as the primary metric for evaluating physical accuracy:
E s t i f f = Δ K t r u e Δ K p r e d F Δ K t r u e F
where F represents the Frobenius norm. This metric represents the accuracy with which the structural changes caused by damage are estimated.

4.5.2. Relative Damage Error

The relative damage error evaluates the estimation accuracy of the element-wise damage coefficients:
E d a m a g e = α t r u e α p r e d 2 α t r u e 2
This metric reflects the estimation accuracy of damage severity.

4.5.3. Location Detection

Location detection evaluates the practical accuracy of damage location identification. The precision is calculated as the ratio of the actual damaged elements to the top- n elements with the highest predicted damage levels:
Precision @ n = predicted   top - n actually   damaged K
In this study, n was set according to the damage scenarios: localized damage (n   = 1 ), uniform regional damage ( n = 10 ), graded damage (n  = 10 ), L-shaped multi-site damage ( n = 10 ), and multi-site graded damage (n  = 20 ).

4.5.4. Detection Success Criteria

The overall detection success was defined as satisfying both of the following criteria: (1) successful location detection (Precision@n ≥ 80%) and (2) satisfactory stiffness accuracy ( E s t i f f < 5%). This dual criterion ensures high reliability in identifying actual damage locations during structural inspections while simultaneously enabling accurate prediction of structural behavior.

5. Results and Discussion

This section presents and discusses the results of evaluating the performance of the proposed LoRA-based damage detection method under varying noise levels and damage scenarios. First, we analyze the performance changes according to the noise levels, evaluate the robustness with respect to the damage pattern complexity, and discuss the parameter efficiency and physical interpretation.

5.1. Performance Under Varying Noise Levels

The central hypothesis of this study is that the low-rank structure of LoRA provides implicit regularization against measurement noise, thereby conferring superior noise robustness compared with conventional approaches. To test this hypothesis, we compared the performance of the three methods across five noise levels: SNR = ∞, 50, 40, 30, and 20 dB. Two complementary metrics were employed: relative stiffness error ( E s t i f f ), which measures the global stiffness matrix reconstruction accuracy, and the relative damage error ( E d a m a g e ), which evaluates the accuracy of the element-wise damage parameter estimation.
The quantitative results for the stiffness reconstruction and damage estimation are listed in Table 8 and Table 9, respectively. The most notable observation is the exceptional noise robustness of LoRA in stiffness matrix reconstruction. For simple damage scenarios—including localized, uniform regional, and graded patterns—LoRA consistently achieved extremely low stiffness errors of 0.01–0.03% regardless of the noise level, demonstrating remarkable stability. Even in the highly complex multi-site graded scenario, the stiffness error was maintained at 1.79–1.82%. This consistent performance across all noise conditions provides strong evidence for the implicit regularization effect afforded by the low-rank constraint.
However, a notable distinction was observed when the damage–error metric was examined. For distributed damage patterns (uniform regional, graded, and multi-site graded), LoRA achieved superior damage estimation with 18–28% error compared with the EWDM (51–95%) while maintaining stable accuracy across all noise levels. In contrast, for localized single-element damage, the performance pattern shifted subtly depending on the noise level. Under low-noise conditions (SNR ≥ 40 dB), the EWDM achieved a lower damage error than LoRA (29–42% vs. 59%), owing to its element-wise parameterization, which is inherently well-suited for detecting single-element damage. However, as the noise increased to levels typical of field conditions (SNR ≤ 30 dB), the damage error of the EWDM degraded rapidly (75–98%), whereas LoRA maintained a stable performance (59%). This crossover behavior highlights the increasing value of the noise robustness of LoRA as the measurement conditions deteriorate, a scenario commonly encountered in practical SHM applications. The low-rank constraint in LoRA emphasizes the capture of global stiffness change patterns, making it particularly effective for distributed damage, whereas the element-wise approach of the EWDM remains advantageous for highly localized damage.
The EWDM demonstrated a gradual performance degradation as the noise level increased. The stiffness error increased from 2.49% at an SNR = ∞ to 7.09% at an SNR of 20 dB for the localized scenario, remaining over 100 times higher than that for LoRA (0.01–0.03%). Although Tikhonov regularization provides some degree of noise robustness, the fundamental limitation stems from the element-wise independent learning approach, which fails to capture inter-element physical correlations and, consequently, cannot accurately model global stiffness changes. The damage error followed a similar trajectory, increasing from 29.89% to 98.23% for the localized scenario, which underscores the increasing unreliability of the performance of the EWDM under practical noise conditions.
The RFM exhibited the most extreme behavior. Under ideal noise-free conditions (SNR = ∞), it achieved perfect performance ( E s t i f f 0 , E d a m a g e 0 ) owing to the mathematical exactness of the global least-squares solution. However, even minimal noise resulted in catastrophic failure, with stiffness errors exceeding 98% and damage errors increasing to 600–1000%. This instability stemmed from the rapid deterioration of the condition number of the A T A matrix in the RFM global least-squares formulation when noise was present. Given that noise-free measurements are unattainable in real SHM applications, the theoretical advantages of the RFM are outweighed by its severe limitations in real-world scenarios.
The stiffness error trends across the noise levels are shown in Figure 5. As illustrated, LoRA maintained consistently flat performance curves. In contrast, the EWDM performance gradually degraded, and the RFM performance completely collapsed for SNR < ∞.
Similarly, the variations in the damage error are shown in Figure 6. LoRA maintained a consistent performance across all noise levels, with particularly robust accuracy in the uniform regional and graded scenarios. The complementary nature of the two metrics was evident. Although LoRA showed more serious error damage than the EWDM in the localized damage scenario, it significantly outperformed the EWDM in scenarios involving distributed damage patterns, which are more representative of practical SHM applications. Figure 7 compares the predicted damage distributions of the three methods for the multi-site graded damage scenario at SNR = 30 dB. LoRA accurately captures both damage regions and clearly reproduces the graded damage pattern, while EWDM roughly identifies the damage locations but shows significant errors in damage magnitude estimation, and RFM exhibits a globally scattered, non-physical damage distribution.

5.2. Robustness Across Damage Complexity

As damage patterns become more complex, the inverse problem becomes increasingly ill-posed, thereby complicating damage detection. This section analyzes the performance changes for each method across the four damage scenarios with a progressively increasing complexity.
A comparison of the performance metrics for the damage scenario at an SNR of 30 dB is presented in Table 10, Figure 8 and Figure 9. Notably, the performance gap between LoRA and the existing methods increased with increasing damage complexity. For localized damage, the stiffness error difference between LoRA and the EWDM was 5.05 percentage points (0.02% for LoRA versus 5.07% for the EWDM). This gap expanded to 9.17 percentage points for multi-site graded damage (1.80% for LoRA versus 10.97% for the EWDM). Furthermore, LoRA consistently achieved a 100% success rate in terms of location detection across all scenarios, whereas the EWDM frequently failed to identify the damage locations in more complex cases.
Multi-site graded damage scenarios were simulated on an L-shaped plate structure to validate the geometric generalization capability of the proposed method. Table 11 presents a comparative analysis of the results obtained from the L-shaped plate structure and cantilever beam, validating the geometric generalization capability of the proposed method.
For the L-shaped plate, LoRA demonstrated excellent performance, similar to that for the cantilever beam, maintaining stiffness errors below 0.01% across all noise levels. This result suggests that the stress concentration region of the L-shaped structure is sufficiently distinct from the damage location, thereby facilitating a more robust solution to the inverse problem. The EWDM demonstrated similar performance degradation patterns for the cantilever beam and L-shaped plate, with the error increasing from 6.24% to 7.38% with increasing noise. Figure 10 shows the prediction results for multi-site graded damage under SNR = 30 dB conditions in the L-shaped plate structure. LoRA’s ability to accurately identify damage locations while distinguishing them from stress concentration regions near the internal corner is confirmed, demonstrating that the physical constraints operate effectively even in complex geometries.
The location detection success rates across all the experimental combinations (five damage scenarios × five noise levels) are listed in Table 12. Each cell number represents the number of successful location detections across five noise levels (SNR = , 50, 40, 30, and 20 dB).
The proposed LoRA method achieved a 100% success rate under the zone-level criterion (Precision@n ≥ 80%), reliably identifying the regions of interest containing actual damage in all 25 experimental cases. This consistent performance across varying noise levels and damage patterns highlights the robustness and reliability of the approach. In contrast, the EWDM and RFM demonstrated significantly lower success rates of 28% and 20%, respectively, compared with LoRA. In particular, most of the successful cases of the RFM were concentrated in ideal noise-free conditions (SNR =   ), highlighting its limitations for practical application.

5.3. Sensitivity Analysis

5.3.1. Effect of Damage Severity

To evaluate the performance of the proposed method under minor damage conditions, additional experiments were conducted with a reduced damage severity of α = 0.2 (20% stiffness reduction) for the localized damage scenario. This severity level represents early-stage damage that is particularly challenging to detect yet critically important for preventive maintenance.
The results demonstrate that LoRA maintains its noise-robust performance even at low damage severity. Notably, the performance advantage of LoRA over baseline methods becomes more pronounced at α = 0.2 compared with α = 0.7, as the reduced damage signal further challenges methods lacking implicit regularization (Table 13). The consistent 100% location detection rate across all noise levels confirms the practical utility of the proposed method for early-stage damage detection in field applications (Table 14).

5.3.2. Effect of Residual Force Loss Weight λ r

To investigate the sensitivity of the proposed method to the hyperparameter λ r (residual force loss weight in Equation (14)), a parametric study was conducted by varying λ r over {0, 0.01, 0.1, 1.0, 10.0} for the multi-site graded damage scenario on the cantilever beam at SNR = 30 dB. This scenario was selected because it represents the most complex damage pattern and thus provides the most stringent test of hyperparameter sensitivity. The results are summarized in Table 15.
Three key observations can be drawn from the results. First, the residual force loss is an essential component of the proposed framework, not merely an auxiliary regularization term. When λ r = 0 (i.e., the residual force loss is entirely removed), the damage estimation completely fails ( E d a m a g e = 100 % ), even though the displacement matching error remains low ( E d i s p = 3.17 % ). This indicates that displacement matching alone provides insufficient guidance for the ill-posed inverse problem, whereas the residual force loss enforces the physical equilibrium condition (Equation (18)) that directly constrains the relationship between ΔK and the measured response.
Second, a clear trade-off exists between physical reconstruction accuracy and displacement fitting. As λ r increases, E s t i f f and E d a m a g e decrease monotonically (improved physical accuracy), whereas E d i s p increases (reduced displacement fitting). This behavior is expected, as the residual force loss (ΔK·u ≈ r) and the displacement matching loss ( u p r e d u m e a s ) impose complementary but competing constraints on the solution.
Third, λ r = 1.0 provides a well-balanced operating point. At this value, both the stiffness error (5.13%) and displacement error (5.45%) remain below 6%, while the damage error (27.05%) is substantially reduced from the complete failure observed at λ r 0.01 (100%). Although λ r = 10.0 yields the lowest stiffness and damage errors (0.57% and 20.17%, respectively), the corresponding displacement error increases to 8.79%, which may compromise the predictive capability of the model for structural response analysis. Therefore, λ r = 1.0 was adopted for all experiments in this study as a practical compromise that achieves reliable damage identification without significantly sacrificing displacement prediction accuracy.

5.4. Discussion

5.4.1. Interdisciplinary Innovation: From LLM to FEM

A key academic contribution of this study is the interdisciplinary application of the LoRA concept, which was originally developed for LLMs, to FEM-based structural inverse problems. LoRA was initially introduced to enhance fine-tuning efficiency by approximating changes in the weight matrices of pre-trained language models using low-rank matrices. In this study, we extended this concept to model changes in the stiffness matrix owing to structural damage, leveraging the physical insight that damage-induced variations Δ K inherently demonstrate low-rank characteristics.
Although the justification for the low-rank assumption differs between fields, notable similarities were observed. LLMs are based on the empirical observation that weight changes during fine-tuning are concentrated in the low-dimensional subspace of the entire weight space. In structural mechanics, the underlying physical principle is that damage typically impacts only a localized portion of the entire structure. Therefore, the effective rank of Δ K is constrained by the number of DOFs associated with damaged elements. This interdisciplinary insight indicates that low-rank approximation serves as a powerful regularization technique for inverse problems in various fields.

5.4.2. Why LoRA Achieved Noise Robustness

The noise-robust performance of LoRA can be attributed to three key mechanisms.
First, implicit regularization was performed using a low-rank structure. Measurement noise is generally distributed independently across all DOFs and thus has full-rank characteristics. In contrast, Δ K induced by actual damage is inherently low rank. By employing a low-rank decomposition B A , the solution space was restricted to a low-rank subspace that captured the true damage signal, thereby naturally filtering out full-rank noise components.
Second, physical constraints were imposed through the sparsity mask. In Δ K c o n s t r a i n e d = M sym B A , the sparsity mask M allows only the non-zero pattern of the initial stiffness matrix K 0 . This constraint eliminates spurious interactions between unconnected DOFs, preventing the emergence of non-physical artifacts.
Third, energy consistency was achieved through symmetrization. The symmetry of the stiffness matrix is a fundamental physical requirement, rooted in the definition of elastic energy. The symmetrization operation sym B A satisfies this requirement, thereby ensuring an energetically consistent solution.
In contrast, the EWDM learns the damage parameters for each element independently; therefore, in noisy environments, individual elements are prone to overfitting to local noise. In contrast, the RFM requires solving a global least-squares problem A T A   λ T i k I ) 1 , where the condition number of A T A deteriorates rapidly in the presence of noise, resulting in numerical instability.
The proposed method is not limited to strictly localized damage. The uniform regional damage scenario (Section 4.2.2) confirms that LoRA effectively detects widespread damage such as surface corrosion, with E s t i f f = 0.01 % across all noise levels (Table 8). In the extreme case of fully uniform damage across the entire structure, the problem reduces to trivial scalar estimation. The proposed method targets localized to moderately distributed damage, which constitutes the most challenging and practically relevant scenario in SHM.

5.4.3. Practical Implications for SHM

The results of this study have important implications for practical SHM applications.
In terms of field applicability, an SNR of 20 dB corresponds to a measurement error of approximately 10%, a level commonly encountered in practice. The demonstrated ability of LoRA to achieve stiffness estimation errors below 1% for simple damage scenarios and within 2% even for complex multi-site damage scenarios under such high-noise conditions highlights its strong potential for actual structural monitoring. In contrast, the existing methods failed to deliver reliable results at these noise levels, presenting significant challenges for field applications.

5.4.4. Computational Cost Considerations

It should be noted that the 60% parameter reduction reported in Table 3 does not directly translate into computational speedup. Each LoRA iteration requires additional operations—the matrix product B A , symmetrization, and sparsity masking—resulting in a higher per-iteration cost compared with the EWDM. The parameter reduction should therefore be interpreted as a reduction in the effective dimensionality of the solution space, which provides implicit regularization against noise, rather than as a measure of computational efficiency. A systematic benchmarking of computation times was not performed in this study and remains an important direction for future work, particularly for large-scale three-dimensional applications.

5.4.5. Limitations and Future Work

This study has certain limitations that suggest directions for future research.
First, only a single static load case was considered. As measurements are performed under various loading conditions in actual structures, an inverse problem formulation utilizing multiple load cases is required. Multiple load cases are anticipated to mitigate the ill-posedness of the inverse problem by increasing the measurement information and enhancing the damage detection accuracy.
Second, the analysis was restricted to 2D plane stress problems. Because most real structures are three-dimensional (3D), extending the methodology to 3D solid or shell elements is necessary. In 3D problems, the number of DOFs increases significantly; therefore, the parameter efficiency advantage of the low-rank approximation is even more pronounced.
Third, the numerical experiments employed simulated damage and noise, and no validation with actual experimental data was performed. In practical applications, the proposed framework requires an initial FEM model K 0 , known external forces F from static load testing, and measured displacements u m e a s from sensors such as LVDTs or fiber optic sensors, as specified in Section 2.3. As an initial proof-of-concept study, numerical validation was prioritized following the approach adopted in prior methodological studies [31,33,34,41]. Future work will progress from laboratory-scale specimens with controlled damage to field-scale testing on actual structures.
Fourth, a systematic comparison of computational costs, including wall-clock times and memory usage, was not conducted and warrants future investigation.
Fifth, the proposed methodology should be integrated into a digital twin framework for real-time structural health monitoring. FEM-based model updating is a key enabling technology for digital twin construction [4,7], and the LoRA-based inverse problem solver developed in this study can serve as a core component by enabling noise-robust estimation of stiffness changes from sensor measurements. Future work will explore the integration of the proposed method with real-time data acquisition systems and digital twin platforms to establish a seamless connection between the FEM model and the physical structure.
Sixth, the current damage model is limited to element-level stiffness degradation and does not explicitly account for degradation of support structures and boundary assemblies, which is commonly observed in real engineering structures. In principle, support degradation can be modeled as changes in constraint stiffness at boundary nodes, which is representable within the global stiffness matrix framework. However, this extension requires additional mathematical treatment, including partial release of fixed DOFs and modification of constraint equations, and will be addressed in future work.

6. Conclusions

This study proposed a novel LoRA-based methodology for FEM-based structural damage detection that addresses the critical challenges of noise sensitivity, parameter inefficiency, and physical inconsistency in existing approaches. The principal findings and contributions of this study are as follows:
Interdisciplinary innovation. This study represents the first application of model-level low-rank factorization—specifically the LoRA architecture originally developed for LLMs—to inverse problems in structural mechanics, distinguished from prior data-level low-rank applications in SHM. Unlike the empirical basis of LLMs, the low-rank assumption in structural damage detection is grounded in fundamental physical principles, specifically the locality of damage and the finite DOFs associated with each element. This interdisciplinary approach demonstrates that low-rank approximation can serve as an effective regularization framework for inverse problems in diverse scientific domains.
Superior noise robustness. The proposed method achieved exceptional noise robustness by leveraging the inherent rank disparity between the damage signals (low rank) and measurement noise (full rank). The EWDM demonstrated progressive performance degradation, whereas the RFM exhibited complete failure under noisy conditions. In contrast, LoRA consistently maintained high accuracy across all tested noise levels (SNR = 20–50 dB). Notably, at an SNR of 20 dB—representing challenging field conditions with approximately 10% measurement error—LoRA achieved stiffness errors below 2% for all damage scenarios, whereas the baseline methods failed to deliver reliable results.
Parameter efficiency with physical consistency. Compared with that of full-rank approaches, the low-rank decomposition Δ K = B A reduced the number of parameters by 60% while maintaining excellent detection performance. Furthermore, the explicit integration of physical constraints, such as a sparsity mask derived from element connectivity and symmetrization to ensure energy conservation, guaranteed that the estimated stiffness changes adhered to fundamental physical requirements, setting this approach apart from purely data-driven methods.
Robust generalization across damage patterns and geometries. A systematic evaluation across five damage scenarios (localized, uniform regional, graded, multisite graded, and multi-site uniform) and two distinct structural geometries (cantilever beam and L-shaped plate) demonstrated that LoRA achieved a 100% success rate in damage zone localization (Precision@n ≥ 80%)across all 25 experimental combinations, compared with 28% for the EWDM and 20% for the RFM. This consistent performance across varying levels of complexity underscores the practical applicability of the proposed method.
In conclusion, the proposed LoRA-based damage detection framework offers a promising solution for practical SHM applications where measurement noise is inevitable. This methodology bridges the gap between theoretical elegance and practical robustness in FEM-based damage identification by combining the implicit regularization effect of low-rank constraints with explicit physical consistency requirements.

Author Contributions

Conceptualization, J.K.; methodology, J.K.; software, J.K.; validation, J.K. and H.K.; formal analysis, J.K.; investigation, J.K.; data curation, J.K., S.C. and H.K.; writing—original draft preparation, J.K.; visualization, J.K.; writing—review and editing, S.C. and H.K. All authors have read and agreed to the published version of the manuscript.

Funding

This study was supported by the Korea Institute of Energy Technology Evaluation and Planning (KETEP) grant funded by the Ministry of Climate, Energy, and Environment (MCEE) of the Republic of Korea, grant number 20217010100020.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The source code and supporting data used in this study are available at the sparse-lora-fem repository at https://github.com/jdkim6413/sparse-lora-fem (accessed on 3 March 2026).

Conflicts of Interest

Author Jaedong Kim, Haesu Kang and Sungyong Chang were employed by the company KEPCO Research Institute.

Abbreviations

The following abbreviations are used in this manuscript:
LLMLarge language model
FEMFinite element method
LoRALow-rank adaptation
SHMStructural health monitoring
CNNConvolutional neural network
PINNPhysics-informed neural networks
EWDMElement-wise damage model
RFMResidual force method
DOFDegree of freedom
SNRSignal-to-noise ratio

References

  1. Farrar, C.; Worden, K. Structural Health Monitoring: A Machine Learning Perspective; John Wiley & Sons, Ltd.: Hoboken, NJ, USA, 2013. [Google Scholar]
  2. Malekloo, A.; Ozer, E.; AlHamaydeh, M.; Girolami, M. Machine Learning and Structural Health Monitoring Overview with Emerging Technology and High-Dimensional Data Source Highlights. Struct. Health Monit. 2021, 21, 1906–1955. [Google Scholar] [CrossRef]
  3. Rytter, A. Vibrational Based Inspection of Civil Engineering Structures. Ph.D. Thesis, University of Aalborg, Aalborg, Denmark, 1993. [Google Scholar]
  4. Brownjohn, J.M.W.; Xia, P.-Q.; Hao, H.; Xia, Y. Civil Structure Condition Assessment by FE Model Updating:: Methodology and Case Studies. Finite Elem. Anal. Des. 2001, 37, 761–775. [Google Scholar] [CrossRef]
  5. Friswell, M.I.; Mottershead, J.E. Finite Element Model Updating in Structural Dynamics; Solid Mechanics and its Applications; Springer: Dordrecht, The Netherlands, 1995; Volume 38. [Google Scholar]
  6. Teughels, A.; De Roeck, G. Damage Detection and Parameter Identification by Finite Element Model Updating. Arch. Comput. Methods Eng. 2005, 12, 123–164. [Google Scholar] [CrossRef]
  7. Mottershead, J.E.; Link, M.; Friswell, M.I. The Sensitivity Method in Finite Element Model Updating: A Tutorial. Mech. Syst. Signal Process. 2011, 25, 2275–2296. [Google Scholar] [CrossRef]
  8. Jaishi, B.; Ren, W.-X. Structural Finite Element Model Updating Using Ambient Vibration Test Results. J. Struct. Eng. 2005, 131, 617–628. [Google Scholar] [CrossRef]
  9. Carden, E.P.; Fanning, P. Vibration Based Condition Monitoring: A Review. Struct. Health Monit. 2004, 3, 355–377. [Google Scholar] [CrossRef]
  10. Rezaiee-Pajand, M.; Entezami, A.; Sarmadi, H. A Sensitivity-Based Finite Element Model Updating Based on Unconstrained Optimization Problem and Regularized Solution Methods. Struct. Control Health Monit. 2020, 27, e2481. [Google Scholar] [CrossRef]
  11. Alkayem, N.F.; Cao, M.; Zhang, Y.; Bayat, M.; Su, Z. Structural Damage Detection Using Finite Element Model Updating with Evolutionary Algorithms: A Survey. Neural Comput. Appl. 2018, 30, 389–411. [Google Scholar] [CrossRef] [PubMed]
  12. Fan, W.; Qiao, P. Vibration-Based Damage Identification Methods: A Review and Comparative Study. Struct. Health Monit. 2011, 10, 83–111. [Google Scholar] [CrossRef]
  13. Wang, S.; Xu, M. Modal Strain Energy-Based Structural Damage Identification: A Review and Comparative Study. Struct. Eng. Int. 2019, 29, 234–248. [Google Scholar] [CrossRef]
  14. Jaishi, B.; Ren, W.-X. Damage Detection by Finite Element Model Updating Using Modal Flexibility Residual. J. Sound Vib. 2006, 290, 369–387. [Google Scholar] [CrossRef]
  15. Weber, B.; Paultre, P.; Proulx, J. Consistent Regularization of Nonlinear Model Updating for Damage Identification. Mech. Syst. Signal Process. 2009, 23, 1965–1985. [Google Scholar] [CrossRef]
  16. Ahmadian, H.; Mottershead, J.E.; Friswell, M.I. Regularisation Methods for Finite Element Model Updating. Mech. Syst. Signal Process. 1998, 12, 47–64. [Google Scholar] [CrossRef]
  17. Huang, C.; Wang, L.; Fu, M.; Lu, Z.-R.; Chen, Y. A Novel Iterative Integration Regularization Method for Ill-Posed Inverse Problems. Eng. Comput. 2021, 37, 1921–1941. [Google Scholar] [CrossRef]
  18. Grip, N.; Sabourova, N.; Tu, Y. Sensitivity-Based Model Updating for Structural Damage Identification Using Total Variation Regularization. Mech. Syst. Signal Process. 2017, 84, 365–383. [Google Scholar] [CrossRef]
  19. Hjelmstad, K.D.; Shin, S. Damage Detection and Assessment of Structures from Static Response. J. Eng. Mech. 1997, 123, 568–576. [Google Scholar] [CrossRef]
  20. Sanayei, M.; Saletnik, M.J. Parameter Estimation of Structures from Static Strain Measurements. I: Formulation. J. Struct. Eng. 1996, 122, 555–562. [Google Scholar] [CrossRef]
  21. Shen, J.; Li, Z.; Luo, S.; Wang, W. A Structural Damage Identification Method Based on Arrangement of the Static Force Residual Vector. Front. Mater. 2022, 9, 918069. [Google Scholar] [CrossRef]
  22. Wang, S.; Li, J.; Luo, H.; Zhu, H. Damage Identification in Underground Tunnel Structures with Wavelet Based Residual Force Vector. Eng. Struct. 2019, 178, 506–520. [Google Scholar] [CrossRef]
  23. Banan, M.R.; Banan, M.R.; Hjelmstad, K.D. Parameter Estimation of Structures from Static Response. I. Computational Aspects. J. Struct. Eng. 1994, 120, 3243–3258. [Google Scholar] [CrossRef]
  24. Avci, O.; Abdeljaber, O.; Kiranyaz, S.; Hussein, M.; Gabbouj, M.; Inman, D.J. A Review of Vibration-Based Damage Detection in Civil Structures: From Traditional Methods to Machine Learning and Deep Learning Applications. Mech. Syst. Signal Process. 2021, 147, 107077. [Google Scholar] [CrossRef]
  25. Sony, S.; Laventure, S.; Sadhu, A. A Literature Review of Next-Generation Smart Sensing Technology in Structural Health Monitoring. Struct. Control Health Monit. 2019, 26, e2321. [Google Scholar] [CrossRef]
  26. Burgos, D.A.T.; Vargas, R.C.G.; Pedraza, C.; Agis, D.; Pozo, F. Damage Identification in Structural Health Monitoring: A Brief Review from Its Implementation to the Use of Data-Driven Applications. Sensors 2020, 20, 733. [Google Scholar] [CrossRef]
  27. Lin, Y.; Nie, Z.; Ma, H. Structural Damage Detection with Automatic Feature-Extraction through Deep Learning. Comput.-Aided Civ. Infrastruct. Eng. 2017, 32, 1025–1046. [Google Scholar] [CrossRef]
  28. Cha, Y.-J.; Choi, W.; Suh, G.; Mahmoudkhani, S.; Büyüköztürk, O. Autonomous Structural Visual Inspection Using Region-Based Deep Learning for Detecting Multiple Damage Types. Comput.-Aided Civ. Infrastruct. Eng. 2018, 33, 731–747. [Google Scholar] [CrossRef]
  29. Min, S.; Lee, Y.; Byun, Y.-H.; Kang, Y.J.; Kim, S. Merged LSTM-Based Pattern Recognition of Structural Behavior of Cable-Supported Bridges. Eng. Appl. Artif. Intell. 2023, 125, 106774. [Google Scholar] [CrossRef]
  30. Lomazzi, L.; Giglio, M.; Cadini, F. Towards a Deep Learning-Based Unified Approach for Structural Damage Detection, Localisation and Quantification. Eng. Appl. Artif. Intell. 2023, 121, 106003. [Google Scholar] [CrossRef]
  31. Raissi, M.; Perdikaris, P.; Karniadakis, G.E. Physics-Informed Neural Networks: A Deep Learning Framework for Solving Forward and Inverse Problems Involving Nonlinear Partial Differential Equations. J. Comput. Phys. 2019, 378, 686–707. [Google Scholar] [CrossRef]
  32. Karniadakis, G.E.; Kevrekidis, I.G.; Lu, L.; Perdikaris, P.; Wang, S.; Yang, L. Physics-Informed Machine Learning. Nat. Rev. Phys. 2021, 3, 422–440. [Google Scholar] [CrossRef]
  33. Zhou, W.; Xu, Y.F. Damage Identification for Plate Structures Using Physics-Informed Neural Networks. Mech. Syst. Signal Process. 2024, 209, 111111. [Google Scholar] [CrossRef]
  34. Yamaguchi, T.; Mizutani, T. A Physics-Informed Neural Network for the Nonlinear Damage Identification in a Reinforced Concrete Bridge Pier Using Seismic Responses. Struct. Control Health Monit. 2024, 2024, 5532909. [Google Scholar] [CrossRef]
  35. Al-Adly, A.I.F.; Kripakaran, P. Physics-Informed Neural Networks for Structural Health Monitoring: A Case Study for Kirchhoff–Love Plates. Data-Centric Eng. 2024, 5, e6. [Google Scholar] [CrossRef]
  36. Difonzo, F.V.; Lopez, L.; Pellegrino, S.F. Physics Informed Neural Networks for an Inverse Problem in Peridynamic Models. Eng. Comput. 2025, 41, 4003–4012. [Google Scholar] [CrossRef]
  37. Lee, Y.; Kim, H.; Min, S.; Yoon, H. Structural Damage Detection Using Deep Learning and FE Model Updating Techniques. Sci. Rep. 2023, 13, 18694. [Google Scholar] [CrossRef] [PubMed]
  38. Worden, K.; Cross, E.J. On Switching Response Surface Models, with Applications to the Structural Health Monitoring of Bridges. Mech. Syst. Signal Process. 2018, 98, 139–156. [Google Scholar] [CrossRef]
  39. Daskalakis, E.; Panagiotopoulos, C.G.; Tsogka, C. Stretching Method-Based Damage Detection Using Neural Networks. Sensors 2022, 22, 830. [Google Scholar] [CrossRef]
  40. Hu, E.J.; Shen, Y.; Wallis, P.; Allen-Zhu, Z.; Li, Y.; Wang, S.; Wang, L.; Chen, W. LoRA: Low-Rank Adaptation of Large Language Models. In Proceedings of the ICLR 2022, Online, 25–29 April 2022. [Google Scholar]
  41. Kamali, S.; Mariani, S.; Hadianfard, M.A.; Marzani, A. Inverse Surrogate Model for Deterministic Structural Model Updating Based on Random Forest Regression. Mech. Syst. Signal Process. 2024, 215, 111416. [Google Scholar] [CrossRef]
  42. Hadamard, J. Lectures on Cauchy’s Problem in Linear Partial Differential Equations; Yale University Press: New Haven, CT, USA, 1923. [Google Scholar]
  43. Arora, S.; Du, S.; Hu, W.; Li, Z.; Wang, R. Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks. In Proceedings of the 36th International Conference on Machine Learning; PMLR: London, UK, 2019; pp. 322–332. [Google Scholar]
Figure 1. Comparison of LoRA concept: (a) LLM fine-tuning vs. (b) FEM damage detection.
Figure 1. Comparison of LoRA concept: (a) LLM fine-tuning vs. (b) FEM damage detection.
Sensors 26 01776 g001
Figure 2. Proposed LoRA-based framework: (a) overall workflow, (b) parameter reduction, and (c) physical constraints.
Figure 2. Proposed LoRA-based framework: (a) overall workflow, (b) parameter reduction, and (c) physical constraints.
Sensors 26 01776 g002
Figure 3. Test structures: (a) cantilever beam (4 m × 1 m; 10 × 4 and 40 × 10 meshes), (b) L-shaped plate (4 m × 3 m; 20 × 15 mesh).
Figure 3. Test structures: (a) cantilever beam (4 m × 1 m; 10 × 4 and 40 × 10 meshes), (b) L-shaped plate (4 m × 3 m; 20 × 15 mesh).
Sensors 26 01776 g003
Figure 4. True damage distributions for the cantilever beam: (a) localized, (b) uniform regional, (c) graded, and (d) multi-site graded.
Figure 4. True damage distributions for the cantilever beam: (a) localized, (b) uniform regional, (c) graded, and (d) multi-site graded.
Sensors 26 01776 g004
Figure 5. Relative stiffness error versus SNR for damage scenarios.
Figure 5. Relative stiffness error versus SNR for damage scenarios.
Sensors 26 01776 g005
Figure 6. Relative damage error vs. SNR for damage scenarios.
Figure 6. Relative damage error vs. SNR for damage scenarios.
Sensors 26 01776 g006
Figure 7. Damage distribution comparison at an SNR of 30 dB for the multi-site graded scenario.
Figure 7. Damage distribution comparison at an SNR of 30 dB for the multi-site graded scenario.
Sensors 26 01776 g007
Figure 8. Comparison of the relative stiffness error across damage scenarios at an SNR of 30 dB.
Figure 8. Comparison of the relative stiffness error across damage scenarios at an SNR of 30 dB.
Sensors 26 01776 g008
Figure 9. Comparison of the relative damage error across damage scenarios at an SNR of 30 dB.
Figure 9. Comparison of the relative damage error across damage scenarios at an SNR of 30 dB.
Sensors 26 01776 g009
Figure 10. Damage distribution for the L-shaped plate at an SNR of 30 dB.
Figure 10. Damage distribution for the L-shaped plate at an SNR of 30 dB.
Sensors 26 01776 g010
Table 1. Theoretical rank bounds of Δ K for the damage scenarios considered in this study.
Table 1. Theoretical rank bounds of Δ K for the damage scenarios considered in this study.
Scenario Damaged   Elements   ( m ) Theoretical   Max   Rank   ( 8   m ) Free   DOF   ( n ) Rank/DOF Ratio
Localized181008.0%
Uniform Regional1612888014.5%
Graded2016088018.2%
Multi-site Graded3225688029.1%
L-shaped Multi-site129645021.3%
Table 2. Empirical effective rank of Δ K t r u e (99% energy threshold).
Table 2. Empirical effective rank of Δ K t r u e (99% energy threshold).
Scenario Theoretical   Max   Rank   ( 8   m )Effective Rank Free   DOF   ( n )Rank/DOF Ratio
Localized851005.0%
Uniform Regional128408804.5%
Graded160438804.9%
Multi-site Graded256728808.2%
L-shaped Multi-site96334507.3%
Table 3. Parameter count comparison for different approaches.
Table 3. Parameter count comparison for different approaches.
ApproachFormulaCantilever (n = 880)L-Shaped (n = 450)
Full-rank (dense) n 2 774,400202,500
Full-rank (sym.) n n + 1 / 2 387,640101,475
LoRA (r = 10% DOF) 2 r n 154,88040,500
Reduction
vs. Full-rank (sym.)
-60.0%60.0%
EWDM n e l e m 400200
Table 4. Comparison of damage detection methods.
Table 4. Comparison of damage detection methods.
MethodTypeParametersPhysical ConstraintsNoise Handling
LoRA (Proposed)Learning-based 2 r n Sparsity + Sym. + Low-rankImplicit regularization
EWDMLearning-based n e l e m L2 (Tikhonov)Prone to overfitting
RFMDirect computation0L2 (Tikhonov)Highly sensitive
Table 5. Summary of damage scenarios.
Table 5. Summary of damage scenarios.
ScenarioComplexityAffected ElementsSeverity RangePhysical Interpretation
LocalizedLow10.7Concentrated impact damage
Uniform RegionalMedium16 (8 × 2 block)0.7 (uniform)Corrosion or material degradation
GradedMedium–High~200.2–0.8 (gradient)Fatigue crack propagation
Multi-site GradedHigh~32 (2 regions)0.3–0.8 (each)Multiple aging sites in
deteriorated structures
Table 6. Noise levels and their practical interpretations.
Table 6. Noise levels and their practical interpretations.
SNR (dB)Noise LevelPractical Interpretation
20HighField measurements in harsh environment
30ModerateTypical industrial sensor systems
40LowControlled laboratory conditions
50Very lowHigh-precision measurement equipment
NoneIdeal theoretical baseline
Table 7. Model-specific hyperparameters utilized in all experiments.
Table 7. Model-specific hyperparameters utilized in all experiments.
ParameterLoRAEWDMResidual Force
Rank   r 10% of DOF--
λ 1 (L1 sparsity) 10 3 ~ 10 4 --
λ r (residual force) 1.0--
λ T i k (Tikhonov) - 10 3 10 2 ~ 10 3
Epochs15,000~25,00015,000~25,000N/A (direct)
Table 8. Relative stiffness error ( E s t i f f , %) for cantilever beam scenarios across noise levels.
Table 8. Relative stiffness error ( E s t i f f , %) for cantilever beam scenarios across noise levels.
ScenarioMethodSNR = ∞SNR = 50 dBSNR = 40 dBSNR = 30 dBSNR = 20 dB
LocalizedLoRA (Proposed)0.010.020.020.020.03
EWDM2.492.693.225.077.09
RFM0.0098.4398.7899.4899.82
Uniform RegionalLoRA (Proposed)0.010.010.010.010.01
EWDM6.526.516.506.719.08
RFM0.0099.5699.8199.9399.98
GradedLoRA (Proposed)0.020.020.020.020.02
EWDM4.384.404.504.855.94
RFM0.0099.5499.7999.9399.98
Multi-siteGradedLoRA (Proposed)1.791.811.821.801.79
EWDM10.5310.5710.6610.9712.81
RFM0.0099.5399.7999.9399.98
Note. Bold values represent the best performance (minimum error).
Table 9. Relative damage error ( E d a m a g e , %) for cantilever beam scenarios across noise levels.
Table 9. Relative damage error ( E d a m a g e , %) for cantilever beam scenarios across noise levels.
ScenarioMethodSNR = ∞SNR = 50 dBSNR = 40 dBSNR = 30 dBSNR = 20 dB
LocalizedLoRA (Proposed)59.4559.4759.4759.4759.47
EWDM29.8933.3142.5575.6398.23
RFM0.00880.14882.96888.60891.55
Uniform RegionalLoRA (Proposed)27.9327.9327.9327.9327.93
EWDM57.4757.3757.3858.9675.34
RFM0.00697.99699.76700.69701.01
GradedLoRA (Proposed)18.0118.0118.0118.0118.01
EWDM51.5251.6052.6356.9968.35
RFM0.001019.861022.581024.021024.53
Multi-siteGradedLoRA (Proposed)19.7719.8719.8819.8319.93
EWDM79.2579.5580.2682.9394.88
RFM0.00679.46681.30682.27682.62
Note. Bold values represent the best performance (minimum error).
Table 10. Performance comparison across damage scenarios at an SNR of 30 dB (moderate noise).
Table 10. Performance comparison across damage scenarios at an SNR of 30 dB (moderate noise).
ScenarioMethod E s t i f f (%) E d a m a g e (%) Location Detected
LocalizedLoRA (Proposed)0.0259.5Yes
EWDM5.0775.6No
RFM99.48888.6No
Uniform RegionalLoRA (Proposed)0.0127.9Yes
EWDM6.7159.0No
RFM99.93700.7No
GradedLoRA (Proposed)0.0218.0Yes
EWDM4.8557.0Yes
RFM99.931024.0No
Multi-siteGradedLoRA (Proposed)1.8019.8Yes
EWDM10.9782.9No
RFM99.93682.3No
Table 11. Performance comparison: Cantilever beam vs. L-shaped plate (multi-site graded damage, E s t i f f in %).
Table 11. Performance comparison: Cantilever beam vs. L-shaped plate (multi-site graded damage, E s t i f f in %).
StructureMethodSNR = ∞SNR = 50 dBSNR = 40 dBSNR = 30 dBSNR = 20 dB
CantileverLoRA (Proposed)1.791.811.821.801.79
EWDM10.5310.5710.6610.9712.81
RFM0.0099.5399.7999.9399.98
L-shaped plateLoRA (Proposed)0.010.010.010.010.01
EWDM6.246.256.276.447.38
RFM0.0095.0799.3299.7899.95
Note. Bold values represent the best performance (minimum error).
Table 12. Location detection success rate across all experimental conditions (successful detections/total trials).
Table 12. Location detection success rate across all experimental conditions (successful detections/total trials).
ScenarioStructureLoRAEWDMRFM
LocalizedCantilever5/53/51/5
Uniform RegionalCantilever5/50/51/5
GradedCantilever5/54/51/5
Multi-site GradedCantilever5/50/51/5
Multi-site GradedL-shaped5/50/51/5
Total 25/25 (100%)7/25 (28%)5/25 (20%)
Table 13. Performance comparison for low-severity damage (α = 0.2, localized, cantilever beam).
Table 13. Performance comparison for low-severity damage (α = 0.2, localized, cantilever beam).
MetricMethodSNR = ∞SNR = 50 dBSNR = 40 dBSNR = 30 dBSNR = 20 dB
E s t i f f   (%)LoRA (Proposed)0.000.000.000.010.01
EWDM1.271.381.611.982.05
RFM0.0098.4898.8299.4699.81
E d a m a g e   (%)LoRA (Proposed)59.4359.4359.4359.4359.43
EWDM70.576.5589.9297.8199.8
RFM0.003103.163112.813131.183141.87
Table 14. Location detection results for low-severity damage (α = 0.2).
Table 14. Location detection results for low-severity damage (α = 0.2).
MethodSNR = ∞SNR = 50 dBSNR = 40 dBSNR = 30 dBSNR = 20 dBSuccess Rate
LoRA (Proposed)SuccessSuccessSuccessSuccessSuccess5/5 (100%)
EWDMSuccessSuccessFailedFailedFailed2/5 (40%)
RFMSuccessFailedFailedFailedFailed1/5 (20%)
Table 15. Effect of λ r on detection performance (multi-site graded, cantilever beam, SNR = 30 dB).
Table 15. Effect of λ r on detection performance (multi-site graded, cantilever beam, SNR = 30 dB).
λ r E s t i f f (%) E d a m a g e (%) E d i s p (%)
0.013.54100.003.17
0.0113.54100.003.17
0.113.0494.084.07
1.05.1327.055.45
10.00.5720.178.79
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kim, J.; Kang, H.; Chang, S. From LLM to FEM: Low-Rank Adaptation for Noise-Robust Structural Damage Detection. Sensors 2026, 26, 1776. https://doi.org/10.3390/s26061776

AMA Style

Kim J, Kang H, Chang S. From LLM to FEM: Low-Rank Adaptation for Noise-Robust Structural Damage Detection. Sensors. 2026; 26(6):1776. https://doi.org/10.3390/s26061776

Chicago/Turabian Style

Kim, Jaedong, Haesu Kang, and Sungyong Chang. 2026. "From LLM to FEM: Low-Rank Adaptation for Noise-Robust Structural Damage Detection" Sensors 26, no. 6: 1776. https://doi.org/10.3390/s26061776

APA Style

Kim, J., Kang, H., & Chang, S. (2026). From LLM to FEM: Low-Rank Adaptation for Noise-Robust Structural Damage Detection. Sensors, 26(6), 1776. https://doi.org/10.3390/s26061776

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop