Next Article in Journal
An Artistic Image Segmentation Method Based on an Art-Design-Strategy-Improved Parrot Optimizer
Previous Article in Journal
Method for Determining the Critical Value of Stratified Roof Separation in Mining Roadways Based on the Instability of Anchored Support Structures
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

PINN-LSTM: A High-Precision Physics-Informed Neural Network for Solving Malware Propagation Dynamics in Wireless Sensor Networks

1
College of Information Science and Technology, Zhejiang Shuren University, Hangzhou 310015, China
2
School of Mathematical Sciences, Zhejiang University of Technology, Hangzhou 310023, China
*
Author to whom correspondence should be addressed.
Symmetry 2026, 18(5), 707; https://doi.org/10.3390/sym18050707
Submission received: 30 March 2026 / Revised: 14 April 2026 / Accepted: 21 April 2026 / Published: 23 April 2026
(This article belongs to the Section Mathematics)

Abstract

This paper proposes a hybrid PINN + LSTM framework for the high-precision solution of malware propagation dynamics in wireless sensor networks. A seven-compartment SVEHLQR model is developed to capture this complex transmission process. To overcome the limitations of standard physics-informed neural networks (PINNs) in long-term prediction, including gradient vanishing and error accumulation, we integrate LSTM’s temporal memory capability into the PINN architecture. Comprehensive comparisons are conducted among the proposed PINN + LSTM, standard PINN, and Fourier PINN, using the fourth-order Runge–Kutta method as the benchmark. Experimental results demonstrate that PINN + LSTM significantly outperforms both baseline methods, achieving an average relative error of 3.88 × 10 3 compared to 7.20 × 10 2 for PINN and 2.81 × 10 1 for Fourier PINN, representing a 94.6% accuracy improvement over PINN. These results validate that incorporating LSTM’s recursive memory mechanism enables the accurate and efficient solution of complex time-dependent dynamical systems. Additionally, the model’s robustness is verified under 1%, 5%, and 10% Gaussian noise. PINN + LSTM maintains extremely low relative errors, not exceeding 0.0049, and outperforms PINN and Fourier PINN significantly, confirming its strong noise immunity and stable dynamics learning ability in realistic environments.

1. Introduction

In recent years, physics-informed neural networks (PINNs) have emerged as a powerful paradigm for solving differential equations by embedding physical laws directly into the learning process [1,2,3]. The core idea of PINNs is to incorporate governing equations as soft constraints into the loss function via automatic differentiation, which computes derivatives of network outputs with respect to inputs [4,5]. This allows for the construction of residual terms equivalent to the original differential equations, enabling the network to learn system dynamics solely by satisfying physical laws, even in the absence of labeled data. Unlike traditional numerical methods such as finite difference or finite element methods, PINNs are mesh-free, thus avoiding the computational bottlenecks associated with grid generation and the curse of dimensionality. They naturally handle high-dimensional problems, complex boundary conditions, and sparse observational data while integrating data-driven insights with physical knowledge. This makes PINNs particularly advantageous in inverse problems, parameter identification, and uncertainty quantification [6,7]. PINNs have been successfully applied in various fields, including fluid mechanics, solid mechanics, heat transfer, and quantum mechanics.
As a key application area, PINNs have been employed to solve various systems of differential equations derived from epidemiological and propagation models [8,9,10]. Their ability to simultaneously fit observational data while respecting underlying physical laws makes them particularly attractive for modeling complex dynamical systems. Moreover, as these epidemiological and propagation models become increasingly high-dimensional, efficiently solving the resulting differential equation systems poses a critical challenge. Traditional numerical methods such as Runge–Kutta [11], while accurate, incur substantial computational costs and face difficulties in real-time scenarios. However, despite their success across multiple domains, conventional PINNs treat time as an independent spatial dimension and compute derivatives solely through automatic differentiation. This approach introduces two fundamental limitations when solving time-dependent dynamical systems: accumulated errors over long time horizons and the vanishing or exploding gradient problem in deep networks.
To overcome these limitations, this work integrates PINNs with long short-term memory networks. The memory cells and gating mechanisms of LSTM effectively capture long-term dependencies and time-delayed effects, which standard PINNs fail to exploit due to their independent treatment of time points [12,13]. Moreover, the gating structure alleviates gradient vanishing and explosion, stabilizing training and accelerating convergence, making the hybrid PINN + LSTM framework particularly suitable for long-range sequence prediction.
As a concrete application, we consider the problem of malware propagation in wireless sensor networks (WSNs), where accurate modeling and prediction are critical for network security. Malware poses severe threats to WSN stability, causing resource theft, data tampering, and service outages [14]. Given the analogy between malware spread and infectious disease transmission, compartmental models such as SIR and SEIR have been widely adopted to characterize propagation dynamics [15]. However, with increasingly refined node state divisions, the resulting differential equation models become high-dimensional, making efficient solution a critical challenge.
In this paper, we propose a novel PINN + LSTM hybrid model to characterize malware propagation in WSNs. Departing from traditional numerical methods, we employ physics-informed neural networks integrated with long short-term memory to solve the underlying differential equation systems. Using the fourth-order Runge–Kutta (RK4) method as the benchmark, we conduct comprehensive numerical comparisons between the proposed PINN + LSTM, standard PINN, and Fourier PINN. The rest of the paper is organized as follows. Section 2 constructs a malware propagation model based on SEIR epidemic theory. Section 3 introduces the PINN + LSTM framework. Section 4 carries out numerical simulations and a corresponding analysis. Finally, Section 5 concludes the paper and discusses future work.

2. Malware Propagation Model Formulation

In this section, we construct an extended SEIR-based epidemic model with seven state variables, namely Susceptible (S), Vaccinated (V), Exposed (E), High-Risk Infectious (H), Low-Risk Infectious (L), Quarantined (Q), and Recovered (R). Let S ( t ) , V ( t ) , E ( t ) , H ( t ) , L ( t ) , Q ( t ) , and R ( t ) denote the density of nodes in each compartment at time t, respectively. We assume that the total number of nodes in the WSNs remains constant over time. Therefore,
S ( t ) + V ( t ) + E ( t ) + H ( t ) + L ( t ) + Q ( t ) + R ( t ) = 1 .
Let [ t , t + Δ t ] be a time interval, where Δ t 0 is a sufficiently small time segment starting from time t. Based on epidemic theory, the state transition relationships of nodes among different compartments are illustrated in Figure 1.
The density variation in compartment S consists of three components. First, susceptible nodes are protected by the defense system and transition to the vaccinated compartment V at a rate ϵ . Second, susceptible nodes can be infected by high-risk and low-risk infectious nodes, and then move to the exposed compartment E at rates α 1 and α 2 , respectively. Third, some recovered nodes return to the susceptible state at rate γ . Accordingly, the density change in S over the time interval [ t , t + Δ t ] is formulated as follows:
S ( t + Δ t ) S ( t ) = ϵ S ( t ) S ( t ) α 1 H ( t ) + α 2 L ( t ) + γ R ( t ) Δ t
The density variation in compartment V consists of two components. First, susceptible nodes are protected by the defense system and transition to the vaccinated compartment V at rate ϵ . Second, some vaccinated nodes may still be infected by high-risk and low-risk infectious nodes, and transfer to the exposed compartment E at rates α 3 and α 4 , respectively, where α 3 < α 1 and α 4 < α 2 . Accordingly, the density change in V over the time interval [ t , t + Δ t ] is formulated as follows:
V ( t + Δ t ) V ( t ) = ϵ S ( t ) V ( t ) ( α 3 H ( t ) + α 4 L ( t ) ) Δ t
The density variation in compartment E consists of two components: susceptible and vaccinated nodes can be infected and transition to compartment E (consistent with the infection mechanisms of S and V), and the exposed nodes then progress to compartments H and L at rates β 1 and β 2 , respectively. Accordingly, the density change in E over the time interval [ t , t + Δ t ] is formulated as follows:
E ( t + Δ t ) E ( t ) = ( S ( t ) ( α 1 H ( t ) + α 2 L ( t ) ) + V ( t ) ( α 3 H ( t ) + α 4 L ( t ) ) ( β 1 + β 2 ) E ( t ) ) Δ t
The density variation in compartment H consists of two components: exposed nodes transfer to compartment H at rate β 1 , and high-risk infectious nodes move to compartment Q at rate δ . Accordingly, the density change in H over the time interval [ t , t + Δ t ] is formulated as follows:
H ( t + Δ t ) H ( t ) = ( β 1 E ( t ) δ H ( t ) ) Δ t
The density variation in compartment L consists of two components: exposed nodes transition to compartment L at rate β 2 , and low-risk infectious nodes recover at rate η . Accordingly, the density change in L over the time interval [ t , t + Δ t ] is formulated as follows:
L ( t + Δ t ) L ( t ) = ( β 2 E ( t ) η L ( t ) ) Δ t
The density variation in compartment Q is determined by two components: high-risk infectious nodes move to compartment Q at rate δ , and quarantined nodes recover at rate η . Accordingly, the density change in Q over the time interval [ t , t + Δ t ] is formulated as follows:
Q ( t + Δ t ) Q ( t ) = ( δ H ( t ) η Q ( t ) ) Δ t
Since the total number of nodes in the WSN is constant, the density variation in compartment R consists of three components: low-risk infectious nodes recover at rate η , quarantined nodes recover at rate η , and some recovered nodes return to the susceptible state at rate γ . Accordingly, the density change in R over the time interval [ t , t + Δ t ] is formulated as follows:
R ( t + Δ t ) R ( t ) = ( η ( Q ( t ) + L ( t ) ) γ R ( t ) ) Δ t
We assume that the number of nodes in each state varies continuously within Δ t . Equations (2)–(8) are in discrete-time difference form; by dividing by Δ t and letting Δ t 0 , the continuous-time ordinary differential Equation (9) is directly obtained.
d S ( t ) d t = ϵ S ( t ) S ( t ) ( α 1 H ( t ) + α 2 L ( t ) ) + γ R ( t ) , d V ( t ) d t = ϵ S ( t ) V ( t ) ( α 3 H ( t ) + α 4 L ( t ) ) , d E ( t ) d t = ( α 1 S ( t ) + α 3 V ( t ) ) H ( t ) + ( α 2 S ( t ) + α 4 V ( t ) ) L ( t ) ( β 1 + β 2 ) E ( t ) , d H ( t ) d t = β 1 E ( t ) δ H ( t ) , d L ( t ) d t = β 2 E ( t ) η L ( t ) , d Q ( t ) d t = δ H ( t ) η Q ( t ) , d R ( t ) d t = η ( Q ( t ) + L ( t ) ) γ R ( t ) ,
where the initial condition is { S ( 0 ) 0 , V ( 0 ) 0 , E ( 0 ) 0 , H ( 0 ) 0 , L ( 0 ) 0 , Q ( 0 ) 0 ,   R ( 0 ) 0 } .
The added complexity of the SVEHLQR model is justified by its ability to capture WSN-specific features. Distinguishing between high-risk infectious (H) and low-risk infectious (L) nodes reflects differences in node roles and transmission capabilities, which is critical for propagation accuracy [16], unlike the homogeneous infectious classes assumed in [17,18]. Furthermore, the introduction of vaccinated (V) and quarantined (Q) compartments incorporates proactive protection and isolation mechanisms, which are absent in basic models but essential for WSN security [19]. Compared to recent works such as [20,21], our model further subdivides infectious states to better align with the heterogeneous communication patterns observed in WSNs. In contrast to [22], which focuses on detection mechanisms, our work models propagation dynamics using a macroscopic compartmental approach suitable for large-scale WSNs.
For the model to be mathematically meaningful, we examine its steady states and derive a basic reproduction number. Let X = ( S , V , E , H , L , Q , R ) . System (9) can be written as
d X d t = f ( X ) ,
with f Lipschitz continuous.
At a malware-free steady state, no exposed, infected or quarantined nodes exist. Setting E = H = L = Q = 0 in (9) and solving yields
X 0 = ( 0 , 1 , 0 , 0 , 0 , 0 , 0 ) .
This means the entire population is vaccinated. The derivation is straightforward: the first equation gives ϵ S + γ R = 0 ; with R = 0 we get S = 0 . The second equation then holds automatically. Normalization of S + V + E + H + L + Q + R = 1 forces V = 1 .
Following the next-generation method, we isolate the infected compartments. Let Y = ( E , H , L , Q ) . System (9) becomes
𝜕 Y 𝜕 t = F V ,
where
F = ( α 1 S + α 3 V ) H + ( α 2 S + α 4 V ) L 0 0 0 , V = ( β 1 + β 2 ) E β 1 E + δ H β 2 E + η L δ H + η Q .
Let f and v be the Jacobians of F and V with respect to Y, evaluated at X 0 :
f = 𝜕 F 𝜕 Y X 0 = 0 α 1 S 0 + α 3 V 0 α 2 S 0 + α 4 V 0 0 0 0 0 0 0 0 0 0 0 0 0 0 = 0 α 3 α 4 0 0 0 0 0 0 0 0 0 0 0 0 0 ,
v = 𝜕 V 𝜕 Y X 0 = β 1 + β 2 0 0 0 β 1 δ 0 0 β 2 0 η 0 0 δ 0 η .
Computing v 1 gives
v 1 = 1 β 1 + β 2 0 0 0 β 1 δ ( β 1 + β 2 ) 1 δ 0 0 β 2 η ( β 1 + β 2 ) 0 1 η 0 β 1 η ( β 1 + β 2 ) 1 η 0 1 η .
The next-generation matrix is
f v 1 = α 3 β 1 η + α 4 β 2 δ η δ ( β 1 + β 2 ) α 3 δ α 4 η 0 0 0 0 0 0 0 0 0 0 0 0 0 .
Hence R 0 , the spectral radius of f v 1 , equals
R 0 = α 3 β 1 η + α 4 β 2 δ η δ ( β 1 + β 2 ) .
Standard results from epidemic theory tell us that the stability of X 0 is governed by R 0 . When R 0 < 1 , the malware-free equilibrium is locally asymptotically stable. In practical terms, a small outbreak will not spread and eventually disappears. When R 0 > 1 , X 0 loses stability and the malware can invade the population. The case R 0 = 1 marks a transcritical bifurcation where the two equilibria exchange stability.
For R 0 > 1 , there exists a nontrivial endemic equilibrium X * = ( S * , V * , E * , H * , L * , Q * , R * ) with H * > 0 . Solving the steady-state equations yields the following relations:
E * = δ H * β 1 , L * = β 2 δ H * β 1 η , Q * = δ H * η , R * = ( β 1 + β 2 ) δ H * γ β 1 , S * = ( β 1 + β 2 ) η δ H * η β 1 ϵ + η β 1 α 1 H * + α 2 β 2 δ H * , V * = ϵ S * α 3 H * + α 4 L * .
Substituting these into S * + V * + E * + H * + L * + Q * + R * = 1 gives an equation for H * . The explicit form is omitted as our focus is numerical rather than analytical.

3. Physics-Informed Neural Network Fused with LSTM Model

In this section, a hybrid physics-informed neural network integrated with long short-term memory (PINN + LSTM) is proposed to solve the numerical solution of the malware propagation system (9) accurately. The traditional fully connected PINN treats time as a static input feature and lacks the ability to capture long-term temporal dependencies in dynamic systems, which easily leads to accumulated errors and non-physical drift in long-time predictions. To address this limitation, the LSTM module is embedded into the PINN framework to enhance the model’s capability of memorizing historical dynamic information and modeling sequential evolution patterns, thereby improving the stability and accuracy of the numerical solution for the malware propagation system.
The PINN + LSTM model inherits the core advantage of PINNs by encoding physical laws into the training process via a physics-informed loss function. Meanwhile, it leverages the LSTM’s recursive memory mechanism to capture the temporal correlation of the dynamic system. The overall architecture of the model consists of four key components: an input layer, a time embedding layer, a stacked LSTM encoder, and a fully connected decoder. The detailed structure and mathematical formulation are presented as follows.

3.1. Network Architecture and Forward Propagation

The input of the PINN + LSTM model is the scalar time variable t [ t 0 , t T ] (where t 0 = 0 is the initial time and t T is the terminal time), and the output is the predicted value of the 7-dimensional state vector X ^ ( t ) = [ S ^ ( t ) , V ^ ( t ) , E ^ ( t ) , H ^ ( t ) , L ^ ( t ) , Q ^ ( t ) , R ^ ( t ) ] T , which corresponds exactly to the solution of the malware propagation system given in Equation (9).
The time input t is first mapped to a high-dimensional feature space through the embedding layer to enhance the expressive ability of temporal features. The mathematical formulation of the embedding layer is
z t = tanh W emb · t + b emb
where z t R d emb is the embedded time feature vector, W emb and b emb are trainable parameters, and tanh ( · ) is the hyperbolic tangent activation function.
To capture the dynamic evolutionary characteristics of the malware propagation system, an LSTM encoder is introduced to memorize the historical states of S ^ , V ^ , E ^ , H ^ , L ^ , Q ^ , R ^ during temporal propagation. Based on the embedded feature z t , the LSTM updates its internal states through four gate mechanisms, which are mathematically defined as follows:
  • Forget Gate ( f t ): Controls the retention of historical dynamic information related to the malware propagation states.
    f t = σ W f · [ z t , h t 1 ] + b f
    where σ ( · ) is the sigmoid activation function that constrains gate values between 0 and 1, W f is the weight matrix of the LSTM gates, h t 1 is the hidden state at the previous time step, initialized as h 0 = 0 , and b f is the bias vector of the LSTM gates.
  • Input Gate ( i t ): Regulates the update of new temporal information for the epidemic states.
    i t = σ W i · [ z t , h t 1 ] + b i
    where W i is the weight matrix of the LSTM gates, and b i is the bias vector of the LSTM gates.
  • Cell State Update: Integrates historical memory and new features to maintain continuous evolution of the malware propagation trend.
    c ˜ t = tanh W c · [ z t , h t 1 ] + b c
    c t = f t c t 1 + i t c ˜ t
    where ⊙ is the element-wise (Hadamard) product, c t R d hid is the cell state that maintains long-term memory of state variables S ^ , V ^ , E ^ , H ^ , L ^ , Q ^ , R ^ , W c is the weight matrix of the LSTM gates, b c is the bias vector of the LSTM gates, and c t 1 is the cell states at the previous time step, initialized as c 0 = 0 .
  • Output Gate and Hidden State: Outputs temporal features that reflect the evolutionary trend of the malware propagation system.
    o t = σ W o · [ z t , h t 1 ] + b o
    h t = o t tanh ( c t )
    where h t R d hid is the hidden state that records the evolutionary features of the malware propagation system, W o is the weight matrix of the LSTM gates, and b o is the bias vector of the LSTM gates.
The decoder is a fully connected PINN-style network that maps the LSTM hidden state h t to the physical state variables of the malware propagation system. It outputs the predicted solution X ^ ( t ) that satisfies the dynamic constraints of System (9):
h dec 1 = tanh W dec 1 · h t + b dec 1 , h dec 2 = tanh W dec 2 · h dec 1 + b dec 2 , X ^ ( t ) = W out · h dec 2 + b out .
where h dec 1 , h dec 2 R d hid are the hidden layer features of the decoder, W dec 1 , W dec 2 , W out are the weight matrices, and b dec 1 , b dec 2 , b out are the bias vectors.
By combining LSTM-based temporal memory and PINN-based physical constraints, the PINN + LSTM model accurately learns the dynamic evolution of S ^ , V ^ , E ^ , H ^ , L ^ , Q ^ , R ^ while strictly satisfying the malware propagation ODE system.

3.2. Training Objective and Loss Function

The training of the PINN + LSTM model is guided by a physics-informed loss function, which enforces the model output to satisfy both the initial conditions of the malware propagation system and the dynamic constraints described by the ODEs. The total loss function L o s s consists of two components: the initial condition loss L o s s ic to ensure consistency with the initial state and the physics-informed residual loss L o s s f to enforce compliance with the ODE system, which is formulated as
L o s s = L o s s ic + λ · L o s s f
where λ is the weight coefficient of the residual loss, used to balance the importance of the initial condition and physical constraints.
The initial condition loss measures the squared error between the model’s predicted output at the initial time t = 0 and the given initial state values of the malware propagation system. The mathematical formulation is
L o s s ic = S ^ ( 0 ) S 0 2 + V ^ ( 0 ) V 0 2 + E ^ ( 0 ) E 0 2 + H ^ ( 0 ) H 0 2 + L ^ ( 0 ) L 0 2 + Q ^ ( 0 ) Q 0 2 + R ^ ( 0 ) R 0 2
where S 0 , V 0 , E 0 , H 0 , L 0 , Q 0 , R 0 are the given initial values of the seven state variables, which are consistent with the initial conditions of System (9), and S ^ ( 0 ) , V ^ ( 0 ) , , R ^ ( 0 ) are the predicted values of the PINN + LSTM model at t = 0 .
The residual loss is the core of the PINN framework, which forces the model output to satisfy the ODE constraints of the malware propagation system. For a set of collocation points { t j } j = 1 l (randomly sampled within the time interval [ 0 , t T ] , l is the number of collocation points), the residual of each state variable is defined as the difference between the temporal derivative of the model’s predicted value and the corresponding right-hand side of the ODE in System (9).
To obtain the temporal derivatives d S ^ d t , d V ^ d t , , d R ^ d t needed for residual evaluation, we apply automatic differentiation. This approach enables accurate and efficient computation of output derivatives with respect to the input time t without manual symbolic derivation.
Although the LSTM layer updates its hidden state h t recursively from the preceding state h t 1 , the full network is regarded as a continuous mapping from the scalar input t to the estimated state vector X ^ ( t ) . The internal recurrence of the LSTM defines the structure of the approximator rather than a discrete dynamic update, so the network remains differentiable with respect to t.
The derivatives are computed through the chain rule in network backpropagation. The total derivative of the output state X ^ ( t ) with respect to time is expressed as
d X ^ ( t ) d t = 𝜕 X ^ 𝜕 h dec 2 · 𝜕 h dec 2 𝜕 h dec 1 · 𝜕 h dec 1 𝜕 h t · 𝜕 h t 𝜕 z t · 𝜕 z t 𝜕 t ,
where each term is evaluated analytically during backpropagation. The term 𝜕 h t 𝜕 z t naturally captures the recursive update rule h t = LSTM ( z t , h t 1 ) within the LSTM cell. The resulting derivative represents the exact continuous-time gradient of the predicted trajectory, which is mathematically consistent with the derivative required by the ODE residual. This construction is supported by existing research on physics-informed recurrent networks, whose convergence can be guaranteed under mild regularity conditions on the dynamical system.
Based on the automatic differentiation results, the residual functions for each state variable are defined as follows:
f S ( t j ) = d S ^ d t | t j ϵ S ^ ( t j ) S ^ ( t j ) α 1 H ^ ( t j ) + α 2 L ^ ( t j ) + γ R ^ ( t j ) , f V ( t j ) = d V ^ d t | t j ϵ S ^ ( t j ) V ^ ( t j ) α 3 H ^ ( t j ) + α 4 L ^ ( t j ) , f E ( t j ) = d E ^ d t | t j α 1 S ^ ( t j ) + α 3 V ^ ( t j ) H ^ ( t j ) + α 2 S ^ ( t j ) + α 4 V ^ ( t j ) L ^ ( t j ) ( β 1 + β 2 ) E ^ ( t j ) , f H ( t j ) = d H ^ d t | t j β 1 E ^ ( t j ) δ H ^ ( t j ) , f L ( t j ) = d L ^ d t | t j β 2 E ^ ( t j ) η L ^ ( t j ) , f Q ( t j ) = d Q ^ d t | t j δ H ^ ( t j ) η Q ^ ( t j ) , f R ( t j ) = d R ^ d t | t j η Q ^ ( t j ) + L ^ ( t j ) γ R ^ ( t j ) .
The residual loss is the average of the squared residuals over all collocation points, which quantifies the degree to which the model output violates the ODE constraints:
L o s s f = 1 l j = 1 l f S 2 ( t j ) + f V 2 ( t j ) + f E 2 ( t j ) + f H 2 ( t j ) + f L 2 ( t j ) + f Q 2 ( t j ) + f R 2 ( t j )

3.3. Model Training Process

The trainable parameters of the PINN + LSTM model include all weight matrices and bias vectors of the embedding layer, LSTM encoder, and decoder:
Θ = { W emb , b emb , W f , b f , W i , b i , W c , b c , W o , b o , W dec 1 , b dec 1 , W dec 2 , b dec 2 , W out , b out } .
The training process aims to minimize the total loss function L o s s with respect to Θ , which is implemented using the Adam optimizer to adjust the parameters iteratively. The learning rate is dynamically adjusted using a learning rate scheduler, which reduces the learning rate by a factor of 0.5 when the loss does not decrease for 500 consecutive epochs, to improve convergence stability.
The training steps are summarized as follows:
  • Step 1: Initialize all trainable parameters Θ using the Xavier normal initialization method to avoid vanishing/exploding gradients at the start of training;
  • Step 2: Randomly sample l collocation points { t j } j = 1 l within the time interval [ 0 , t T ] ;
  • Step 3: For each epoch, compute the model output X ^ ( t ) for the collocation points and initial time t = 0 via forward propagation;
  • Step 4: Compute the initial condition loss L o s s ic and the residual loss L o s s f (using automatic differentiation to compute temporal derivatives);
  • Step 5: Compute the total loss L o s s and backpropagate the gradient to update the parameters Θ using the Adam optimizer;
  • Step 6: Repeat steps 2–5 until the loss converges to a stable value or the maximum number of epochs (10,000 epochs in this study) is reached.
Compared with a traditional fully connected PINN, the PINN + LSTM model benefits from the LSTM module in two key aspects: it captures temporal dependencies and remembers historical dynamic information, while achieving more stable long-term prediction with less accumulated error and non-physical drift.

4. Numerical Simulations and Performance Analysis

In this section, a series of numerical simulations is carried out to verify the effectiveness of the proposed PINN + LSTM model for solving the malware propagation dynamic system in a wireless sensor network. All simulations are implemented in Python 3.7. The traditional fully connected PINN [23], the Fourier feature-based PINN, and the proposed PINN + LSTM are comprehensively compared, where the fourth-order Runge–Kutta (RK4) method is used as a high-precision reference solution. The comparison covers training convergence, state variable prediction, multi-dimensional error metrics, long-term stability, and error distribution. All experiments are implemented in PyTorch (1.13.1+cpu) with the same initial conditions, network parameters, and training settings for fairness.
The simulation interval is set to t [ 0 , 80 ] , with 1500 uniform sampling points for testing and 500 collocation points for training. The parameters of the epidemic dynamics system are given as
ϵ = 0.01 , α 1 = 0.025 , α 2 = 0.03 , α 3 = 0.02 , α 4 = 0.015 , β 1 = 0.3 , β 2 = 0.45 , δ = 0.05 , η = 0.08 , γ = 0.04 .
The initial states of the seven compartments are
[ S 0 , V 0 , E 0 , H 0 , L 0 , Q 0 , R 0 ] = [ 0.5 , 0.3 , 0.1 , 0.1 , 0.0 , 0.0 , 0.0 ] .
Both networks are trained for 10,000 epochs using the Adam optimizer with an initial learning rate of 10 3 . The PINN uses four hidden layers with 128 neurons per layer. The PINN + LSTM uses an embedding layer, two LSTM layers with 128 hidden units, and a two-layer fully connected decoder. To ensure reproducibility, the penalty coefficient is set to λ = 100 and the random seed is fixed at 42.

4.1. Training Dynamics and Convergence

Figure 2 shows the training loss curves of the traditional fully connected PINN, the Fourier feature-based PINN, and the proposed PINN + LSTM, including total loss, ODE residual loss, initial condition loss, and learning rate decay.
A comparative analysis of the training logs reveals distinct performance characteristics among the traditional PINN, the PINN + LSTM model, and the Fourier feature-based PINN for solving differential equations. In terms of convergence speed, the traditional PINN’s total loss fell from an initial 5.18 to a final value of 3.13 × 10 6 , a reduction of approximately six orders of magnitude. The Fourier PINN’s total loss decreased from 3.94 to 1.39 × 10 5 , achieving a five-order-of-magnitude reduction. By contrast, the PINN + LSTM model saw its total loss drop from 5.45 to 9.40 × 10 8 , a reduction of over seven orders of magnitude. This suggests that integrating the LSTM structure notably improves both convergence rate and final approximation accuracy. The PINN + LSTM’s final ODE loss reached 4.34 × 10 9 , nearly three orders of magnitude lower than that of the traditional PINN and the Fourier PINN.
The PINN + LSTM exhibited a notable loss rebound at epoch 3000, with total loss jumping from 2.49 × 10 7 to 3.12 × 10 4 , signifying temporary instability during training. This phenomenon is attributed to the structural oscillation during optimization, which is a normal behavior when the model balances learning long-term temporal dynamics and satisfying physical constraints, rather than a sign of training failure. Regarding the satisfaction of initial conditions, the traditional PINN achieved an extremely precise IC loss of 1.91 × 10 13 , followed by the Fourier PINN with 9.20 × 10 11 , while the PINN + LSTM recorded an IC loss of 8.97 × 10 10 . In summary, the traditional PINN offers a highly stable training process with excellent adherence to initial conditions. The Fourier PINN delivers moderate performance in both convergence accuracy and stability. In contrast, the PINN + LSTM achieves superior solution accuracy and ODE residual minimization, albeit at the cost of minor training instability, making it better suited for complex dynamical problems where high precision is the top priority.

4.2. State Variable Prediction

Figure 3, Figure 4, Figure 5, Figure 6, Figure 7, Figure 8 and Figure 9 illustrate the predicted trajectories of all seven state variables. Both models can roughly capture the evolutionary trend. However, PINN + LSTM achieves significantly higher precision, especially for the key compartments E, H, and L, which dominate the epidemic transmission.
Examining each state variable individually, all three methods generally follow the overall evolutionary trend given by the RK4 benchmark. For the Vaccinated (V) compartment, PINN + LSTM achieves exceptional accuracy, while Fourier PINN performs noticeably worse than both PINN and PINN + LSTM. For Susceptible (S) individuals, PINN shows clear deviations in both the declining rate and long-term steady state, while PINN + LSTM maintains tight alignment with the reference solution. In the Exposed (E) compartment, PINN + LSTM closely reproduces the amplitude and timing of the epidemic curve. For High-Risk Infectious (H) and Low-Risk Infectious (L) compartments, PINN + LSTM achieves outstanding consistency with RK4, while both PINN and Fourier PINN display mild to moderate mismatches. In the Quarantined (Q) compartment, Fourier PINN performs significantly worse than PINN and PINN + LSTM, with clear deviations and unstable oscillations, while PINN drifts gradually and PINN + LSTM remains nearly identical to RK4. The Recovered (R) compartment further confirms the superior performance of PINN + LSTM. Overall, although Fourier PINN improves upon the vanilla PINN in some compartments, it performs notably worse in the Vaccinated (V) and Quarantined (Q) states, and PINN + LSTM remains the most accurate and stable method across all variables. This superior performance arises from LSTM’s inherent temporal memory and sequential gating mechanism, which effectively capture time-varying dynamics while complying with physical ODE constraints.

4.3. Error Analysis and Comparison

Figure 10 and Table 1 present the Relative Error (RE), Absolute Error (AE), and L 2 error for each state variable.
Based on the quantitative results, the PINN + LSTM model significantly outperforms both the standard PINN and Fourier PINN across all error metrics. The average relative error is reduced from 7.20 × 10 2 for PINN to 3.88 × 10 3 for PINN + LSTM, corresponding to a remarkable improvement of 94.61%. Similarly, the average absolute error and average L2 error are reduced by approximately 97.19% compared with the traditional PINN. Meanwhile, Fourier PINN fails to provide competitive accuracy and performs noticeably worse, particularly in the Vaccinated (V) and Quarantined (Q) compartments.
Examining each state variable individually, PINN + LSTM achieves exceptional precision in slowly varying compartments such as S and V, with relative errors of only 3.19 × 10 4 and 2.23 × 10 4 , representing accuracy improvements exceeding 98% over PINN. For infection-dominated states, including H, L, Q, and R, the relative error reductions all exceed 93%, and the relative errors are uniformly controlled within the order of 10 3 . Even in the most dynamical Exposed (E) compartment, the relative error is reduced to 6.06 × 10 3 .
In sharp contrast, the standard PINN shows relatively large deviations, with a relative error as high as 1.33 × 10 1 for Low-Risk Infectious (L), and an absolute error for Susceptible (S) nearly 123 times larger than that of PINN + LSTM. Fourier PINN performs even worse, especially in V and Q, with relative errors reaching 1.91 × 10 1 and 5.46 × 10 1 , respectively. These results confirm the clear limitations of purely fully connected PINN and Fourier PINN in capturing sharp transitions and long-term evolutionary dynamics.
Overall, the superior performance of PINN + LSTM validates that introducing temporal memory via the LSTM structure effectively captures the time-dependent characteristics of epidemic transmission and peak dynamics, yielding overwhelming advantages in prediction accuracy, stability, and long-term simulation consistency.
To further validate the robustness of the proposed model in a realistic scenario, we conducted additional experiments by adding Gaussian noise to the observed training data points at three representative levels: 1%, 5%, and 10%. The average relative errors of the PINN + LSTM, standard PINN, and Fourier PINN under different noise intensities are compared, and the results are illustrated in the following figure (Figure 11).
The robustness of the proposed model is validated under three levels of Gaussian noise: 1%, 5%, and 10%. At 1% noise, PINN + LSTM achieves an average relative error of 0.0049, which is far lower than 0.0707 for PINN and 0.2782 for Fourier PINN. When the noise level increases to 5%, the errors of PINN and Fourier PINN rise sharply to 0.1225 and 0.4532, respectively, while PINN + LSTM maintains an extremely low error of 0.0011. Even under strong 10% noise, PINN + LSTM still exhibits superior performance with an error of 0.0017, whereas PINN and Fourier PINN yield much higher errors of 0.0384 and 0.4431. These results confirm that PINN + LSTM possesses stronger noise immunity and more stable dynamic learning ability than both PINN and Fourier PINN in realistic noisy environments.

5. Conclusions

In this paper, we have proposed a novel hybrid framework combining physics-informed neural networks (PINNs) with long short-term memory (LSTM) to model malware propagation dynamics in wireless sensor networks. A seven-compartment SVEHLQR epidemiological model was developed to capture the complex physical interactions among nodes, classifying them into Susceptible (S), Vaccinated (V), Exposed (E), High-Risk Infectious (H), Low-Risk Infectious (L), Quarantined (Q), and Recovered (R) categories. This study’s key contribution lies in integrating LSTM’s temporal memory capability into the PINN architecture, enabling the model to effectively learn time-dependent propagation characteristics.
Using the fourth-order Runge–Kutta (RK4) method as the benchmark, we conducted extensive numerical comparisons among the proposed PINN + LSTM, standard PINN, and Fourier PINN. Experimental results demonstrate that the PINN + LSTM model significantly outperforms both baseline methods across all seven compartments. The average relative error achieved by PINN + LSTM is 3.88 × 10 3 , compared to 7.20 × 10 2 for PINN and 2.81 × 10 1 for Fourier PINN, representing a remarkable 94.6% improvement in accuracy over the conventional PINN and an even greater advantage over the Fourier-enhanced version. Particularly noteworthy is its performance on the Vaccinated (V) compartment, where PINN + LSTM attains near-perfect agreement with the RK4 benchmark, with a relative error as low as 2.23 × 10 4 . Even on the most challenging compartment, Low-Risk Infectious (L), which exhibited a relative error of 1.33 × 10 1 for standard PINN and far higher values for Fourier PINN, the proposed method reduces the error to 8.21 × 10 3 , demonstrating its robustness in capturing complex dynamic behaviors.
It is necessary to clarify why a deep learning solver (PINN + LSTM) is adopted here, even though the 7-dimensional SVEHLQR ODE is low-dimensional, and grid-based methods like RK4 are theoretically feasible. We use RK4 not because it is inadequate for this specific low-dimensional scenario, but as a high-precision benchmark to validate the PINN + LSTM framework. While RK4 performs well in low-dimensional problems, it becomes computationally prohibitive in high-dimensional real-world WSN scenarios (e.g., more compartments, spatial–temporal propagation) due to the curse of dimensionality. Validating PINN + LSTM against RK4 in a low-dimensional setting ensures its reliability, laying the groundwork for its application in complex, high-dimensional scenarios where RK4 is no longer sufficient.
Despite its superior accuracy, the proposed PINN + LSTM framework has certain limitations. The training process is computationally more expensive than standard PINN and Fourier PINN due to the additional LSTM layers, which may hinder its deployment in highly resource-constrained scenarios. Moreover, while the model excels at learning from RK4-generated reference data, its performance on real-world noisy measurements still requires thorough validation. The current study focuses on a fixed parameter configuration, and its generalization ability across different network sizes, topologies, and malware types remains to be fully explored.
Future work will explore several promising directions. First, we plan to validate the model on real-world malware propagation datasets to evaluate its practical reliability. Second, we aim to integrate attention mechanisms or transformer-style structures to further strengthen its long-range temporal dependency modeling. Third, extending the framework to support adaptive and online learning would facilitate real-time threat monitoring and response. Fourth, while the proposed SVEHLQR model represents a meaningful advance for WSN malware modeling by explicitly distinguishing high-risk and low-risk infections, recent research trends from 2025 to 2026 highlight a growing emphasis on spatial–temporal dynamics, especially in the Internet of Underwater Things (IoUT), as well as topology-aware propagation models suitable for the Internet of Vehicles (IoV); thus, we will expand the model to capture these spatial–temporal and topology-aware dynamics to improve its relevance to emerging systems such as IoUT and IoV. Finally, combining the proposed data-driven physics-informed approach with optimal control strategies could lead to a unified framework for both accurate prediction and effective mitigation of malware spread in wireless sensor networks.

Author Contributions

Conceptualization, R.Z. and K.Z.; Methodology, K.Z.; Software, Z.C.; Validation, S.S. and J.P.; Formal analysis, S.S.; Investigation, R.Z.; Writing—original draft, R.Z.; Writing—review & editing, S.S. and J.P.; Visualization, Z.C.; Supervision, K.Z. and S.S. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

No external data were used in this study. All results were obtained through numerical simulations based on the model described in the manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. 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]
  2. Lin, S.; Chen, Y. Gradient-enhanced physics-informed neural networks based on transfer learning for inverse problems of the variable coefficient differential equations. Phys. D Nonlinear Phenom. 2024, 459, 134023. [Google Scholar] [CrossRef]
  3. Alla, A.; Bertaglia, G.; Calzola, E. A PINN Approach for the Online Identification and Control of Unknown PDEs. J. Optim. Theory Appl. 2025, 206, 8. [Google Scholar] [CrossRef]
  4. Ma, P.L.; Pu, J.C.; Peng, W.Q. PINN for solving localized wave solutions and inverse problems involving the Gerdjikov-Ivanov equation. Nonlinear Dyn. 2025, 113, 26547–26559. [Google Scholar] [CrossRef]
  5. Wu, Z.; Zhang, H.; Ye, H.; Zhang, H.; Zheng, Y.; Guo, X. PINN enhanced extended multiscale finite element method for fast mechanical analysis of heterogeneous materials. Acta Mech. 2024, 235, 4895–4913. [Google Scholar] [CrossRef]
  6. Rajaperumal, T.A.; Chinnappan, C.C. Integrating data-driven and physics-based approaches for robust wind power prediction: A comprehensive ML-PINN-Simulink framework. Sci. Rep. 2025, 15, 29102. [Google Scholar] [CrossRef]
  7. Zhang, S.; Zhang, C.; Han, X.; Wang, B. MRF-PINN: A multi-receptive-field convolutional physics-informed neural network for solving partial differential equations. Comput. Mech. 2025, 75, 1137–1163. [Google Scholar] [CrossRef]
  8. Nguyen, T.; Nguyen, D.; Pham, K.; Tran, T. MP-PINN: A Multi-phase Physics-Informed Neural Network for Epidemic Forecasting. In Data Science and Machine Learning, AusDM 2024; Balasubramaniam, T., Liao, K., Vetrova, V., Benavides-Prado, D., Boo, Y.L., Zhao, Y., Eds.; Communications in Computer and Information Science; Springer: Singapore, 2026; Volume 2325. [Google Scholar] [CrossRef]
  9. Cheng, H.; Mao, Y. Physics-informed epidemic prediction for irregularly sampled spatio-temporal sequence with missing values. Appl. Intell. 2025, 55, 967. [Google Scholar] [CrossRef]
  10. Cheng, H.; Mao, Y.; Jia, X. A framework based on physics-informed graph neural ODE: For continuous spatial-temporal pandemic prediction. Appl. Intell. 2024, 54, 12661–12675. [Google Scholar] [CrossRef]
  11. Tranquilli, P.; Ricketson, L.; Haut, T.; Hittinger, J. Stage-local partitioned two-step Runge-Kutta methods for large systems of ordinary differential equations. BIT Numer. Math. 2025, 65, 49. [Google Scholar] [CrossRef]
  12. Xiong, Y.; Wang, H.; Liu, G.; Li, Y.; Jiang, T. Graph neural ordinary differential equations for epidemic forecasting. CCF Trans. Pervasive Comput. Interact. 2024, 6, 281–295. [Google Scholar] [CrossRef]
  13. Hamad, A.H.; Hussein, N.K.; Abdulghani, A.M. A Deep Learning Paradigm for Intrusion Detection in Unmanned Aerial Vehicle Networks Using Extended LSTM. Int. J. Intell. Eng. Syst. 2025, 18, 507–523. [Google Scholar] [CrossRef]
  14. Hoang, M.T. Mathematical analysis and numerical simulation of a generalized epidemiological model for malware propagation. Nonlinear Dyn. 2025, 114, 53. [Google Scholar] [CrossRef]
  15. Quiroga-Sánchez, L.; Montoya, G.A.; Lozano-Garzon, C. The SEIRS-NIMFA epidemiological model for malware propagation analysis in IoT networks. Cybersecurity 2025, 8, 2. [Google Scholar] [CrossRef]
  16. Moradi, L.; Farsimadan, E.; D’Angelo, G.; Carpentieri, B.; Palmieri, F. Epidemic Analysis of the Propagation of Multiple Malware Infectious in Wireless Sensor Networks. In Advanced Information Networking and Applications, AINA 2025; Barolli, L., Ed.; Lecture Notes on Data Engineering and Communications Technologies; Springer: Cham, Switzerland, 2025; Volume 252. [Google Scholar] [CrossRef]
  17. Kang, H.; Sun, M.; Yu, Y.; Fu, X.; Bao, B. Spreading dynamics of an SEIR model with delay on scale-free networks. IEEE Trans. Netw. Sci. Eng. 2020, 7, 489–496. [Google Scholar] [CrossRef]
  18. Liu, Q.; Li, H. Global dynamics analysis of an SEIR epidemic model with discrete delay on complex network. Phys. A Stat. Mech. Its Appl. 2019, 524, 289–296. [Google Scholar] [CrossRef]
  19. Verma, C.; Gupta, C.P. Effect of vaccination on stability of wireless sensor network against malware attack: An epidemiological model. SN Comput. Sci. 2024, 5, 240. [Google Scholar] [CrossRef]
  20. Dong, N.P.; Long, H.V.; Son, N.T.K. The dynamical behaviors of fractional-order SE1E2IQR epidemic model for malware propagation on Wireless Sensor Network. Commun. Nonlinear Sci. Numer. Simul. 2022, 111, 106428. [Google Scholar] [CrossRef]
  21. Hosseini, S.; Azgomi, M.A. The dynamics of an SEIRS-QV malware propagation model in heterogeneous networks. Phys. A Stat. Mech. Its Appl. 2018, 512, 803–817. [Google Scholar] [CrossRef]
  22. Song, Y.; Zhang, D.; Wang, J.; Wang, Y.; Wang, Y.; Ding, P. Application of deep learning in malware detection: A review. J. Big Data 2025, 12, 99. [Google Scholar] [CrossRef]
  23. Rahman, M.A.; Zhang, T.; Lu, Y. PINN-CHK: Physics-informed neural network for high-fidelity prediction of early-age cement hydration kinetics. Neural Comput. Appl. 2024, 36, 13665–13687. [Google Scholar] [CrossRef]
Figure 1. State transition relationships of nodes in WSN.
Figure 1. State transition relationships of nodes in WSN.
Symmetry 18 00707 g001
Figure 2. Training dynamics comparison: total loss, ODE loss, initial condition loss, and learning rate schedule during training.
Figure 2. Training dynamics comparison: total loss, ODE loss, initial condition loss, and learning rate schedule during training.
Symmetry 18 00707 g002
Figure 3. Comparison of predicted S.
Figure 3. Comparison of predicted S.
Symmetry 18 00707 g003
Figure 4. Comparison of predicted E.
Figure 4. Comparison of predicted E.
Symmetry 18 00707 g004
Figure 5. Comparison of predicted H.
Figure 5. Comparison of predicted H.
Symmetry 18 00707 g005
Figure 6. Comparison of predicted L.
Figure 6. Comparison of predicted L.
Symmetry 18 00707 g006
Figure 7. Comparison of predicted Q.
Figure 7. Comparison of predicted Q.
Symmetry 18 00707 g007
Figure 8. Comparison of predicted V.
Figure 8. Comparison of predicted V.
Symmetry 18 00707 g008
Figure 9. Comparison of predicted R.
Figure 9. Comparison of predicted R.
Symmetry 18 00707 g009
Figure 10. Error decomposition: relative error, absolute error, L 2 error, and pointwise error over time.
Figure 10. Error decomposition: relative error, absolute error, L 2 error, and pointwise error over time.
Symmetry 18 00707 g010
Figure 11. Average relative errors of PINN, PINN + LSTM, and Fourier PINN under 1%, 5%, and 10% Gaussian noise.
Figure 11. Average relative errors of PINN, PINN + LSTM, and Fourier PINN under 1%, 5%, and 10% Gaussian noise.
Symmetry 18 00707 g011
Table 1. Quantitative error comparison of PINN + LSTM, PINN, and Fourier PINN across all state variables.
Table 1. Quantitative error comparison of PINN + LSTM, PINN, and Fourier PINN across all state variables.
MethodMetricSVEHLQRAvg
PINN + LSTMRel3.19 × 10−42.23 × 10−46.06 × 10−33.38 × 10−38.21 × 10−33.53 × 10−35.41 × 10−33.88 × 10−3
Abs9.75 × 10−58.88 × 10−55.31 × 10−51.36 × 10−41.48 × 10−48.32 × 10−52.96 × 10−41.29 × 10−4
L21.28 × 10−41.01 × 10−45.93 × 10−51.84 × 10−41.81 × 10−49.88 × 10−53.97 × 10−41.64 × 10−4
PINNRel3.54 × 10−22.08 × 10−24.63 × 10−27.04 × 10−21.33 × 10−19.93 × 10−29.85 × 10−27.20 × 10−2
Abs1.20 × 10−25.96 × 10−33.71 × 10−42.94 × 10−32.37 × 10−32.34 × 10−36.19 × 10−34.59 × 10−3
L21.42 × 10−29.39 × 10−34.54 × 10−43.83 × 10−32.93 × 10−32.78 × 10−37.23 × 10−35.83 × 10−3
Fourier PINNRel5.59 × 10−21.91 × 10−11.75 × 10−12.89 × 10−13.37 × 10−15.46 × 10−13.77 × 10−12.81 × 10−1
Abs1.84 × 10−27.00 × 10−21.40 × 10−31.43 × 10−26.76 × 10−31.38 × 10−22.31 × 10−22.11 × 10−2
L22.24 × 10−28.61 × 10−21.71 × 10−31.57 × 10−27.43 × 10−31.53 × 10−22.77 × 10−22.52 × 10−2
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

Zhang, R.; Zhou, K.; Shen, S.; Pang, J.; Cao, Z. PINN-LSTM: A High-Precision Physics-Informed Neural Network for Solving Malware Propagation Dynamics in Wireless Sensor Networks. Symmetry 2026, 18, 707. https://doi.org/10.3390/sym18050707

AMA Style

Zhang R, Zhou K, Shen S, Pang J, Cao Z. PINN-LSTM: A High-Precision Physics-Informed Neural Network for Solving Malware Propagation Dynamics in Wireless Sensor Networks. Symmetry. 2026; 18(5):707. https://doi.org/10.3390/sym18050707

Chicago/Turabian Style

Zhang, Rui, Kai Zhou, Shoufeng Shen, Jiafu Pang, and Zhiyi Cao. 2026. "PINN-LSTM: A High-Precision Physics-Informed Neural Network for Solving Malware Propagation Dynamics in Wireless Sensor Networks" Symmetry 18, no. 5: 707. https://doi.org/10.3390/sym18050707

APA Style

Zhang, R., Zhou, K., Shen, S., Pang, J., & Cao, Z. (2026). PINN-LSTM: A High-Precision Physics-Informed Neural Network for Solving Malware Propagation Dynamics in Wireless Sensor Networks. Symmetry, 18(5), 707. https://doi.org/10.3390/sym18050707

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