Next Article in Journal
A Process-Oriented Spatiotemporal Graph Framework for Analyzing Land-Cover Change from Remote Sensing Time Series
Next Article in Special Issue
Enhanced Marine Radar Oil Spill Detection via Feature Guidance and BBO-SA Hybrid Optimization
Previous Article in Journal
Full Polarimetric Scattering Matrix Estimation with Single-Channel Echoes via Time-Varying Polarization Modulation
Previous Article in Special Issue
MRLF: Multi-Resolution Layered Fusion Network for Optical and SAR Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

DBPINet: A Physics-Informed Inversion Network for Martian Subsurface Radar Signal

Key Laboratory for Information Sciences of Electromagnetic Waves (MoE), Fudan University, Shanghai 200433, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(6), 863; https://doi.org/10.3390/rs18060863
Submission received: 2 February 2026 / Revised: 9 March 2026 / Accepted: 9 March 2026 / Published: 11 March 2026

Highlights

What are the main findings?
  • A dual-branch physics-informed network (DBPINet) is proposed to achieve high-precision inversion of multiple subsurface parameters: layer thickness, permittivity, and loss tangent from dual-frequency radar signals.
What are the implications of the main findings?
  • The proposed method significantly improves inversion precision in Martian lossy media, providing a reliable tool for Martian subsurface exploration.
  • Numerical simulations and measured data experiments confirm the model’s practical applicability, with great potential for extension to more planetary radar exploration missions.

Abstract

Subsurface exploration of Mars is essential for understanding its geological evolution and potential water ice distribution. Subsurface radar sounding is an effective technique for detecting layered structure and physical parameters beneath the Martian surface. However, existing methods often neglect the influence of loss tangent and rely on data-driven approaches without physical constraints, limiting their accuracy in high-lossy environments and reducing their physical interpretability. To overcome these limitations, this paper proposes a dual-branch physics-informed network (DBPINet) for the joint inversion of layer thickness, permittivity, and loss tangent of Martian layered media. This method introduces a dual signal loss tangent branch (DSLT-Branch) to extract frequency-dependent attenuation features from dual-frequency radar signals and incorporates a physics-informed loss function based on the electromagnetic transmission-line model to embed physical laws into the learning process. Multiple numerical and measured experiments demonstrate the effectiveness of DBPINet. Compared with the MLP-based baseline and the more advanced LMPINet, DBPINet achieves significant improvements in different layered subsurface models. Specifically, on the three-layer models, the mean absolute percentage error (MAPE) for layer thickness, permittivity, and loss tangent is reduced by 4.793%, 3.600% and 4.559%, respectively. Meanwhile, DBPINet exhibits enhanced robustness under noisy conditions. When applied to real Mars Advanced Radar for Subsurface and Ionosphere Sounding (MARSIS) data acquired over the Medusae Fossae Formation (MFF) region, the inversion results reveal a three-layer subsurface structure (a volcanic ash surface layer, an ice-mixed basaltic middle layer, and a basaltic basement) that is consistent with existing geological interpretations.

1. Introduction

Martian subsurface preserves key records of climate, volcanism, and hydrology [1,2]. Orbital radar sounders, such as Shallow Radar (SHARAD) [3] and Mars Advanced Radar for Subsurface and Ionosphere Sounding (MARSIS) [4], enable subsurface sounding over large areas. By inverting key parameters (e.g., layer thickness, permittivity, and loss tangent) from radar echoes, researchers can infer composition, stratification, porosity, and water ice content of subsurface materials, thereby reconstructing subsurface evolution. For example, Plaut et al. [5] estimated the loss tangent of Martian south polar layered deposits (SPLD) as 0.001–0.005, supporting nearly pure water ice. Nerozzi et al. [6] interpreted the moderate loss tangent ( tan δ ≈ 0.016–0.019) in Hebrus Valles as evidence for basaltic lava flows. Watters et al. [7] estimated an average permittivity of ~3 in Medusae Fossae Formation (MFF) region, indicating an ice-rich material. Furthermore, Campbell et al. [8] estimated 300–600 m surface-sediment thickness there, consistent with periodic sedimentation [9]. Overall, subsurface parameter inversion is central to understanding planetary evolution and assessing ice resources.
High-precision inversion of Martian subsurface radar data (layer thickness, permittivity, and loss tangent) demands efficient and reliable algorithms. Layer thickness and permittivity control echo time delay and primary amplitude, while loss tangent controls signal attenuation, so classical workflows often treat them separately. The depth-correction method is widely used for thickness/permittivity [7,8,10] but depends strongly on prior geologic knowledge, limiting use in deep or complex settings. Full waveform inversion (FWI) [11,12] has been developed. For instance, Zhang et al. [11] used Bayesian genetic-optimization-based FWI for a two-layer SPLD model. However, FWI is computationally expensive, sensitive to initialization, and prone to local optima. Subsequently, planar layered inversion models were proposed. Fang et al. [13] employed a three-layer planar model to study buried craters in Elysium Planitia. Grima et al. [14] applied similar assumptions to SPLD. However, these methods typically require manual echo-power extraction of each layer, which is time consuming and hinders large-scale processing.
Loss tangent inversion is more challenging. Nerozzi et al. [6] and Watters et al. [7] estimated loss tangent from echo-power ratios, but this also requires manual power picking. Campbell and Morgan et al. [8,15] decomposed SHARAD’s wideband signal into multiple sub-bands and estimated loss tangent from inter-sub-band attenuation differences in polar regions and the MFF. However, this method cannot be directly applied to narrow-band MARSIS. Lauro et al. [16] instead utilized dual-frequency MARSIS attenuation difference to estimate the loss tangent of SPLD.
Recently, deep learning techniques have been widely applied in ground-penetrating radar (GPR) data inversion [17,18,19], primarily for detecting and inverting localized targets such as pipes and rocks. Representative models include GPRInvNet [19], DMRF-UNet [20], and GPRTransNet [21]. In addition, several generative adversarial network (GAN)-based inversion methods have also been proposed [22,23,24]. However, these studies primarily focus on anomaly detection tasks, such as localization and shape reconstruction. In contrast, Martian subsurface radar inversion aims at multiple macroscopic parameters of layered media with different physics and formulations. For multi-parameter layered-media inversion, Simsek [18] designed a multi-layer perceptron (MLP)-based network for one-dimensional parameter inversion, and Yang et al. [17] proposed LMPINet, which encodes radar echoes into pulse sequences and estimates subsurface parameters using a self-attention decoder. However, most existing methods invert only permittivity and layer thickness [17,18,19,20,21,22,23,24], neglect loss tangent, and are largely data-driven with limited interpretability.
Dual-branch and physics-informed architectures have emerged for complex inversion problems. For instance, Singh et al. [25] designed a dual physics-informed network for topology optimization. Li et al. [26] proposed a dual-branch convolutional neural network to learn complex scattering coefficients for 3D dielectric targets. Lu et al. [27] further optimized the dual-branch physics-informed network for wavefield inversion (a field analogous to electromagnetic inversion) by integrating multi-scale feature extraction in the dual-branch architecture and physical wave equation constraints. Zhou et al. [28] addressed the common multi-loss optimization challenge of this architecture by developing dual-balancing strategies, providing a general training solution for such frameworks. These studies suggest promise for physics-informed dual-branch design, but to our knowledge, they have not been applied to Martian subsurface radar inversion, where branch design and physics integration must match the specific sounding mechanisms.
In summary, current methods face three major limitations: (1) Physics-based inversions are often labor-intensive, costly, and susceptible to local optima; (2) Deep learning models often omit loss tangent, limiting their adaptability and reducing accuracy. (3) Data-driven models lack physical interpretability. To address these issues, this paper proposes a dual-branch physics-informed network (DBPINet) with two dedicated branches: an Eps-depth branch for joint inversion of thickness and permittivity and a dual signal loss tangent branch (DSLT-Branch) for loss-tangent inversion. We further develop a physics-informed loss based on an electromagnetic transmission-line model that reconstructs radar signals from predicted parameters and backpropagates the mismatch to regularize learning. This network is trained and tested on du-al-frequency MARSIS measurements, augmented with numerically simulated data generated using the instrument configuration parameters.
The main contributions are summarized as follows: (1) DBPINet with self-attention to capture dual-frequency time-delay, amplitude and attenuation features, enabling decoupled yet simultaneous inversion of thickness, permittivity, and loss tangent; (2) DSLT-Branch for accurate loss tangent inversion from attenuation cues; (3) a physics-informed loss based on transmission-line model that embeds electromagnetic constraints to improve reliability and interpretability.
The remainder of this paper is organized as follows: Section 2 introduces the radar echo modeling for planar stratified media and presents the proposed DBPINet for multi-parameter inversion. Section 3 reports experimental results on both simulated and measured datasets. Section 4 discusses the applicability and limitations of DBPINet under non-ideal Martian subsurface conditions (e.g., surface roughness and non-planar interfaces). Section 5 concludes the paper.

2. Methodology

2.1. Radar Echo Modeling for Planar Stratified Media

Martian subsurface is mainly shaped by climate cycles, volcanic activity, and water ice interaction, forming an approximately layered structure [11,13,14]. Such layering provides a suitable geophysical setting for subsurface detection via radar echoes. In this section, we establish a layered-media radar wave-propagation model for Martian subsurface exploration and derive the corresponding forward model for radar echoes, which forms the theoretical basis for subsequent inversion of medium parameters.
Each subsurface layer is assumed to be homogeneous and isotropic, with horizontal planar interfaces. As shown in Figure 1, d i is the thickness of the i-th layer, ε ´ i   is its permittivity, and tan δ i is loss tangent. The complex permittivity is expressed as ε ~ i = ε ´ i j   tan δ i   ε ´ i [13]. In previous studies that employed narrowband signals (~3 MHz bandwidth) obtained by spectral decomposition of SHARAD data, tan δ i was often assumed to be frequency independent [8,15]. This paper adopts the same assumption for MARSIS, which operates with a bandwidth of 1 MHz.
Assuming a planar layered model and neglecting sidelobes, noise, and pulse-width effects, the received echo power P t can be expressed as
S t P t = j = 0 n P j + 1   δ ( t τ j + 1 )
where S t represents the original radar signal.
Under low-loss condition and considering only the real part of permittivity, the Fresnel power reflection and transmission coefficients at the interface between the i-th and (i + 1)-th layers can be approximated as
r i , i + 1 = ε ´ i   ε ´ i + 1 ε ´ i + ε ´ i + 1 2 ,   t i , i + 1 = 1 r i , i + 1 = 4 ε ´ i ε ´ i + 1 ε ´ i   + ε ´ i + 1 2
Let P 1   denote the surface echo power. The echo power at the (i + 1)-th layer interface can be expressed as
P i + 1 = P 1   · r i , i + 1 · k = 0 i 1 t k , k + 1 2 · m = 1 i L m 2
Here, L m is the power attenuation factor for the single pass penetration of radar waves through the m-th layer [15],
L m = e 2 π   f   c ε ´ m   t a n δ m d m
When performing inversion of Martian subsurface properties, multiple reflections are often neglected, and only single reflections are considered. Therefore, for a wave reflecting off the (i + 1)-th interface, it must undergo two-way transmission across all overlying interfaces and two-way attenuation within all overlying layers. Since the loss tangent is usually small, the reflection is dominated by the real part of the permittivity. Thus the echo power Pi+1 can be approximately decomposed into a lossless reflection component P i + 1 ( 0 ) and cumulative two-way attenuation factor Ai+1, expressed as
P i + 1 ( 0 ) = P 1   · r i , i + 1 · k = 0 i 1 t k , k + 1 2 = P 1   ε ´ i ε ´ i + 1 ε ´ i + ε ´ i + 1 2 k = 0 i 1 4 ε ´ i ε ´ i + 1 ε ´ i + ε ´ i + 1 2 2
A i + 1 f = m = 1 i L m 2 = e 4 m = 1 i α m d m = exp 4 m = 1 i π   f   ε ´ m   d m c t a n δ m
The time delay τi+1 represents the cumulative two-way travel times through all overlying layers:
τ i + 1 = 2 c   k   =   1 i + 1 d k ε ´ k
Observations at a single center frequency cannot distinguish whether differences in reflected power arise from interface reflections or attenuation within the medium. To address this issue, we introduce dual-frequency radar signals:
P f 1 t = j = 0 n P j + 1 ( 0 )   A j + 1 f 1   δ ( t τ j + 1 )
P f 2 t = j = 0 n P j + 1 ( 0 )   A j + 1 f 2   δ ( t τ j + 1 )
Here, the lossless reflection power P j + 1 ( 0 ) and time delay τ j + 1 are frequency independent, while the attenuation terms   A i + 1 f 1 and A i + 1 f 2 are frequency dependent. The attenuation ratio between the two frequencies is
D i + 1 ( f 1 , f 2 ) = A i + 1 f 1 A i + 1 f 2 = exp 4 m = 1 i π ( f 1 f 2 ) ε ´ m   d m c tan δ m
The inversion process of DBPINet can be summarized as follows:
(1)
Extract frequency-independent components ( P ( 0 ) ,   τ ) as time delay and power amplitude features and frequency-dependent components ( A f 1 , A f 2 as attenuation features from the dual-frequency radar signals;
(2)
Calculate the interface reflection and transmission coefficients r i , i + 1 , t i , i + 1 ;
(3)
Calculate permittivity ε ´ i and layer thickness d i via r i , i + 1 , t i , i + 1 , and τ. In this study, the surface permittivity ε ´ 1 is fixed to a constant value in the training dataset and serves as a prior constraint during network training, and the surface echo power P 1   is used as the normalization reference, which means each signal is divided by its corresponding surface echo power (in linear scale) to eliminate the influence of absolute power variations.
(4)
Calculate the loss tangent tan δ i for each layer via the dual-frequency attenuation ratio D ( f 1 , f 2 ) , along with the previously obtained ε ´ i and d i .

2.2. DBPINet for Multi-Parameter Inversion

Figure 2 illustrates the overall architecture of the proposed DBPINet. Given a predefined number of subsurface layers N, the model takes dual-frequency radar signals centered at F c 1 and F c 2 as inputs. A shared encoder first extracts features from the inputs. These features are then processed by two dedicated branches: the Eps-depth branch estimates the permittivities [ ε ´ 1 ,   ε ´ 2 ,…,   ε ´ N ] and layer thickness [ d 1 , d 2 ,…,   d N ], while the DSLT-Branch computes the loss tangents [ t a n δ 1 , t a n δ 2 ,…, t a n δ N ].

2.2.1. Dual-Frequency Radar Signal Feature Encoder

The input dual-frequency radar signals first undergo feature extraction through a shared encoder, which is responsible for capturing key time delay, power amplitude features, and attenuation features, and we refer to them as dual signal features. In the electromagnetic wave propagation model of layered media, the system responses are typically sparse in the time domain. Direct modeling with a fully connected neural network is prone to losing the time interval information between impulse responses. In contrast, the self-attention mechanism [29] can effectively capture the relative time delays between pulses by calculating the autocorrelation. Inspired by this, we design the encoder structure shown in Figure 3d: the input data first passes through a self-attention layer; subsequently, the self-attention outputs are fed into two fully connected layers, which enhance the learning capability of the model. A dropout layer is integrated after each fully connected layer, which effectively alleviates the overfitting of the model and improves its generalization performance by randomly deactivating part of the neuronal connections during training.

2.2.2. Design of Eps-Depth Branch and DSLT Branch

Upon extracting the dual signal features (i.e., time delay, power amplitude, and attenuation characteristics), we design distinct processing branches to invert the layer thickness, permittivity, and loss tangent, tailored to their specific physical meanings and inversion complexities.
To invert the layer thickness d n   and permittivity ε ´ n , we design the Eps-depth branch, illustrated in Figure 3a. This branch concatenates the dual signal features to extract frequency-independent time delay and power amplitude features, which are then fed into a dedicated decoding layer. The detailed structure of the decoder is shown in Figure 3c: the input features first pass through a 1 × 3 convolutional layer for feature fusion and dimensionality reduction; then, a batch normalization layer is applied to stabilize the training process, and a ReLU activation function is used to introduce non-linearity; afterwards, a self-attention layer is employed again to refine the features and strengthen the capture of sparse structural information; finally, the features are mapped stepwise to the final inversion results through multiple fully connected layers. The output dimension of this branch is dynamically adjusted according to the number of subsurface layers N to be inverted, e.g., 3, 4, or 5 for three, four, or five layers, respectively.
To model the frequency-dependent attenuation of electromagnetic waves, we design a DSLT-Branch (Figure 3b). It first performs point-wise subtraction on the dual signal features (in dB scale) to obtain the power ratio of the two frequency signals. Since the loss tangent tanδ is physically correlated with permittivity ε n ´ and thickness d n , we introduce a cross-attention module. The predicted ε n ´ and d n from the Eps-depth branch are projected via a fully connected layer to serve as the query (Q), while the dual signal features act as key (K) and value (V). These three vectors (Q, K, and V) are then used to generate cross-attention fusion features. Finally, these fusion features are concatenated and jointly fed into a decoding layer with a similar structure to the Eps-depth branch but independent parameters, which ultimately inverts the loss tangent of each layer.

2.2.3. Physics-Informed Loss Function

Inverting media parameters from radar echoes is a nonlinear and ill-posed problem. Relying solely on data-driven losses (e.g., mean squared error, MSE) can lead to physically implausible solutions. To address this, we introduce a physics-informed loss based on the electromagnetic transmission-line model, as shown in Algorithm 1 [30].
The core idea is to simulate radar echoes by calculating the frequency-domain reflection coefficients. Specifically, given the center frequencies f c of the dual-frequency radar signals and the model-predicted parameters ( ε n ´ , d n , and t a n δ n ) of the n-th layer, we compute the frequency-domain reflection coefficients under an ideal planar-layered assumption. The resulting frequency-domain reflection signals are then transformed to the time domain via inverse Fourier transform to generate simulated echoes. This same forward model is also employed to generate the training data in this study.
Algorithm 1 Multiple layer transmission-line model
      Initialization:
1 :   Initialize   Source   Wave   a 0 ( ω )   with   center   frequency   f c ,   bandwith   B   and   Match   Filter   a 0 * ( ω )
2 :   Initialize   layer   numbers   N
3 :   Input   parameters   d 1 N ,   ε 1 N ,   t a n δ 1 N
4 :   for   n = 1   to   N  do
5 :                     σ n     2 π f c ε 0 ε n tan δ n
6 :   end for
7 :     for   every   ω in bandwidth B  do
8 :                   for   n = 1   to   N  do
9 :                                 k n ( ω ) j ω μ n ( σ n + j ω ε n )
10 :                             Z n ( ω ) k n ( ω ) σ n + j ω ε n
11 :         end for
12 :                     χ N ( ω ) Z N ( ω )
13 :                   for   n = N 1  downto 1 do
14 :                               χ n ( ω ) Z n ( ω ) χ n + 1 ( ω ) + Z n ( ω ) t a n h ( k n ( ω ) d n ) Z n ( ω ) + χ n + 1 ( ω ) t a n h ( k n ( ω ) d n )
15 :         end for
16 :                     R ( ω ) Z 0 ( ω ) χ 1 ( ω ) Z 0 ( ω ) + χ 1 ( ω )
17 :                     b 0 ( ω ) a 0 ( ω ) · R ( ω )
18 :                     S out ( ω ) b 0 ( ω ) · a 0 * ( ω )
19 :  end for
20 :   s out ( ω ) = I F F T { S out ( ω ) }
The physics-informed loss Lphysical is defined as the MSE between the input ground-truth dual-frequency radar signals S true f c and the reconstructed signals S recon f c :
L physical = 1 2 mean S t r u e f c 1 S r e c o n f c 1 2 + mean S t r u e f c 2 S r e c o n f c 2 2
The numerical inversion loss Linv comprises MSEs for layer thickness, permittivity, and loss tangent:
L inv = 1 N 1 N d i d ^ i 2 + λ 1 1 N 1 N ε ´ i ε ´ ^ i 2 + λ 2 1 N 1 N tan δ i t a n δ ^ i 2
where d ^ i ,   ε ´ ^ i ,   t a n δ ^ i denote ground-true values, and d i , ε ´ i , t a n δ i are the predicted values.
The total loss is a weighted sum of the inversion loss and the physics-informed loss:
L = L inv + λ physical   L physical
To stabilize optimization and mitigate loss oscillations caused by model complexity, we dynamically adjust the weight λphysical within the interval [0.1, 1]. Specifically, λphysical is decreased if L physical drops in the current epoch and increased if it rises. Furthermore, to prevent the initially large physics loss from driving the model into erroneous local minima (e.g., all-zero outputs), we freeze its backpropagation for the first 10 epochs. This warm-up phase allows the model to learn the fundamental inversion mapping via L inv alone, after which all loss terms are jointly optimized.

3. Results

3.1. Results on Simulated Data

We evaluate the proposed DBPINet through numerical experiments implemented in PyTorch 2.9.0. To ensure diversity and representativeness, training and evaluation datasets of multi-layered structures were generated via numerical simulation by randomly sampling parameters within physically plausible ranges. We compare DBPINet against two baseline inversion methods: MLP [18] and LMPINet [17], both reproduced and retrained on our datasets. Since the original MLP and LMPINet only invert permittivity and layer thickness, we adapted them by appending output neurons for the loss tangent. This modification enables the prediction of all three media parameters, ensuring a fair comparison.
To systematically assess inversion accuracy and robustness with increasing structural complexity, simulation experiments were conducted on datasets with three, four, and five layers. Independent models were trained for each dataset.

3.1.1. Simulated Dataset

The simulated dataset was designed based on typical geological characteristics of Martian sedimentary regions. The permittivity of the surface layer was fixed at 3 [7,8,31] as a prior, allowing the network to learn this constraint during training. Considering that deep echo signals in sedimentary region are strong and sediment thickness is large, subsurface media are expected to exhibit a downward compaction trend. Thus, the permittivity was set to increase with depth. The permittivity of the deepest layer was defined within the range of 6–9, corresponding to highly compacted sediments or dense basalt [7,8]. Intermediate transition layers were assigned permittivity between 3 and 6. Layer thickness was randomly sampled between 300 and 600 m for each layer. The loss tangent was randomly selected from 0.001 to 0.01, representing values ranging from pure ice to dust-rich or basaltic materials [6,15]. Since the deepest layer does not contribute to echoes, its loss tangent was fixed to 0.01.
For the four- and five-layer datasets, we incorporated two and three transition layers, respectively, with increasing permittivities in [3,6]. To ensure fair and credible performance comparisons across complexity levels, the same core network architecture was used for all datasets, adjusting only the output dimension to match the number of layers.
Because meaningful subsurface echoes in MARSIS data typically exceed −40 dB relative to the surface reflection, all input signal amplitudes were restricted to the [−40, 0] dB interval and normalized to eliminate scale effects. Datasets were generated using the transmission-line forward model (Section 3.2, Algorithm 1) with 4 MHz and 5 MHz LFM source waves. Each configuration (3-, 4-, and 5-layer) contains 10,000 training and 2000 validation samples. Table 1 summarizes the key parameter settings, where ↑ denotes an increase relative to the overlying layer.

3.1.2. Evaluation Metrics and Training Settings

We employ two metrics to quantify parameter inversion and signal reconstruction errors. For the three inversion parameters (permittivity ε ´ , loss tangent tan δ , and layer thickness d), we use the mean absolute percentage error (MAPE):
MAPE = 100 % N i = 1 N y i     y ^ i y ^ i
where y i denotes the predicted value and y ^ i the ground truth. MAPE ranges from [0, +∞), with lower values indicating higher inversion accuracy.
For radar echo signal reconstruction, conventional MAPE is susceptible to bias due to zero-valued components and normalization. Therefore, the normalized absolute percentage error (NAPE) is defined:
NAPE = 100 % M j = 1 M s j s ^ j
Here, M is the number of sampling points of a single radar echo; s j and s ^ j are the reconstructed and true signals, respectively. Lower NAPE percentages indicate higher reconstruction fidelity.
Models were trained using the Adam optimizer for 400 epochs with a batch size of 32. The learning rate was initialized at 1 × 10−4 and decayed to 1 × 10−6 via cosine annealing. Experiments were conducted on a single NVIDIA RTX 4090 GPU, requiring approximately 3.5 h per complete training run.
Training progression was monitored via the total and physics-informed losses on both training and validation sets. As shown in Figure 4, both losses converged steadily without signs of overfitting or underfitting. The physics-informed loss decreased gradually before converging to a low value, indicating that the model successfully learned and adhered to electromagnetic wave propagation laws to support accurate parameter inversion.

3.1.3. Hyperparameter Study

To systematically determine the optimal proportion of the loss function, a detailed loss weight tuning study was carried out in the hyperparameter experiments.
First, we observed that the physics-informed loss should not be introduced too early in training. Only the MSE loss L inv was backward in the first 10 epochs After this warm-up phase, the physics-informed loss was added, and its weight λ physical was dynamically adjusted between 0.1 and 1: if the validation physics-informed loss decreased in the current epoch, λ physical was decreased; otherwise, it was increased to maintain adaptive balance during training.
Comparative experiments were performed to tune the loss weights for thickness, permittivity, and loss tangent. Initially, the loss weights for thickness and loss tangent ( λ 2 ) were fixed at 1, while the permittivity loss weight ( λ 1 ) was varied from 0.1 to 10. According to the NAPE results in Figure 5, either too low or too high permittivity loss weight can degrade overall inversion performance. The best NAPE was achieved when the permittivity–thickness loss weight ratio was 1:1, indicating their equivalent importance. An excessively high permittivity loss weight impairs thickness accuracy, whereas an excessively low loss weight weakens permittivity accuracy.
With the permittivity–thickness loss weight ratio fixed at 1:1, the loss tangent weight ( λ 2 ) was further tuned from 0.001 to 10. Figure 6 shows that an overly high λ 2 interfered with permittivity and thickness inversion, raising overall NAPE, while an overly low weight (e.g., 0.001 or 0.01) led to inaccurate loss tangent estimates, causing large echo-power deviations and also degrading NAPE. Based on these experiments, the optimal weight ratio for thickness, permittivity, and loss tangent was determined to be 1:1:0.1.

3.1.4. Comparative Experiments

To quantitatively evaluate the performance of the proposed DBPINet in the inversion of layered Martian subsurface media parameters, we selected the MLP [18] and LMPINet [17] as baseline methods and tested them under 3-, 4-, and 5-layer media scenarios.
Quantitative inversion results for each method under different layer numbers are presented in Table 2, where “↓“ indicates that lower values represent better performance. The data clearly show that DBPINet achieves the best overall inversion performance in all test cases. Compared with MLP, DBPINet reduces the mean MAPE for layer thickness (d), permittivity ( ε ´ ), and loss tangent ( tan δ ) by 6.94%, 2.56%, and 12.09%, respectively. Compared with the more advanced LMPINet, the corresponding reductions exceed 5.06%, 2.08%, and 8.37%.
Specifically, in terms of reconstructed-signal NAPE, DBPINet achieves 1.0558%, 0.923%, and 1.342% for the 3-, 4-, and 5-layer models, respectively—significantly lower than the results from MLP and LMPINet. Notably, as the number of media layers increases from 3 to 5, the inversion errors of all comparison methods rise, reflecting the increased problem complexity. However, DBPINet exhibits the slowest error growth across all metrics. For example, the reconstructed-signal NAPE of DBPINet increased by only about 0.29% from the 3- to the 5-layer configuration, whereas MLP and LMPINet showed increases of approximately 1.26% and 3.24. These results fully demonstrate the strong capability and robustness of DBPINet when handling more complex subsurface structures.
To further verify the inversion accuracy, representative test cases were presented below for different layer scenarios, encompassing strong, weak, and extremely weak reflection conditions. Inversion performance is comprehensively evaluated by comparing the depth profiles of the inverted permittivity and loss tangent, alongside the agreement between the reconstructed and input radar signals. All signals discussed in this section are generated based on a MARSIS LFM with a 5 MHz center frequency. In Figure 7, Figure 8 and Figure 9, the first two columns display the permittivity and loss tangent depth profiles, respectively, while the latter two columns illustrate the signal comparisons.
Figure 7 illustrates two typical 3-layer scenarios: a weak deep echo on the first line and strong echoes in on the second line. In these experiments, DBPINet demonstrated superior accuracy in inverting permittivity and loss tangent, as well as in signal reconstruction, yielding results that closely match the ground truth. Conversely, as seen in Figure 7(a-1,b-1), both the MLP and LMPINet exhibited significant errors in estimating the permittivity and thickness of the second and third layers, resulting in noticeable peak offsets in the reconstructed signals. By incorporating the physics-informed loss, DBPINet effectively mitigates these errors, achieving more precise permittivity and thickness inversions. Furthermore, as shown in Figure 7(a-2,b-2), the DSLT-Branch design enables DBPINet to achieve the highest accuracy in loss tangent inversion.
As shown in Figure 8, two representative 4-layer scenarios were selected: three distinct subsurface echoes on the first line and a weak echo with a small amplitude on the second line. In the 4-layer experiments, MLP and LMPINet still had obvious deviations in the inversion of deep-layer parameters, while the proposed DBPINet achieved the optimal inversion effect. As shown in Figure 8(a-1), the permittivity inverted by LMPINet was underpredicted and overpredicted in the second and third layers, respectively, which is reflected as a significant amplitude difference in the first two peaks in the reconstructed signal of Figure 8(a-4). As shown in Figure 8(b-1), the permittivity inverted by MLP was underpredicted in both the second and third layers, leading to a serious underestimation of the reflectivity between the two layers, which is reflected as a significant amplitude difference in the reconstructed signal of Figure 8(b-3). By introducing the physical constraint loss, the proposed DBPINet effectively suppressed such errors. Meanwhile, the DSLT-Branch further improved the model’s ability to invert the loss tangent, exhibiting stronger robustness in complex situations such as Figure 8(b-1–b-4) that require fine distinction between attenuation caused by media loss and reflectivity change caused by media permittivity variation.
Figure 9 evaluates 5-layer scenarios, featuring either distinct echoes on the first line or multiple weak echoes on the second line. In the distinct echo scenario, the baseline models struggle with localized errors. MLP misestimates deep-layer permittivity, leading to weak reconstructed echoes. Conversely, LMPINet underestimates the loss tangent in the second layer, resulting in artificially high echo amplitudes. DBPINet successfully eliminates these amplitude deviations and achieves high-precision inversion through its physics-informed loss and DSLT-Branch. The multiple weak echo scenario is highly challenging because it requires modeling minute interlayer reflectivities. Both MLP and LMPINet underestimate the first layer’s thickness, causing a severe overall shift (offset) in their reconstructed signals. DBPINet effectively overcomes this: its physics-informed loss accurately detects and corrects these signal offsets to yield precise permittivity and thickness values, while the DSLT-Branch ensures accurate loss tangent inversion even under extremely weak reflection conditions.
In summary, DBPINet’s superior performance stems from three key design innovations: First, the dual-frequency encoder utilizes a self-attention mechanism to effectively capture signal features, while the dedicated Eps-Depth Branch ensures highly accurate permittivity and thickness inversions. Second, the DSLT-Branch extracts critical attenuation and cross-attention fusion features, enabling precise loss tangent estimation. Finally, the physics-informed loss guarantees that the inversion results are not merely data-driven but strictly consistent with the physical laws of electromagnetic wave propagation, significantly boosting overall accuracy.

3.1.5. Ablation Study

To evaluate the core modules, we conducted ablation studies comparing the full DBPINet model against three variants: DBPINet_0 (all core modules removed), DBPINet_A (no physics-informed loss), and DBPINet_B (no DSLT-Branch). These were tested across 3-, 4-, and 5-layer scenarios, with key results summarized in Table 3, where ↓ indicates that lower values represent better performance.
The physics-informed loss embeds electromagnetic wave principles into the learning process, providing a strong physical prior for complex layered structures. For instance, in the challenging 5-layer scenario, adding this loss (DBPINet vs. DBPINet_A) significantly reduces the reconstructed signal NAPE by 1.365% (from 2.707% to 1.342%) and the thickness MAPE by 1.202% (from 8.062% to 6.886%). By comprehensively optimizing all metrics, the physics-informed loss effectively mitigates the ill-posed nature of the inverse problem and enhances the model’s adaptability to complex environments.
The DSLT-Branch significantly enhances tan δ inversion accuracy. Compared to DBPINet_B (without this branch), the full DBPINet model reduces the tan δ MAPE by 2.549%, 2.951%, and 4.447% in the 3-, 4-, and 5-layer scenarios, respectively. Furthermore, it simultaneously drives slight improvements in thickness and permittivity MAPEs, validating the effectiveness of the cross-attention mechanism.
In conclusion, the physics-informed loss ensures the overall accuracy of the inversion results, and the DSLT-Branch specifically improves the inversion ability of loss tangent. Together, they constitute the core of DBPINet.

3.1.6. Noise Robustness Analysis

In practical GPR applications, echo signals are inevitably corrupted by noise from system internals, environmental interference, and signal attenuation. To evaluate the noise robustness of our proposed method, we simulated real-world interference by adding additive white Gaussian noise (AWGN) at various signal-to-noise ratios (SNRs) to the validation sets. Specifically, AWGN with SNRs ranging from 0 to 50 dB was applied to the 3-, 4-, and 5-layer datasets. We evaluated overall inversion performance using the reconstructed signal NAPE, while isolating the loss tangent MAPE to specifically analyze its robustness.
Figure 10a–c presents the results. As expected, decreasing the SNR universally increases errors across all models. However, DBPINet consistently outperforms the baselines across all structures and noise levels, demonstrating superior anti-interference capabilities. At SNRs ≥ 20 dB, both LMPINet and DBPINet perform similarly to noise-free conditions. As noise further intensifies (SNR < 20 dB), the errors for MLP and LMPINet surge significantly, whereas DBPINet consistently maintains the lowest error margins. While loss tangent inversion error naturally increases with noise across all models—highlighting its inherent noise sensitivity—DBPINet exhibits a significantly lower MAPE growth rate at low SNRs (0–20 dB) compared to the baselines.
In summary, DBPINet demonstrates exceptional stability and accuracy in noisy environments. Specifically, at SNRs of 30 dB and above, its inversion results for both the loss tangent and overall media parameters remain highly reliable, underscoring its strong potential for real-world engineering applications.

3.2. Results on Measured Data

To verify the effectiveness of our proposed DBPINet for the inversion of real layered Martian subsurface data, we conducted measured experiments on the MARSIS with a specific focus on the data from the MFF GA region featuring typical stratification characteristics.

3.2.1. Measured Dataset

MARSIS has successfully detected subsurface structures in multiple Martian regions. In its subsurface sounding mode, it transmits linear-frequency-modulated (LFM) pulses with a 250 μs duration over a 1 MHz bandwidth, selectable across four frequency bands in the 1.3–5.5 MHz range (centered at 1.8, 3, 4, and 5 MHz). Data from two bands are acquired simultaneously per detection. Through onboard Doppler beam sharpening and coherent integration, MARSIS synthesizes multiple pulse echoes into a synthetic aperture with an along-track resolution of 5–9 km, which suppresses surface clutter and improves the signal-to-noise ratio (SNR) of weak subsurface signals [4]. Since its operating frequencies are near the ionospheric plasma frequency, MARSIS adopts interpolation [32] and autofocus [33] techniques to estimate and compensate for ionosphic phase distortion and group delay, ensuring the accuracy of subsurface echoes during range compression.
Among the numerous regions probed by MARSIS, the Medusae Fossae Formation (MFF), distributed near the Martian dichotomy boundary, is one of the most controversial non-polar sedimentary regions, with its genesis remaining unconfirmed to date. Sediments in this region have been interpreted as volcanic ash deposits [34], aeolian deposits [35], or ice-rich materials similar to polar layered deposits [7,8,9].
In this study, the MFF GA between Gordii Dorsum and Amazonis Mensa was selected as the study area (Figure 11), with a geographic range of approximately 143° to 150°W and 2°S to 7°N. This area consists of high-elevation lobate deposits extending to the Hesperian geologic unit in the southern Amazonian Planitia. The MFF GA is divided into two parts by a steep cliff with a height of about 300–400 m (marked by the dashed line in Figure 11). Previous SHARAD and MARSIS signals only penetrated the thinner MFF deposits on the northwest side of this cliff, with the thickness of this part gradually decreasing toward the Hesperian Plains [8]. Four MARSIS measured data tracks distributed from east to west were selected in this study, with the track IDs of 21969, 12456, 7177, and 2954, respectively.
The global Martian surface roughness coefficient map compiled by Campbell et al. [36] shows that most of the MFF GA Trough is located in a low-roughness area for MARSIS signals, which can be approximated as a parallel layered media structure [37]. To reduce the influence of ionospheric interference on radar data, the officially corrected Optimized MARSIS Radargram Data [38] products were adopted in this study. MARSIS provides data for multiple center frequencies (1.8 MHz, 3 MHz, 4 MHz, and 5 MHz). To balance high resolution and signal quality, dual-frequency combined data with center frequencies of 4 MHz and 5 MHz were selected for the study.
Figure 12a shows the radargram of MARSIS Track 7177 over the MFF GA, where two distinct subsurface reflectors can be observed. We introduce and train a deep unfolding super-resolution network [39]. Although originally developed for image super-resolution, this network incorporates physical priors and thus exhibits strong cross-domain applicability. It is trained on paired simulated SHARAD and MARSIS datasets. After training, the network effectively compresses the mainlobe width of the input MARSIS signals and extracts the peak positions of the major subsurface echoes. Subsequently, the data corresponding to the output peak positions was fed into the network as input for the measured experiment, aiming to suppress noise and mitigate the impacts of signal pulse width and sidelobes. The super-resolution results are presented in Figure 12b. An example of the super-resolution A-scan result is shown in Figure 12c, where the three-layer signals become significantly clearer after processing.

3.2.2. Performance on Measured Data

The three-layer DBPINet was adopted to deal with the MARSIS data acquired from four orbits (ID: 21969, 12456, 7177, 2954) passing through the MFF GA region, yielding the key media parameters of the three underground media layers in this region, namely, permittivity ( ε ´ ), layer thickness (d), and loss tangent ( tan δ ), with the results presented in Table 4. It should be noted that the third layer corresponds to the regional basaltic basement. No valid reflected signals from its underlying interface were detected in the radar echoes, leading to an absence of observational data to support the inversion of its layer thickness and loss tangent. In addition, the influence of the deep-layer loss tangent on the echo signals of the surface and subsurface layers is negligible. For these reasons, the inversion results of the layer thickness and loss tangent for the third layer are omitted. We summarize the results from this study alongside previous studies in Table 5.
The core characteristics of the measured data inversion results in Table 4 are summarized as follows:
(1)
Surface layer (Layer 1): The permittivity is stable around 3.0, which is consistent with the fixed prior of the surface layer permittivity in our model. When inverting for other regions, this prior can be adjusted by setting a different surface permittivity in the training dataset accordingly. Its loss tangent is approximately 0.003, highly consistent with the results of the overall electromagnetic properties of the MFF surface layer obtained by Watters et al. [7] and Campbell et al. [8]. As demonstrated in the above studies [7,8], this low loss tangent value can be interpreted as a volcanic ash cover layer with high porosity. The layer thickness increases gradually from west to east, from approximately 400 m to 500 m. This trend aligns with the depth correction results for the same region reported by Campbell et al. [8] using SHARAD data, validating the reliability of our inversion.
(2)
Subsurface layer (Layer 2): The permittivity ranges from 4.0 to 5.0, which is significantly lower than that of dry basalt (typically ~8) and higher than that of pure ice (approximately 3.1). The loss tangent is between 0.0045 and 0.006, slightly higher than that of the surface layer.
(3)
Basement layer (Layer 3): The permittivity is ~8, leading us to infer that this layer is the basaltic basement. This conclusion is consistent with the finding proposed by Campbell et al. [8] that the bottom reflective layer in the MFF GA region is continuous with the adjacent Hesperian basaltic plains, further confirming the rationality of our inversion results.

3.2.3. Discussion of Measured-Data Results

Combined with the geological evolution background of the MFF region and previous research findings, the genetic mechanism and scientific implications of the above-mentioned three-layer structure are discussed as follows:
Building on the conclusions of [7,8], the surface layer in the MFF region can be interpreted as a volcanic ash cover. Its high porosity results in the observed low permittivity and low loss tangent.
For the basement layer, from the perspective of regional geological evolution, the MFF region was formed contemporaneously with the adjacent Hesperian basaltic plains [10] and has undergone long-term geological processes such as erosion, transportation, and redeposition. The material composition of its basement is homologous to that of the Hesperian plains, which supports the inference of a “basaltic basement”.
For the subsurface layer, based on the experimental results of Mattei et al. [40], the electromagnetic properties of this layer (permittivity of 4.0–5.0 and loss tangent of 0.0045–0.006) are highly consistent with a 43% basalt–ice mixture, which is similar to that of the basal unit in the NPLD. We infer that the material composition of this layer is likely ice-mixed basalt. Regarding the formation of this layer, the glacial tectonic model established by Fastook et al. [9] provides a key geological context: multiple glacial activities have occurred in the equatorial region where the MFF GA is located. Glaciers not only shaped the regional surface morphology but also their carried glacial till or glacial meltwater infiltrated the underlying bedrock and modified its properties, ultimately leading to the formation of extensively distributed ice-mixed basaltic layers [41]. This geological process can reasonably explain the electromagnetic characteristics of this layer, and also echoes the “ice-rich sediment hypothesis” for the MFF region proposed by Watters et al. [7], the surface volcanic ash deposits act as an insulating layer, which can effectively inhibit the sublimation of ice in the underlying ice-mixed materials, thus providing favorable conditions for the preservation of subsurface ice-rich structures.
If the three-layer structure revealed in the MFF GA (especially the hundreds-of-meters-thick ice-mixed basalt layer) can be reasonably extrapolated to the entire MFF region, it will significantly enhance the contribution of this region to the water ice inventory in the Martian mid-latitudes. Combined with results in Mattei et al. [40], we can estimate that the ice content of this ice-mixed basaltic layer is approximately 40–50%. It is known that the overall estimated thickness of the MFF region is about 3700 m [7]. Based on the above ice content, the volume of water ice stored in the entire MFF region will increase by approximately 10% or more compared with previous estimates. This will significantly alter our understanding of the Martian global water cycle history and the potential for future resource utilization.
In summary, this study realizes the high-precision inversion of the underground media parameters in the MFF GA region via the DBPINet model and proposes a three-layer structure consisting of a volcanic ash surface layer, an ice-mixed basaltic subsurface layer, and a basaltic basement. This finding not only supports previous geological hypotheses but also provides new measured data support for the assessment of water ice inventory in the Martian mid-latitudes.

4. Discussion

The proposed DBPINet is developed based on a planar-layered media assumption and has demonstrated promising performance in both numerical simulations and measured data experiments. However, real Martian subsurface structures are often geologically complex, exhibiting topographic slopes, surface roughness, and non-planar interfaces that may deviate from this idealized assumption.
Surface roughness can significantly affect radar sounding performance in three main aspects [37]: attenuation of nadir echoes, enhanced cutter interference, and reduced penetration depth and resolution. Furthermore, it is important to note that the severity of these roughness effects is highly dependent on the radar signal wavelength relative to the scale of the [36]. MARSIS operates in the 1.3–5.5 MHz frequency band, corresponding to free-space wavelengths of approximately 60–166 m. This long-wavelength characteristic makes the planar-layer assumption reasonable for most Martian lowland and plains regions, as long-wavelength signals are inherently less sensitive to small-scale surface roughness and can effectively penetrate to deeper structures. According to the Martian surface roughness map compiled in [36], the MFF GA study area investigated in this study lies within a low-roughness zone, thereby validating the applicability of our method.
However, caution is warranted when applying our method to high-roughness terrains, such as the Amazonis Mensa in Figure 12. In such regions, direct application of the current DBPINet framework may lead to inaccurate inversion. Future work should focus on enhancing the model’s robustness by integrating roughness correction algorithms and advanced clutter suppression techniques.

5. Conclusions

Martian subsurface exploration is a core approach to revealing its geological evolution, water ice distribution, and potential habitable environments for life. As a key technology for the non-destructive detection, subsurface radar inversion currently faces challenges such as the neglect of the loss tangent’s influence and over-reliance on data-driven approaches with poor physical interpretability. To address these issues, this study proposes DBPINet, which achieves high-precision inversion of layer thickness, permittivity, and loss tangent for layered Martian media, thus providing a novel method for planetary subsurface exploration. The core innovations and contributions of this study are mainly reflected in three aspects:
(1)
DBPINet is designed with a dedicated dual-branch structure (the Eps-depth branch and the DSLT-Branch) and integrates self-attention. This design effectively enhances the model’s ability to capture dual signal features in dual-frequency Martian subsurface radar data, thereby enabling the accurate inversion of multiple media parameters.
(2)
To address the challenge of low inversion accuracy for loss tangent, we innovatively construct the DSLT-Branch. This branch extracts the attenuation features and introduces prior information on permittivity and layer thickness via cross-attention mechanisms, which significantly improves the inversion accuracy of this parameter.
(3)
To enhance the physical interpretability, a physics-informed loss function based on the electromagnetic wave transmission-line model is constructed. This mechanism ensures that the physical law of electromagnetic wave propagation is embedded in model training.
Numerical simulation and measured data experiments have verified the superiority of the DBPINet method: in the three-layer, four-layer, and five-layer media scenarios, the MAPEs of the inversion results are significantly lower than that of baseline models such as MLP and LMPINet. Ablation experiments confirm that the physics-informed loss and the DSLT-Branch module are the key components for improving the overall inversion performance. Noise experiments demonstrate that DBPINet maintains stable inversion accuracy even under moderate signal-to-noise ratio (SNR) conditions, exhibiting excellent anti-interference capability. The trained model is applied to the measured MARSIS data of the MFF GA region, and the inversion results reveal a three-layer subsurface structure consisting of a volcanic ash surface layer, an ice-mixed basaltic subsurface layer, and a basaltic basement. This inference is highly consistent with existing geological understandings, which not only verifies the effectiveness of DBPINet in practical exploration missions but also provides new quantitative evidence for understanding the water ice storage mechanism in the MFF region.
In conclusion, DBPINet significantly improves the accuracy, reliability, and physical interpretability of Martian radar parameter inversion. This study not only provides a powerful new tool for Martian subsurface exploration but also its methodological framework can offer valuable technical references for subsurface radar exploration missions in other research fields, such as the Earth’s polar regions and the Moon.
Future research work can be carried out in the following five aspects: First, explore the extension of the proposed method to the inversion of radar data from more frequency bands to further enhance the inversion capability for more complex media. Second, explore an adaptive layer number inference mechanism in the network to address the potential lack of prior information on subsurface structures, and develop a network architecture capable of automatically determining the number of media layers and inverting parameters synchronously. Third, explore a complex geological structure modeling mechanism in the network to address the inversion adaptability issues of non-horizontal stratification and anisotropic media. Fourth, future efforts will investigate methodologies to move beyond the current assumption of a frequency-independent loss tangent and to incorporate the effects of multiple reflections. Last but not least, promote the practical application of this method in the processing of more planetary radar data (e.g., lunar subsurface rada) to verify its engineering applicability across different scenarios and missions.

Author Contributions

Conceptualization, H.Y.; methodology, R.S. and L.G.; validation, R.S. and L.G.; writing—original draft, R.S.; writing—review and editing, H.Y.; supervision, H.Y. and L.G. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China grant no. 62271152.

Data Availability Statement

The simulation data used in this study are available from the corresponding author upon reasonable request. The real-measured dataset used in Section 5 is publicly available at the following link: https://pds-geosciences.wustl.edu/missions/mars_express/marsis.htm (accessed on 10 January 2026).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Fang, P.; Zhang, J. Enhanced Resolution of Martian Polar Stratigraphy via Structure Enhancement Denoising and Sparse Deterministic Deconvolution of SHARAD Data. Remote Sens. 2025, 17, 3783. [Google Scholar] [CrossRef]
  2. Yu, A.; Wang, H.; An, D.; Shi, H. Evolution of Mars Water-Ice Detection Research from 1990 to 2024. Remote Sens. 2025, 17, 1023. [Google Scholar] [CrossRef]
  3. Xu, X.; Xu, Y.; Meng, X. SHARAD Observations of Temporal Variations of CO2 Ice Deposits at the South Pole of Mars. Remote Sens. 2022, 14, 435. [Google Scholar] [CrossRef]
  4. Jordan, R.; Picardi, G.; Plaut, J.; Wheeler, K.; Kirchner, D.; Safaeinili, A.; Johnson, W.; Seu, R.; Calabrese, D.; Zampolini, E.; et al. The Mars Express MARSIS Sounder Instrument. Planet. Space Sci. 2009, 57, 1975–1986. [Google Scholar] [CrossRef]
  5. Plaut, J.J.; Picardi, G.; Safaeinili, A.; Ivanov, A.B.; Milkovich, S.M.; Cicchetti, A.; Kofman, W.; Mouginot, J.; Farrell, W.M.; Phillips, R.J.; et al. Subsurface Radar Sounding of the South Polar Layered Deposits of Mars. Science 2007, 316, 92–95. [Google Scholar] [CrossRef] [PubMed]
  6. Nerozzi, S.; Christoffersen, M.S.; Holt, J.W.; Hamilton, C.W. Evidence of Widespread Volcanic Activity near Hebrus Valles on Mars Revealed by SHARAD. Remote Sens. 2023, 15, 4967. [Google Scholar] [CrossRef]
  7. Watters, T.R.; Campbell, B.A.; Leuschen, C.J.; Morgan, G.A.; Cicchetti, A.; Orosei, R.; Plaut, J.J. Evidence of Ice-Rich Layered Deposits in the Medusae Fossae Formation of Mars. Geophys. Res. Lett. 2024, 51, e2023GL105490. [Google Scholar] [CrossRef]
  8. Campbell, B.A.; Watters, T.R.; Morgan, G.A. Dielectric Properties of the Medusae Fossae Formation and Implications for Ice Content. JGR Planets 2021, 126, e2020JE006601. [Google Scholar] [CrossRef]
  9. Fastook, J.L. Origin of Ice in the Medusae Fossae Formation, Equatorial Mars. Icarus 2024, 421, 116226. [Google Scholar] [CrossRef]
  10. Kerber, L.; Head, J.W. The Age of the Medusae Fossae Formation: Evidence of Hesperian Emplacement from Crater Morphology, Stratigraphy, and Ancient Lava Contacts. Icarus 2010, 206, 669–684. [Google Scholar] [CrossRef]
  11. Zhang, Z.; Hagfors, T.; Nielsen, E.; Picardi, G.; Mesdea, A.; Plaut, J.J. Dielectric Properties of the Martian South Polar Layered Deposits: MARSIS Data Inversion Using Bayesian Inference and Genetic Algorithm. J. Geophys. Res. 2008, 113, E05004. [Google Scholar] [CrossRef]
  12. Wang, Q.; Liu, S.; Ni, J.; Lu, Q. Study of Subsurface Structures Northwest of Ascraeus Mons, Mars, Based on Variational Bayesian Monte Carlo. IEEE Access 2025, 13, 31737–31748. [Google Scholar] [CrossRef]
  13. Fang, P.; Fa, W.; Zhang, J.; Lin, Y. SHARAD Study on the Structures and Permittivity of a Buried Impact Crater in Martian Central Elysium Planitia. Sci. China Earth Sci. 2023, 66, 2452–2462. [Google Scholar] [CrossRef]
  14. Grima, C.; Mouginot, J.; Kofman, W.; Hérique, A.; Beck, P. The Basal Detectability of an Ice-Covered Mars by MARSIS. Geophys. Res. Lett. 2022, 49, e2021GL096518. [Google Scholar] [CrossRef]
  15. Campbell, B.A.; Morgan, G.A. Fine-Scale Layering of Mars Polar Deposits and Signatures of Ice Content in Nonpolar Material from Multiband SHARAD Data Processing. Geophys. Res. Lett. 2018, 45, 1759–1766. [Google Scholar] [CrossRef]
  16. Lauro, S.E.; Pettinelli, E.; Caprarelli, G.; Baniamerian, J.; Mattei, E.; Cosciotti, B.; Stillman, D.E.; Primm, K.M.; Soldovieri, F.; Orosei, R. Using MARSIS Signal Attenuation to Assess the Presence of South Polar Layered Deposit Subglacial Brines. Nat. Commun. 2022, 13, 5686. [Google Scholar] [CrossRef]
  17. Yang, X.; Sun, H.; Guo, C.; Li, Y.; Gong, J.; Qu, X.; Lan, T. Layered Media Parameter Inversion Method Based on Deconvolution Autoencoder and Self-Attention Mechanism Using GPR Data. IEEE Trans. Geosci. Remote Sens. 2024, 62, 4501714. [Google Scholar] [CrossRef]
  18. Simsek, E. Machine Learning Exercises on 1-D Electromagnetic Inversion. IEEE Trans. Antennas Propagat. 2021, 69, 6797–6805. [Google Scholar] [CrossRef]
  19. Liu, B.; Ren, Y.; Liu, H.; Xu, H.; Wang, Z.; Cohn, A.G.; Jiang, P. GPRInvNet: Deep Learning-Based Ground-Penetrating Radar Data Inversion for Tunnel Linings. IEEE Trans. Geosci. Remote Sens. 2021, 59, 8305–8325. [Google Scholar] [CrossRef]
  20. Dai, Q.; Lee, Y.H.; Sun, H.-H.; Ow, G.; Yusof, M.L.M.; Yucel, A.C. DMRF-UNet: A Two-Stage Deep Learning Scheme for GPR Data Inversion Under Heterogeneous Soil Conditions. IEEE Trans. Antennas Propagat. 2022, 70, 6313–6328. [Google Scholar] [CrossRef]
  21. Lu, G.; Kou, L.; Niu, P.; Lv, G.; Zhang, X.; Liu, J.; Xie, Q. GPRTransNet: A Deep Learning–Based Ground-Penetrating Radar Translation Network. Tunn. Undergr. Space Technol. 2025, 161, 106557. [Google Scholar] [CrossRef]
  22. Huang, M.; Liang, J.; Yin, P.; Zhu, X.; Jia, Z. SAU-GAN: A Shuffle Attention U-Net Generative Adversarial Network for GPR Inversion. IEEE Geosci. Remote Sens. Lett. 2025, 22, 7505005. [Google Scholar] [CrossRef]
  23. Huang, M.; Wang, Y.; Wu, Y.; Zhang, L.; Jia, Z. Leveraging Envelope Data in cGAN for Robust GPR Inversion. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5109711. [Google Scholar] [CrossRef]
  24. Wang, X.; Yuan, G.; Meng, X.; Liu, H. FusionInv-GAN: Advancing GPR Data Inversion With RTM-Guided Deep Learning Techniques. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5930511. [Google Scholar] [CrossRef]
  25. Singh, A.; Chakraborty, S.; Chowdhury, R. A Dual Physics-Informed Neural Network for Topology Optimization. J. Comput. Phys. 2026, 551, 114666. [Google Scholar] [CrossRef]
  26. Li, Z.-L.; Wu, B.-Y.; Guo, K.-Y.; Sheng, X.-Q. A Physics-Informed Dual-Branch Neural Network for Scattering From 3-D Dielectric Objects. IEEE Trans. Antennas Propagat. 2026, 74, 1877–1887. [Google Scholar] [CrossRef]
  27. Lu, C.; Liu, J.; Qu, L.; Gao, J.; Cai, H.; Liang, J. Resource-Efficient Acoustic Full-Waveform Inversion via Dual-Branch Physics-Informed RNN with Scale Decomposition. Appl. Sci. 2025, 15, 941. [Google Scholar] [CrossRef]
  28. Zhou, C.; Chen, J.; Yang, Z.; Png, C.E. Dual-Balancing for Physics-Informed Neural Networks. arXiv 2025, arXiv:2505.11117. [Google Scholar]
  29. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention Is All You Need. arXiv 2017. [Google Scholar] [CrossRef]
  30. Courville, S.W.; Perry, M.R.; Putzig, N.E. Lower Bounds on the Thickness and Dust Content of Layers within the North Polar Layered Deposits of Mars from Radar Forward Modeling. Planet. Sci. J. 2021, 2, 28. [Google Scholar] [CrossRef]
  31. Watters, T.R.; Campbell, B.; Carter, L.; Leuschen, C.J.; Plaut, J.J.; Picardi, G.; Orosei, R.; Safaeinili, A.; Clifford, S.M.; Farrell, W.M.; et al. Radar Sounding of the Medusae Fossae Formation Mars: Equatorial Ice or Dry, Low-Density Deposits? Science 2007, 318, 1125–1128. [Google Scholar] [CrossRef]
  32. Gurnett, D.A.; Huff, R.L.; Morgan, D.D.; Persoon, A.M.; Averkamp, T.F.; Kirchner, D.L.; Duru, F.; Akalin, F.; Kopf, A.J.; Nielsen, E.; et al. An Overview of Radar Soundings of the Martian Ionosphere from the Mars Express Spacecraft. Adv. Space Res. 2008, 41, 1335–1346. [Google Scholar] [CrossRef]
  33. McMichael, J.G.; Gim, Y.; Arumugam, D.D.; Plaut, J.J. Radar Autofocus Algorithm Incorporating Terrain Knowledge for Correction of Mars’ Ionospheric Distortion in MARSIS Observations. In Proceedings of the 2017 IEEE Radar Conference (RadarConf), Seattle, WA, USA, 8–12 May 2017; pp. 0873–0878. [Google Scholar]
  34. Ojha, L.; Mittelholz, A. Insight into the Formation Mechanism of the Medusae Fossae Formation on Mars from Magnetic Field Data. Icarus 2023, 395, 115471. [Google Scholar] [CrossRef]
  35. Tanaka, K.L. Dust and Ice Deposition in the Martian Geologic Record. Icarus 2000, 144, 254–266. [Google Scholar] [CrossRef]
  36. Campbell, B.A.; Schroeder, D.M.; Whitten, J.L. Mars Radar Clutter and Surface Roughness Characteristics from MARSIS Data. Icarus 2018, 299, 22–30. [Google Scholar] [CrossRef]
  37. Campbell, B.A.; Putzig, N.E.; Carter, L.M.; Morgan, G.A.; Phillips, R.J.; Plaut, J.J. Roughness and Near-surface Density of Mars from SHARAD Radar Echoes. JGR Planets 2013, 118, 436–450. [Google Scholar] [CrossRef]
  38. US MARSIS Team. Optimized MARSIS Radargram Data; NASA: Washington, DC, USA, 2023. [CrossRef]
  39. Mou, C.; Wang, Q.; Zhang, J. Deep Generalized Unfolding Networks for Image Restoration. In Proceedings of the 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 17378–17389. [Google Scholar]
  40. Mattei, E.; Lauro, S.E.; Vannaroni, G.; Cosciotti, B.; Bella, F.; Pettinelli, E. Dielectric Measurements and Radar Attenuation Estimation of Ice/Basalt Sand Mixtures as Martian Polar Caps Analogues. Icarus 2014, 229, 428–433. [Google Scholar] [CrossRef]
  41. Moro, M.; Nardi, A.; Albano, M.; Pondrelli, M.; Piersanti, A.; Saroli, M.; Baschetti, B.; Luzzi, E.; Marinangeli, L.; Bonora, N. Geomorphological Evidence of Ice Activity on Mars Surface at Mid-Latitudes. Remote Sens. 2025, 17, 3072. [Google Scholar] [CrossRef]
Figure 1. Parallel layered reflection model.
Figure 1. Parallel layered reflection model.
Remotesensing 18 00863 g001
Figure 2. Overall architecture of DBPINet.
Figure 2. Overall architecture of DBPINet.
Remotesensing 18 00863 g002
Figure 3. Detailed structures of the core modules of DBPINet. (a) Eps-depth branch structure. (b) DSLT-Branch structure. (c) Decoding layer structure. (d) Encoding layer structure.
Figure 3. Detailed structures of the core modules of DBPINet. (a) Eps-depth branch structure. (b) DSLT-Branch structure. (c) Decoding layer structure. (d) Encoding layer structure.
Remotesensing 18 00863 g003aRemotesensing 18 00863 g003b
Figure 4. Training result of DBPINet.
Figure 4. Training result of DBPINet.
Remotesensing 18 00863 g004
Figure 5. Hyperparameter experiments of λ 1 .
Figure 5. Hyperparameter experiments of λ 1 .
Remotesensing 18 00863 g005
Figure 6. Hyperparameter experiments of λ 2 .
Figure 6. Hyperparameter experiments of λ 2 .
Remotesensing 18 00863 g006
Figure 7. Experimental results of the 3-layer model on MLP, LMPINet, and the proposed DBPINet. Two 3-layer scenarios are presented: weak deep echo and strong echoes from both layers. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Figure 7. Experimental results of the 3-layer model on MLP, LMPINet, and the proposed DBPINet. Two 3-layer scenarios are presented: weak deep echo and strong echoes from both layers. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Remotesensing 18 00863 g007
Figure 8. Experimental results of the 4-layer model on MLP, LMPINet, and the proposed DBPINet. Two 4-layer scenarios are presented: three distinct subsurface echoes and one weak echo with a small amplitude. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Figure 8. Experimental results of the 4-layer model on MLP, LMPINet, and the proposed DBPINet. Two 4-layer scenarios are presented: three distinct subsurface echoes and one weak echo with a small amplitude. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Remotesensing 18 00863 g008aRemotesensing 18 00863 g008b
Figure 9. Experimental results of the 5-layer model on MLP, LMPINet, and the proposed DBPINet. Two 5-layer scenarios are presented: four distinct subsurface echoes and multiple weak echoes. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Figure 9. Experimental results of the 5-layer model on MLP, LMPINet, and the proposed DBPINet. Two 5-layer scenarios are presented: four distinct subsurface echoes and multiple weak echoes. (a-1,b-1) show the inverted depth–permittivity distribution. (a-2,b-2) show the inverted depth–loss tangent distribution. (a-3,b-3) show the reconstructed signal comparison between MLP and DBPINet. (a-4,b-4) show the reconstructed signal comparison between LMPINet and DBPINet.
Remotesensing 18 00863 g009
Figure 10. Noise robustness results.
Figure 10. Noise robustness results.
Remotesensing 18 00863 g010
Figure 11. Geographical map of the Martian MFF GA region, located near the crustal dichotomy boundary between Gordii Dorsum and Amazonis Mensa. It spans approximately 143–150°W and 2°S–7°N, dominated by high-elevation lobate deposits extending to the Hesperian geologic unit in the southern Amazonian Planitia. The region is divided into two parts by a steep cliff (dashed line) ~300–400 m high, and the thickness of MFF deposits on the northwest side gradually decreases toward the Hesperian Plains. Black lines indicate the four MARSIS tracks used in this study (IDs: 21969, 12456, 7177, and 2954), distributed roughly east–west to cover the study area.
Figure 11. Geographical map of the Martian MFF GA region, located near the crustal dichotomy boundary between Gordii Dorsum and Amazonis Mensa. It spans approximately 143–150°W and 2°S–7°N, dominated by high-elevation lobate deposits extending to the Hesperian geologic unit in the southern Amazonian Planitia. The region is divided into two parts by a steep cliff (dashed line) ~300–400 m high, and the thickness of MFF deposits on the northwest side gradually decreases toward the Hesperian Plains. Black lines indicate the four MARSIS tracks used in this study (IDs: 21969, 12456, 7177, and 2954), distributed roughly east–west to cover the study area.
Remotesensing 18 00863 g011
Figure 12. Radargram of MARSIS Track 7177 over the MFF GA region. Red arrows mark, from top to bottom, the surface echo, the first subsurface echo, and the second subsurface echo. All three echoes exhibit pronounced lateral continuity, indicating a clearly horizontally layered sub-surface structure. This observation supports the parallel-layered medium assumption and provides a robust data basis for subsequent inversion of layer parameters. Panel (c) shows an example comparison of the super-resolution radargrams.
Figure 12. Radargram of MARSIS Track 7177 over the MFF GA region. Red arrows mark, from top to bottom, the surface echo, the first subsurface echo, and the second subsurface echo. All three echoes exhibit pronounced lateral continuity, indicating a clearly horizontally layered sub-surface structure. This observation supports the parallel-layered medium assumption and provides a robust data basis for subsequent inversion of layer parameters. Panel (c) shows an example comparison of the super-resolution radargrams.
Remotesensing 18 00863 g012
Table 1. Parameters set in the simulation dataset.
Table 1. Parameters set in the simulation dataset.
Layer NumberTotald (m) ε ´ tanδ
312,000300~6003.00.001~0.01
300~6003.0~6.00.001~0.01
2560-d1-d26.0~9.00.01
412,000300~6003.00.001~0.01
300~6003.0~6.0 ↑0.001~0.01
300~6003.0~6.0 ↑0.001~0.01
2560-d1-d2-d36.0~9.00.01
512,000300~6003.00.001~0.01
300~6003.0~6.0 ↑0.001~0.01
300~6003.0~6.0 ↑0.001~0.01
300~6003.0~6.0 ↑0.001~0.01
2560-d1-d2-d3-d46.0~9.00.01
Table 2. Quantitative comparison of inversion performance on numerical datasets.
Table 2. Quantitative comparison of inversion performance on numerical datasets.
Layer NumberMethodd MAPE ε ´ MAPEtanδ MAPEReconstructed Signal NAPE
3MLP6.501%4.677%9.123%4.158%
LMPINet4.121%1.971%7.738%3.0256%
DBPINet1.708% ↓1.077% ↓4.564% ↓1.0558% ↓
4MLP11.804%3.518%15.297%5.385%
LMPINet8.588%4.347%13.154%3.335%
DBPINet2.721% ↓1.609% ↓7.744% ↓0.923% ↓
5MLP13.842%4.488%34.837%5.416%
LMPINet13.787%4.931%27.198%6.269%
DBPINet6.886% ↓2.321% ↓10.665% ↓1.342% ↓
Table 3. Ablation experiments results.
Table 3. Ablation experiments results.
Layer
Number
Methodd MAPE ε ´ MAPEtanδ MAPEReconstructed Signal NAPE
3DBPINet_02.800%2.037%10.17%1.361%
DBPINet_A2.097%1.168%5.311%1.427%
DBPINet_B2.059%1.388%7.113%1.081%
DBPINet1.708% ↓1.077% ↓4.564% ↓1.056% ↓
4DBPINet_07.456%2.189%11.727%1.762%
DBPINet_A3.733%1.852%8.370%1.699%
DBPINet_B3.350%1.689%10.695%1.114%
DBPINet2.721% ↓1.609% ↓7.744% ↓0.923% ↓
5DBPINet_012.471%3.242%20.693%3.0581%
DBPINet_A8.062%2.551%11.008%2.707%
DBPINet_B7.304%2.389%15.112%1.756%
DBPINet6.886% ↓2.321% ↓10.665% ↓1.342% ↓
Table 4. Quantitative inversion results from MARSIS measured dataset over the MFF GA region.
Table 4. Quantitative inversion results from MARSIS measured dataset over the MFF GA region.
MARSIS IDLayer ε ´ d (m)tanδ
21969Layer 12.995 ± 0.014351.65 ± 66.140.0031 ± 0.0013
Layer 25.097 ± 0.727423.22 ± 85.830.0061 ± 0.0019
Layer 38.795 ± 0.318//
12456Layer 13.016 ± 0.022360.84 ± 43.560.0024 ± 0.0014
Layer 24.240 ± 0.913410.92 ± 99.020.0048 ± 0.0021
Layer 38.223 ± 0.464//
7177Layer 13.006 ± 0.015397.66 ± 55.250.0032 ± 0.0011
Layer 25.017 ± 0.422569.80 ± 62.840.0049 ± 0.0020
Layer 38.295 ± 0.477//
2954Layer 13.010 ± 0.011415.06 ± 63.620.0030 ± 0.0004
Layer 25.129 ± 0.723491.86 ± 114.340.0045 ± 0.0022
Layer 38.095 ± 0.237//
Table 5. Comparison of inverted parameters with previous studies.
Table 5. Comparison of inverted parameters with previous studies.
LayerParameterOur StudyPrevious StudiesReference
1 ε ´ ~3.0~3.0[7,8]
tanδ~0.0030.002–0.004[7]
d (m)~350–~400300–500[8]
2 ε ´ 4.0–5.0//
tanδ0.0045–0.006//
d (m)~410–~570//
3 ε ´ ~8~8 (basalt)[8]
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

Shi, R.; Guo, L.; Ye, H. DBPINet: A Physics-Informed Inversion Network for Martian Subsurface Radar Signal. Remote Sens. 2026, 18, 863. https://doi.org/10.3390/rs18060863

AMA Style

Shi R, Guo L, Ye H. DBPINet: A Physics-Informed Inversion Network for Martian Subsurface Radar Signal. Remote Sensing. 2026; 18(6):863. https://doi.org/10.3390/rs18060863

Chicago/Turabian Style

Shi, Rui, Liangshuai Guo, and Hongxia Ye. 2026. "DBPINet: A Physics-Informed Inversion Network for Martian Subsurface Radar Signal" Remote Sensing 18, no. 6: 863. https://doi.org/10.3390/rs18060863

APA Style

Shi, R., Guo, L., & Ye, H. (2026). DBPINet: A Physics-Informed Inversion Network for Martian Subsurface Radar Signal. Remote Sensing, 18(6), 863. https://doi.org/10.3390/rs18060863

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