Next Article in Journal
Satellite-Based Assessment of Intertidal Vegetation Dynamics in Continental Portugal with Sentinel-2 Data
Previous Article in Journal
The Evolution of the Mars Year (MY) 35 Anomalous Spring Dust Storm and Its Influence on the Chryse and Utopia Plains
Previous Article in Special Issue
HAF-YOLO: Dynamic Feature Aggregation Network for Object Detection in Remote-Sensing Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Explainable Shape Anomaly Detection of Space Targets from ISAR Image Sequences

by
Zi Wang
,
Jia Duan
* and
Lei Zhang
School of Electronics and Communication, Sun Yat-sen University (Shenzhen), Shenzhen 518107, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2025, 17(21), 3541; https://doi.org/10.3390/rs17213541
Submission received: 22 September 2025 / Revised: 18 October 2025 / Accepted: 21 October 2025 / Published: 26 October 2025

Highlights

What are the main findings?
  • An explainable shape anomaly detection model combining A Fully Convolutional Data Description(FCDD) network with an attention-based GRU ensures abnormal detection of ISAR image sequences.
  • By highlighting abnormal distribution through the Fully Convolutional Data Description(FCDD) network and enhancing the ability of extracting temporal features via the attention-based GRU, the model’s detection performance is elevated.
What is the implication of the main finding?
  • This approach enhances the abnormal detection performance under conditions of insufficient abnormal samples.
  • It provides a robust solution to detect and locate the abnormal shape of spatial targets.

Abstract

Shape anomaly detection of satellites is critical to ensuring their safe operation. With the intrinsic range-Doppler projection mechanism, the inverse synthetic aperture radar (ISAR) image sequence has a high potential for localizing and detecting satellites’ shape anomalies. In this manuscript, we propose a Fully Convolutional Data Description (FCDD) joint temporal sequential classification network to extract both spatial and temporal information for shape anomaly detection of space targets. The explainable FCDD network is initially built to generate explainable heatmaps of anomalies. An attention-based GRU is used to learn context information between heatmap sequences by converting detection into sequential binary classification. In this way, the joint temporal and spatial information extraction proposal can not only detect shape anomalies with high precision and low false alarm rate but also retain the capability of generating explainable heatmaps to localize satellite shape anomaly components. Extensive experimental results confirm the superiority of the proposal.

1. Introduction

Detection is a critical task in space situational awareness [1,2]. On-orbit satellites with various payloads and subsystems frequently experience inevitable component failure due to severe temperatures and electromagnetic radiation. Space target anomalies can generally be divided into three categories: orbit transfer, attitude anomaly, and shape anomaly [3,4]. The detection of the first two aberrant occurrences has been extensively researched in recent years [5,6,7,8,9,10]. However, the shape anomaly detection for space targets remains a relatively unexplored field. Like other anomaly events, shape anomaly detection can help find unanticipated flaws in components’ shape and save them in time. For example, in October 2006 and February 2007, both the test Beidou navigation satellite and Sinosat-2 encountered solar wing unfolding problems [11,12]. In June 2024, the disintegration of Russia’s RESURS-P1 satellites produced 100 debris, which posed a great threat to the International Space Station [13]. Therefore, it is particularly important to detect these shape anomalies of satellites as soon as possible, which can help monitor space targets and react in time.
The high-resolution inverse synthetic aperture radar (ISAR) has been a prominent sensor in long-term space target surveillance due to its long distance, all-day, all-weather capabilities and high revisit frequency [14,15,16]. Generally speaking, ISAR can provide a series of high-resolution images in the range and azimuth directions to portray the fundamental shapes of satellites. However, ISAR’s unique electromagnetic imaging method makes robust shape extraction problematic due to incomplete edges, excessive glint scatters, and speckle noise. Therefore, the utilization of ISAR images to detect shape anomalies for space targets is important but challenging.
The shape anomaly detection of satellites from ISAR images can be considered as an anomaly detection (AD) of images in industrial fields. Basically, AD is an operation that measures a sample’s deviation from the established dataset’s norms. Typically, this assignment involves distinguishing between ’normal’ and ’anomalous’ using the binary classification paradigm [17]. AD methods can be classified as unsupervised, semi-supervised, or supervised learning approaches. Unsupervised AD techniques are particularly valuable in scenarios where there is a shortage of labeled data. Anomaly detection can be achieved by automatically learning the feature distribution of normal data samples and identifying examples that deviate from the learned distribution. This umbrella encompasses traditional approaches such as the Isolation Forest [18] and One-Class SVM (OCSVM) [19]. The isolation forest identifies anomalies by isolating observations from a randomly partitioned feature space. OCSVM, on the other hand, is intended for unsupervised outlier detection by calculating the support of a high-dimensional distribution. In recent years, there has been a surge of interest in developing a novel deep learning technique, especially for AD. These advanced methodologies harness the power of neural networks to learn from data directly. Ref. [20] employs the autoencoder to accurately rebuild normal data samples while struggling with anomalous samples. The resulting reconstruction error is then used to calculate an anomaly score [21]. However, one of the most effective AD methods is based on supervision, which trains a network to predict an anomaly score based on the confidence level of the predictions by including known anomalies into the training process [22,23]. With enough abnormal data, such methods are especially effective because they may learn from the intricacies of both normal and anomalous data, resulting in more accurate and robust AD systems. Yet, creating a comprehensive dataset that includes all potential departures from normalcy is a daunting task. Since the supplied anomalies cannot fully represent “anomalousness,” semi-supervised anomaly detection appears to offer a promising approach. These methods incorporate auxiliary anomalous data to enhance the performance of unsupervised classification methods that are trained on nominal data [24]. These methods aim to separate nominal samples from anomalies in an unsupervised manner, effectively concentrating nominal data in feature space and mapping away anomalies [25]. Although there is much recent research on ADs, there is limited work on making them explainable.
However, explainable AD are especially critical for space targets to meet safety and security standards, prevent unfair social biases, and aid human decision-making [26,27,28]. We care not only whether AD occurs but also where it occurs. In this way, we can help rescue high-value space targets in time. To address the issue of explainability, various strategies have been introduced throughout the years [29]. Many of these methods, including reconstruction errors [30], attention learning [31], and gradient back-propagation [32], can be used or adapted to provide well-explainable detection results. A Fully Convolutional Data Description (FCDD) network has been proposed as one method for producing a down-sampled anomaly heatmap [33]. This heatmap uses solely convolutional and pooling layers to identify pixels that vary significantly from the anomalous center. The FCDD’s AD performance is comparable to the best available AD methods on established benchmarks such as CIFAR-10 and ImageNet [33]. Building on this, our paper explores a modification of the FCDD to achieve explainable shape anomaly detection based on ISAR image sequences.
For satellite AD, data-driven fault diagnosis techniques have gained popularity recently. Most of this research has been focused on detecting anomalies with satellite housekeeping data [34,35,36,37]. For instance, Zeng et al. [34] introduced a CN-FA-LSTM anomaly detection approach that can identify subtle patterns and detect abnormalities with high accuracy. A satellite health monitoring system that incorporates probabilistic clustering and dimensionality reduction techniques has been proven to have outstanding impacts on telemetry datasets [37]. Additionally, there is an emphasis on detecting dynamic abnormalities in space targets. By considering the micro-Doppler-related features or images, an anomaly detection algorithm based on the Gaussian mixture model (GMM) was proposed to identify the abnormal motion statuses of space targets in [38]. Furthermore, we proposed a framework that integrates the sparse constraint with LSTM to detect abnormal dynamic status from ISAR sequences in ref. [7]. For shape anomaly detection of space targets, such as solar panel unfolding, components detaching, and even disintegration, there is still little publicly available literature.
As a result, in this manuscript, we propose a framework for detecting shape anomalies in space targets utilizing ISAR image sequences, where sequential ISAR imaging of a specific space target is always generated for long-term surveillance during one circle. Given the imaging projection process of sequential ISAR, the projected feature flow of space targets in the ISAR image sequence exhibits a high potential for shape anomaly detection. In this way, we propose a temporal FCDD structure in this manuscript, known as FCDD-GRU-Att, to improve the single frame-based shape anomaly detection of satellites. The state-of-the-art interpretable FCDD architecture is used to generate anomalous heatmap sequences from ISAR sequences to aid in the interpretation of anomalous images, followed by an attention-based GRU structure to capture context relations between these interpretable heatmap sequences. By incorporating of temporal and geographical features, the shape AD performance has been significantly boosted through experiments. Furthermore, by up-sampling the heatmap sequences to the image size, our proposal can not only demonstrate how the anomalous images differ from the norm, but it can also pinpoint the anomalous parts in ISAR images. Compared to available AD methods for satellites, the novelty of the proposal can be concluded as follows:
(1)
To the best of our knowledge, this is the first paper to suggest employing an ISAR image sequence to detect shape anomalies in space targets. On one hand, ISAR images have the advantage of high-resolution, all-day, all-weather, and long-distance monitoring of uncooperative targets over low-resolution micro-Doppler data and cooperative housekeeping data. The existing literature, on the other hand, primarily focus on overall operations with housekeeping data or dynamic state monitoring using ISAR and micro-Doppler data. Public research on satellite shape anomalies is notably lacking.
(2)
In this work, we introduce a novel framework that leverages spatial and temporal information to detect shape anomalies in image sequences for satellites. By constructing a joint structure of FCDD and attention-based GRU, we can considerably improve shape anomaly performance using both spatial and contextual information, thanks to the sequential imaging operation of space targets in long-term surveillance.
(3)
We propose an interpretable architecture for shape anomaly detection in satellite ISAR image sequences. This architecture not only enables the detection of anomalous frames but also allows for the precise localization of the erroneous components inside the associated ISAR image frames. This architecture can aid in a better understanding of AD results and offer a robust result for human decision-making.
The following contents of the paper are organized as follows: In Section 2, the ISAR sequential imaging projection is modeled, in which the geometrical feature sequence is proven to be effective in shape anomaly detection. In Section 3, the proposed FCDD-GRU-Att architecture is constructed for identifying abnormal shape anomalies of space targets in detail. Section 4 exhibits the experimental effectiveness of the proposal. Finally, some conclusions are given.

2. Sequential ISAR Imaging Geometry of Space Target

2.1. Sequential ISAR Imaging

In this manuscript, we assume that sequential ISAR images are generated using the equal accumulated imaging time premise. The sequential projection of ISAR in terms of the target cartesian coordinate is illustrated in Figure 1. The target cartesian coordinate is defined as follows: the x-axis points to the Earth’s core, the y-axis is tangent to the target orbit, and the z-axis represents the object’s motion plane’s normal vector.
As a result, the light of sight (LOS) of ISAR k can be described by elevation and azimuth angles ( θ , ϕ ) in a target coordinate, such as
k = cos θ t m sin ϕ t m , cos θ t m cos ϕ t m , sin θ t m T
where t m is the slow time.
ISAR imaging is a process that projects a 3D target onto a 2D imaging plane. The 2D imaging plane is defined by two orthogonal coordinate unit vectors r and F d . The range direction r is the LOS direction, and the Doppler direction F d is defined by the effective rotation vector ω e f f , such as
F d = k × ω e f f k × ω e f f
where × denotes the outer product of two vectors. For on-orbit space targets, the effective angular velocity ω e f f is a combination of orbit motion and self-rotation as
ω e f f , p = ω L O S , p ω r o t , p
where ω r o t , p and ω L O S , p denote self-rotation angular velocity and the intersection direction between the start and end LOS vector in an imaging frame, such as
ω L O S , p = k p t 0 , k p t 0 + C P T k p t 0 , k p t 0 + C P T C P T C P T
where CPT represents the coherent processing time for each imaging frame under constant acceleration.
As previously noted, because of ISAR’s peculiar scattering process, angular glint makes the point feature fragile. We recommend using the robust skeleton feature instead of point features to illustrate satellite shape differences. As illustrated in Figure 2, the skeleton can be defined by two perpendicular vectors. The vectors can be described using projected lengths R i and d i in the RD imaging plane.
By the RD imaging projection, the projected length of main axis in range direction R can be written as
R = k Radar , R · l = L cos θ sin ϕ cos α sin β + cos θ cos ϕ cos α cos β + sin θ sin α
where l = L cos α sin β , cos α cos β , sin α T defines the primary axis of space target in the target coordinate, L stands for its length, α and β denote the direction of the vector, which is defined similarly to θ and ϕ .
The projected length in azimuth is denoted as d, which can be written as
d = ω e f f F d · l .

2.2. Sequential ISAR Image of Satellite Shape Anomalies

Shape anomalies in satellites are characterized as abnormal phenomena in their appearance that introduce variations in geometry, texture, and so on. Typical shape anomaly phenomena include solar panel folding, satellite fragmentation, jammer attachment, and so on.
In this paper, we concentrate on shape anomalies that can introduce geometrical changes in ISAR images. As previously indicated, we defined the basic geometry of satellites as two perpendicular major axes. Here, we will model the changes of the two vectors in shape anomaly events across distinct dynamic states. The shape-represented vectors in the imaging plane are illustrated in (5) and (6). Once a shape anomaly occurs, the length L will change to L , such as
R a = L cos θ sin ϕ cos α sin β + cos θ cos ϕ cos α cos β + sin θ sin α
d a = ω e f f F d · l = L ω e f f ω e f f × k ω e f f × k · cos α sin β , cos α cos β , sin α T
As a result, in the anomalous imaging frame, an abrupt shift in projected length R a and d a will be shown, followed by successive changes in different states. In general, the LOS-defined θ and ϕ can be considered to rotate at a constant angular velocity. For three-axis stabilized space targets, α and β are constants. As a result, with the ISAR image sequence of three-axis stabilized satellites, the projected range R will fluctuate in proportion to θ and ϕ . When a space target moves itself, its position changes in the target coordinate. That indicates α and β change with time. The projected range R will be determined by the combined changes in ( θ , ϕ ) and ( α , β ) as (7).
For three-axis stablilized space targets, ω e f f , p only comes from the rotation of LOS as (3). According to ref. [7], the azimuth resolution of stably managed space targets will adhere to the regulation from low to high and back to low, which corresponds to the on-orbit motion from low to high to low elevation. When a space target rotates, the effective rotation is caused by both the rotation of LOS and the target itself. When the rotation velocity is double that of LOS, the rotation itself is mostly responsible for the effective rotation. In this manner, the azimuth resolution will remain consistent throughout the imaging series.
In summary, the shape anomaly will cause rapid changes in the projected lengths and directions of the main axes of space targets in the imaging frame. The projected azimuth length then changes, as it did in its dynamic states. As a result, the shape sequences of space targets may be utilized for shape anomaly detection, which is the motivation behind our proposal.
For clarity, a simulated 400 km high satellite is spotted from Beijing station (39.9°N, 116.4°E, 0 m) using TLE parameters acquired from the tracking system, as shown in Figure 3a,b. The projected lengths R and d of primary axes in different dynamics (normal or abnormal) and shape states (normal or abnormal) are shown in Figure 3c,d. Clearly, the shape anomalies will introduce sudden changes in projected lengths, whatever the dynamic states of the satellites are. Afterwards, the projected lengths will follow the change of its dynamic states.

3. Sequential Shape Anomaly Detection of Space Targets

3.1. FCDD Network [33]

Here, we begin by introducing the explainable anomaly detection architecture, the Fully Convolutional Data Description (FCDD), which yields an anomalous shape-related heatmap sequence. The FCDD network is a deep one-class approach that employs the fully convolutional network (FCN) and hypersphere classifier (HSC). As shown in Figure 4, the FCDD is composed of three main structures.
FCN: The FCN converts an ISAR image into a feature matrix using convolution and pooling. Here, we utilize the VGG-16 backbone network because of its high classification efficiency.
Geometrical regulation: The FCN output ϕ X , ω is then regulated by the geometrical enhanced function A X = ϕ X , ω 2 + 1 1 , which outperforms other geometry regulations such as l 1 , l 2 , and l 2 2 in anomaly detection [39].
Heatmap Up-sampling: In reality, it is hard and time-consuming to collect ground-truth pixel annotations for anomalous samples. Therefore, FCDD proposes up-sampling A X using a transposed convolution with a fixed Gaussian kernel to generate anomalous heatmaps of the same size as the input ISAR image.
The FCDD objective function is specified by the pseudo-Huber loss on the up-sampling heatmap, such as
min ω 1 n i 1 y i 1 h w A X i 1 y i log 1 exp 1 h w A X i 1
where X 1 , X 2 , , X n are ISAR images, y i denotes the labels with anomalies y i = 1 and nominal y i = 0 , h and w determine the input ISAR image’s original dimensions, and A ( X i ) is the the parameter for up-sampling A X .

3.2. Sequential Shape Anomaly Detection Network

Shape anomalies in different dynamics may be detected using shape sequences of ISAR images, as explained in Section 2.2. As a result, we utilize an FCDD-generated heatmap sequence to describe shape fluctuations. The ISAR sequence-based shape anomaly detection problem can then be transformed to a sequence-to-sequence binary classification problem. In this way, we propose a temporal FCDD network to identify sequential shape anomalies for ISAR images with attention-based GRU. The proposed sequential shape anomaly detection network is drawn in Figure 5.
The proposal consists of three primary modules.
Spatial feature extraction: The first module extracts anomaly-related spatial features using the FCN and A X in FCDD. In this way, a down-sampled anomaly heatmap sequence is generated as A 1 , A 2 , , A T .
Temporal feature extraction: We propose extracting temporal features from anomalous heatmap sequences using GRU and temporal self-attention mechanisms. The attention-GRU model is proven effective in time-series data analysis [40].
GRU is a variant of a recurrent neural network that uses reset and update gates to manage the amount of historical information retained. The reset and update gates are computed as
r t = σ W r · h t 1 , x t , z t = σ W z · h t 1 , x t
where x t is the tth input of the sequence and h t 1 denotes the state at (t − 1)th moment. The gates can regulate the amount of information utilized at this moment by using the weight parameters W r , W z and activation function σ . The hidden state is updated according to (11):
h t = 1 z t × h t 1 + z t tanh W h · r t × h t 1 , x t
The attention mechanism operates by assigning different weights to information at different moments. Since different temporal input has varying degrees of importance at this point, we add an attention layer following the GRU layer. The attention mechanism functions as follows:
H = softmax Q K T d K V
where Q = X × W Q , K = X × W K , V = X × W V , d K denotes the number of columns in Q and K. Using the softmax function, the attention coefficients for each moment to other moments may be calculated. By multiplying V, the weighted temporal feature vector may be updated.
Sequence classification: Following spatial and temporal feature extraction, the sequential shape anomaly detection problem may be converted into a sequential classification problem with a loss function specified as
L = 1 C y i log ( y ^ i )
where C = 2 is the number of the shape classes, i.e., normal shape and anomaly shape, y i and y ^ i are the one-hot representation and estimated probability, respectively.
Finally, Table 1 lists the comprehensive design of the sequential shape anomaly detection network FCDD-GRU-Att.
Training data and labels: The sequential shape anomaly detection FCDD-Attention-based GRU network is trained on consecutive samples labeled as nominal or anomalous. Let X 1 t , , X n t , t = 1 , 2 , , T denote a collection of sequential samples with labels y 1 t , , y n t .
Training tricks: As illustrated in ref. [27], the FCDD network may perform remarkably well with a small corpus of labeled anomalies. Therefore, we may initially train the FCDD network with a single-frame ISAR image dataset. The proposed FCDD-GRU-Att network may converge quickly by fine-tuning the temporal feature extraction module after transferring the FCDD-trained parameters.

4. Experiments and Analysis

In this section, several experiments are performed to validate the effectiveness of the suggested sequential shape anomaly architecture. First, the dataset is created. Second, the FCDD network is proven to identify shape anomalies in single-frame ISAR images. Afterward, the proposed FCDD-GRU-Att network is conducted to a simulated sequential ISAR image dataset. Then, the bounds of the proposal are reviewed under various conditions, such as training anomaly quantities, frame number per sequence, and SNR. Finally, comparisons are performed to establish the proposal’s superiority.

4.1. Introduction of Experimental Data

Before we begin, a brief introduction to the simulated dataset used in this experiment is provided for clarity. Due to the lack of real measured satellite ISAR images with shape anomalies, the proposal is examined with simulated ISAR data.
(1)
ISAR image generation: Because of a paucity of real data, our experiments are conducted on simulated data of different satellites. Six distinct satellites are used, and the 3D point models are depicted in Figure 6. The improved physical optical (PO) algorithm is utilized for ISAR echo simulation, which has been proven to be effective for the majority of satellite echo generation [41]. Table 2 lists the simulated parameters of a Ku-band radar for clarity. For data diversity, two different ground stations are constructed for simulation, located in Beijing (39.9°N, 116.4°E) and Tianjin (39.1°N, 117.2°E). The real-measured TLEs are adopted for satellite orbit description. An example of TLE is shown in Figure 3a,b. The traditional RD imaging algorithm is used to generate ISAR images. Examples of simulated ISAR images for different targets are shown below their 3D point model.
Afterwards, the equal accumulation time model is used to construct the ISAR sequences to ensure phase consistency between frames. Diverse initial attitudes are generated for each sequence to result in different attitudes. According to Table 2, the coherent time for imaging is 0.6 s, and the interval between each imaging frame is 10 s. Eventually, an ISAR image sequence of 36 frames is generated for each lap.
(2)
Generation of different dynamic status: For the diversity of data, we also simulate satellites in a variety of dynamic statuses, including three-axis stability, self-rotation, and attitude adjustment within one frame. The rotation velocity is set as 0.1°/s and 1°/s for the last two statuses. For each orbiting circle, 30 frames of ISAR images with a 10 s interval are generated for sequential shape anomaly detection performance evaluation.
(3)
Evaluate criterion: Same as detection problems, the fundamental criterion for anomaly detection that we care about is the detection capabilities under specific false alarm rates. As a result, overall precision (Prec), detection rates (Detec), and false alarm rates (FA) are computed for quantitative assessments, whose definitions are given as
Precision = T P + T N T P + T N + F P + F N Detec = T P T P + F P FA = F N F N + T N
True anomalies are denoted as TP, true normal samples as TN, false detected anomalies as FP, and false detected normal samples as FN. For classification, they are the elements of a binary classification confusion matrix.

4.2. FCDD for One-Frame Shape Anomaly Detection

In this subsection, we conduct the FCDD for shape anomaly detection on a single ISAR image to validate its effectiveness in detecting and localizing anomalous parts.
Dataset: We simulated 3180 frames of normal ISAR images as well as 1860 ISAR images with shape anomaly for shape anomaly detection. We randomly choose 1650 normal images and 840 abnormal images for training, 360 normal images and 240 abnormal images for threshold calculation, and 1170 normal images and 780 anomalies for testing. This experiment includes typical abnormal shape phenomena, such as single sail folding, double sail folding, and sail detachment and disintegration. The training dataset and calculation dataset are constructed with more normal images than anomalies to imitate a lack of anomalies in real-world scenarios.
Training settings: After feeding the training samples into the constructed FCDD architecture, the training progress can be converged. The Adam solver is used with a 0.0001 learning rate and 0.9 gradient decay factor. The batch size is set to 200.
Anomaly score threshold computation: For FCDD shape anomaly detection, a calculation dataset should be constructed to calculate the anomaly-score-based threshold to discriminate normal images from shape anomalous ISAR images of satellites. Given the labels and scores of calculation samples, the threshold is determined by maximizing the difference between true positive rate (TPR) and false positive rate (FPR), as Figure 7 shows. The anomaly score threshold is computed as 0.726 in this way.
For clarity, the confusion matrix is given in Figure 8. Clearly, the FCDD is capable of detecting shape anomalies at 85.26% with 2.9% false alarms.
Moreover, one advantage of FCDD is that it provides explainable descriptions of anomalies. Therefore, we randomly selected up-sampled heatmaps from TP, TN, FP, and FN samples to validate the effectiveness of anomaly explanations, as shown in Figure 9. As demonstrated, FCDD can not only detect but also pinpoint shape-anomalous parts in satellites. There are two significant false cases. First, the FPs and FNs exhibit low anomaly scores close to the threshold. As shown, normal images and anomalies have overlapping mean anomaly scores ranging from 0.5 to 1. Otherwise, they are hardly recognized in images such as FP 2, 3, 5, and FN 1, 2, 3.
To further evaluate the quality of FCDD, histograms of TP, TN, FP, and FN are plotted in Figure 10a. As shown, anomaly scores of FPs are primarily concentrated around the threshold. FNs mainly receive low scores because of observed attitude-induced failures in satellite structure integrity description. In this way, geometrical features of satellites in ISAR images have been proven to make a difference in shape anomaly detection. Figure 10b plots the false rates of different targets. The FP mainly comes from the detection of one solar panel fold of TDRS and Tiangong. The FN has the same cases.
Clearly, fixed threshold-based shape anomaly detection cannot distinguish between situations with low anomaly scores. In this way, we propose to utilize the sequential ISAR images to improve shape anomaly detection performance by exploiting context relations between frames. By converting the sequential detection into a sequential binary classification problem, most misjudgedd abnormal anomaly cases can be corrected by utilizing temporal information.

4.3. Sequential Shape Anomaly Detection for ISAR

In this subsection, we bring in the temporal features to improve the performance of shape anomaly detection. The architecture of the proposed FCDD-GRU-Att is listed in Table 1.
Dataset: For comparison, we utilized the same dataset of single frames. Each observed orbit has 30 frames for sequential shape anomaly detection. FCDD-GRU-Att just uses training and testing datasets because threshold calculation is not required.
Training settings: After feeding the training sequential samples into the FCDD-GRU-Att network, the training progress can be converged. The Adam solver is utilized with a 0.0001 learning rate.
Sequential shape anomaly detection: Instead of feeding a single frame ISAR image into a trained network, we explore both the temporal and spatial information in an ISAR sequence to improve shape anomaly detection properties. The trained FCDD parameters are used to initialize the same layers, accelerating the convergence of training progress in the proposed FCDD-GRU-Att architecture.
Using the same test dataset as in B, the confusion matrix of FCDD-GRU-Att is shown in Figure 11 after converting a single frame into 30-frame sequences. As illustrated in Figure 12a, the accuracy of shape status classification has been significantly improved by incorporating the temporal inertia of shape anomalies. The missed detection comes from a single sequence observation of the TDRS satellite. For clarity, we plot the anomaly score of a sequence that was incorrectly classified in FCDD but is correctly classified in FCDD-GRU-Att in Figure 12b. As shown, anomaly scores may be low in single frames, resulting in false judgment inevitably for FCDD. However, by introducing context information in real time, detection can be significantly improved. Therefore, the introduced FCDD-GRU-Att architecture can identify sequential shape anomalies with high quality.
Moreover, the proposal can provide explanations like FCDD. Instead of using the Gaussian kernel to up-sample A X , we prefer nearest interpolation for simplicity. As illustrated in Figure 13, sequential shape anomaly detection can improve detection precision while also maintaining the explainable capability of FCDD.
To further illustrate the superiority of the proposed structure, we made certain structural alterations for comparison.
First, instead of feeding A X into sequential classification, the anomaly score is used for comparison. Second, the GRU architecture is replaced by Bi-Lstm. Finally, the attention mechanism has been removed. For quantitative comparison, Prec, Detec, and FA are calculated. As shown in Table 3, the proposed structure is best suited for sequential anomaly detection for satellites using ISAR images, accounting for detection and false alarm rates. The A-Att-GRU denotes abnormal samples based on the GRU-Att architecture.

4.4. Performance Evaluation Under Different Conditions

In this subsection, we will discuss the performance of the proposal under different conditions, including different anomaly amounts, different frame numbers of sequences, and different signal-to-noise ratios (SNRs).
Amounts of trained anomalies: In reality, the number of anomalies is not comparable to normality. Moreover, it is impossible to incorporate all cases of anomalies in the training process. Therefore, the anomaly detection problem cannot be solved solely through binary classification. The aims of anomaly detection methods are to maximize detection at low anomalous rates.
The training dataset in Section 4.1 includes 1650 normal images and 840 abnormal images. We gradually decrease the number of abnormal images from 840 to 600, 480, and 360 in turn. Meanwhile, the number of training normal images, calculation images, and testing images remains unchanged. There are four different shape-anomalous types with the observation sequence consists of 30 sequences. Therefore, the smallest number 360 represents only three sequences for each type of abnormality.
For comparison, FCDD is conducted to demonstrate the benefit of temporal information in anomaly detection. The precision, detection rates, and false alarm rates are computed for quantitative analysis. As shown in Table 4, the overall precision has been improved significantly by extracting temporal features. However, as the number of training anomalies decreases, the improvement becomes less substantial.
Frame numbers of sequence: It is evident that frame number makes a difference in temporal feature extraction. Therefore, in this subsection, we explore the influence of frame number in the proposed sequential anomaly detection algorithm. Moreover, we expand the dataset above to ensure a more valid evaluation. A training dataset with 10,740 images is constructed by incorporating different oriented attitudes, with 6540 images in normal shapes and the rest being anomalies. The testing dataset has been expanded as well, with 2700 normal images and 3000 anomalies. There are 30 sequences for a circle. To evaluate the influence of frame number, sequences are constructed with 30, 15, 10, 5, 3, and 1 frames per sequence. The precision, detection rates, and false alarm rates are also calculated for an overall evaluation, as shown in Figure 14. It is evident that the improvement of sequential features increases with longer sequences. However, even with 3 frames per sequence, the detection rates have been improved by exploiting the context of sequential ISAR images. To achieve 100% detection and a low false alarm rate of <2%, 15 frames per sequence are recommended. For 5 frames per sequence, the proposal can achieve anomaly detection rates >99% with an FA of almost 3%.
SNR: By adding random Gaussian-distributed noise to the simulated testing dataset above, different ISAR image sequences at varying SNRs are generated. The criteria Prec, Detec, and FA are then used to evaluate the proposal’s performance at different SNRs during testing, as shown in Figure 15. Monte Carlo experiments are performed ten times for each SNR, and the mean values of the criteria are drawn. For comparison, the original FCDD is also performed.
As demonstrated, the temporal context can significantly improve the original FCDD’s detection precision and false alarm rates. The proposal can deliver an accessible performance even under SNR = 0 dB. When the SNR decreases further, the improvement is minimal. That may be because the skeleton-related geometrical features in ISAR images are blurred.

4.5. Comparisons

To validate the superiority of our proposal, we compare it to available methods such as the isolation forest [18], OCSVM [42], FCDD [33], and Vision Transformer (Vit) of binary classification [43]. As stated above, Prec, Detec, and FA are evaluation criteria for anomaly detection. For simplicity, we feed flattened A X generated by FCDD as features for the isolation forest and OCSVM-based anomaly detection since they do not have the capability to extract spatial features from images.
As illustrated in Table 5, the proposal outperforms existing methods in terms of detection rates and overall precision. Since we incorporate temporal context information into the explainable FCDD network for anomaly detection, the proposal may take advantage of both spatial and temporal features, promising high detection rates.
To our knowledge, existing anomaly detection systems address either a single image or a feature flow independently. However, in many cases, such as ISAR imaging of space targets, sequential observations are typically generated to monitor and evaluate targets. Moreover, unexpected shape anomalies occur and cannot be self-recited in short intervals without human intervention. In this way, sequential ISAR images can be utilized for shape anomaly detection improvement by leveraging both spatial and temporal features.
However, in order to detect shape anomalies, we are interested in both the occurrence and location of form anomalies. The FCDD network not only provides comparable anomaly detection capability as state-of-the-art methods, but it can also generate explainable heatmaps to locate the anomalous parts. Therefore, we employ an FCDD network to extract spatial features linked to shape anomalies. It anticipates significant performance in spatial–temporal anomaly identification for satellites using ISAR picture sequences when combined with a temporal information extraction architecture.

5. Discussion

The results demonstrate that the proposed explainable framework effectively detects and localizes shape anomalies of space targets from ISAR image sequences, outperforming existing methods in both interpretability and detection accuracy. Compared with the traditional downsampling of abnormal heatmaps through FCDD networks, our method proposes a joint approach with an attention-based GRU architecture, introducing the joint of temporal and spatial features to achieve interpretable shape anomaly detection based on ISAR image sequences, improving the solution of detecting and locating anomalies simultaneously. Compared with the traditional downsampling of abnormal heatmaps through FCDD networks, our method proposes a joint approach with an attention-based GRU architecture, introducing the joint of temporal and spatial features to achieve interpretable shape anomaly detection based on ISAR image sequences, improving the solution of detecting and locating anomalies simultaneously.
These findings validate the working hypothesis that ISAR geometric projections encode sufficient structural information for identifying physical anomalies such as panel folding or component loss. The study also shows that our approach can not only display the differences between abnormal images and normal images, but also accurately locate the abnormal parts in ISAR images.
From a broader perspective, this study provides new ideas for intelligent space situational awareness, making satellite health monitoring more reliable, interpretable, and data-efficient, as well as addressing the lack of public research on satellite shape anomalies. Future work will expand this method to handle more complex non-rigid deformations, as well as to further improve the model’s generalization and practical robustness.

6. Conclusions

In this paper, we propose a sequential, explainable shape anomaly detection method for satellites using sequential ISAR images. Because of the temporal nature of satellite shape anomalies, temporal context can be utilized to improve shape anomaly detection. Therefore, we begin by utilizing a traditional FCDD network to extract spatial features associated with anomalies. Then, a GRU-Att-based architecture is followed to extract temporal relations between the spatial features. By incorporating both temporal and spatial information, the detection of shape anomalies can be significantly improved. The experimental results validate the effectiveness and superiority of the proposal. This experiment uses six types of satellites to verify the generalization of the method. Moreover, the proposal can give explainable heatmaps to locate the anomalies for better understanding and further human judgments. The explainability of the results stems from the physical correspondence between the detected ISAR anomalies and the target’s geometric structure.

Author Contributions

Conceptualization, L.Z. and J.D.; methodology, Z.W. and J.D.; software, L.Z. and J.D.; validation, Z.W. and J.D.; data curation, Z.W.; writing—original draft preparation, Z.W. All authors have read and agreed to the published version of the manuscript.

Funding

The work is supported in part by the National Natural Science Foundation of China (grant no. 62201623), in part by the National Natural Science Foundation of China (grant no. 62101603), and in part by the introduced innovative R and D team project of “The Pearl River Talent Recruitment Program” under grant 2019ZT08X751.

Data Availability Statement

It is hereby declared that the simulated samples of this article have been used in the actual measurements and thus cannot be published in the article.

Acknowledgments

We really appreciate Beijing Institute of Tracking Telemetry and Telecommunication for their help in simulating real scenarios.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
ISARInverse Synthetic Aperture Radar
FCDDFully Convolutional Data Description
ADAnomaly Detection
GMMGaussian Mixture Model
LOSLight Of Sight
FCNFully Convolutional Description
HSCHypersphere Classifier

References

  1. Rahimi, A.; Kumar, K.D.; Alighanbari, H. Fault isolation of reaction wheels for satellite attitude control. IEEE Trans. Aerosp. Electron. Syst. 2020, 56, 610–629. [Google Scholar] [CrossRef]
  2. Yuan, Z.; Song, N.; Pan, X.; Song, J.; Ma, F. Fault detection, isolation, and reconstruction for satellite attitude sensors using an adaptive hybrid method. IEEE Trans. Instrum. Meas. 2021, 70, 1–12. [Google Scholar] [CrossRef]
  3. Patera Russell, P. Space Event Detection Method. J. Spacecr. Rocket. 2015, 45, 554–559. [Google Scholar] [CrossRef]
  4. Anz-Meador, P.D.; Johnson, N.L. A Decade of Growth. In Proceedings of the Third European Conference on Space Debris, ESOC, Darmstadt, Germany, 9–21 March 2001; pp. 753–758. [Google Scholar]
  5. Goff, G.M.; Black, J.T.; Beck, J.A. Tracking maneuvering spacecraft with filter-through approaches using interacting multiple models. Acta Astronaut. 2015, 114, 152–163. [Google Scholar] [CrossRef]
  6. Demars, K. Nonlinear Orbit Uncertainty Prediction and Rectification for Space Situational Awareness. Ph.D. Thesis, The University of Texas at Austin, Austin, TX, USA, 2010. [Google Scholar]
  7. Duan, J.; Ma, Y.; Zhang, L.; Xie, P. Abnormal Dynamic Recognition of Space Targets from ISAR Image Sequences with SSAE-LSTM Network. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5102916. [Google Scholar] [CrossRef]
  8. Zhou, Y.; Wei, S.; Zhang, L.; Zhang, W.; Ma, Y. Dynamic estimation of spin satellite from the single-station ISAR image sequence with the hidden Markov model. IEEE Trans. Aerosp. Electron. Syst. 2022, 58, 4626–4638. [Google Scholar] [CrossRef]
  9. Kelecy, T.; Jah, M. Detection and orbit determination of a satellite executing low thrust maneuvers. Acta Astronaut. 2010, 66, 798–809. [Google Scholar] [CrossRef]
  10. Lubey, D.P.; Scheeres, D.J.; Erwin, R.S. Maneuver detection and reconstruction of stationkeeping spacecraft at GEO using the optimal control-based estimator. Ifac. Pap. Online 2015, 48, 216–221. [Google Scholar] [CrossRef]
  11. Yong, Q. Failure Mechanism Analysis and Solution Research of a New Satellite Deployable Mechanism; Harbin Institute of Technology: Harbin, China, 2018. [Google Scholar]
  12. SinoSat-2 Unable to Deploy Solar Panels. 2006. Available online: https://www.tvtechnology.com/news/sinosat2-unable-to-deploy-solar-panels (accessed on 13 July 2025).
  13. Russian Satellite Breaks Up, Creating Debris in Low Earth Orbit. 2024. Available online: https://spacenews.com/russian-satellite-breaks-up-creating-debris-in-low-earth-orbit/ (accessed on 13 July 2025).
  14. Shao, S.; Zhang, L.; Wei, J.; Liu, H. Two-Dimension Joint Super-Resolution ISAR Imaging with Joint Motion Compensation and Azimuth Scaling. IEEE Geosci. Remote Sens. Lett. 2021, 18, 1411–1415. [Google Scholar] [CrossRef]
  15. Xu, G.; Zhang, B.; Yu, H.; Chen, J.; Xing, M.; Hong, W. Sparse Synthetic Aperture Radar Imaging from Compressed Sensing and Machine Learning: Theories, Applications and Trends. IEEE Geosci. Remote Sens. Mag. 2022, 10, 32–69. [Google Scholar] [CrossRef]
  16. Xu, G.; Xing, M.; Xia, X.G.; Zhang, L.; Chen, Q.; Bao, Z. 3D Geometry and Motion Estimations of Maneuvering Targets for Interferometric ISAR with Sparse Aperture. IEEE Trans. Image Process. 2016, 25, 2005–2020. [Google Scholar] [CrossRef]
  17. Chandola, V.; Banerjee, A.; Kumar, V. Anomaly detection: A survey. Acm Comput. Surv. 2009, 41, 1–58. [Google Scholar] [CrossRef]
  18. Liu, F.T.; Ting, K.M.; Zhou, Z.H. Isolation Forest. In Proceedings of the 2008 Eighth IEEE International Conference on Data Mining, Pisa, Italy, 15–19 December 2008; pp. 413–422. [Google Scholar]
  19. Aggarwal, C.C. Outlier Analysis; Springer: Berlin/Heidelberg, Germany, 2016; ISBN 978–3319475776. [Google Scholar]
  20. Bestagini, P.; Lombardi, F.; Lualdi, M.; Picetti, F.; Tubaro, S. Landmine detection using autoencoders on multipolarization GPR volumetric data. IEEE Trans. Geosci. Remote Sens. 2021, 59, 182–195. [Google Scholar] [CrossRef]
  21. Shi, S.N.; Shui, P.L. Sea-surface floating small target detection by one-class classifier in time-frequency feature space. IEEE Geosci. Remote Sens. 2018, 56, 6395–6411. [Google Scholar] [CrossRef]
  22. Hendrycks, D.; Mazeika, M.; Dietterich, T.G. Deep anomaly detection with outlier exposure. arXiv 2019, arXiv:1812.04606. [Google Scholar] [CrossRef]
  23. Hendrycks, D.; Mazeika, M.; Kadavath, S.; Song, D. Using self-supervised learning can improve model robustness and uncertainty. Adv. Neural Inf. Process. Syst. 2019, 32, 15637–15648. [Google Scholar]
  24. Rasmus, A.; Berglund, M.; Honkala, M.; Valpola, H.; Raiko, T. Semi-supervised learning with ladder networks. Adv. Neural Inf. Process. Syst. 2015, 28, 3546–3554. [Google Scholar]
  25. Ruff, L.; Vermeulen, R.A.; Gornitz, N.; Binder, A.; Müller, E.; Müller, K.R.; Kloft, M. Deep semi-supervised anomaly detection. arXiv 2020, arXiv:1906.02694. [Google Scholar] [CrossRef]
  26. Chen, Z.; Li, Z.; Huang, J.; Liu, S.; Long, H. An effective method for anomaly detection in industrial Internet of Things using XGBoost and LSTM. Sci. Rep. 2024, 14, 23969. [Google Scholar] [CrossRef]
  27. Abououf, M.; Singh, S.; Mizouni, R.; Otrok, H. Explainable AI for Event and Anomaly Detection and Classification in Healthcare Monitoring Systems. IEEE Internet Things J. 2024, 11, 3446–3457. [Google Scholar] [CrossRef]
  28. Yepmo, V.; Smits, G.; Pivert, O. Anomaly explanation: A review. Data Knowl. Eng. 2022, 137, 101946. [Google Scholar] [CrossRef]
  29. Du, M.; Liu, N.; Hu, X. Techniques for interpretable machine learning. Commun. ACM 2019, 1, 68–77. [Google Scholar] [CrossRef]
  30. Chen, Y.; Tian, Y.; Pang, G.; Carneiro, G. Unsupervised Anomaly Detection and Localisation with Multi-scale Interpolated Gaussian Descriptors. arXiv 2021, arXiv:2101.10043.2021. [Google Scholar]
  31. Venkataramanan, S.; Peng, K.C.; Singh, R.V.; Mahalanobis, A. Attention Guided Anomaly Localization in Images. In European Conference on Computer Vision; Springer: Cham, Switzerland, 2020; pp. 485–503. [Google Scholar]
  32. Salehi, M.; Sadjadi, N.; Baselizadeh, S.; Rohban, M.H.; Rabiee, H.R. Multiresolution Knowledge Distillation for Anomaly Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Nashville, TN, USA, 20–25 June 2021; pp. 14902–14912. [Google Scholar]
  33. Liznerski, P.; Ruff, L.; Vandermeulen, R.A.; Franks, B.J.; Kloft, M.; Müller, K.R. Explainable Deep One-Class Classification. arXiv 2021, arXiv:2007.01760. [Google Scholar]
  34. Zeng, Z.; Jin, G.; Xu, C.; Chen, S.; Zeng, Z.; Zhang, L. Satellite telemetry data anomaly detection using causal network and featureattention-based LSTM. IEEE Trans. Instrum. Meas. 2022, 71, 1–21. [Google Scholar]
  35. Yairi, T.; Takeishi, N.; Oda, T.; Nakajima, Y.; Nishimura, N.; Takata, N. A data-driven health monitoring method for satellite housekeeping data based on probabilistic clustering and dimensionality reduction. IEEE Trans. Aerosp. Electron. Syst. 2017, 53, 1384–1401. [Google Scholar] [CrossRef]
  36. Tariq, S.; Lee, S.; Shin, Y.; Lee, M.S.; Jung, O.; Chung, D.; Woo, S.S. Detecting Anomalies in Space Using Multivariate Convolutional LSTM with Mixtures of Probabilistic PCA. In Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, Anchorage, AK, USA, 4–8 August 2019; pp. 2123–2133. [Google Scholar]
  37. Zhao, H.; Liu, M.; Qiu, S.; Cao, X. Satellite unsupervised anomaly detection based on Deconvolution-Reconstructed Temporal Convolutional Autoencoder. IEEE Trans. Consum. Electron. 2024, 70, 2989–2998. [Google Scholar] [CrossRef]
  38. Wang, J.; Li, G.; Zhao, Z.; Jiao, J.; Ding, S.; Wang, K.; Duan, M. Space target anomaly detection based on gaussian mixture model and micro-Doppler Features. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5118411. [Google Scholar] [CrossRef]
  39. Barron, J.T. A General and Adaptive Robust Loss Function. In Proceedings of the 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 16–20 June 2019; pp. 4326–4334. [Google Scholar] [CrossRef]
  40. Tang, J.; Li, Y.; Ding, M.; Liu, H.; Yang, D.; Wu, X. An ionospheric TEC forecasting model based on a CNN-LSTM-attention mechanism neural network. Remote Sens. 2022, 14, 2433. [Google Scholar] [CrossRef]
  41. Angel, F.; Omar, A.; Jesus, G. Facet model of moving targets for ISAR imaging and radar back-scattering simulation. IEEE Trans. Aerosp. Electron. Syst. 2010, 46, 1455–1467. [Google Scholar]
  42. Bilgin, G.; Erturk, S.; Yildirim, T. Segmentation of hyperspectral images via subtractive clustering and cluster validation using oneclass support vector machines. IEEE Trans. Geosci. Remote Sens. 2011, 49, 2936–2944. [Google Scholar] [CrossRef]
  43. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An Image is Worth 16 × 16 words: Transformers for Image Recognition at Scale. arXiv 2021, arXiv:2010.11929. [Google Scholar]
Figure 1. ISAR imaging geometry of satellites.
Figure 1. ISAR imaging geometry of satellites.
Remotesensing 17 03541 g001
Figure 2. Shape description of satellite in ISAR images.
Figure 2. Shape description of satellite in ISAR images.
Remotesensing 17 03541 g002
Figure 3. ISAR sequential shape changes in different dynamics. The nor- sha-ano-dyn denotes the targets with anomalous dynamics but have a normal shape. The ano-sha-ano-dyn denotes the targets with anomalous dynamics and have an abnormal shape. The nor-sha-nor-dyn denotes the targets that have normal shape and normal dynamics. The ano-sha-nor-dyn denotes the targets which are of abnormal shape but have normal dynamics. (a) Longitude vs Latitude; (b) Geocentric height of the space target (target to the earth’s core); (c) Projected azimuth length change in different shapes and dynamic states; (d) Projected range length change in different shapes and dynamic states.
Figure 3. ISAR sequential shape changes in different dynamics. The nor- sha-ano-dyn denotes the targets with anomalous dynamics but have a normal shape. The ano-sha-ano-dyn denotes the targets with anomalous dynamics and have an abnormal shape. The nor-sha-nor-dyn denotes the targets that have normal shape and normal dynamics. The ano-sha-nor-dyn denotes the targets which are of abnormal shape but have normal dynamics. (a) Longitude vs Latitude; (b) Geocentric height of the space target (target to the earth’s core); (c) Projected azimuth length change in different shapes and dynamic states; (d) Projected range length change in different shapes and dynamic states.
Remotesensing 17 03541 g003
Figure 4. Visualization of the overall procedure of FCDD to produce anomaly heatmaps.
Figure 4. Visualization of the overall procedure of FCDD to produce anomaly heatmaps.
Remotesensing 17 03541 g004
Figure 5. Visualization of the overall procedure of FCDD-GRU-Att network.
Figure 5. Visualization of the overall procedure of FCDD-GRU-Att network.
Remotesensing 17 03541 g005
Figure 6. Illustration of a 3D point model and simulated ISAR images in normal and abnormal shapes. The first row shows the 3D point, the second row illustrates the corresponding ISAR images in normal shape, the third line shows the 3D points of shape anomaly satellites, and the fourth line shows the corresponding ISAR image in normal shape.
Figure 6. Illustration of a 3D point model and simulated ISAR images in normal and abnormal shapes. The first row shows the 3D point, the second row illustrates the corresponding ISAR images in normal shape, the third line shows the 3D points of shape anomaly satellites, and the fourth line shows the corresponding ISAR image in normal shape.
Remotesensing 17 03541 g006
Figure 7. Anomaly score statistics. (a) Histogram of anomaly score; (b) ROC curve of anomaly scores.
Figure 7. Anomaly score statistics. (a) Histogram of anomaly score; (b) ROC curve of anomaly scores.
Remotesensing 17 03541 g007
Figure 8. Confusion matrix of FCDD for shape anomaly detection.
Figure 8. Confusion matrix of FCDD for shape anomaly detection.
Remotesensing 17 03541 g008
Figure 9. FCDD explanation heatmaps for satellite ISAR images. The first row shows TPs of different targets, the second row illustrates TNs of different targets, the third row shows FP, and the last row gives FN samples.
Figure 9. FCDD explanation heatmaps for satellite ISAR images. The first row shows TPs of different targets, the second row illustrates TNs of different targets, the third row shows FP, and the last row gives FN samples.
Remotesensing 17 03541 g009
Figure 10. Anomaly score statistics. (a) Anomaly score histograms; (b) False alarm rates of different targets.
Figure 10. Anomaly score statistics. (a) Anomaly score histograms; (b) False alarm rates of different targets.
Remotesensing 17 03541 g010
Figure 11. Confusion matrix of FCDD-GRU-Att.
Figure 11. Confusion matrix of FCDD-GRU-Att.
Remotesensing 17 03541 g011
Figure 12. Performance evaluation of FCDD-GRU-Att. (a) False rates of different targets; (b) Anomaly scores of a sequence from FPs to TPs.
Figure 12. Performance evaluation of FCDD-GRU-Att. (a) False rates of different targets; (b) Anomaly scores of a sequence from FPs to TPs.
Remotesensing 17 03541 g012
Figure 13. Explainable sequential heatmaps for satellite ISAR images of FCDD-GRU-Att.
Figure 13. Explainable sequential heatmaps for satellite ISAR images of FCDD-GRU-Att.
Remotesensing 17 03541 g013
Figure 14. Anomaly score statistics. (a) Anomaly score histograms; (b) False alarm rates of different targets.
Figure 14. Anomaly score statistics. (a) Anomaly score histograms; (b) False alarm rates of different targets.
Remotesensing 17 03541 g014
Figure 15. Performance vs. SNR: (a) Accuracy; (b) Detection rate; (c) False alarm rate.
Figure 15. Performance vs. SNR: (a) Accuracy; (b) Detection rate; (c) False alarm rate.
Remotesensing 17 03541 g015
Table 1. Detailed parameter configuration of the sequential shape anomaly detection FCDD-GRU-Att network.
Table 1. Detailed parameter configuration of the sequential shape anomaly detection FCDD-GRU-Att network.
ModuleLayersLayer TypeParameters
FCN1–24thLayerl-24 in VGG
25–30thConvolutional layer × 2Filters = 512;
Kernel size = 3;
Stride = 1
Batch normalization layer × 2Filters = 512
Activation layer × 2ReLU
31stConvolutional LayerFilters = 512;
Kernel size = 1;
Stride = 1
Geometrical Enhancement32nd A ( X ) = ϕ ( X , ω ) 2 + 1 1
Sequential feature extraction33rdFlatten layer
34thGRU128 GRUs
35thSelf-attention4 Heads Q,K,V channel = 256
Classification36thFully connected
37thClassification
Table 2. Main parameters of the ISAR System.
Table 2. Main parameters of the ISAR System.
ParameterValue
Center frequency15 GHz
Bandwidth1.5 GHz
Coherent Processing Time0.6 s
Imaging Time Interval10 s
Image size 225 × 225
Frame rate30 Hz
Table 3. Performance comparisons of different architectures.
Table 3. Performance comparisons of different architectures.
CriteriaPrecDetecFA
Structures (%) (%) (%)
Score-Lstm93.988.462.48
Score-Att-Lstm96.9296.152.56
A-Att-Lstm96.9293.230
A-GRU91.8081.281.2
A-Att-GRU98.4696.150
Table 4. Performance criteria comparisons of FCDD and FCDD-GRU-Att.
Table 4. Performance criteria comparisons of FCDD and FCDD-GRU-Att.
Training
Portion
(Nor:Ano)
Training
Anomalies
Number
Prec(%)Detec(%)FA(%)
FCDD  FCDD-GRU
-Att↑
FCDD  FCDD-GRU
-Att↑
FCDD  FCDD-GRU
-Att↓
1.96:1840 (28 seq)92.3698.46 (↑6.1)85.296.15 (↑10.9)2.910 (↓2.91)
2.75:1600 (20 seq)86.1593.85 (↑7.7)71.4188.46 (↑17.05)4.022.56 (↓1.46)
3.43:1480 (16 seq)87.1890.77 (↑3.59)71.0388.46 (↑17.43)2.057.69 (↓−5.64)
4.58:1360 (12 seq)86.2687.69 (↑1.43)70.2684.62 (↑14.36)6.1610.26 (↓−4.1)
Table 5. Performance comparisons.
Table 5. Performance comparisons.
CriteriaPrecDetecFA
Structures (%) (%) (%)
Isolation Forest66.93046.2710.11
OCSVM79.64968.480.33
FCDD92.395.770.19
Vit88.50992.0315.4
FCDD-Att-GRU99.4741001.11
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

Wang, Z.; Duan, J.; Zhang, L. Explainable Shape Anomaly Detection of Space Targets from ISAR Image Sequences. Remote Sens. 2025, 17, 3541. https://doi.org/10.3390/rs17213541

AMA Style

Wang Z, Duan J, Zhang L. Explainable Shape Anomaly Detection of Space Targets from ISAR Image Sequences. Remote Sensing. 2025; 17(21):3541. https://doi.org/10.3390/rs17213541

Chicago/Turabian Style

Wang, Zi, Jia Duan, and Lei Zhang. 2025. "Explainable Shape Anomaly Detection of Space Targets from ISAR Image Sequences" Remote Sensing 17, no. 21: 3541. https://doi.org/10.3390/rs17213541

APA Style

Wang, Z., Duan, J., & Zhang, L. (2025). Explainable Shape Anomaly Detection of Space Targets from ISAR Image Sequences. Remote Sensing, 17(21), 3541. https://doi.org/10.3390/rs17213541

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