Next Article in Journal
LLM-Based Dynamic Distribution Network Reconfiguration with Distributed Photovoltaics
Next Article in Special Issue
A Hybrid Ensemble-Based Intelligent Decision Framework for Risk-Aware Photovoltaic Panel Soiling Detection and Cleaning
Previous Article in Journal
Elevator Travelling Cable’s Diagnostics Based on Deep Learning Fitting and Channel Attention
Previous Article in Special Issue
Image Processing Based on Convolution Neural Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Physics-Informed Neural Network for Denoising Images Using Nonlinear PDE

by
Carlos Osorio Quero
1,*,† and
Maria Liz Crespo
2,*,†
1
Instituto Nacional de Astrofísica, Óptica y Electrónica (INAOE), Puebla 72840, Mexico
2
Multidisciplinary Laboratory (MLab), Science, Technology and Innovation Unit, Abdus Salam International Centre for Theoretical Physics (ICTP), 34151 Trieste, Italy
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Electronics 2026, 15(3), 560; https://doi.org/10.3390/electronics15030560
Submission received: 31 December 2025 / Revised: 21 January 2026 / Accepted: 23 January 2026 / Published: 28 January 2026
(This article belongs to the Special Issue Image Processing Based on Convolution Neural Network: 2nd Edition)

Abstract

Noise remains a persistent limitation in coherent imaging systems, degrading image quality and hindering accurate interpretation in critical applications such as remote sensing, medical imaging, and non-destructive testing. This paper presents a physics-informed deep learning framework for effective image denoising under complex noise conditions. The proposed approach integrates nonlinear partial differential equations (PDEs), including the heat equation, diffusion models, MPMC, and the Zhichang Guo (ZG) method, into advanced neural network architectures such as ResUNet, UNet, U2Net, and Res2UNet. By embedding physical constraints directly into the training process, the framework couples data-driven learning with physics-based priors to enhance noise suppression and preserve structural details. Experimental evaluations across multiple datasets demonstrate that the proposed method consistently outperforms conventional denoising techniques, achieving higher PSNR, SSIM, ENL, and CNR values. These results confirm the effectiveness of combining physics-informed neural networks with deep architectures and highlight their potential for advanced image restoration in real-world, high-noise imaging scenarios.

1. Introduction

Image denoising is a crucial task in image processing aimed at removing noise while preserving the underlying structures [1,2]. As high-resolution digital imagery becomes increasingly accessible, especially with novel modalities such as single-pixel imaging (SPI) [3,4], UAV or SAR Images [5,6], and other computer image applications, there is a growing demand for denoising algorithms that deliver high effectiveness and computational efficiency. In recent years, deep learning-based approaches have shown superior performance in image denoising, surpassing traditional hand-made methods [7]. These approaches employ convolutional neural networks (CNNs) to learn the mapping between noisy and clear from noisy to clean images, training on large datasets of paired noisy–clean difference between the network output and the corresponding clean image [8].
One of the key advantages of deep learning-based denoising methods is their ability to learn complex [9], nonlinear relationships between noisy and clean image patches [10,11]. This enables networks to capture both local and global image structures and patterns, resulting in more accurate and visually pleasing denoising results (see Table 1). Image priors [12], including nonlocal self-similarity (NSS) models [13], median filters [14], sparse models [15], gradient models [16], Markov models [17], BM3D [18], LSSC [19], NCSR [20], and WNNM [21], address the challenge of noise removal. More recently, deep learning-based denoising models, such as standard CNNs [22], residual networks (ResNets) [23], and generative adversarial networks (GANs) [24], have emerged as effective solutions. The standard CNN model learns a direct mapping from noisy to clean images, while the ResNet model uses skip connections to learn residual mappings, resulting in more efficient training and improved denoising performance. GAN-based models further enhance denoising by incorporating a generator that produces denoised images and a discriminator that differentiates between real and generated images, leading to more realistic and visually consistent results [24,25].
Physics-informed neural networks (PINNs) have emerged as a novel approach in artificial intelligence [26], particularly by using partial differential equations (PDEs) for efficient image denoising [27]. PDE-based models such as heat diffusion [28], Perona–Malik (PM) [29], MPMC [30], and the Black-Zhichang Guo model [31] are effective in addressing noise reduction in images. In the PINN framework, a neural network is utilized to approximate the solution of a PDE by minimizing a loss function that includes terms representing the mismatch of the residual PDE and its boundary conditions. The nonlinearity of PDEs and the varying boundary conditions do not pose significant challenges when employing neural networks, offering a distinct advantage over traditional numerical methods. However, integrating PDEs into deep learning frameworks also introduces challenges, including balancing accuracy and stability, managing computational complexity, and ensuring interpretability [32]. Many existing approaches address these issues only partially, leaving room for improvement in terms of generalization, computational efficiency, and preservation of fine-scale structures.
This work presents a physics-informed deep learning framework that couples nonlinear PDE priors—heat, diffusion-based regularization, Mean Curvature Motion (MPMC), and the Zhichang Guo (ZG) model—with modern denoising backbones including ResUNet, UNet, U2Net, and Res2UNet. We focus on these four PDEs because they offer complementary denoising behavior while remaining computationally predictable and suitable for future FPGA/embedded-GPU deployment [33,34]. Specifically, heat provides a stable isotropic baseline, diffusion introduces edge-aware anisotropy, MPMC enforces curvature-driven geometric smoothing, and ZG improves robustness under speckle and other multiplicative degradations.
By embedding physical constraints directly into the network training process, the proposed method improves denoising performance, preserves fine structural details, and reduces dependence on large-scale labeled datasets. This hybrid approach combines the interpretability and stability of PDE-based modeling with the representational power of deep learning, offering a robust and scalable solution for image denoising in challenging noise environments. To rigorously assess the performance of the framework, a comprehensive set of evaluation metrics is used, including the peak signal-to-noise ratio (PSNR), the structural similarity index measure (SSIM), the equivalent number of looks (ENL), and the contrast-to-noise ratio (CNR). Our experiments consistently achieve PSNR values greater than 20 dB and SSIM values greater than 0.5, demonstrating the effectiveness of the model in enhancing image quality while maintaining computational efficiency.
The main contributions of this work are summarized as follows:
  • The integration of physics-informed neural networks (PINNs) with PDE-based models for effective image denoising leverages physical priors to enhance noise suppression and structural preservation.
  • This study introduces a rigorous and diverse set of evaluation metrics for denoising in remote sensing imagery, spanning pixel-level fidelity and perceptual quality.
  • The proposed framework demonstrates superior performance compared to classical denoising algorithms and existing deep learning-based methods, achieving higher image quality and robustness across multiple datasets.
Table 1. Overview of the main advantages and drawbacks of the implemented denoising approaches.
Table 1. Overview of the main advantages and drawbacks of the implemented denoising approaches.
MethodAdvantagesDrawbacks
Supervised CNN [35]High reconstruction quality with sufficiently large labeled training sets.Requires extensive paired datasets; weaker generalization outside the training domain.
Self-supervised CNN [36]Training does not require paired clean labels; it can learn directly from noisy data.May exhibit residual bias and relies on masking/noise assumptions that can be violated.
Wavelet/Sparse [37]Often excellent PSNR/SSIM for additive Gaussian noise; interpretable transform-domain representation.Can leave granular residue for speckle-like noise; requires careful parameter tuning.
Score-based diffusion [38]Naturally integrates explicit forward noise models; very strong perceptual quality.Computationally demanding due to long sampling chains with many denoising steps.
Variance-stabilized PDE [39]Simple pipeline combining variance-stabilizing transform and PDE evolution; fast and lightweight.Inverse-VST can introduce bias; performance degrades for strongly spatially varying noise.
Nonlocal PDE/NL-TV [40]Preserves fine textures and details by exploiting nonlocal similarities; texture-aware regularization.Sensitive to patch and hyper-parameter choices; typically higher runtime.
Classical PDE [41]Conceptually simple, interpretable, and numerically stable with low computational cost.Parameter sensitive and prone to over-smoothing fine structures and textures.
PINN–PDE [42]Physics-informed formulation enables adaptation across sensors with limited retuning.More complex training procedure and higher computational cost than analytical PDE solvers.
Transformer-based denoisers [43]Easy to add noise-level maps, prompts, or multi-scale features.Can overfit to training noise statistics; may generalize poorly to unseen sensors/artifacts.
Diffusion-model denoisers [44]Robust when noise/artifacts are heavy or complex (with good conditioning).Expensive to train. Strong generative prior may introduce plausible but incorrect details—bad.
DIP-TV [45]Can work reasonably even when the noise model is not well specified.DIP can start fitting noise; results depend on stopping criterion/hyperparameters.
SwinIR [46]Strong on PSNR/SSIM, preserves edges and textures well with long-range context.Needs supervised (or well-designed self-supervised) training; may generalize poorly to unseen sensors/noise statistics.
DDPMs [47]Can handle complex noise/artifacts when properly conditioned.Many denoising steps; even accelerated samplers can be heavy.
DDRM [48]Designed for restoration/inverse problems; can incorporate the measurement/degradation model more directly than plain DDPM denoising.Inference remains multi-step, often similar order to diffusion sampling.
The outline of this article is as follows. Section 2 reviews previous work on image denoising, with an emphasis on PDE-based approaches. In Section 3, we introduce the specific nonlinear PDE formulations used in our framework. Section 4 describes the architecture of the general physics-informed denoising, while Section 5 details the neural network backbones used, and Section 6 discusses refinement through PINN denoising. The numerical benchmark results appear in Section 7 and conclude with key lessons and directions for future work in Section 8.

2. Related Work

2.1. Deep Learning Methods for Image Denoising

Deep learning methods can be classified into supervised [1], semi-supervised [49], and unsupervised learning approaches [50].

2.1.1. Supervised Learning

It relies on labeled data to guide the model in learning parameters for tasks such as image denoising [51]. For example, consider a denoising model defined as y = x + ϵ where x, y, and ϵ represent the clean image, noisy image, and additive Gaussian noise (AWGN) with a standard deviation of σ , respectively. Based on this model and Bayesian inference, learning the model parameters depends on a dataset of paired examples x k , y k k = 1 N , where x k and y k denote clean and noisy images k-th, and N is the total number of samples. The relationship can be expressed as x k = f y k , θ , m , where θ denotes the model parameters and m is the known noise level.

2.1.2. Unsupervised Learning

Does not require labeled data [52]. Instead, it identifies the underlying patterns within the input data to perform tasks such as domain transfer or image enhancement. For example, the Cycle-in-Cycle GAN (CinCGAN) [53] architecture performs super-resolution by first estimating a high-resolution label and then refining this estimate using loss functions and unlabeled data.

2.1.3. Semi-Supervised Learning

Combines labeled and unlabeled data [54]. It is particularly useful in scenarios with limited labeled samples, such as in medical diagnostics [55]. For example, the Semi-Supervised Learned Sinogram Restoration Network (SLSR-Net) [56] initially learns feature distributions from paired sinograms through a supervised component and then applies this knowledge in an unsupervised manner to reconstruct high-quality sinograms from unlabeled low-dose data [57].

2.2. CNNs for Image Denoising

Convolutional neural networks (CNNs) have demonstrated remarkable success in image processing tasks due to their flexible plug-and-play architectures [58]. LeNet [59], one of the first CNN models, used convolutional kernels of various sizes to effectively extract features for image classification. However, its reliance on the sigmoid activation function led to slow convergence, limiting its applicability in real-world scenarios [60]. The introduction of AlexNet marked a significant milestone in the field of deep learning. Its success stemmed from several key innovations: leveraging the computational power of GPUs, employing dropout to mitigate overfitting [61], using the ReLU activation function to accelerate stochastic gradient descent (SGD) [62], and incorporating data augmentation techniques. Despite its strong performance, the large convolutional kernels of AlexNet required significant memory [63], which restricted its use in resource-limited applications, such as smart cameras.

2.3. Recent Image Denoising Methods

Transformer-based denoisers, such as Swin Transformer/SwinIR-style models [64], use windowed self-attention to capture long-range dependencies and typically deliver strong PSNR/SSIM with fast, single-pass inference. In contrast, DIP-TV [45] (Deep Image Prior with Total Variation) is a training-free, per-image optimization approach that can work without clean datasets, but is slower and can over-smooth fine textures. Diffusion models (DDPMs) [65] provide powerful generative priors and often achieve excellent perceptual denoising, yet require iterative sampling with higher computational cost and potential hallucination if not constrained. DDRM [44] adapts diffusion priors to restoration by enforcing data consistency with an explicit degradation model, often improving fidelity over unconstrained diffusion, but still inherits multi-step inference and sensitivity to forward-model mismatch.

2.4. Recent Progress in PDE-Based Image Denoising

Recent work has progressed along three converging research directions (Table 2), with several studies emphasizing the implementation of PDE-based image denoising techniques.
i
New and generalized PDE formulations for denoising (including multiplicative/speckle noise): Variable- and fractional-order PDEs have been proposed to better adapt the smoothing strength to local structure and speckle statistics, improving detail preservation over classical anisotropic diffusion. Examples include a variable spatially exponent PDE for multiplicative noise [66] and fractional-order PDEs that enhance edge/texture fidelity while suppressing ultrasound noise [67]. Anisotropy-stabilized formulations continue to evolve, e.g., tunable despeckling guided by anisotropic diffusion within a degradation framework [68]. These works collectively report gains in PSNR/SSIM and texture retention compared to standard PM/TV baselines.
ii
Hybrid PINN/PDE–DL schemes that enforce physics during learning: PINN-style training that embeds PDE residuals and boundary conditions into loss has been shown to improve robustness and interpretability in imaging tasks. For image denoising and edge preservation, physics-informed blending of PDE priors has demonstrated improved artifact control over CNNs driven purely by data [69]. Beyond natural images, PINN denoisers have been specialized for modality-specific physics (e.g., high b-value diffusion MRI), showing superior fidelity under limited data [70]. Physics-informed microscopy reconstruction similarly integrates forward optics into a diffusion-conditioned architecture to suppress hallucinations [71].
iii
Generative diffusion models tailored to SAR despeckling with explicit noise physics have emerged as the state of the art. Regional DDPMs and diffusion posterior sampling strategies explicitly consider block-wise structure and speckle statistics to reduce texture loss and over-smoothing [72,73]. Conditional/efficient DDPMs further incorporate the SAR noise model and achieve strong quantitative and visual performance in synthetic and real scenes [74,75]. These methods consistently report gains in ENL/CNR while maintaining edges.
Table 2. Implementation case studies of PDE-based image denoising.
Table 2. Implementation case studies of PDE-based image denoising.
Method (PDE)Noise ModelDataset/ApplicationRef.
Heat diffusionAdditive GaussianUSC–SIPI, Kodak24; baseline smoothing[76]
SRADMultiplicative speckle (Gamma)Ultrasound, SAR[77]
Nonlocal PDE/NL-TVMultiplicative speckleGaussian test images; texture preservation[78]
Complex diffusionAdditive GaussianVarious natural images[79]
Variance-stabilized PDEPoissonMicroscopy images[39]
Fourth-order PDEAdditive GaussianVarious natural images[80]
TV-Poisson (TV-KL)PoissonVarious natural images[81]
CEDAdditive GaussianFingerprint images[82]

3. Denoising PDE Models

Partial differential equations (PDEs) are widely applied in various image processing tasks [42]. One powerful approach to solving PDEs using neural networks, particularly (FNNs) [83], is the physics-informed neural network framework (PINN) [69]. In a PINN, a neural network is designed to serve as a surrogate model for the PDE solution. Consider an FNN that takes inputs x and t, with hidden layers composed of n l neurons. The objective is to train the neural network to approximate the solution u ( x , t ) using a function f ( x , t , θ ) , where θ denotes the parameters of the network, including weight matrices and bias vectors. The output of the FNN is generated through an activation function, typically the hyperbolic tangent function tanh.
To enforce the PDE constraints, the PINN calculates the required k-th order derivatives of f ( x , t , θ ) regarding its inputs using automatic differentiation (AD) [84]. The backpropagation algorithm, an AD technique, is employed to calculate these derivatives within the neural network. AD consists of two main phases: a forward pass to compute variable values and a backward pass to compute their derivatives. The neural network is then restricted to satisfy the given PDE and its associated boundary and initial conditions. The training dataset τ includes two subsets of points: those sampled from the interior domain and those on the boundary. These points are collectively referred to as residual points. A loss function L ( θ , τ ) is defined as a weighted sum of L 2 n o r m s of the residuals of the PDE and the boundary conditions. This loss quantifies the deviation of the neural network from satisfying the problem constraints. The goal is to minimize L ( θ , τ ) to identify an optimal set of parameters θ . Gradient-based optimization algorithms are used for this minimization. To achieve a high level of accuracy, it is essential to carefully tune various hyperparameters, including the network size, the number of residual points, and other model-specific settings.
These models form the mathematical backbone for traditional and modern image denoising techniques, including physics-informed neural networks (PINNs) that integrate such equations into their training process:
  • Modified Perona–Malik Curvature Model (MPMC) Model: The MPMC model enhances classic Perona–Malik anisotropic diffusion by incorporating curvature information to better preserve edges during denoising. The Equation (1)  [30] is as follows:
    u t = · g ( k ) u
    where u ( x , y , t ) is the image intensity, k is the curvature of the level lines, and g ( · ) is an edge-stopping function that controls diffusion strength.
  • Zhichang Guo (ZG) Model: A PDE model combining second- and fourth-order anisotropic diffusion was proposed to simultaneously smooth flat regions and preserve fine details. The Equation (2) [31] is as follows:
    u t = λ 1 · ( g 1 ( u ) u ) λ 2 2 u
    where λ 1 , λ 2 are regularization weights, g 1 ( · ) is an edge-preserving function, and 2 u is the biharmonic operator for fourth-order diffusion.
  • Heat Equation Residual Model: The heat equation is the simplest form of isotropic diffusion used for image smoothing. The Equation (3) [85] is as follows:
    u t = u
    This model blurs both noise and edges uniformly. The residual form is often used in deep learning to guide the network’s output f ( x , t , θ ) through a physics-informed loss Equation (4):
    R ( x , t ) = f t f
  • General Diffusion Model: This model is a general formulation for anisotropic diffusion. The Equation (5) [44] is as follows:
    u t = · D ( x , y , t ) u
    where D ( x , y , t ) is a diffusion tensor that controls the direction and strength of the smoothing, adaptable based on the characteristics of the image.

Speckle Model for Data Generation

Speckle noise in coherent imaging systems, such as SA,R is commonly modeled using a multiplicative noise model [86]:
Y = N X ,
where Y R W × H is the noisy image observed (intensity domain), X R W × H is the underlying speckle-free image, and N R W × H is a positive random variable representing the speckle. For a multi-look SAR image with L independent looks, N follows a Gamma distribution with unit mean and variance 1 / L , whose probability density function (PDF) is
p ( N ) = L L N L 1 e L N Γ ( L ) , N 0 , L 1 ,
where Γ ( · ) is the Gamma function.
  • Amplitude image: Many SAR processors work on the amplitude image, defined as the square root of the intensity: x = X for the clean image and y = Y for the observed one. The same multiplicative model applies:
    y = n x ,
    where n is the multiplicative speckle affecting the amplitude domain. In this case, n follows a Nakagami distribution with PDF:
    p ( n ) = 2 L L n 2 L 1 e L n 2 Γ ( L ) , n 0 , L 1 .
  • Single-look image: A single-look ( L = 1 ) SAR image is obtained from one coherent measurement without multi-look averaging; it contains the strongest speckle fluctuations. For L = 1 , the Nakagami distribution in Equation (9) reduces to the Rayleigh distribution, which characterizes the amplitude speckle in single-look data (see Figure 1). This formulation allows us to synthesize speckle-corrupted images in either the intensity or the amplitude domain by drawing samples from the corresponding PDFs for any chosen number of looks L.
Image denoising is evaluated across additive levels of Gaussian white noise (AWGN) σ 15 , 25 , 50 , Poisson–Gaussian λ 1 , 4 , 8 , and speckle Γ 1 , 4 , 8 in 8-bit images (range 0–255), following common practice. When images are normalized to [ 0 , 1 ] , the corresponding standard deviation, for example, by AWGN is σ ^ = σ / 255 and the variance is σ ^ 2 = σ / 255 2 , which yields σ 2 ^ 1.20   ×   10 5 ,   9.60   ×   10 5 ,   3.84   ×   10 4 .

4. Proposed Framework

The present study proposes the framework illustrated in Figure 2, which integrates classical PDE priors into a deep neural network through a composite loss function. The network processes a noisy image, denoted as X ^ N , to produce a denoised output. Training is driven by Equation (10):
L total = L PDE + λ 1 L perceptual + λ 2 L data + λ 3 L IC + λ 4 L BC
The total loss L total used to train the physics-informed neural network (PINN) comprises multiple components, each designed to enforce the fidelity, physical consistency, and perceptual quality of the data. The weighting coefficients λ are carefully tuned based on the validation performance to achieve an optimal balance between accurate data reconstruction and adherence to the underlying physical laws. Here, individual terms are defined as follows:
  • PDE Loss: This term enforces that the prediction of the network X r ^ satisfies the underlying residual of the PDE N θ ( · ) by Equation (11). For each model, the derivatives in Equations (1)–(5) are obtained by automatic differentiation, ensuring exact gradients in terms of network parameters:
    L PDE = N θ ( X r ^ ) 2 2
  • Perceptual Loss: The term “feature-space” ensures that the predicted image X r ^ remains perceptually close to the original clean image X r e f using the 1 norm by Equation (12). Let ϕ l ( · ) denote the activation in the layer l and w l its weight:
    L perc = l S w l ϕ l ( X ^ r ) ϕ l ( X ref ) 1 .
  • Data Loss: This is a standard mean squared error term that compares the predicted and original images by Equation (13):
    L data = X r ^ X r e f 2 2
  • Initial Condition Loss: This term penalizes the deviation of the predicted field at t = 0 from the known initial image X 0 :
    L IC = 1 | Ω | p Ω w IC ( p ) X ^ r ( p , 0 ) X 0 ( p ) 2 2 ,
    where w IC ( p ) 0 is an optional spatial weight or mask (e.g., to ignore unknown pixels). When the ground truth at t = 0 is not available, we set X 0 to the observed input (or a priori).
  • Boundary Condition Loss: We support standard BC types on Ω ; n denotes the normal outward unit. Dirichlet BC ( X ^ r = g on Ω ):
    L BC = 1 | Ω | q Ω w BC ( q ) X ^ r ( q , t ) g ( q , t ) 2 2 .

5. Integrating PDE with Network DL Denoising

Four neural network architectures—UNet, ResUNet, U2Net, and ResU2Net—each integrated with the PDE formulation described in Section 3. All models were implemented in PyTorch and trained with the Adam optimizer using an early stopping criterion of loss < 10 4 or a maximum of 500 epochs.
  • Case 1: A UNet-based architecture was used for PDE-guided image denoising (see Figure 3). The network was specifically adapted to accommodate multi-scale feature extraction, incorporating a symmetric structure composed of downsampling and upsampling paths. The architecture consisted of two main stages:
    1.
    Downsampling Path: The encoder utilized a sequence of convolutional layers followed by max-pooling operations to progressively reduce the spatial dimensions of the input noisy image X ^ N . The resolution of the feature map was sequentially downscaled through levels of 32, 64, 128, and 256 channels, allowing the abstraction of hierarchical features at multiple scales.
    2.
    Upsampling Path: The decoder used upsampling operations and convolutional layers to gradually restore the spatial resolution of the encoded features. Skip connections were integrated between the corresponding encoder and decoder layers to preserve fine-grained spatial details that are critical for accurate reconstruction.
    During training, the UNet was optimized not only to minimize the reconstruction error between the denoised output X ^ R and the ground truth image X ^ r e f , but also to satisfy a governing partial differential equation (PDE) model embedded within a composite loss function. Specifically, the total loss function combined three components: (i) a residual PDE loss enforcing physical consistency, (ii) an initial condition (IC) loss ensuring correct initialization behavior, and (iii) a boundary condition (BC) loss enforcing consistency along image borders. This physics-informed loss formulation guided the UNet to denoise in a manner aligned with the underlying diffusion dynamics, thereby improving generalization and preserving important structural features.
  • Case 2: Residual U-Net (ResUNet) architecture was used to perform image denoising under partial differential equation (PDE) constraints (see Figure 4). The model takes as input a noisy image X ^ N and outputs a denoised image X ^ R . The ResUNet structure incorporates deep residual learning into the classical encoder–decoder U-Net design to facilitate better gradient flow and capture complex features critical for PDE-driven restoration tasks. The architecture consists of the following main components:
    1.
    Encoder: The encoder progressively extracts hierarchical characteristics through a sequence of downsampling stages. Each stage consists of a ResidualBlock, which applies two convolutional layers (with Batch Normalization and ReLU activation) and a skip connection that directly adds the input to the output. The encoder maps the noisy input X ^ N into a compact feature representation through the following encoder layer: enc1→ enc2 → enc3 → enc4.
    2.
    Decoder: The decoder reconstructs spatial resolution by successive upsampling operations (using transposed convolutions), followed by residual blocks. Skip connections are used between encoder and decoder layers to preserve spatial information lost during downsampling. Before concatenation, a cropping operation ensures that the dimensions of feature maps align with the decoder layer: dec3 ⟵ dec2 ⟵ dec1.
    3.
    Output Layer: A final 1 × 1 convolution maps the feature space to a single-channel image X ^ R , corresponding to the denoised reconstruction.
  • Case 3: This case presents the U2Net architecture to perform image denoising under a physics-informed learning framework (see Figure 5a). The U2Net model, illustrated by the above class definition, processes a noisy image input X ^ N and outputs a denoised prediction X ^ R , while leveraging a composite loss that includes PDE constraints. The U2Net is a deeply nested U-structure network composed of residual U-blocks (RSUs) at each stage. The model architecture can be summarized as follows:
    1.
    Encoder: The input noisy image X ^ N is first passed through multiple encoding stages: stage1 ⟶ pool12 ⟶ stage2 ⟶ pool23 ⟶ stage3 ⟶ stage6.
    2.
    Decoder: After reaching the deepest feature representation ( h x 6 ), the network performs upsampling and decoding operations: stage5d ⟶ to ⟶ stage1d. Skip connections are implemented by concatenating encoder features with corresponding decoder layers, ensuring fine-grained spatial information is preserved.
    3.
    Side Outputs: Intermediate outputs (d1, d2, d3, d4, d5, d6) are generated at different resolutions through 1 × 1 convolutional layers, which are later fused to form the final denoised prediction d0.
    4.
    Final Prediction: The final denoised image X ^ R is obtained by applying a sigmoid activation function to the fused side outputs: X ^ R = σ d 0 .
  • Case 4: ResU2Net model, a lightweight variant of the U2Net architecture, was adapted to incorporate PDE priors for physics-informed noise removal (see Figure 5b). The network takes as input a noisy image X ^ N and produces a denoised output X ^ R . The architecture is composed of multiple residual U-shaped (RSU) blocks, each designed to effectively capture multi-scale spatial features while maintaining computational efficiency:
    1.
    Encoder: The noisy image X ^ N is successively processed through six RSU stages (Stage 1 to Stage 6), where each stage refines the spatial representations using residual encoding. As shown in the schematic, each RSU block comprises a Conv2D+BatchNorm+ReLU stack, which applies downsampling to enlarge the receptive field while reducing spatial resolution.
    2.
    Decoder: After the final encoder stage (Stage 6), the model reconstructs high-resolution features via a mirrored decoder structure. Each decoder stage (from Stage 5 to Stage 1) receives upsampled features concatenated with skip connections from its corresponding encoder stage, followed by residual RSU decoding blocks to recover spatial details. This design enables efficient feature reuse and context fusion.
    3.
    Residual Connections: As highlighted in the image, skip connections and element-wise summation between encoder and decoder outputs enhance feature propagation and support robust gradient flow during training.
    4.
    Side Outputs and Deep Supervision: The architecture includes six intermediate side outputs (denoted as d1 through d6), each extracted from a corresponding decoder stage. These outputs undergo upsampling and contribute to deep supervision, encouraging multi-scale feature learning.
    5.
    Final Reconstruction: All side outputs are fused through a final convolutional layer (outconv) to generate the denoised output image X ^ R .

6. Progressive Refinement via Physics-Informed Neural Network Denoising

Figure 6 illustrates the progressive improvement in image quality over iterations of the PINN-based denoising process [26]. Starting from the original and noisy inputs (top row), the bottom sequence shows how the model gradually reconstructs structural details while suppressing speckle noise. Early iterations retain high levels of noise and artifacts, whereas later stages achieve clearer and sharper restorations that closely resemble the ground truth. This highlights the capacity of the physics-informed approach to balance noise reduction with feature preservation throughout the training process.

PINN-Based Image Denoising: Pseudocode

The proposed algorithm (see Algorithm 1) performs image denoising (see Figure 7) based on PINN by integrating a neural network backbone, such as UNet or ResUNet, with a residual based on diffusion-based partial differential equations (PDE), following principles similar to those described in [44]. First, the chosen model is constructed with symmetric encoder–decoder stages (with skip connections or residual blocks). During training, each noisy input Y is passed through the network to produce a prediction u ^ :
1.
Data fidelity loss L data (mean squared error between u ^ and the clean image X).
2.
PDE loss L PDE enforcement κ Δ u ^ model ( u ^ ) 0 .
3.
Perceptual loss L perc (L1 distance).
4.
Boundary Condition Loss L BC MSE ( u ^ , 0 ) .
5.
Loss of initial condition L IC MSE ( X r 0 ^ , X 0 ) .
The total loss is a weighted sum of these terms and is minimized via the Adam optimizer over a fixed number of epochs. Periodic logging of individual loss components ensures stable convergence. The final output is the denoised image X ^ = model ( Y ) , which effectively suppresses the speckle while preserving structural details.
Algorithm 1 Physics-informed PINN–PDE image denoising scheme
Require: Clean image X, noisy image Y, number of epochs E, architecture a r c h
Ensure: Denoised image X ^
 Model construction
  1:
function BuildModel( a r c h )
  2:
    if  a r c h = “UNet” then
  3:
        Define encoder–decoder with standard UNet blocks
  4:
    else if  a r c h = “ResUNet” then
  5:
        Define encoder–decoder with residual UNet blocks
  6:
    else if  a r c h = “U2Net” then
  7:
        Define encoder–decoder with nested U2 blocks
  8:
    else if  a r c h = “ResU2Net” then
  9:
        Define encoder–decoder with residual U2 blocks (ResU2Net–ZG backbone)
10:
    end if
11:
    return  model θ
12:
end function
PDE residual
13:
function DiffusionResidual(u, model θ , κ )
14:
    Compute discrete Laplacian Δ u using a fixed convolution kernel
15:
     f ^ θ ( u ) model θ ( u )
16:
    return  r ( u ) = κ Δ u f ^ θ ( u )
17:
end function
Loss function
18:
function ComputeLoss( u ^ , X, model θ )
19:
     L data MSE ( u ^ , X )
20:
     L IC MSE ( X r , X 0 )                ▹ Initial-condition consistency
21:
     L BC MSE ( u ^ | Ω , 0 )                    ▹ Boundary condition
22:
     L PDE MSE ( DiffusionResidual ( u ^ , model θ , κ ) , 0 )
23:
     L perc L 1 ( u ^ , X )
24:
     L total L data + L PDE + 0.1 L perc + 0.03 L IC + 0.02 L BC
25:
    return  L total
26:
end function
Training loop
27:
function TrainPINN( X , Y , E , a r c h )
28:
     model θ BuildModel( a r c h )
29:
    Initialize the Adam optimizer for parameters θ
30:
    for  e = 1 to E do
31:
         u ^ model θ ( Y )
32:
        Resize/crop u ^ to match the spatial size of X
33:
         L ComputeLoss( u ^ , X , model θ )
34:
        Update θ with one Adam step using θ L
35:
        if  e mod 100 = 0  then
36:
           Log e, L, L PDE and L perc
37:
        end if
38:
    end for
39:
    return  model θ ( Y )
40:
end function
Main procedure
41:
Load X and generate Y (e.g., Y add _ speckle ( X ) )
42:
X ^ TrainPINN( X , Y , 500 , “ResU2Net”)
43:
Display and/or save X ^

7. Experimental Results

The performance of the proposed PINN–PDE denoising framework was evaluated using a dedicated protocol (see Table 3). Specifically, we applied the system to aerial scene images from the RESISC and AID datasets [87,88]. To simulate noise (see Figure 8 and Figure 9) and testing in the laboratory (see Figure 10), we used the widely accepted multiplicative noise model defined as Y = N · X , where Y R W × H denotes the observed noisy image, X R W × H is the underlying clean image, and N R W × H represents the speckle component modeled using a Nakagami–Rayleigh distribution [86]. The enhanced (denoised) images were subsequently assessed using the neural network architecture described in Section 5. Methods were evaluated and compared using PSNR, SSIM, ENL, and CNR to validate the PINN approach across multiple neural network configurations (see Table 4 and Table 5). PSNR quantifies the fidelity of the reconstruction in decibels (higher values are better; values >20 dB typically indicate acceptable quality). SSIM measures the perceptual similarity of luminance, contrast, and structure (higher is better; values >0.5 denote moderate to strong similarity). For speckle, the equivalent number of looks (ENL) gauges residual multiplicative noise within homogeneous regions (higher ENL indicates stronger speckle suppression). Finally, CNR assesses edge/target visibility relative to background noise (higher CNR is better suited for contrast and boundary preservation). Reporting all four metrics—PSNR/SSIM for fidelity, and ENL/CNR for speckle-specific behavior—provides a balanced basis for comparison with previous work [89,90].

7.1. Correctness and Reliability Analysis

Given a noisy input image y, our network produces a reconstruction x ^ = f θ ( y ) by minimizing a composite training objective:
L total ( θ ) = λ PDE L PDE ( x ^ ) + λ 1 L per ( x ^ ) + λ 2 L data ( x ^ , x ref ) + λ 3 L IC ( x ^ ) + λ 4 L BC ( x ^ ) ,
where the PDE loss enforces numerical consistency with the selected prior through a discrete residual operator R ( · ) :
L PDE ( x ^ ) = 1 | Ω | p Ω R ( x ^ ) ( p ) 2 2 .
For the linear priors (heat/diffusion), R is a local, bounded finite-difference operator; hence L PDE acts as a structured Tikhonov-like regularizer that stabilizes the mapping y x ^ by discouraging high-frequency components inconsistent with the PDE prior. For nonlinear priors (MPMC/ZG), R remains local and curvature-/edge-aware, providing a physically meaningful constraint that suppresses noise while preserving geometry. Although the overall optimization is non-convex due to f θ , the PDE residual term improves reliability by shrinking the feasible set toward PDE-consistent reconstructions, reducing sensitivity to spurious solutions.

7.2. Repeatability Across Images and Noise Levels

Table 6 reports the PSNR standard test images under three Gaussian noise levels ( σ { 15 , 25 , 50 } ). A key reliability property is consistent dominance: our method attains the highest PSNR for every image and every noise level, indicating that performance is not driven by a small subset of favorable cases.
To quantify the effect size, we compare against the strongest deep baseline in Table 6 on a per-image basis and report the mean improvement with a 95 % confidence interval (CI) over the 10 images:
σ = 15 : Δ PSNR = 8.48 dB [ 7.21 , 9.74 ] ;
σ = 25 : Δ PSNR = 9.33 dB [ 7.89 , 10.78 ] ;
σ = 50 : Δ PSNR = 7.50 dB [ 5.09 , 9.90 ] .
Moreover, the improvement holds for images at each noise level, yielding a sign-test probability of p = 2 10 9.77 × 10 4 per noise level, which supports the notion that the gain is systematic rather than incidental. At the aggregate level (Average column in Table 6), our PSNR is also substantially higher: 41.19 vs. 32.87 dB ( σ = 15 ), 39.58 vs. 30.43 dB ( σ = 25 ), and 34.64 vs. 27.14 dB ( σ = 50 ), confirming a large accuracy margin under increasingly severe corruption.

7.3. Discussions

The simulation Figure 9 of the results demonstrates the effectiveness of the proposed PINN–PDE-based denoising framework in improving image quality and suppressing speckle noise across a variety of neural network backbones and PDE models. In Table 4, the PSNR and SSIM metrics consistently improve when any of the heat, diffusion, MPMC, or ZG PDE models are applied. Among these, the ZG model yields the highest overall gains in both metrics across all architectures. For example, ResU2Net achieves the best performance, reaching a PSNR of 42.24 dB and an SSIM of 0.98, indicating highly effective noise removal while preserving structural image details. The observed performance trend, heat < diffusion < MPMC < ZG, suggests that progressively more sophisticated PDE formulations provide stronger regularization and structural fidelity in the denoising process.
Similarly, Table 5 shows clear improvements in ENL and CNR, which are critical for evaluating speckle suppression and contrast preservation. Again, the ZG model stands out, with ResU2Net achieving the highest scores. ENL = 22.24 and CNR = 9.61 dB, indicating excellent homogeneity in flat regions and strong contrast between regions of interest. Notably, the MPMC and diffusion models also show competitive results, outperforming simpler models like heat, particularly in terms of CNR.
Compared with traditional methods (see Table 6 and Table 7) such as models based on BM3D, EPLL, TNRD, MEmNet, SAR-DRN, WNNM, and PDE, our proposed methods show moderate performance, with PSNR values below 32 dB and SSIM scores ranging from 0.81 to 0.89. Deep learning-based models such as DnCNN, ECNDNet, and RSIDNet achieve better results, with PSNR around 31.6–31.9 dB and SSIM up to 0.94. In particular, ADNet, an attention-guided CNN, achieves the best among these with 34.14 dB PSNR and 0.96 SSIM. However, the proposed PINN-ResU2Net model significantly outperforms all others, achieving a PSNR of 42.24 dB and an SSIM of 0.98, demonstrating the effectiveness of combining physics-informed neural networks with the ResU2Net architecture for high-quality image denoising.
Although the proposed PINN–PDE-based denoising framework demonstrates state-of-the-art performance in PSNR, SSIM, ENL, and CNR, several limitations remain. The current evaluation relies mainly on simulated and benchmark datasets, which may not fully reflect the variability and complexity of real-world noise patterns. Joint optimization of PDE residuals and network parameters also introduces additional computational cost, particularly for large-scale or high-resolution images. Moreover, the framework currently employs a fixed set of PDE models (heat, diffusion, MPMC, and ZG), which may limit its adaptability to different noise characteristics. Future work will focus on extending the framework to real-world and multimodal datasets, enhancing computational efficiency through model compression and hardware acceleration, and incorporating adaptive PDE selection strategies. Integration of uncertainty estimation into the PINN formulation is also planned to improve the interpretability and reliability of the model.
The proposed model achieves strong accuracy in speckle-degraded images (see Table 8), outperforming classical and several modern baselines in our setting while remaining interpretable through its PDE priors. Compared with transformer denoisers and diffusion models, it is lighter and more data-efficient; although those methods can reach higher peaks on natural images at a greater memory/compute cost. Unlike self-supervised/SAR-specific approaches, our supervised, physics-guided design preserves structures more reliably when clean supervision is available and generalizes well across backbones; however, it introduces extra loss terms and training overhead. Deep-unrolling and plug-and-play frameworks offer strong generalization but incur iterative inference; GAN variants enhance perceptual sharpness, yet risk hallucinations; wavelet-domain nets are efficient but less flexible. In general, our method strikes a practical balance of quality, robustness, and interpretability for speckle denoising, with the main trade-off being the additional computation of physics-informed losses.
The results in Table 9 and Table 10 demonstrate the scalability and versatility of the proposed denoising framework across a wide range of datasets with different image characteristics and under varying noise conditions. Consistently high PSNR and SSIM values across all noise levels indicate robust generalization, particularly for challenging scenarios such as high variability AWGN ( σ = 50 ) and strong multiplicative noise ( Γ = 8 ). Performance remains stable across both natural and remote sensing datasets, highlighting the adaptability of the method to varying image domains and noise distributions.

8. Conclusions and Future Work

This study presented a physics-informed denoising framework that integrates four partial differential equation (PDE) priors: heat, diffusion, MPMC, and ZG—into deep neural network architectures to address image denoising and speckle suppression. Theoretically, the work establishes a bridge between classical PDE-based modeling and modern deep learning, enhancing interpretability and improving noise suppression by embedding physical priors into the learning process. Practically, the proposed framework demonstrates strong reconstruction performance, achieving high PSNR, SSIM, ENL, and CNR values on the RESISC and AID aerial datasets, with the ZG prior in combination with ResU2Net providing the most consistent results. This confirms the effectiveness of the PINN–PDE approach in restoring speckle-degraded imagery across different backbones of the network.
The main contributions of this research are threefold. First, it introduces a unified PINN–PDE denoising strategy that is generalizable across architectures. Second, it provides a systematic comparison of the PDE priors, identifying the ZG model as particularly effective. Third, it validates the framework for challenging aerial imagery, achieving state-of-the-art results in multiple quality metrics. These contributions highlight the value of incorporating physics-based constraints into deep learning for robust image restoration. In practical terms, the framework offers several advantages. By leveraging PDE priors, it reduces dependence on large labeled datasets, making it suitable for real-world applications where ground truth is limited. Its modular structure enables easy integration with existing neural models, and the enhanced preservation of structural details makes it well-suited for downstream tasks such as classification, object detection, and change analysis. Moreover, the use of interpretable PDE dynamics increases trust and traceability, which are critical in sensitive domains such as environmental monitoring and medical imaging.
The experiments rely mainly on simulated and benchmark datasets, which may not fully capture the complexity of real-world noise. Joint optimization of PDE residuals and network parameters increases computational costs, particularly for high-resolution images. Furthermore, the use of fixed PDE priors constrains the adaptability of the framework to complex or mixed noise types. Future research will address these challenges by developing adaptive PDE learning strategies that dynamically tune the priors during training and incorporate attention mechanisms and multi-scale representations to better preserve edges and fine structures. We will also extend the framework to realistic noise and acquisition conditions through systematic stress tests, including saturation/clipping augmentation with censored-loss training, EMI-like artifact modeling (stripe/impulse/burst corruption), and misregistration robustness via controlled shifts/warps and joint alignment–denoising. Finally, we will optimize the method for efficient, low-power deployment (FPGA/embedded-GPU), enabling integration into operational imaging pipelines and edge devices, thereby increasing its practical impact.

Author Contributions

Conceptualization, C.O.Q.; Methodology, C.O.Q.; Software, C.O.Q.; Validation, C.O.Q.; Investigation, C.O.Q.; Writing—original draft, C.O.Q. and M.L.C.; Writing—review & editing, C.O.Q. and M.L.C.; Supervision, M.L.C. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Acknowledgments

The first author is thankful to Consejo Nacional de Ciencia y Tecnología (CONACYT) for his scholarship with No. CVU: 661331. I would like to acknowledge support from the ICTP through the Associates Program (2024-2029).

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AWGNAdditive White Gaussian Noise
CNNConvolutional Neural Networks
CNRContrast-to-Noise Ratio
ENLEquivalent Number of Looks
GPUGraphics Processing Unit
MPMCModified Perona–Malik Curvature
PDEPartial Differential Equation
PINNsPhysics-Informed Neural Networks
PSNRPeak Signal-to-Noise Ratio
SARSynthetic Aperture Radar
SSIMStructural Similarity Index
VISVisible Wavelengths
ZGZhichang Guo

References

  1. Fan, L.; Zhang, F.; Fan, H.; Zhang, C. Brief review of image denoising techniques. Vis. Comput. Ind. Biomed. Art 2019, 2, 7. [Google Scholar] [CrossRef] [Scilit]
  2. Osorio Quero, C.A.; Durini, D.; Rangel-Magdaleno, J.; Martinez-Carranza, J. Single-pixel imaging: An overview of different methods to be used for 3D space reconstruction in harsh environments. Rev. Sci. Instruments 2021, 92, 111501. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  3. Osorio Quero, C.; Durini, D.; Martinez-Carranza, J. ViT-Based Classification and Self-Supervised 3D Human Mesh Generation from NIR Single-Pixel Imaging. Appl. Sci. 2025, 15, 6138. [Google Scholar] [CrossRef] [Scilit]
  4. Osorio Quero, C.; Durini, D.; Rangel-Magdaleno, J.; Martinez-Carranza, J.; Ramos-Garcia, R. Single-Pixel Near-Infrared 3D Image Reconstruction in Outdoor Conditions. Micromachines 2022, 13, 795. [Google Scholar] [CrossRef] [Scilit]
  5. Chan, D.; Gambini, J.; Frery, A. Speckle Noise Reduction In Sar Images Using Information Theory. In 2020 IEEE Latin American GRSS & ISPRS Remote Sensing Conference (LAGIRS); IEEE: New York, NY, USA, 2020; pp. 456–461. [Google Scholar] [CrossRef] [Scilit]
  6. Quero, C.O.; Martinez-Carranza, J. Unmanned aerial systems in search and rescue: A global perspective on current challenges and future applications. Int. J. Disaster Risk Reduct. 2025, 118, 105199. [Google Scholar] [CrossRef] [Scilit]
  7. Yapici, A.; Akcayol, M.A. A Review of Image Denoising with Deep Learning. In 2021 2nd International Informatics and Software Engineering Conference (IISEC); IEEE: New York, NY, USA, 2021; pp. 1–6. [Google Scholar] [CrossRef] [Scilit]
  8. Ghose, S.; Singh, N.; Singh, P. Image Denoising using Deep Learning: Convolutional Neural Network. In 2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence); IEEE: New York, NY, USA, 2020; pp. 511–517. [Google Scholar] [CrossRef] [Scilit]
  9. Ahamed, B.; Yuvaraj, D.; Priya, S.S. Image Denoising with Linear and Non-linear Filters. In 2019 International Conference on Computational Intelligence and Knowledge Economy (ICCIKE); IEEE: New York, NY, USA, 2019; pp. 806–810. [Google Scholar] [CrossRef] [Scilit]
  10. Pushpavalli, R.; Srinivasan, E.; Himavathi, S. A New Nonlinear Filtering Technique for Image Denoising. In 2010 International Conference on Advances in Recent Technologies in Communication and Computing; IEEE: New York, NY, USA, 2010; pp. 1–4. [Google Scholar] [CrossRef] [Scilit]
  11. Thakur, R.S.; Chatterjee, S.; Yadav, R.N.; Gupta, L. Image De-Noising with Machine Learning: A Review. IEEE Access 2021, 9, 93338–93363. [Google Scholar] [CrossRef] [Scilit]
  12. Hou, X.; Luo, H.; Liu, J.; Xu, B.; Sun, K.; Gong, Y.; Liu, B.; Qiu, G. Learning Deep Image Priors for Blind Image Denoising. In 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW); IEEE: New York, NY, USA, 2019; pp. 1738–1747. [Google Scholar] [CrossRef] [Scilit]
  13. Zha, Z.; Yuan, X.; Wen, B.; Zhang, J.; Zhou, J.; Zhu, C. Simultaneous Nonlocal Self-Similarity Prior for Image Denoising. In 2019 IEEE International Conference on Image Processing (ICIP); IEEE: New York, NY, USA, 2019; pp. 1119–1123. [Google Scholar] [CrossRef] [Scilit]
  14. Rees, W.G.; Satchell, M.J.F. The effect of median filtering on synthetic aperture radar images. Int. J. Remote Sens. 1997, 18, 2887–2893. [Google Scholar] [CrossRef] [Scilit]
  15. Liu, H.; Zhang, J.; Xiong, R. CAS: Correlation Adaptive Sparse Modeling for Image Denoising. IEEE Trans. Comput. Imaging 2021, 7, 638–647. [Google Scholar] [CrossRef] [Scilit]
  16. Li, Z.; Liu, H.; Cheng, L.; Jia, X. Image Denoising Algorithm Based on Gradient Domain Guided Filtering and NSST. IEEE Access 2023, 11, 11923–11933. [Google Scholar] [CrossRef] [Scilit]
  17. Chen, T.L. A Markov Random Field Model for Medical Image Denoising. In 2009 2nd International Conference on Biomedical Engineering and Informatics; IEEE: New York, NY, USA, 2009; pp. 1–6. [Google Scholar] [CrossRef] [Scilit]
  18. Alnuaimy, A.N.H.; Jawad, A.M.; Abdulkareem, S.A.; Mustafa, F.M.; Ivanchenko, S.; Toliupa, S. BM3D Denoising Algorithms for Medical Image. In 2024 35th Conference of Open Innovations Association (FRUCT); IEEE: New York, NY, USA, 2024; pp. 135–141. [Google Scholar] [CrossRef] [Scilit]
  19. Zhao, B.; Sveinsson, J.R.; Ulfarsson, M.O.; Chanussot, J. Local Spatial-Spectral Correlation Based Mixtures of Factor Analyzers for Hyperspectral Denoising. In IGARSS 2020—2020 IEEE International Geoscience and Remote Sensing Symposium; IEEE: New York, NY, USA, 2020; pp. 1488–1491. [Google Scholar] [CrossRef] [Scilit]
  20. Liu, Y.; Xu, S.; Lin, Z. An Improved Combination of Image Denoisers Using Spatial Local Fusion Strategy. IEEE Access 2020, 8, 150407–150421. [Google Scholar] [CrossRef] [Scilit]
  21. Jia, L.; Zhang, Q.; Shang, Y.; Wang, Y.; Liu, Y.; Wang, N.; Gui, Z.; Yang, G. Denoising for Low-Dose CT Image by Discriminative Weighted Nuclear Norm Minimization. IEEE Access 2018, 6, 46179–46193. [Google Scholar] [CrossRef] [Scilit]
  22. Liu, Z.; Yan, W.Q.; Yang, M.L. Image denoising based on a CNN model. In 2018 4th International Conference on Control, Automation and Robotics (ICCAR); IEEE: New York, NY, USA, 2018; pp. 389–393. [Google Scholar] [CrossRef] [Scilit]
  23. Ren, H.; El-khamy, M.; Lee, J. DN-ResNet: Efficient Deep Residual Network for Image Denoising. In Computer Vision—ACCV 2018; Jawahar, C., Li, H., Mori, G., Schindler, K., Eds.; Springer International Publishing: Cham, Switzerland, 2019; pp. 215–230. [Google Scholar]
  24. Tran, L.D.; Nguyen, S.M.; Arai, M. GAN-Based Noise Model for Denoising Real Images. In Computer Vision—ACCV 2020; Ishikawa, H., Liu, C.L., Pajdla, T., Shi, J., Eds.; Springer International Publishing: Cham, Switzerland, 2021; pp. 560–572. [Google Scholar]
  25. Momen-Tayefeh, M.; Momen-Tayefeh, M.; Hasheminasab, F.Z.; Ghahramani, S.A.G. SNRGAN: The Semi Noise Reduction GAN for Image Denoising. In 2024 20th CSI International Symposium on Artificial Intelligence and Signal Processing (AISP); IEEE: New York, NY, USA, 2024; pp. 1–5. [Google Scholar] [CrossRef] [Scilit]
  26. Farea, A.; Yli-Harja, O.; Emmert-Streib, F. Understanding Physics-Informed Neural Networks: Techniques, Applications, Trends, and Challenges. AI 2024, 5, 1534–1557. [Google Scholar] [CrossRef] [Scilit]
  27. Zhang, X.; Wang, R.; Jiao, L.C. Partial Differential Equation Model Method Based on Image Feature for Denoising. In 2011 International Workshop on Multi-Platform/Multi-Sensor Remote Sensing and Mapping; IEEE: New York, NY, USA, 2011; pp. 1–4. [Google Scholar] [CrossRef] [Scilit]
  28. Lakshmi, K.; Parvathy, R.; Soumya, S.; Soman, K.P. Image denoising solutions using heat diffusion equation. In 2012 International Conference on Power, Signals, Controls and Computation; IEEE: New York, NY, USA, 2012; pp. 1–5. [Google Scholar] [CrossRef] [Scilit]
  29. Yu, J.; Chen, L.; Zhou, S. A Fractional Differential Fidelity-based PDE Model for Image Denoising. In 2018 Chinese Automation Congress (CAC); IEEE: New York, NY, USA, 2018; pp. 3727–3731. [Google Scholar] [CrossRef] [Scilit]
  30. Perona, P.; Malik, J. Scale-space and edge detection using anisotropic diffusion. IEEE Trans. Pattern Anal. Mach. Intell. 1990, 12, 629–639. [Google Scholar] [CrossRef] [Scilit]
  31. Zaabouli, Z.; Hakoume, A.E.; Afraites, L.; Laghrib, A. A novel coupled p(x) and fractional PDE denoising model with theoretical results. Int. J. Comput. Math. 2024, 101, 1300–1325. [Google Scholar] [CrossRef] [Scilit]
  32. Ashouri, F.; Eslahchi, M.R. A new PDE learning model for image denoising. Neural Comput. Appl. 2022, 34, 8551–8574. [Google Scholar] [CrossRef] [Scilit]
  33. Shen, J.; Cheng, X.; Yang, X.; Zhang, L.; Cheng, W.; Lin, Y. Efficient CNN Accelerator Based on Low-End FPGA with Optimized Depthwise Separable Convolutions and Squeeze-and-Excite Modules. AI 2025, 6, 244. [Google Scholar] [CrossRef] [Scilit]
  34. Kang, W.; Wu, X.; Zhang, M.; Zhang, X.; Huang, X.; Sun, B.; Zhou, Q. Improvement and Hardware Design of Image Denoising Algorithm Based on Deep Learning. In 2024 9th International Conference on Integrated Circuits and Microsystems (ICICM); IEEE: New York, NY, USA, 2024; pp. 671–676. [Google Scholar] [CrossRef] [Scilit]
  35. Ilesanmi, A.E.; Ilesanmi, T.O. Methods for image denoising using convolutional neural network: A review. Complex Intell. Syst. 2021, 7, 2179–2198. [Google Scholar] [CrossRef] [Scilit]
  36. Fang, W.; Li, H. A self-supervised CNN for image denoising with self-similarity prior. In 2022 16th IEEE International Conference on Signal Processing (ICSP); IEEE: New York, NY, USA, 2022; Volume 1, pp. 66–69. [Google Scholar] [CrossRef] [Scilit]
  37. Li, H.; Liu, F. Image Denoising Via Sparse and Redundant Representations Over Learned Dictionaries in Wavelet Domain. In 2009 Fifth International Conference on Image and Graphics; IEEE: New York, NY, USA, 2009; pp. 754–758. [Google Scholar] [CrossRef] [Scilit]
  38. Zaman, F.A.; Jacob, M.; Chang, A.; Liu, K.; Sonka, M.; Wu, X. Surf-CDM: Score-Based Surface Cold-Diffusion Model for Medical Image Segmentation. In 2024 IEEE International Symposium on Biomedical Imaging (ISBI); IEEE: New York, NY, USA, 2024; pp. 1–5. [Google Scholar] [CrossRef] [Scilit]
  39. Azzari, L.; Foi, A. Variance stabilization in Poisson image deblurring. In 2017 IEEE 14th International Symposium on Biomedical Imaging (ISBI 2017); IEEE: New York, NY, USA, 2017; pp. 728–731. [Google Scholar] [CrossRef] [Scilit]
  40. Jin, Y.; Jiang, X.; Jiang, W. An image denoising approach based on adaptive nonlocal total variation. J. Vis. Commun. Image Represent. 2019, 65, 102661. [Google Scholar] [CrossRef] [Scilit]
  41. Liua, J.; Shi, C.; Gao, M. Image denoising based on BEMD and PDE. In 2011 3rd International Conference on Computer Research and Development; IEEE: New York, NY, USA, 2011; Volume 3, pp. 110–112. [Google Scholar] [CrossRef] [Scilit]
  42. Che, J.; Guan, Q.; Wang, X. Image denoising based on adaptive fractional partial differential equations. In 2013 6th International Congress on Image and Signal Processing (CISP); IEEE: New York, NY, USA, 2013; Volume 1, pp. 288–292. [Google Scholar] [CrossRef] [Scilit]
  43. Gautam, A.; Pawar, A.; Joshi, A.; Tazi, S.N.; Chaudhary, S.; Hambadre, P.; Dudhane, A.; Vipparthi, S.K.; Murala, S. Pureformer: Transformer-Based Image Denoising. In 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW); IEEE: New York, NY, USA, 2025; pp. 1–9. [Google Scholar] [CrossRef] [Scilit]
  44. Liu, J.; Wang, Q.; Fan, H.; Wang, Y.; Tang, Y.; Qu, L. Residual Denoising Diffusion Models. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2024; pp. 2773–2783. [Google Scholar] [CrossRef] [Scilit]
  45. Zhang, C.; Yen, K.S. Exploration of explicit regularization terms in deep image prior. In International Conference on Green Energy, Computing and Intelligent Technology 2024 (GEn-CITy 2024); IET: London, UK, 2024; Volume 2024, pp. 50–55. [Google Scholar] [CrossRef] [Scilit]
  46. Liang, J.; Cao, J.; Sun, G.; Zhang, K.; Van Gool, L.; Timofte, R. SwinIR: Image Restoration Using Swin Transformer. In 2021 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW); IEEE: New York, NY, USA, 2021; pp. 1833–1844. [Google Scholar] [CrossRef] [Scilit]
  47. Jiang, H.; Imran, M.; Zhang, T.; Zhou, Y.; Liang, M.; Gong, K.; Shao, W. Fast-DDPM: Fast Denoising Diffusion Probabilistic Models for Medical Image-to-Image Generation. IEEE J. Biomed. Health Inform. 2025, 29, 7326–7335. [Google Scholar] [CrossRef] [Scilit]
  48. Kaya, M.O.; Oktem, F.S. DDRM-PR: Fourier phase retrieval using denoising diffusion restoration models. Appl. Opt. 2025, 64, A95–A105. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  49. Chen, B.H.; Yin, J.L.; Li, Y. Image Noise Removing Using Semi-supervised Learning on Big Image Data. In 2017 IEEE Third International Conference on Multimedia Big Data (BigMM); IEEE: New York, NY, USA, 2017; pp. 338–345. [Google Scholar] [CrossRef] [Scilit]
  50. Pang, T.; Zheng, H.; Quan, Y.; Ji, H. Recorrupted-to-Recorrupted: Unsupervised Deep Learning for Image Denoising. In 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2021; pp. 2043–2052. [Google Scholar] [CrossRef] [Scilit]
  51. Young, S.I.; Dalca, A.V.; Ferrante, E.; Golland, P.; Metzler, C.A.; Fischl, B.; Iglesias, J.E. Supervision by Denoising. In IEEE Transactions on Pattern Analysis and Machine Intelligence; IEEE: New York, NY, USA, 2023; pp. 1–12. [Google Scholar] [CrossRef] [Scilit]
  52. Lim, B.; Son, S.; Kim, H.; Nah, S.; Lee, K.M. Enhanced Deep Residual Networks for Single Image Super-Resolution. In 2017 IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW); IEEE: New York, NY, USA, 2017; pp. 1132–1140. [Google Scholar] [CrossRef] [Scilit]
  53. Yuan, Y.; Liu, S.; Zhang, J.; Zhang, Y.; Dong, C.; Lin, L. Unsupervised Image Super-Resolution Using Cycle-in-Cycle Generative Adversarial Networks. In 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW); IEEE: New York, NY, USA, 2018; pp. 814–81409. [Google Scholar] [CrossRef] [Scilit]
  54. Sajjadi, M.; Javanmardi, M.; Tasdizen, T. Regularization with stochastic transformations and perturbations for deep semi-supervised learning. In Proceedings of the 30th International Conference on Neural Information Processing Systems; NIPS’16; Curran Associates Inc.: Red Hook, NY, USA, 2016; pp. 1171–1179. [Google Scholar]
  55. Pan, Y.; Gou, F.; Xiao, C.; Liu, J.; Zhou, J. Semi-supervised recognition for artificial intelligence assisted pathology image diagnosis. Sci. Rep. 2024, 14, 21984. [Google Scholar] [CrossRef] [Scilit]
  56. Meng, M.; Li, S.; Yao, L.; Li, D.; Zhu, M.; Gao, Q.; Xie, Q.; Zhao, Q.; Bian, Z.; Huang, J.; et al. Semi-supervised learned sinogram restoration network for low-dose CT image reconstruction. In Medical Imaging 2020: Physics of Medical Imaging; Chen, G.H., Bosmans, H., Eds.; International Society for Optics and Photonics, SPIE: San Diego, CA, USA, 2020; Volume 11312, p. 113120B. [Google Scholar] [CrossRef] [Scilit]
  57. Xie, E.; Ni, P.; Zhang, R.; Li, X. Limited-Angle CT Reconstruction with Generative Adversarial Network Sinogram Inpainting and Unsupervised Artifact Removal. Appl. Sci. 2022, 12, 6268. [Google Scholar] [CrossRef] [Scilit]
  58. Ranjan, A.; Azeemuddin, S.M. Image Denoising using Convolutional Neural Network. In 2022 4th International Conference on Advances in Computing, Communication Control and Networking (ICAC3N); IEEE: New York, NY, USA, 2022; pp. 2315–2319. [Google Scholar] [CrossRef] [Scilit]
  59. Zhu, Y.; Zhu, D.; Liu, J. RA-LENet:R-Wave Attention and Local Enhancement for Noise Reduction in ECG Signals. In 2024 International Joint Conference on Neural Networks (IJCNN); IEEE: New York, NY, USA, 2024; pp. 1–9. [Google Scholar] [CrossRef] [Scilit]
  60. Lin, X.; Ren, C.; Liu, X.; Huang, J.; Lei, Y. Unsupervised Image Denoising in Real-World Scenarios via Self-Collaboration Parallel Generative Adversarial Branches. In 2023 IEEE/CVF International Conference on Computer Vision (ICCV); IEEE: New York, NY, USA, 2023; pp. 12608–12618. [Google Scholar] [CrossRef] [Scilit]
  61. Lin, C.H.; Liao, W.M.; Liang, J.W.; Chen, P.H.; Ko, C.E.; Yang, C.H.; Lu, C.K. Denoising Performance Evaluation of Automated Age-Related Macular Degeneration Detection on Optical Coherence Tomography Images. IEEE Sensors J. 2021, 21, 790–801. [Google Scholar] [CrossRef] [Scilit]
  62. Chen, S.; Xu, S.; Chen, X.; Li, F. Image Denoising Using a Novel Deep Generative Network with Multiple Target Images and Adaptive Termination Condition. Appl. Sci. 2021, 11, 4803. [Google Scholar] [CrossRef] [Scilit]
  63. Gurrola-Ramos, J.; Dalmau, O.; Alarcón, T.E. A Residual Dense U-Net Neural Network for Image Denoising. IEEE Access 2021, 9, 31742–31754. [Google Scholar] [CrossRef] [Scilit]
  64. Li, M.; Liu, W.; Chen, W. An Image Denoising Method Based on Swin Transformer V2 and U-Net Architecture. In 2024 IEEE 16th International Conference on Advanced Infocomm Technology (ICAIT); IEEE: New York, NY, USA, 2024; pp. 204–209. [Google Scholar] [CrossRef] [Scilit]
  65. Deshpande, R.; Özbey, M.; Li, H.; Anastasio, M.A.; Brooks, F.J. Assessing the Capacity of a Denoising Diffusion Probabilistic Model to Reproduce Spatial Context. IEEE Trans. Med Imaging 2024, 43, 3608–3620. [Google Scholar] [CrossRef] [Scilit]
  66. Laghrib, A.; Afraites, L. Image denoising based on a variable spatially exponent PDE. Appl. Comput. Harmon. Anal. 2024, 68, 101608. [Google Scholar] [CrossRef] [Scilit]
  67. Zhang, Y.; Liu, T.; Chen, Y.; Wang, J.; Shi, M. An efficient fractional-order PDE based image denoising algorithm with optimal adaptive strategy for ultrasound medical image-based diagnostics. J. Comput. Appl. Math. 2025, 460, 116400. [Google Scholar] [CrossRef] [Scilit]
  68. Ran, Y.; Guo, Z.; Li, J.; Li, Y.; Burger, M.; Wu, B. A tunable despeckling neural network stabilized via diffusion equation. Signal Process. 2026, 239, 110324. [Google Scholar] [CrossRef] [Scilit]
  69. Namaki, N.; Eslahchi, M.; Salehi, R. The use of physics-informed neural network approach to image restoration via nonlinear PDE tools. Comput. Math. Appl. 2023, 152, 355–363. [Google Scholar] [CrossRef] [Scilit]
  70. Lin, Q.; Yang, F.; Yan, Y.; Zhang, H.; Xie, Q.; Zheng, J.; Yang, W.; Qian, L.; Liu, S.; Yao, W.; et al. Physics-informed neural networks for denoising high b-value diffusion-weighted images. Comput. Med Imaging Graph. 2025, 124, 102579. [Google Scholar] [CrossRef] [Scilit]
  71. Li, R.; della Maggiora, G.; Andriasyan, V.; Petkidis, A.; Yushkevich, A.; Deshpande, N.; Kudryashev, M.; Yakimovich, A. Microscopy image reconstruction with physics-informed denoising diffusion probabilistic model. Commun. Eng. 2024, 3, 186. [Google Scholar] [CrossRef] [Scilit]
  72. Wang, Z.; Han, J.; Zhang, C. Diffusion Posterior Sampling for SAR Despeckling. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5204619. [Google Scholar] [CrossRef] [Scilit]
  73. Paul, A.; Savakis, A. On Denoising Diffusion Probabilistic Models for Synthetic Aperture Radar Despeckling. Sensors 2025, 25, 2149. [Google Scholar] [CrossRef] [Scilit]
  74. Pan, Y.; Zhong, L.; Chen, J.; Li, H.; Zhang, X.; Pan, B. SAR Image Despeckling Based on Denoising Diffusion Probabilistic Model and Swin Transformer. Remote Sens. 2024, 16, 3222. [Google Scholar] [CrossRef] [Scilit]
  75. Guo, Z.; Hu, W.; Zheng, S.; Zhang, B.; Zhou, M.; Peng, J.; Yao, Z.; Feng, M. Efficient Conditional Diffusion Model for SAR Despeckling. Remote Sens. 2025, 17, 2970. [Google Scholar] [CrossRef] [Scilit]
  76. Wei, G. Generalized Perona-Malik equation for image restoration. IEEE Signal Process. Lett. 1999, 6, 165–167. [Google Scholar] [CrossRef] [Scilit]
  77. Yu, Y.; Acton, S. Speckle reducing anisotropic diffusion. IEEE Trans. Image Process. 2002, 11, 1260–1270. [Google Scholar] [CrossRef] [Scilit]
  78. Gilboa, G.; Osher, S. Nonlocal Operators with Applications to Image Processing. Multiscale Model. Simul. 2009, 7, 1005–1028. [Google Scholar] [CrossRef] [Scilit]
  79. Gilboa, G.; Sochen, N.; Zeevi, Y. Image enhancement and denoising by complex diffusion processes. IEEE Trans. Pattern Anal. Mach. Intell. 2004, 26, 1020–1036. [Google Scholar] [CrossRef] [Scilit]
  80. You, Y.L.; Kaveh, M. Fourth-order partial differential equations for noise removal. IEEE Trans. Image Process. 2000, 9, 1723–1730. [Google Scholar] [CrossRef] [Scilit]
  81. Zhang, J.; Wu, C. Fast optimization for multichannel total variation minimization with non-quadratic fidelity. Signal Process. 2011, 91, 1933–1940. [Google Scholar] [CrossRef] [Scilit]
  82. Dong, G.; Guo, Z.; Zhou, Z.; Zhang, D.; Wo, B. Coherence-enhancing diffusion with the source term. Appl. Math. Model. 2015, 39, 6060–6072. [Google Scholar] [CrossRef] [Scilit]
  83. Lim, J.; Sung, K. FNN (Feedforward Neural Network) Training Method Based on Robust Recursive Least Square Method. In Advances in Neural Networks—ISNN 2007; Liu, D., Fei, S., Hou, Z., Zhang, H., Sun, C., Eds.; Springer: Berlin/Heidelberg, Germany, 2007; pp. 398–405. [Google Scholar]
  84. Chiu, P.H.; Wong, J.C.; Ooi, C.; Dao, M.H.; Ong, Y.S. CAN-PINN: A fast physics-informed neural network based on coupled-automatic–numerical differentiation method. Comput. Methods Appl. Mech. Eng. 2022, 395, 114909. [Google Scholar] [CrossRef] [Scilit]
  85. Shi, K. Coupling local and nonlocal diffusion equations for image denoising. Nonlinear Anal. Real World Appl. 2021, 62, 103362. [Google Scholar] [CrossRef] [Scilit]
  86. Goodman, J.W. Some fundamental properties of speckle*. J. Opt. Soc. Am. 1976, 66, 1145–1150. [Google Scholar] [CrossRef] [Scilit]
  87. Cheng, G.; Han, J.; Lu, X. Remote Sensing Image Scene Classification: Benchmark and State of the Art. Proc. IEEE 2017, 105, 1865–1883. [Google Scholar] [CrossRef] [Scilit]
  88. Xia, G.S.; Hu, J.; Hu, F.; Shi, B.; Bai, X.; Zhong, Y.; Zhang, L.; Lu, X. AID: A Benchmark Data Set for Performance Evaluation of Aerial Scene Classification. IEEE Trans. Geosci. Remote Sens. 2017, 55, 3965–3981. [Google Scholar] [CrossRef] [Scilit]
  89. Heusel, M.; Ramsauer, H.; Unterthiner, T.; Nessler, B.; Hochreiter, S. GANs Trained by a Two Time-Scale Update Rule Converge to a Local Nash Equilibrium. In Proceedings of the 31st International Conference on Neural Information Processing Systems; Curran Associates Inc.: Red Hook, NY, USA, 2017; pp. 6629–6640. [Google Scholar]
  90. Argenti, F.; Lapini, A.; Bianchi, T.; Alparone, L. A Tutorial on Speckle Reduction in Synthetic Aperture Radar Images. IEEE Geosci. Remote Sens. Mag. 2013, 1, 6–35. [Google Scholar] [CrossRef] [Scilit]
  91. Gu, S.; Zhang, L.; Zuo, W.; Feng, X. Weighted Nuclear Norm Minimization with Application to Image Denoising. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Columbus, OH, USA, 23–28 June 2014. [Google Scholar]
  92. Zoran, D.; Weiss, Y. From learning models of natural image patches to whole image restoration. In 2011 International Conference on Computer Vision; IEEE: New York, NY, USA, 2011; pp. 479–486. [Google Scholar] [CrossRef] [Scilit]
  93. Chen, Y.; Pock, T. Trainable Nonlinear Reaction Diffusion: A Flexible Framework for Fast and Effective Image Restoration. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1256–1272. [Google Scholar] [CrossRef] [Scilit]
  94. Zhang, K.; Zuo, W.; Chen, Y.; Meng, D.; Zhang, L. Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising. IEEE Trans. Image Process. 2017, 26, 3142–3155. [Google Scholar] [CrossRef] [Scilit]
  95. Tai, Y.; Yang, J.; Liu, X.; Xu, C. MemNet: A Persistent Memory Network for Image Restoration. In 2017 IEEE International Conference on Computer Vision (ICCV); IEEE: New York, NY, USA, 2017; pp. 4549–4557. [Google Scholar] [CrossRef] [Scilit]
  96. Lattari, F.; Gonzalez Leon, B.; Asaro, F.; Rucci, A.; Prati, C.; Matteucci, M. Deep Learning for SAR Image Despeckling. Remote Sens. 2019, 11, 1532. [Google Scholar] [CrossRef] [Scilit]
  97. Han, L.; Zhao, Y.; Lv, H.; Zhang, Y.; Liu, H.; Bi, G. Remote Sensing Image Denoising Based on Deep and Shallow Feature Fusion and Attention Mechanism. Remote Sens. 2022, 14, 1243. [Google Scholar] [CrossRef] [Scilit]
  98. Tian, C.; Xu, Y.; Fei, L.; Wang, J.; Wen, J.; Luo, N. Enhanced CNN for image denoising. CAAI Trans. Intell. Technol. 2019, 4, 17–23. [Google Scholar] [CrossRef] [Scilit]
  99. Tian, C.; Xu, Y.; Li, Z.; Zuo, W.; Fei, L.; Liu, H. Attention-guided CNN for image denoising. Neural Netw. 2020, 124, 117–129. [Google Scholar] [CrossRef] [Scilit]
  100. Halim, A.; Kumar, B.R. A TV-L2-H-1 PDE model for effective denoising. Comput. Math. Appl. 2020, 80, 2176–2193. [Google Scholar] [CrossRef] [Scilit]
  101. Garber, T.; Tirer, T. Image Restoration by Denoising Diffusion Models with Iteratively Preconditioned Guidance. In 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2024; pp. 25245–25254. [Google Scholar] [CrossRef] [Scilit]
  102. Limsuebchuea, A.; Duangsoithong, R.; Phukpattaranont, P. Self-Augmented Noisy Image for Noise2Noise Image Denoising. IEEE Access 2024, 12, 71076–71087. [Google Scholar] [CrossRef] [Scilit]
  103. Zhang, C.; Yen, K.S. A survey on Deep Image Prior for image denoising. Digit. Signal Process. 2025, 163, 105235. [Google Scholar] [CrossRef] [Scilit]
  104. Zhang, D.; Zhou, F. Self-Supervised Image Denoising for Real-World Images with Context-Aware Transformer. IEEE Access 2023, 11, 14340–14349. [Google Scholar] [CrossRef] [Scilit]
  105. Wang, X.; Fan, S.; Zhao, C.; Liu, D.; Chen, W. A Self-Supervised Method Using Noise2Noise Strategy for Denoising CRP Gathers. IEEE Geosci. Remote Sens. Lett. 2023, 20, 7503505. [Google Scholar] [CrossRef] [Scilit]
  106. Vu, H.; Cheung, G.; Eldar, Y.C. Unrolling of Deep Graph Total Variation for Image Denoising. In ICASSP 2021—2021 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE: New York, NY, USA, 2021; pp. 2050–2054. [Google Scholar] [CrossRef] [Scilit]
  107. Singh, V.; Deepthi, T.; Ginnare, J.; Pavani, K.; Rathour, M.; Sonu, I.; Tiwary, U.S. Performance Analysis of GANs for De-Noising Images. In 2023 International Conference on Information Technologies (InfoTech); IEEE: New York, NY, USA, 2023; pp. 1–7. [Google Scholar] [CrossRef] [Scilit]
  108. Zhao, Q.; Wu, S.; Zhang, Z.; Sun, Y.; Fu, Y.; Wang, H. SAR Image Noise Reduction Based on Wavelet Transform and DnCNN. In 2021 2nd China International SAR Symposium (CISS); IEEE: New York, NY, USA, 2021; pp. 1–4. [Google Scholar] [CrossRef] [Scilit]
  109. Shan, H.; Fu, X.; Lv, Z.; Xu, X.; Wang, X.; Zhang, Y. Synthetic aperture radar images denoising based on multi-scale attention cascade convolutional neural network. Meas. Sci. Technol. 2023, 34, 085403. [Google Scholar] [CrossRef] [Scilit]
  110. Martin, D.; Fowlkes, C.; Tal, D.; Malik, J. A Database of Human Segmented Natural Images and its Application to Evaluating Segmentation Algorithms and Measuring Ecological Statistics. In Proceedings of the Eighth IEEE International Conference on Computer Vision. ICCV 2001; IEEE: New York, NY, USA, 2001; Volume 2, pp. 416–423. [Google Scholar]
  111. Huang, J.B.; Singh, A.; Ahuja, N. Single Image Super-Resolution From Transformed Self-Exemplars. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR); IEEE: New York, NY, USA, 2015. [Google Scholar]
  112. Agustsson, E.; Timofte, R. NTIRE 2017 Challenge on Single Image Super-Resolution: Dataset and Study. IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops, Honolulu, HI, USA, 21–26 July 2017. [Google Scholar]
  113. Soniya, S.; Sriharipriya, K.C. Datasets for Testing Denoised Image. 2024. Available online: https://figshare.com/articles/dataset/Datasets_for_Testing_Denoised_Image/26827765/1 (accessed on 22 January 2026).
Figure 1. Dataset generation process for speckle-corrupted images. The original clean image X is multiplied by a noise sample n drawn from a Rayleigh distribution to produce the speckle-corrupted observation Y = n · X . This simulates the multiplicative noise model commonly used in image degradation.
Figure 1. Dataset generation process for speckle-corrupted images. The original clean image X is multiplied by a noise sample n drawn from a Rayleigh distribution to produce the speckle-corrupted observation Y = n · X . This simulates the multiplicative noise model commonly used in image degradation.
Electronics 15 00560 g001
Figure 2. Denoising framework PINNs. A neural network processes the noisy input image X ^ N to produce a denoised output. The training is guided by a total loss function composed of a PDE-based loss ( L P D E ), perceptual loss ( L p e r c e p t u a l ), MSE loss data ( L d a t a ), initial condition loss ( L I C ), and a boundary condition loss ( L B C ), which enforces physical constraints derived from a partial differential equation (PDE). The network aims to minimize the discrepancy between the denoised image X ^ r and the original clean reference X ^ r e f .
Figure 2. Denoising framework PINNs. A neural network processes the noisy input image X ^ N to produce a denoised output. The training is guided by a total loss function composed of a PDE-based loss ( L P D E ), perceptual loss ( L p e r c e p t u a l ), MSE loss data ( L d a t a ), initial condition loss ( L I C ), and a boundary condition loss ( L B C ), which enforces physical constraints derived from a partial differential equation (PDE). The network aims to minimize the discrepancy between the denoised image X ^ r and the original clean reference X ^ r e f .
Electronics 15 00560 g002
Figure 3. Denoise neural network model architecture UNet model.
Figure 3. Denoise neural network model architecture UNet model.
Electronics 15 00560 g003
Figure 4. Denoise neural network model architecture: ResUNet model.
Figure 4. Denoise neural network model architecture: ResUNet model.
Electronics 15 00560 g004
Figure 5. Denoise neural network model architecture: (a) U2Net model. (b) Res-U2Net model.
Figure 5. Denoise neural network model architecture: (a) U2Net model. (b) Res-U2Net model.
Electronics 15 00560 g005
Figure 6. Evolution of the image denoising process using the proposed physics-informed neural network (PINN) framework. The top row shows the clean image, the speckle-corrupted noisy input, and the final denoised output. The bottom row illustrates the iterative refinement over multiple training steps, where the PINN progressively suppresses noise and restores structural details, converging toward the clean reference image.
Figure 6. Evolution of the image denoising process using the proposed physics-informed neural network (PINN) framework. The top row shows the clean image, the speckle-corrupted noisy input, and the final denoised output. The bottom row illustrates the iterative refinement over multiple training steps, where the PINN progressively suppresses noise and restores structural details, converging toward the clean reference image.
Electronics 15 00560 g006
Figure 7. Visual comparison of original and speckle-corrupted images from the RESISC and AID datasets used in the PINN-based denoising simulation.
Figure 7. Visual comparison of original and speckle-corrupted images from the RESISC and AID datasets used in the PINN-based denoising simulation.
Electronics 15 00560 g007
Figure 8. Results of image denoising using neural networks integrated with two PDE models: (a) Heat. (b) Diffusion. Each panel shows the outputs of the UNet, ResUNet, U2Net, and ResU2Net architectures applied to noisy input images from the RESISC and AID datasets.
Figure 8. Results of image denoising using neural networks integrated with two PDE models: (a) Heat. (b) Diffusion. Each panel shows the outputs of the UNet, ResUNet, U2Net, and ResU2Net architectures applied to noisy input images from the RESISC and AID datasets.
Electronics 15 00560 g008
Figure 9. Results of image denoising using neural networks integrated with four PDE models: (a) MPMC. (b) ZG. Each panel shows the outputs of the UNet, ResUNet, U2Net, and ResU2Net architectures applied to noisy input images from the RESISC and AID datasets.
Figure 9. Results of image denoising using neural networks integrated with four PDE models: (a) MPMC. (b) ZG. Each panel shows the outputs of the UNet, ResUNet, U2Net, and ResU2Net architectures applied to noisy input images from the RESISC and AID datasets.
Electronics 15 00560 g009
Figure 10. Experimental laboratory evaluation of image denoising performance using a ResU2Net architecture regularized by the ZG PDE model.
Figure 10. Experimental laboratory evaluation of image denoising performance using a ResU2Net architecture regularized by the ZG PDE model.
Electronics 15 00560 g010
Table 3. PDE-based deep learning denoising on 256 × 256 image inputs using different backbone architectures and GPU platforms.
Table 3. PDE-based deep learning denoising on 256 × 256 image inputs using different backbone architectures and GPU platforms.
ModelGeForce RTX 3060Jetson NanoJetson Xavier
UNetReal-time (20–30 FPS)Slow (1–3 FPS)Moderate (8–12 FPS)
ResUNetFast (15–20 FPS)Slow (0.5–2 FPS)Moderate (6–10 FPS)
U2NetModerate (10–15 FPS)Very slow ( < 1 FPS)Slow (4–7 FPS)
ResU2NetModerate (8–12 FPS)Not feasible without quantizationSlow (3–6 FPS)
Table 4. PSNR (dB) ↑ and SSIM ↑ scores for denoised images obtained with the heat, diffusion, MPMC, and ZG PDE models.
Table 4. PSNR (dB) ↑ and SSIM ↑ scores for denoised images obtained with the heat, diffusion, MPMC, and ZG PDE models.
MethodHeat (PSNR/SSIM)Diffusion (PSNR/SSIM)MPMC (PSNR/SSIM)ZG (PSNR/SSIM)
UNet15.01/0.7516.63/0.7817.25/0.7520.95/0.77
ResUNet27.13/0.7820.03/0.8815.72/0.8929.90/0.87
U2Net26.70/0.7925.69/0.9016.44/0.9330.82/0.89
ResU2Net32.24/0.8934.72/0.9137.24/0.9742.24/0.98
Table 5. ENL ↑ and CNR ↑ scores for denoised images obtained with the heat, diffusion, MPMC, and ZG PDE models. Higher values indicate better speckle suppression and contrast preservation.
Table 5. ENL ↑ and CNR ↑ scores for denoised images obtained with the heat, diffusion, MPMC, and ZG PDE models. Higher values indicate better speckle suppression and contrast preservation.
MethodHeat (ENL/CNR)Diffusion (ENL/CNR)MPMC (ENL/CNR)ZG (ENL/CNR)
UNet8.01/2.5510.00/2.128.30/2.259.69/4.36
ResUNet9.10/6.069.58/3.4110.24/6.4611.21/4.53
U2Net9.11/5.5510.47/4.3116.76/6.9611.72/7.36
ResU2Net9.61/6.4311.60/4.4618.58/8.3022.24/9.61
Table 6. PSNR (dB) achieved by competing image denoising methods on standard test images based on the ResU2Net–ZG method.
Table 6. PSNR (dB) achieved by competing image denoising methods on standard test images based on the ResU2Net–ZG method.
MethodC.ManHousePeppersStarfishMonarAirplParrotBoatManCoupleAverage
σ = 15
BM3D [18]31.9234.9432.7031.1531.8631.0831.3832.1431.9332.1132.38
WNNM [91]32.1835.1532.9731.8332.7231.4031.6132.2832.1232.1832.70
EPLL [92]31.8234.1432.5831.0832.0331.1631.4031.9131.9731.9032.10
TNRD [93]32.1934.5533.0331.7632.5731.4731.6332.1532.2432.1132.51
DnCNN-S [94]32.6235.0033.2932.2333.1031.7031.8432.4232.4732.4732.87
MemNet [95]32.5135.1033.3132.1233.0431.5331.7332.4332.4532.4932.83
Ours38.2743.5338.3341.4042.2242.5041.3941.0641.5341.6841.19
σ = 25
BM3D29.4532.8630.1628.5629.2528.4328.9329.9129.6229.7229.98
WNNM29.6433.2330.4029.0329.8529.6929.1230.0329.7729.8230.26
EPLL29.2432.0430.0728.4329.3028.5628.9129.2929.6329.4829.63
TNRD29.7132.5430.5529.0229.8628.9829.1829.9229.8829.7130.66
DnCNN-S30.1933.0930.8529.4030.2329.1329.4230.2230.1130.1230.43
MemNet30.0233.2530.8729.3530.2429.0329.3030.2130.0830.1430.41
Ours37.9042.9935.5739.8041.8440.4037.4738.7241.0240.1339.58
σ = 50
BM3D26.1329.6926.6825.0425.8225.1025.9026.7826.8126.4626.73
WNNM26.4230.3326.9125.4326.3225.4226.0926.9726.9426.6427.04
EPLL26.0228.7626.6325.0425.7825.2425.8426.6526.7226.2426.35
TNRD26.6229.4827.1025.4226.3125.5926.1626.9426.9826.5026.81
DnCNN-S27.0030.0227.2925.7026.7726.4626.8827.1927.2426.9027.14
MemNet27.2430.7027.5125.7627.1926.9626.5027.0627.2427.1427.40
Ours35.8841.1928.5335.5737.8635.7333.9335.6030.9731.1634.64
Table 7. Numerical evaluations on image denoising and speckle suppression. The proposed ResU2Net–ZG method consistently outperforms competing approaches.
Table 7. Numerical evaluations on image denoising and speckle suppression. The proposed ResU2Net–ZG method consistently outperforms competing approaches.
MethodPSNR (dB) ↑ SSIM ↑Model
SAR-DRN [96]27.930.81UNet with TV regularization.
RSIDNet [97]31.840.94CNN-based encoder–attention–decoder architecture.
DnCNN [94]31.900.93Feed-forward denoising convolutional neural network.
ECNDNet [98]31.600.93Convolutional neural denoising network.
ADNet [99]34.140.96Attention-guided denoising convolutional neural network.
WNNM [91]31.900.85Weighted nuclear norm minimization.
T V - L 2  [100]30.280.89Nonlinear PDE-based total variation model ( L 2 fidelity).
T V - H 1  [100]31.530.89Nonlinear PDE-based total variation model ( H 1 fidelity).
Pureformer [43]29.640.86Transformer-based Image Denoising.
Diffusion Models [101]31.64Denoising Diffusion Models with Iteratively Preconditioned Guidance.
Self-argumented(ViT) [102]25.530.75Noise2Noise Image Denoising.
Deep Image Prior [103]33.100.961Deep Image Prior for image denoising.
Ours42.240.98PINN–ResU2Net (physics-informed ResU2Net with ZG prior).
Table 8. Overview comparison between modern image denoising techniques and the proposed ResU2Net–ZG model.
Table 8. Overview comparison between modern image denoising techniques and the proposed ResU2Net–ZG model.
MethodPSNR/SSIMProsCons
Transformer denoisers [104]51.16/0.99High reconstruction quality on natural images.Increased memory footprint and computational cost.
Diffusion models [101]32.40/—Flexible modeling of complex noise distributions.High training and sampling complexity.
Self-supervised/
unsupervised [105]
32.46/0.81Do not require clean target images for training.Typically trail supervised state-of-the-art performance.
Deep unrolling [106]30.19/0.80Strong generalization linked to iterative optimization priors.Requires careful tuning and model-specific design.
GAN-based denoisers [107]32.87/—Good perceptual quality and sharper textures.Training and stabilization are more difficult.
Wavelet-domain deep learning [108]28.55/—Good detail recovery in the transform domain.May be less flexible across diverse noise types.
Speckle-specific self-supervised [109]30.61/0.88Preserves structural information in speckle-dominated images.Performance can be sensitive to acquisition conditions.
Ours (ResU2Net–ZG)42.24/0.98Robust denoising when labeled data are scarce; physics-informed prior.More complex loss design and higher computational cost.
Table 9. Quantitative comparison of denoising performance of ResU2Net–ZG across multiple datasets and noise models (AWGM and Poisson–Gaussian).
Table 9. Quantitative comparison of denoising performance of ResU2Net–ZG across multiple datasets and noise models (AWGM and Poisson–Gaussian).
DatasetAWGMPoisson–Gaussian
σ = 15 σ = 25 σ = 50 λ = 1 λ = 4 λ = 8
AID [88]33.00/0.9038.20/0.9639.49/0.9838.26/0.9640.23/0.9840.60/0.98
BSD68 [110]36.81/0.9729.54/0.8828.45/0.8438.77/0.9837.70/0.9737.47/0.97
Urban100 [111]40.69/0.9739.23/0.9628.04/0.8739.43/0.9739.26/0.9638.64/0.96
DIV2K [112]40.37/0.9739.17/0.9738.72/0.9741.68/0.9840.00/0.9739.20/0.96
Kodak24 [113]39.41/0.9639.15/0.9633.69/0.8738.61/0.9639.69/0.9740.93/0.97
Set12 [1]33.48/0.9233.50/0.9136.88/0.9536.96/0.9637.11/0.9538.02/0.96
RESISC [87]40.65/0.9736.58/0.9233.24/0.8641.27/0.9840.16/0.9740.48/0.97
Table 10. Quantitative comparison of denoising performance of ResU2Net–ZG across multiple datasets for speckle noise.
Table 10. Quantitative comparison of denoising performance of ResU2Net–ZG across multiple datasets for speckle noise.
DatasetSpeckle
Γ = 1 Γ = 4 Γ = 8
AID [88]40.18/0.9738.94/0.9738.64/0.96
BSD68 [110]39.86/0.9838.53/0.9736.12/0.97
Urban100 [111]39.57/0.9838.79/0.9538.03/0.95
DIV2K [112]41.90/0.9740.19/0.9739.79/0.96
Kodak24 [113]38.65/0.9539.07/0.9639.29/0.96
Set12 [1]37.37/0.9638.33/0.9638.49/0.96
RESISC [87]40.79/0.9840.16/0.9637.37/0.95
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

Osorio Quero, C.; Crespo, M.L. Physics-Informed Neural Network for Denoising Images Using Nonlinear PDE. Electronics 2026, 15, 560. https://doi.org/10.3390/electronics15030560

AMA Style

Osorio Quero C, Crespo ML. Physics-Informed Neural Network for Denoising Images Using Nonlinear PDE. Electronics. 2026; 15(3):560. https://doi.org/10.3390/electronics15030560

Chicago/Turabian Style

Osorio Quero, Carlos, and Maria Liz Crespo. 2026. "Physics-Informed Neural Network for Denoising Images Using Nonlinear PDE" Electronics 15, no. 3: 560. https://doi.org/10.3390/electronics15030560

APA Style

Osorio Quero, C., & Crespo, M. L. (2026). Physics-Informed Neural Network for Denoising Images Using Nonlinear PDE. Electronics, 15(3), 560. https://doi.org/10.3390/electronics15030560

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