1. Introduction
Inverse synthetic aperture radar (ISAR) enables high-resolution imaging of noncooperative targets under all-weather and all-time conditions, and has been widely applied in space surveillance, situation awareness, and target recognition [
1,
2,
3,
4]. Under ideal observation conditions with sufficient aperture and high signal-to-noise ratio (SNR), classical imaging methods such as range-Doppler (RD) imaging and the polar formatting algorithm (PFA) can achieve satisfactory focusing performance. However, in practical scenarios ISAR imaging often suffers from low SNR, strong interference, sparse aperture, and incomplete observations, which may lead to degraded resolution, increased sidelobes, blurred structural details, and even imaging failure [
5,
6].
To address high-resolution ISAR imaging under challenging observation conditions, sparse reconstruction-based methods have attracted significant attention in recent years [
7]. The physical basis of these methods is that dominant scattering centers are usually sparsely distributed in the image domain, which makes it possible to reconstruct high-resolution ISAR images from incomplete or undersampled measurements. Meanwhile, sparse-aperture acquisition can reduce system resource consumption and improve operational flexibility [
8]. Existing sparse reconstruction methods can be broadly divided into optimization-based methods and probabilistic methods based on sparse Bayesian learning (SBL).
Optimization-based methods such as the fast iterative shrinkage-thresholding algorithm (FISTA) and the alternating direction method of multipliers (ADMM) [
9,
10,
11] impose sparsity constraints through
regularization or its variants. These methods have clear optimization formulations and are relatively easy to implement; however, their reconstruction performance is often sensitive to the selection of regularization parameters, and the image quality may degrade significantly under low-SNR and highly sparse-aperture conditions [
12,
13]. In contrast, SBL formulates the reconstruction problem under a hierarchical probabilistic framework that jointly estimates image coefficients and hyperparameters. This adaptive parameter-learning mechanism improves the robustness of sparse ISAR imaging in noisy environments.
Despite these advantages, existing Bayesian sparse ISAR imaging methods still suffer from two major limitations. First, in terms of structural modeling, many conventional SBL methods assign pixel-wise independent hyperparameters to the image coefficients, with each coefficient controlled only by its own sparsity parameter. This independent assumption does not fully exploit the inherent spatial continuity and clustering characteristics of ISAR scattering centers, and may result in the loss of weak scatterers and fine structural details [
14]. To overcome this limitation, pattern-coupled hierarchical priors have been introduced; in this approach, the sparsity of each coefficient is correlated with that of its neighboring coefficients, enhancing the representation capability for two-dimensional structured sparsity [
15,
16]. However, the introduction of coupling also increases the complexity of the inference process.
Second, in terms of computational efficiency, conventional SBL methods based on expectation-maximization (EM) approaches usually require repeated inversion of large covariance matrices [
17,
18,
19], leading to high computational complexity and memory consumption. To alleviate this problem, inverse-free Bayesian imaging methods such as two-dimensional complex fast SBL (2D-CFSBL) have been proposed [
20]. These methods introduce lower-bound approximations or surrogate functions to avoid explicit large-scale matrix inversion. Although inverse-free strategies reduce the per-iteration computational cost, they still rely on iterative optimization procedures and may require many iterations to converge, especially under low-SNR and sparse-aperture conditions. This limits their applicability in time-sensitive ISAR imaging scenarios.
Recently, deep unfolding has emerged as an effective paradigm for accelerating iterative reconstruction algorithms by mapping a finite number of analytical iterations into a trainable network [
21,
22,
23]. Compared with purely data-driven neural networks, model-driven deep unfolding preserves the physical structure of the imaging model while enabling data-adaptive parameter learning and improved interpretability [
24,
25,
26,
27]. This strategy is particularly attractive for sparse-aperture ISAR imaging because it can retain forward-model consistency while reducing the number of iterative inference steps. Representative ISAR deep unfolding methods include complex-valued ADMM network (ADMM-Net), brain-like cognitive ADMM network (BLCAN), meta-learning-based sparse-aperture ISAR imaging networks, and pattern-coupled sparse Bayesian learning generalized approximate message passing network (PCSBL-GAMP-Net). Complex-valued ADMM-Net unfolds the ADMM optimization process in the complex domain and introduces learnable shrinkage or proximal modules for sparse-aperture reconstruction. BLCAN improves reconstruction quality by combining unfolding structures with feature preservation and artifact suppression modules. Methods based on meta-learning mainly focus on improving adaptation to different sampling patterns, noise levels, or imaging tasks through transferable initialization or update strategies. PCSBL-GAMP-Net introduces a pattern-coupled sparse Bayesian prior and unfolds a GAMP-based Bayesian inference procedure to improve block-sparse ISAR reconstruction.
Although these studies have significantly advanced sparse-aperture ISAR imaging, their technical focuses are different from that of this work. ADMM-based networks mainly unfold optimization iterations with learned proximal mappings [
23], while BLCAN and meta-learning-based methods emphasize feature correction [
26], artifact suppression, or task adaptation. PCSBL-GAMP-Net exploits pattern-coupled Bayesian modeling, but is built upon a GAMP-based message-passing backbone [
28]. Inverse-free Bayesian methods such as 2D-FIR improve computational efficiency by avoiding large-scale matrix inversion through lower-bound or surrogate approximations [
29], but do not explicitly incorporate pattern-coupled structural priors or data-driven coupled-precision generation. In contrast, this paper proposes a fast pattern-coupled inverse-free Bayesian unfolding network, which we term pattern-coupled (PC) two-dimensional (2D) fast inverse-free reconstruction (FIR) generalized expectation-maximization (GEM) network (PC-2D-FIR-GEM-Net), intended for high-resolution ISAR imaging under low-SNR and sparse-aperture conditions. The novelty of the proposed method lies in the unified integration of pattern-coupled Bayesian modeling, inverse-free GEM updating, CNN-based coupled-precision generation, and degradation-condition embedding using the sampling ratio and estimated SNR. The main contributions of this work are summarized as follows:
(1) A pattern-coupled Bayesian formulation is incorporated into an inverse-free 2D ISAR imaging framework. Unlike conventional SBL methods with pixel-wise independent hyperparameters and 2D-FIR-type methods that mainly focus on inverse-free sparse Bayesian inference, the proposed formulation explicitly couples neighboring hyperparameters to characterize the clustered scattering structures of ISAR targets under sparse-aperture and low-SNR conditions.
(2) An inverse-free GEM solver is derived for the pattern-coupled Bayesian model. Unlike conventional PCSBL and PCSBL-GAMP methods, which rely on iterative posterior inference or message passing, the proposed solver constructs a surrogate data fidelity objective and updates the image through forward, adjoint, and element-wise operations, thereby avoiding large-scale matrix inversion while preserving the pattern-coupled Bayesian structure.
(3) A condition-adaptive PC-2D-FIR-GEM-Net is developed by unfolding the proposed solver. Unlike existing GAMP- or ADMM-based unfolding networks, the proposed network unfolds the inverse-free GEM iterations and introduces a lightweight CNN to generate the coupled precision field. The sampling ratio and estimated SNR are further embedded as degradation-condition information, enabling the network to adapt its reconstruction behavior to different sparse-aperture and noise levels.
(4) Comprehensive experiments on simulated and measured ISAR data are conducted to verify the effectiveness of the proposed framework. The proposed method is compared with RD, 2D-FIR, PC-2D-FIR-GEM, and PCSBL-GAMP-Net under different SNRs and sampling ratios, demonstrating improved structural preservation, background suppression, and computational efficiency.
The remainder of this paper is organized as follows:
Section 2 presents the sparse-aperture ISAR observation model and the pattern-coupled hierarchical Bayesian formulation;
Section 3 introduces the proposed PC-2D-FIR-GEM solver and its deep unfolding network implementation;
Section 4 reports experimental results on simulated and measured ISAR data; and
Section 5 concludes the paper.
3. Proposed PC-2D-FIR-GEM Solver
In this section, the imaging principle and process of the PC-2D-FIR-GEM framework are first introduced. We then present the proposed PC-2D-FIR-GEM-Net for high-resolution ISAR imaging under sparse-aperture and low-SNR conditions. The proposed method integrates a model-driven inverse-free Bayesian solver with a data-driven deep unfolding architecture, achieving a balance between computational efficiency, reconstruction accuracy, and physical interpretability.
3.1. PC-2D-FIR-GEM Algorithm
The introduction of model coupling makes it difficult for traditional EM algorithms to obtain precise closed-form solutions; most existing methods resort to approximate approaches, neglecting the complex coupled logarithmic derivatives in the objective function [
28,
30]. Consequently, this paper proposes the GEM method, which updates parameters using joint distribution functions. This approach simultaneously incorporates structured priors and posterior variances to facilitate better alignment between the deep convolutional network and the model update formula.
At iteration t, the proposed solver alternates among three steps, namely, the -step, the -step, and the -step. The -step performs inverse-free image estimation via a majorization strategy, the -step updates the pattern-coupled hyperparameters under positivity constraints, and the -step admits a closed-form maximum a posteriori (MAP) update. The resulting iterative algorithm is referred to as the PC-2D-FIR-GEM solver.
(1)
-Step: For fixed hyperparameters
and noise precision
, the image estimate
is updated by minimizing the posterior objective with respect to
, i.e.,
Let
denote the current coupled precision field induced by
. The
-subproblem can be written as follows:
where
represents the squared magnitude of the complex coefficient at pixel
.
To avoid large-scale matrix inversion, we introduce the data-fidelity term
We denote the derivative of the data fidelity term at the current iteration
as
, and assume that
has an
L-Lipschitz continuous derivative. Following the inverse-free majorization strategy in [
31], the quadratic upper bound is valid when the constant
is no smaller than the spectral norm of the normal operator associated with the sensing operator. Therefore, in the proposed formulation,
is selected to satisfy
For normalized Fourier operators and a binary sampling mask, . Thus, provides a valid practical choice. However, is valid after operator normalization because the normalized Fourier operator has unit spectral norm and the binary mask is a non-expansive projection; it is not a universal choice for arbitrary unnormalized implementations. In the unfolded network, is initialized according to this rule, then optimized as a learnable positive parameter.
By introducing an intermediate variable
the surrogate objective becomes separable with respect to
:
Therefore, by taking the derivative of Equation (
25) and setting it to zero, we obtain the undamped approximation:
The final image update is obtained by damping:
where
represents the damping factor, which controls the aggressiveness of each update. Observations indicate that this update employs a single forward calculation, a single accompanying operation, and element-level arithmetic operations, eliminating the need for matrix inversion.
(2)
-Step: For fixed
and
, the next step updates the hyperparameter field
. In standard EM-based Bayesian inference, hyperparameter updating depends on the posterior second-order statistics, typically in the form of
. However, the posterior covariance is not explicitly available under the inverse-free formulation. We address this issue by instead learning a tractable surrogate second-order statistic derived from the curvature of the surrogate objective in the
-step [
32].
Specifically, based on the curvature of the surrogate objective in the
-step, we define the surrogate variance-like quantity
where
serves as a diagonal approximation of the posterior variance:
Using
, the
-step is formulated as the following optimization problem:
where the objective
is the part of the negative log-posterior that depends on
, that is,
where
denotes the coupled precision induced by the pattern-coupled prior. Because each
contributes not only to
but also to the coupled precisions of neighboring pixels, the aforementioned subproblem can no longer be updated point-by-point in a closed form.
To ensure non-negativity, we introduce an unconstrained auxiliary variable
, after which the
-step is carried out by gradient descent on
:
where
denotes the step size of the generalized M-step,
is a positivity-preserving mapping, and
is the Sigmoid function. In practice, the softplus function is defined as
, which is adopted for numerical stability and differentiability.
Unlike traditional approximate closed-form solutions that perform decoupling by discarding derivatives of coupled logarithmic terms, thereby truncating gradient links between neighborhood hyperparameters, in this paper we fully retain the interactions between neighboring pixels in the pattern-coupling prior. Under the deep expansion network architecture, this design enables the -step to deliver unbiased structured gradient signals to the CNN coupling kernel, allowing for full capture of spatial aggregation patterns at scattering centers during backpropagation and avoiding systematic biases introduced by approximations. Additionally, gradient descent incorporates a learnable step-size parameter , which is integrated into the network’s trainable parameters under the deep expansion framework and adaptively adjusted through end-to-end training to grant the network dynamic optimization capability for hyperparameter update rates.
(3)
-Step: For fixed
and
, the noise precision
is updated by minimizing the
-dependent part of the negative log-posterior. The resulting update admits a closed-form solution:
This update adaptively balances data fidelity and noise suppression while introducing no additional computational burden.
The complete PC-2D-FIR-GEM procedure is summarized in Algorithm 1.
| Algorithm 1 PC-2D-FIR-GEM |
Input: Observed data , sensing operator , initialization , , Repeat for until convergence: (1) -step: Update by (26)–(27); (2) -step: Compute by (29), Update by (32)–(34); (3) -step: Update by (35); (4) Output: Reconstructed image
|
3.2. Deep Unfolding of PC-2D-FIR-GEM-Net Algorithm
The iterative PC-2D-FIR-GEM solver naturally admits a stage-wise realization, and the overall architecture of PC-2D-FIR-GEM-Net is illustrated in
Figure 2. By unfolding the iterative optimization procedure into a finite number of stages, we construct a model-driven deep unfolding network, termed PC-2D-FIR-GEM-Net. Specifically, each iteration of the analytical solver is mapped to one stage of the network. Let the state variables at the
t-th stage be denoted as
where
is the reconstructed image,
denotes the hyperparameter field, and
is the noise precision. Each stage includes steps for updating key parameters. Accordingly, the stage-wise mapping can be written as
where
denotes the transformation of the
t-th stage and
denotes the trainable parameter set associated with that stage. In the proposed implementation,
mainly includes the convolutional neural network kernels
used for generating the coupled precision field
, the Lipschitz constant
and damping factor
in the
-step, the learnable step size
employed in the gradient-descent
-step, and the auxiliary scaling coefficients within the softplus reparameterization. By optimizing all of these parameters in an end-to-end manner, the unfolded network is capable of dynamically adjusting both the update magnitudes and the structural prior strength according to the data distribution, thereby achieving high-quality imaging within very few stages.
As described in (11), the coupled precision is constructed using a predefined neighborhood rule in the analytical model. Although effective, such a fixed formulation lacks the flexibility to capture complex spatial structures. To address this limitation, we introduce a learnable parameterization of the coupled prior by a CNN-based coupled-precision module. The CNN-based coupled-precision generation module is shown in
Figure 3.
In the implementation, the CNN-based coupled-precision generator is a real-valued lightweight CNN. Although the ISAR image estimate
is complex-valued in the inverse-free X-step, the CNN generator does not directly take the real and imaginary parts of
as input; instead, the normalized power image
is used as an amplitude-related structural feature. Specifically, the input tensor of the generator is defined as
Equation (
11) gives the analytical pattern-coupled precision in the Bayesian model, whereas Equation (
38) provides its learnable realization in the unfolded network. The CNN generator does not change the role of
in the inverse-free X-step; it only replaces the fixed hand-crafted neighborhood rule with a data-adaptive precision parameterization. The coupled precision field is then obtained by
where
denotes the pre-Softplus CNN output and
is the embedding for the degradation condition. The condition embedding is generated from the sampling ratio and the estimated SNR by a two-layer fully connected encoder,
where
has channel dimensions
. The detailed architecture of the CNN-based coupled-precision generator is summarized in
Table 1.
The two FiLM-type condition-modulation blocks are inserted after the first and second convolutional layers. For the
l-th modulation block, the condition embedding
is linearly mapped to a channel-wise scale vector
and a bias vector
. The modulated feature map is computed as
where the scale and bias vectors are broadcast along the range and azimuth dimensions. The FiLM layers are initialized close to identity modulation, i.e.,
and
, so that the initial network remains close to the model-driven update.
The network uses unfolded stages. Unless otherwise specified, the parameters are not shared across stages. Each stage has its own CNN precision generator, FiLM modulation parameters, learned coupling kernel, damping factor, Lipschitz scaling coefficient, and -step size. This stage-specific design allows different stages to learn different update strengths and structural prior patterns during progressive reconstruction.
3.3. Training Strategy
The proposed PC-2D-FIR-GEM-Net is trained in an end-to-end manner using automatic differentiation. As described in
Section 3.2, each unfolded stage maps the current state variables
to the next stage through the differentiable PC-2D-FIR-GEM update. The trainable parameters include the CNN kernels used for coupled-precision generation, the Lipschitz-related parameter
, the damping factor
, the
-step size
, and the condition-modulation parameters. These parameters are jointly optimized through the computational graph of the unfolded network.
It should be noted that no manually implemented BP algorithm is required in practice. Although the model-driven update contains several interpretable modules, including the inverse-free X-step, the surrogate variance construction, the gradient-based -step, the closed-form -step, and the CNN-based coupled-precision generator, all of these operations are differentiable and can be handled by the automatic differentiation engine of the deep learning framework. Complex-valued variables are represented by their real and imaginary channels during implementation, while real-valued operations such as Softplus reparameterization, CNN convolution, FiLM-type condition modulation, and element-wise Bayesian updates are directly differentiable.
Let
denote the final output of the unfolded network and
the full-aperture supervisory reference image. The training objective consists of four components, namely, the complex-domain reconstruction loss, the magnitude-domain reconstruction loss, the stage-wise supervision loss, and the data consistency loss:
Specifically,
and
where the loss weights have been set to
. Specifically,
denotes the normalized complex-domain reconstruction error between the final output and the supervisory reference image;
measures the normalized magnitude-domain consistency error;
provides stage-wise supervision for the intermediate outputs of the unfolded network; and
enforces data consistency between the reconstructed image and the sparse-aperture measurements under the forward model. The data consistency term constrains the reconstructed image to match the sparse-aperture measurements under the forward model, while the supervised reconstruction terms guide the network toward the full-aperture reference image. This training strategy preserves the physical consistency of the unfolded Bayesian update while allowing the stage-wise parameters and CNN-based coupled precision field to be optimized from data.
4. Experiments
This section describes experiments comprehensively evaluating the proposed method. Experiments were conducted on both simulated and measured ISAR data; simulated data were mainly used to quantify robustness under controlled sparse-aperture and low-SNR conditions, while measured data were mainly used to verify practical focusing capability and structural fidelity in real scenarios. Experimental results demonstrate that the proposed PC-2D-FIR-GEM-Net achieves excellent imaging performance with high efficiency.
4.1. Experimental Setup
To evaluate the reconstruction performance of the proposed PC-2D-FIR-GEM-Net, experiments were conducted on both simulated and measured ISAR datasets under sparse-aperture and low-SNR conditions. The compared methods include the conventional range-Doppler (RD) imaging method, 2D-FIR [
29], PC-2D-FIR-GEM, PCSBL-GAMP-Net [
28], and the proposed PC-2D-FIR-GEM-Net. Among them, PCSBL-GAMP-Net is introduced as a representative GAMP-based Bayesian unfolding baseline, whereas the proposed method unfolds an inverse-free GEM solver with CNN-based coupled-precision generation.
For a fair comparison, all methods were evaluated using the same sparse-aperture observations, sampling masks, and noisy input data under each test condition. The sparse-aperture observation was generated according to the forward model in
Section 2, where the binary mask was applied to simulate incomplete azimuth-aperture measurements. Complex Gaussian noise was added to the full-sampled HRRP observation matrix after pulse compression. The sampling ratio and estimated SNR were used as auxiliary condition information for the proposed PC-2D-FIR-GEM-Net.
The quantitative evaluation is conducted using the image entropy (ENT), normalized mean square error (NMSE), structural similarity index measure (SSIM), and computational time (CT). ENT measures the concentration of the reconstructed image intensity distribution. Since an excessively sparse reconstruction may also lead to a low entropy value, NMSE and SSIM are further reported to evaluate reference-based reconstruction accuracy and structural fidelity. CT denotes the average computational time required by each method to reconstruct one image under the same hardware environment. All experiments were conducted on a workstation equipped with one NVIDIA H100 PCIe GPU. The PyTorch implementation used a single CUDA device for training and inference. For reproducibility, the random seed was fixed to 2026 for Python 3.12.12, NumPy 2.4.6, and PyTorch 2.7.1 during dataset loading, sparse-mask/noise generation, model initialization, and training.
For simulated data, the full-aperture RD image is used as the reference. For measured data, the full-aperture clean reconstruction is used as the reference after coordinate normalization. It should be noted that the full-aperture RD reference used for the measured data is not an ideal physical ground truth of the target reflectivity; since it is obtained through conventional RD processing after motion compensation and preprocessing, it may still contain RD-related characteristics such as finite mainlobe width, residual sidelobes, amplitude distribution bias, and possible preprocessing residuals. A supervised network trained with this reference may partially inherit these RD-like characteristics. For this reason, the reference-based quantitative metrics on measured data should be interpreted as consistency with the full-aperture RD reference rather than absolute physical reconstruction accuracy. In contrast, the simulated data provide known scattering-center information and are used for more controlled quantitative evaluation, including point-wise scattering center analysis.
The parameters of the proposed method are as follows: the network was trained using the Adam optimizer with an initial learning rate of , weight decay of , and batch size of 4. A cosine-annealing learning rate scheduler was adopted with and a minimum learning rate of . With , hidden channel number 8, and condition embedding dimension 16, each CNN precision generator contains 1353 trainable parameters. Each unfolded stage contains 1416 trainable parameters when including the stage-wise scalar parameters, learned coupling kernel, and condition modulators for , , and . Since the stages do not share parameters, the eight-stage network contains 11,684 trainable parameters in total, including the global condition encoder and the global initialization modulators. The stage-wise damping factor, Lipschitz constant, and -step size were initialized as , , and , respectively. The Gamma hyperparameters were fixed as , , , and .
In all experiments, the number of unfolding stages was fixed at . This setting was selected based on an ablation study on the number of stages which tested the cases , and 12. As T increased from 4 to 8, the image entropy decreased from 5.1436 to 5.0731, indicating improved focusing and background suppression; when T was further increased to 10 and 12, computation time continued to rise with increasing T, while image entropy increased to 5.1266 and 5.1468, respectively. This indicates that from an entropy perspective, deeper expansion stages do not further improve focusing quality but instead introduce additional computational overhead. Therefore, was selected as the setting that balances image focusing quality and inference efficiency.
4.2. SNR Estimation and Robustness to SNR-Condition Errors
In practical inference, the SNR input is not assumed to be an exact oracle value, instead being estimated from the observed data using a sparse-RD background median estimator. Let
denote the initial sparse-RD image obtained from the observed sparse-aperture echo. The normalized magnitude image is first computed as
The background-dominated set is selected as
where
dB in our implementation. The noise power is estimated by the median background power,
and the signal power is estimated as
The estimated SNR is then given by
For the six representative measured samples, the adopted estimator achieves a mean absolute error (MAE) of 1.143 dB and a root mean square error (RMSE) of 1.394 dB, and all samples fall within dB of the nominal SNR labels. To further evaluate the influence of SNR-condition errors, we keep the trained checkpoint, input echo, sparse-aperture mask, and sampling ratio unchanged, only perturbing the SNR condition input by dB and dB. The metric differences are computed relative to the nominal-SNR case. Under dB perturbations, the maximum changes in normalized mean square error (NMSE), structural similarity index measure (SSIM), image entropy (ENT), and target-to-background ratio (TBR) are 0.003448, 0.001775, 0.016505, and 0.025675 dB, respectively. Even under dB perturbations, the corresponding maximum changes remain 0.006618, 0.003631, 0.029313, and 0.067999 dB. These results indicate that the SNR input is used as a coarse degradation condition variable rather than an exact oracle parameter.
4.3. Results on Simulated Data
The simulated ISAR dataset was first used to evaluate the proposed method under controlled sparse-aperture and low-SNR conditions. The carrier frequency was set to 10 GHz, the bandwidth was 600 MHz, and the pulse repetition frequency was 100 Hz. The simulation data were divided into a training set, validation set, and test set containing 800, 100, and 100 samples, respectively. There was no overlap between the three datasets, and each consisted of randomly generated scattered points. The imaging scene was discretized into a grid. The simulated target consisted of multiple clustered scattering blocks, which were used to verify whether the algorithms could preserve the structured scattering distribution under degraded observations.
Figure 4 shows an example of the simulated dataset, including the ideal scatterer map and the corresponding full-aperture RD image. The ideal scatterer map provides the target scattering structure, while the full-aperture RD image serves as the supervisory reference image for visual comparison and supervised training. Compared with isolated scatterers, the clustered scattering structure is more suitable for evaluating the effectiveness of the pattern-coupled prior, since neighboring scatterers are statistically correlated in the image domain.
To verify the generalization capability of the proposed method, additional experiments were conducted on the simulated test data under different sparse sampling conditions. Specifically, for each input SNR and each sparse sampling ratio, 100 independent samples were used for evaluation, and the corresponding quantitative metrics were averaged.
Figure 5 shows the image entropy and SSIM results under input SNRs from 0 dB to 10 dB. Lower image entropy indicates a more compact reconstructed image, while higher SSIM indicates better structural similarity with the reference image.
To evaluate the robustness to sparse-aperture sampling, the input SNR was fixed at 5 dB and two sampling ratios were tested,
and
. The reconstructed images are shown in
Figure 6, and the corresponding ENT, NMSE, SSIM, and CT values are reported in
Table 2. The CT was calculated under each testing condition by 50 Monte Carlo trials; the standard deviations of 2D-FIR, PC-2D-FIR-GEM, PCSBL-GAMP-Net, and the proposed PC-2D-FIR-GEM-Net were 0.0142 s, 0.0069 s, 0.0034 s, and 0.0039 s, respectively. As shown in
Figure 6, the RD result suffers from severe defocusing and sidelobe artifacts when only sparse-aperture measurements are available. This degradation becomes more obvious under the
sampling ratio, where the available azimuth information is highly incomplete.
To further evaluate robustness to noise, the sampling ratio was fixed at
and the input SNR was set to 10, 5, and 0 dB, respectively. The visual results are shown in
Figure 7 and the numerical results are listed in
Table 3. When the SNR decreases, the RD image becomes increasingly contaminated by noise-like artifacts, making it easy for weak scattering structures to become obscured. Although 2D-FIR and PC-2D-FIR-GEM improve image focusing compared with RD, residual false scatterers and background fluctuations still remain under low-SNR conditions. PCSBL-GAMP-Net provides strong structural reconstruction owing to its Bayesian unfolding mechanism. The proposed PC-2D-FIR-GEM-Net further maintains a compact target structure and clean background while requiring less computational time. When considering ENT, NMSE, SSIM, and CT jointly, the proposed method shows stable reconstruction capability across different SNR levels and is suitable for fast ISAR imaging under sparse and noisy observations.
The single-scatterer PSLR and ISLR results in
Table 4 further evaluate the local sidelobe suppression capability of different methods. The 2D-FIR method improves image sparsity to some extent, but its fixed reconstruction model has limited ability to suppress sparse aperture-induced sidelobes, grating lobes, and local residual artifacts around individual scattering centers. Although PC-2D-FIR-GEM introduces a pattern-coupled prior to exploit neighborhood dependencies, it is still based on conventional iterative optimization with limited data adaptation capability; as a result, residual weak peaks and background fluctuations may still accumulate in the sidelobe region, leading to unsatisfactory PSLR and ISLR values. In contrast, PCSBL-GAMP-Net achieves favorable PSLR and ISLR performance due to its unfolded block-sparse Bayesian structure. Because PC-2D-FIR-GEM-Net unfolds the iterative reconstruction process into a trainable network and learns the local coupling precision and stage-wise parameters from data, it can more effectively suppress local pseudo-peaks, interference from neighboring scatterers, and sparse-aperture sidelobe residuals.
4.4. Results on Measured Data
The results on measured data further verify the practical applicability of the proposed method. Compared with the results for simulated data, the measured ISAR echoes contain more complicated scattering fluctuations, residual phase errors, and background interference. Under such conditions, RD and 2D-FIR are more likely to produce blurred structures and false scatterers. PC-2D-FIR-GEM improves the reconstruction by introducing pattern-coupled Bayesian modeling, while PCSBL-GAMP-Net benefits from model-driven unfolding and provides better structural preservation than purely iterative sparse reconstruction methods. The proposed PC-2D-FIR-GEM-Net achieves clear target reconstruction under both low-SNR and sparse-aperture conditions. By jointly considering ENT, NMSE, SSIM, and CT, the proposed method provides a favorable balance between imaging quality and reconstruction speed.
The experimental data were collected during two Yak-42 flight missions. To prevent data leakage, the training, validation, and test sets were separated at the source-echo level prior to generating sparse apertures and noisy observations. Specifically, the continuous echoes from the two flight missions were first divided into full-aperture base echo windows based on slow time series, ensuring that adjacent windows did not contain continuous pulse sequences. Each base echo window was assigned to only one of the training, validation, or test sets. After completing this source-level partitioning, sparse aperture masks and noise perturbations were generated independently for each subset. Consequently, different degraded versions generated from the same original full-aperture echo did not appear in different subsets. The final real-world data partition consisted of 1914 training samples, 264 validation samples, and 264 test samples. The validation set was used solely for model selection and early stopping mechanisms, while the test set was used exclusively for final evaluation. No test samples were used during training, validation, hyperparameter selection, or calibration of the signal-to-noise ratio (SNR) estimator. This partitioning strategy ensures that the reported performance evaluation results are based on the ability to reconstruct unseen echo bands rather than on different degraded versions of the same original echo. After standard preprocessing, the full-aperture echoes were used to generate supervisory reference images, while degraded inputs were produced by applying sparse-aperture masks and adding complex Gaussian noise. The full-aperture image was used as the reference image for supervised training and visual comparison. Therefore, the measured data experiment mainly focuses on structural preservation, background suppression, and computational efficiency rather than absolute pixel-wise recovery accuracy.
Figure 8 shows the full-aperture RD imaging result, which is used as the reference for visual comparison.
Figure 9 presents the reconstructed images of different methods under sparse-aperture measured data conditions. The input SNR was fixed at 5 dB, and two sampling ratios of
and
were considered. The corresponding quantitative results are reported in
Table 5, including ENT, NMSE, SSIM, and CT. Under the
sampling ratio, the results for conventional RD suffer from severe background artifacts and discontinuous target structures because of the significant loss of azimuth-aperture information. The methods based on sparse reconstruction improve the focusing quality to different degrees. Specifically, 2D-FIR enhances image sparsity, PC-2D-FIR-GEM further exploits the pattern-coupled prior to improve structural compactness, and PCSBL-GAMP-Net provides a model-driven unfolding baseline with improved structural reconstruction. In comparison, the proposed PC-2D-FIR-GEM-Net preserves the main target scattering structure more stably while suppressing background artifacts and maintaining a low computational cost. These results indicate that the proposed method can effectively reconstruct measured ISAR target structures under low-SNR and sparse-aperture conditions.
Figure 10 presents the imaging results for measured data under different SNR levels, where the sampling ratio was fixed at
. As the SNR decreases from 10 dB to 0 dB, the imaging difficulty increases because the sparse-aperture observations are further contaminated by noise. The RD and 2D-FIR results exhibit more visible background interference and false scatterers under low-SNR conditions. PC-2D-FIR-GEM and PCSBL-GAMP-Net improve the reconstruction quality by introducing Bayesian structural modeling and model-driven unfolding, respectively. The proposed PC-2D-FIR-GEM-Net further maintains clear target scattering structures across different SNR levels and effectively suppresses background artifacts. The visual results demonstrate that the proposed method has stable reconstruction capability for measured ISAR data under both sparse sampling and low-SNR degradation.
The quantitative results in
Table 5 and
Table 6 further support the visual comparison. Since a single metric cannot fully characterize the imaging quality, the evaluation jointly considers ENT, NMSE, SSIM, and CT. To further assess the statistical stability of the computational efficiency, the runtime of each method was repeatedly measured over 50 independent runs under the same hardware and software configuration. The CT standard deviations of 2D-FIR, PC-2D-FIR-GEM, PCSBL-GAMP-Net, and the proposed PC-2D-FIR-GEM-Net were 0.0127 s, 0.0077 s, 0.0061 s, and 0.0052 s, respectively. The small standard deviations indicate that the runtime measurements are stable across repeated trials. Compared with conventional iterative methods, the methods based on unfolded networks not only reduce the average computational time but also exhibit stable runtime fluctuations, further confirming their practical computational efficiency. Although RD has the lowest computational cost owing to its FFT-based implementation, its image quality degrades significantly under sparse and noisy observations. Compared with iterative Bayesian reconstruction methods and the GAMP-based unfolding baseline, PC-2D-FIR-GEM-Net achieves a favorable overall balance among image focusing quality, target structural fidelity, background suppression, and computational efficiency. These results confirm that the proposed method is suitable for fast and reliable high-resolution ISAR imaging under practical low-SNR and sparse-aperture conditions.
4.5. Computational Complexity
Let denote the number of image pixels, where N and M are the range and azimuth dimensions, respectively. The proposed PC-2D-FIR-GEM-Net has a fixed-stage inference structure with T unfolded stages. In each stage, the dominant computation comes from the forward and adjoint imaging operations in the inverse-free X-step. When the range and azimuth imaging operators are implemented by FFT/IFFT-type operations, this part has complexity . The subsequent X-update, -update, -update, damping operation, and surrogate variance construction are all element-wise operations with complexity . The CNN-based coupled-precision generator is lightweight; for a convolution kernel of size and hidden channel number C, the three convolutional layers introduce approximately operations, while the FiLM-type condition modulation and fully connected condition encoder only introduce minor additional overhead. Therefore, the total inference complexity of the proposed network can be written as .
In our implementation, , , and , so the CNN-related cost remains small and the overall complexity is dominated by a fixed number of forward and adjoint imaging operations. More importantly, the proposed inference procedure does not require large-scale matrix inversion or convergence-dependent iterative optimization. Once the network is trained, the number of computational stages is fixed; all major operations, including FFT-type transforms, element-wise Bayesian updates, and convolutional precision generation, can be efficiently parallelized on modern hardware. This fixed-stage, inverse-free, and parallelizable structure explains the fast imaging time achieved by the proposed method in our experiments.