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.
| Method | Advantages | Drawbacks |
|---|
| 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.
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
neurons. The objective is to train the neural network to approximate the solution
using a function
, 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
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
is defined as a weighted sum of
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
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:
where
is the image intensity,
k is the curvature of the level lines, and
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:
where
are regularization weights,
is an edge-preserving function, and
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:
This model blurs both noise and edges uniformly. The residual form is often used in deep learning to guide the network’s output
through a physics-informed loss Equation (
4):
General Diffusion Model: This model is a general formulation for anisotropic diffusion. The Equation (
5) [
44] is as follows:
where
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]:
where
is the noisy image observed (intensity domain),
is the underlying speckle-free image, and
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
, whose probability density function (PDF) is
where
is the Gamma function.
Amplitude image: Many SAR processors work on the
amplitude image, defined as the square root of the intensity:
for the clean image and
for the observed one. The same multiplicative model applies:
where
n is the multiplicative speckle affecting the amplitude domain. In this case,
n follows a Nakagami distribution with PDF:
Single-look image: A
single-look (
) SAR image is obtained from one coherent measurement without multi-look averaging; it contains the strongest speckle fluctuations. For
, 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) , Poisson–Gaussian , and speckle in 8-bit images (range 0–255), following common practice. When images are normalized to , the corresponding standard deviation, for example, by AWGN is and the variance is , which yields .
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
, where
denotes the observed noisy image,
is the underlying clean image, and
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
by minimizing a composite training objective:
where the PDE loss enforces numerical consistency with the selected prior through a discrete residual operator
:
For the linear priors (heat/diffusion),
is a local, bounded finite-difference operator; hence
acts as a structured Tikhonov-like regularizer that stabilizes the mapping
by discouraging high-frequency components inconsistent with the PDE prior. For nonlinear priors (MPMC/ZG),
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
, 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 (
). 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
confidence interval (CI) over the 10 images:
Moreover, the improvement holds for images at each noise level, yielding a sign-test probability of
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:
vs.
dB (
),
vs.
dB (
), and
vs.
dB (
), 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 (
) and strong multiplicative noise (
). 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.