Next Article in Journal
Daily Lake-Surface NDVI Reconstruction Using Multi-Source Machine Learning Under Incomplete Optical Observations
Previous Article in Journal
Estimating Ground-Level PM2.5 over Beijing–Tianjin–Hebei from DQ-1 Wide-Swath Imager Signals and ERA5 Meteorology Using Physics-Guided Feature Engineering
Previous Article in Special Issue
Multi-Stage Aggregation CNN–Transformer Hybrid Architecture for Infrared Small-Target Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Triple-Level Topology Awareness Using Hypergraph for Marine Ship Surveillance from SAR Imagery

Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu 611756, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(19), 3268; https://doi.org/10.3390/rs18193268
Submission received: 15 June 2026 / Revised: 8 September 2026 / Accepted: 10 September 2026 / Published: 22 September 2026

Highlights

What are the main findings?
  • The proposed TLTA framework enables multi-level high-order topology modeling for SAR ship surveillance by integrating input-level, feature-level, and proposal-level hypergraph learning.
  • Experimental results on multiple SAR ship datasets demonstrate that TLTA achieves competitive detection performance compared with representative CNN- and Transformer-based methods.
What are the implications of the main findings?
  • Hypergraph-based topology modeling provides an approach for capturing complex non-pairwise dependencies in SAR imagery, complementing conventional feature extraction strategies.
  • The proposed topology-aware framework enhances the robustness and adaptability of intelligent maritime surveillance under complex inshore and offshore SAR imaging conditions.

Abstract

Marine ship surveillance from synthetic aperture radar (SAR) imagery is extensively studied. Still, previous methods may not fully capture high-order topological relationships, which can limit performance in complex scenarios. To this end, we propose a triple-level topology awareness (TLTA) framework using hypergraphs for effective SAR marine ship surveillance. TLTA dynamically captures higher-order dependencies in latent spaces by hypergraph convolution, addressing a limitation of prior techniques that rely solely on pairwise correlation analysis. TLTA is implemented at three levels—input-level, feature-level, and proposal-level—to obtain gradually enhanced feature representations, known as i-LTA, f-LTA, and p-LTA. i-LTA designs a super-pixel segmentation module (SPSM) to yield compact and semantically similar regions through an efficient iterative clustering, and the resulting regions are used for super-pixel hypergraph construction (SP-HGC) to produce features rich in spatial topology relationships at the input level, and finally, a cross-attention collaborative network (CACN) is constructed to aggregate high-order and low-order features to achieve a synergistic integration of topological structures and key details. f-LTA explores topology awareness in the backbone feature extraction, mainly through feature-adaptive hypergraph construction (FA-HGC), vertex-level feature self-attention (VL-FSA), and edge-level feature self-attention (EL-FSA), to enable comprehensive modeling of complex inter-patch dependencies beyond simplistic pairwise interactions. p-LTA leverages a proposal prediction network (PPN) to yield positive/negative proposals for proposal-guided hypergraph construction (PG-HGC), and then leverages instance-level spatial priors to ensure the topology interactions between feature subsets. Experimental results reveal the competitive performance of TLTA, achieving AP values of 77.9% and 76.4% on SSDD and HRSID, respectively, and demonstrate the efficacy of each strategy.

1. Introduction

Marine ship surveillance is of great value to transportation, trade activities, and fishery monitoring [1,2]. Given the variability of marine environments, synthetic aperture radar (SAR) [3] is more suitable for ship surveillance than optical/infrared sensors [4,5,6,7], as it can operate around the clock and in all weather conditions without being affected by clouds. In addition, spatial resolution is an important factor for SAR target detection, and spotlight or sliding spotlight imaging modes can provide high-resolution SAR imagery for fine target observation [8].
Early scholars mostly used theoretical modeling to search for ships in SAR images. A classical algorithm is the constant false alarm rate (CFAR) [9] that determines the threshold through modeling sea clutter. However, its multi-scenario generalization ability is relatively weak due to inaccurate modeling [10,11]. Recently, deep learning [12] has driven the rapid development of data-driven object detection. Representative models, such as Faster R-CNN [13], YOLO [14,15,16], SSD [17], FPN [18], CenterNet [19], DiffusionDet [20], Sparse R-CNN [21], and DETR [22,23,24,25,26,27], have emerged and have been applied in many interdisciplinary fields. With the increasing release of public datasets in the SAR field, such as SSDD [28], HRSID [29], SAR-Ship-Dataset [30], and SARDet-100K [31], deep learning-based ship surveillance methods have been rapidly promoted and advanced [32,33,34,35,36,37,38,39]. Scholars have designed various improvement strategies [40,41,42,43,44,45,46,47,48,49,50,51,52,53,54] from different perspectives to boost surveillance performance, promoting the progress of SAR intelligent interpretation.
However, previous methods mostly focus on building models and extracting features around CNNs or Transformers, which do not explicitly model high-order topological intrinsic relationships, potentially limiting the expressive power of models in complex scenes. Related studies [55,56,57] demonstrated that CNNs and Transformers have shortcomings in representing high-order semantics, as they cannot differentially model the connection relationships between local and global. This issue remains relatively underexplored in this field, which hinders further improvement of surveillance performance. To address this, we propose a triple-level topology awareness (TLTA) framework based on hypergraphs for robust SAR marine ship surveillance. Through hypergraph computation, TLTA is able to effectively model complex higher-order relationships in latent spaces, effectively addressing the inherent limitations of conventional approaches that are restricted to pairwise correlation analysis. Specifically, TLTA operates through a cascaded architecture comprising input-level (i-LTA), feature-level (f-LTA), and proposal-level (p-LTA) processing stages, each progressively refining feature representations through specialized topology-aware mechanisms. i-LTA initiates the processing pipeline through a super-pixel segmentation module (SPSM), which partitions input data into semantically meaningful clusters through iterative refinement. These segmented regions serve as the foundation for constructing spatial topology representations during super-pixel hypergraph construction (SP-HGC), which explicitly encodes region relationships. The extracted features are subsequently boosted by a cross-attention collaborative network (CACN) that harmonizes high-order topological patterns with original low-order spatial details. At the feature-level, f-LTA combines feature-adaptive hypergraph construction (FA-HGC) with dual self-attention mechanisms—vertex-level feature self-attention (VL-FSA) and edge-level feature self-attention (EL-FSA)—to capture local patch interactions and model global dependencies. The final p-LTA stage leverages a proposal prediction network (PPN) to yield positive/negative region proposal candidates, which serve as input for proposal-guided hypergraph construction (PG-HGC). This process incorporates instance-level spatial priors to explicitly enforce consistent topology modeling between distinct feature subsets, ensuring robust spatial relationship preservation throughout the detection pipeline. Empirical evaluation demonstrates competitive performance on S SSDD [28] and HRSID [29], with AP values of 77.9% and 76.4%, respectively. The systematic analysis of individual components substantiates the critical role of each strategy in driving such performance gain. Validation on larger-scale datasets—SAR-Ship-Dataset [30] and SARDet-100K [31]—reveals TLTA’s robust adaptability to varying data characteristics. Cross-domain experiments in optical and infrared modalities verify its scalable architecture, highlighting potential for broader application scenarios.
The main contributions of our work are summarized below.
  • We propose a triple-level topology awareness (TLTA) framework for SAR marine ship surveillance, which progressively models high-order relationships at the input, feature, and proposal levels. By integrating topology awareness throughout these three stages, TLTA enables hierarchical representation of complex non-pairwise dependencies across the detection pipeline.
  • We develop dedicated topology-aware mechanisms for the three levels of TLTA. At the input level, i-LTA combines SPSM, SP-HGC, and CACN to model region-level spatial relationships while preserving local details. At the feature level, f-LTA employs FA-HGC together with VL-FSA and EL-FSA to capture high-order dependencies among feature representations. At the proposal level, p-LTA utilizes PPN, PG-HGC, and CDN-FD to model relationships among positive and negative proposals and enhance subsequent feature decoding.
  • Extensive experiments on multiple SAR ship datasets validate the effectiveness of the proposed TLTA framework and its constituent components. The results demonstrate consistent improvements over the baseline and competitive performance compared with representative existing methods, together with favorable performance in complex inshore and offshore scenes and large-scale SAR imagery.

2. Related Work

2.1. Object Detection

The landscape of object detection in computer vision has progressed through several phases. The foundation was laid by Faster R-CNN [13], introducing region proposal networks for two-stage detection. This inspired subsequent refinements like Sparse R-CNN [21] with its learnable proposal mechanism. Parallel developments in single-shot detectors produced SSD [17] for efficient multiscale detection and YOLO [15,16] for the optimized speed-accuracy balance. Feature pyramid network [18] revolutionized multiscale feature handling, while CenterNet [19] pioneered keypoint-based approaches. The transformer revolution began with DETR [22], followed by efficiency-focused variants: Conditional DETR [23] accelerated training, DN-DETR [25] introduced query denoising, and DINO [26] improved anchor boxes. Recent innovations include DiffusionDet [20] applying diffusion models, Hyper-YOLO [14] incorporating hypergraph theory, and real-time optimized models [58]. Emerging works like MS-DETR [59] for mixed supervision and DQ-DETR [60] for tiny object detection continue advancing the field, supported by novel backbones like LSNet [61] and EViT [62].

2.2. SAR Marine Ship Surveillance

The field of SAR ship surveillance/detection has seen significant progress through deep learning approaches. Cui et al. [33] proposed dense attention pyramid networks that effectively handle multi-scale ship detection through hierarchical feature fusion. This work was extended by Zhao et al. [34] with their attention receptive pyramid network, which improves small ship detection through receptive field adaptation. The importance of attention mechanisms is further demonstrated by Zhu et al. [35] who developed a multiscale method combining information compensation with feature enhancement. Recent works also show a clear trend toward anchor-free detection. Bai et al. [36] introduced a global context-guided feature balance pyramid, while Fu et al. [40] presented a feature balancing and refinement network, both achieving superior performance without anchor boxes. This shift is particularly evident in Liu et al. [37]’s CLFR-Det, which specifically addresses tiny-ship detection through cross-level feature refinement. Lightweight architectures have gained attention, with Shen et al. [43] developing ELLK-Net for efficient detection using large kernels, and Zhou et al. [45] proposing HRLE-SARDet that maintains accuracy while reducing computational load. Feng et al. [49] further advanced real-time detection with LRTransDet, combining lightweight ViT with multi-scale fusion. The integration of transformers has shown promising results, as seen in Guo et al. [48]’s M2S-DETR, which combines mixed receptive fields with position encoding. Chen et al. [46] broke second-order limitations in transformers through CSnNet’s recursive convolutions, while Yang et al. [47] developed DAFDet with asymptotic fusion enhancement. More novel solutions have emerged for specific challenges: Liu et al. [41] addressed inshore detection through Fourier-based scene transformation. Yue et al. [42] focused on small ships with a generating-anchor network. Hu et al. [44] proposed FINet for simultaneous object-level and pixel-level detection. More recently, Wu et al. [63] proposed SFD-Net to decouple target features from interference and enhance multiscale feature representation for SAR ship detection. These advancements collectively address key challenges in SAR marine ship surveillance while pointing toward future directions in efficient, accurate, and robust detection systems [64,65,66,67]. While they predominantly concentrate on feature extraction and model construction around CNNs or Transformers, their inherent limitations in modeling high-order topological dependencies become evident when confronted with intricate scenarios. This critical gap motivates the adoption of hypergraph-based monitoring paradigms in this work, which are specifically designed to address these structural modeling deficiencies.

3. Materials and Methods

3.1. HyperGraph Learning

For the sake of a clear introduction, we give the notation summary used in this paper for hypergraph description, as shown in Table 1. A hypergraph is a generalized form of graph theory. Unlike conventional graphs, hyperedges can connect any number of vertices [68,69]. This feature enables it to model high-order multivariate relationships. A hypergraph G = V , E , W is formally characterized by its vertex set V = v 1 , v 2 , ⋯ , v N , hyperedge set E = e 1 , e 2 , ⋯ , e M , and hyperedge weight diagonal matrix W ∈ ℝ M × M . The weight w e is assigned to each hyperedge e ∈ E , while the vertex-hyperedge incidence structure is encoded by a N × M correlation matrix H ∈ ℝ N × M . Here, N = V and M = E denote the cardinalities of V and E , respectively, with each element h v , e in H defined by a specific binary relation between vertices and hyperedges, i.e.,
h v , e = 1 ,     if     v ∈ e 0 ,     if     v ∉ e
The vertex degree d v for any v ∈ V quantifies the number of hyperedges incident to v , while the hyperedge degree δ e for e ∈ E measures the cardinality of vertices adjacent to e . They are defined by
d v = ∑ e ∈ E w e ⋅ h v , e ;     δ e = ∑ v ∈ V h v , e
These two fundamental metrics respectively characterize the local connectivity of vertices and hyperedges within the hypergraph structure. In hypergraph analysis, the normalization process of the incidence matrix H is achieved through the diagonal matrices D v = diag d v 1 , d v 2 , ⋯ , d v N and D e = diag δ e 1 , δ e 2 , ⋯ , δ e M , analogous to conventional graph theory. The vertex degree matrix D v ∈ ℝ N × N encodes vertex degrees, while the hyperedge degree matrix D e ∈ ℝ M × M contains the degrees of hyperedges along its diagonal, collectively ensuring proper scaling of H during spectral computations.
Figure 1 shows the topological correlation structures of different models. The reliance of CNNs on spatially constrained receptive fields introduces inherent limitations in capturing distant feature correlations. This challenge is overcome by Transformers through its patch-wise self-attention mechanism and parallel processing paradigm. Still, Transformer’s effectiveness is contingent upon accurate positional encoding due to its permutation-invariant nature. Traditional graph models further exhibit structural deficiencies, as their edges are restricted to pairwise node connections. Hypergraphs offer a superior alternative through their generalized hyperedge structure, which can simultaneously connect arbitrary vertex subsets, thereby enabling comprehensive modeling of complex higher-order interactions that are inaccessible to conventional graph representations. Figure 2 illustrates the comparison between a graph and a hypergraph. A conventional graph imposes strict structural constraints, as each edge in its adjacency matrix A ∈ ℝ N × N representation must connect precisely two vertices. This binary limitation fundamentally restricts the modeling capacity to pairwise relationships. In contrast, a hypergraph leverages its incidence matrix H ∈ ℝ N × M to support hyperedges with variable cardinality, enabling direct representation of complex multi-vertex interactions. This structural flexibility allows hypergraphs to naturally encode high-order intercorrelations that are inaccessible to traditional graph models, particularly when integrating heterogeneous data.

3.2. Proposed HyperGraph Convolution Block

As shown in Figure 3, the graph convolution operates through direct vertex-to-vertex information propagation, leveraging edge connections to facilitate neighborhood aggregation. In contrast, hypergraph convolution introduces a two-stage propagation process where vertex information is first disseminated to hyperedges for intermediate aggregation, followed by redistribution back to vertices. This fundamental difference in propagation pathways stems from their distinct structural representations, with hypergraph convolution requiring hyperedge-mediated information transfer.
We design a hypergraph convolution block (HGCB) as shown in Figure 4 for feature extraction. From Figure 4, HGCB consists of a hypergraph construction (HGC), a spectral hypergraph convolution, a spatial hypergraph convolution, and a squeeze-and-excitation block (SEB) [70]. A spectral hypergraph convolution ψ 1 and a spatial hypergraph convolution ψ 2 implement feature extraction on the constructed hypergraph in parallel, through complementary mechanisms among spectral and spatial domains, whose results are then concatenated for feature aggregation. The motivation for fusing these two branches lies in their different mechanisms for modeling hypergraph topology. The spectral branch captures high-order structural correlations through the first-order Chebyshev approximation of the hypergraph Laplacian, whereas the spatial branch explicitly models vertex–hyperedge–vertex interactions through hyperpath-based message passing. From a representation perspective, the two branches apply different aggregation mechanisms to the same hypergraph: the spectral branch performs Laplacian-based topology filtering, while the spatial branch preserves explicit message propagation along hyperpaths. Therefore, either branch alone captures only one aspect of the hypergraph structure, whereas their parallel fusion preserves both forms of topology information. Finally, SEB is utilized to balance the dual branch channel features, thereby focusing on more valuable information and suppressing redundant ones. The above process can be described as
Y = SEB ψ 1 HGC X © ψ 2 HGC X

3.2.1. Spectral Hypergraph Convolution

For a hypergraph G = V , E , W with its Laplacian matrix W being N × N positive semi-definite, spectral analysis can be performed through eigen decomposition W = Φ Λ Φ ⊤ , where Φ = diag ϕ 1 , ϕ 2 , ⋯ , ϕ N contains orthonormal eigenvectors and Λ = diag λ 1 , λ 2 , ⋯ , λ N is a diagonal matrix of non-negative eigenvalues. These eigenvectors serve as Fourier bases for hypergraph signals, while eigenvalues act as frequency components. The Fourier transform of a signal X = x 1 , x 2 , ⋯ , x N is then given by X ^ = Φ ⊤ X , enabling spectral convolution between a signal X and filter g as
g ○ X = Φ Φ ⊤ g ⊚ Φ ⊤ X = Φ g Λ Φ ⊤ X
where ⊚ denotes the Hadamard product, and g Λ = diag g λ 1 , g λ 2 , ⋯ , g λ N denotes the Fourier coefficient matrix. Given the prohibitive cost of exact Fourier transforms, we employ polynomial parameterization of g Λ . Specifically, K -order polynomials approximate the behavior of g Λ , enabling efficient computation without explicit spectral decomposition. The Chebyshev polynomials T k , defined by the recurrence T k x = 2 x T k − 1 x − T k − 2 x with T 0 x = 1 and T 1 x = x , offer a numerically robust basis for approximating g Λ . Truncate the expansion g Λ as,
g ○ X ≈ ∑ k = 0 K θ k T k W ˜ X
where T k W ˜ corresponds to the k -th order Chebyshev basis function, constructed using the scaled Laplacian operator W ˜ = 2 W / λ max − I . By circumventing the computationally intensive step of Laplacian eigenvector decomposition, it exclusively relies on matrix power operations, additions, and multiplications, thereby achieving significant complexity reduction. This computational advantage is further enhanced by setting K = 1 , as the hypergraph Laplacian inherently captures high-order node interactions without requiring higher-order polynomial expansions. The parameter setting λ max = 2 , as advocated in [71,72], derives its validity from the intrinsic scale-adjustment capabilities of neural architectures. This configuration permits a streamlined implementation of the convolution operation without sacrificing representational capacity, i.e.,
g ○ X ≈ θ 0 X − θ 1 D v − 1 / 2 H W D e − 1 H ⊤ D v − 1 / 2 X
To prevent overfitting, the model consolidates the two filter parameters θ 0 and θ 1 into a unified parameter θ , defined by
θ 0 = − 1 2 θ , θ 1 = 1 2 θ D v − 1 / 2 H D e − 1 H ⊤ D v − 1 / 2
Then, the convolution operation can be reformulated as
g ○ X ≈ θ D v − 1 / 2 H W + I D e − 1 H ⊤ D v − 1 / 2 X / 2 ≈ θ D v − 1 / 2 H W D e − 1 H ⊤ D v − 1 / 2 X
where W + I effectively represents the hyperedge weight matrix. Here, W is initialized as an identity matrix, ensuring uniform weighting across all hyperedges during the initial phase of computation. At each layer l , the hypergraph signal X l undergoes the following transformation by
X l + 1 = σ D v − 1 / 2 H W D e − 1 H ⊤ D v − 1 / 2 X t Θ
where Θ is the adaptive weight matrix. The vertex-wise application of Θ facilitates localized feature aggregation, yielding X l + 1 that propagates through the entire network.
As illustrated in Figure 5, spectral hypergraph convolution is implemented through a vertex–hyperedge–vertex transformation framework to effectively capture high-order structural correlations. The process begins with the vertex feature matrix X 1 being filtered through the learnable parameter Θ 1 to generate C 2 -dimensional representations. These vertex features are then aggregated by the hyperedge incidence matrix H to form hyperedge-level features ℝ M × C 2 . Subsequent vertex feature reconstruction is achieved by reapplying the incidence matrix H , with normalization factors D v and D e ensuring stable feature propagation throughout the iterative refinement process.

3.2.2. Spatial Hypergraph Convolution

Images and simple graphs share a common computational framework where vertices with local connections support spatial aggregation operations. In image processing, each pixel vertex with C -dimensional features undergoes neighborhood feature aggregation through mean-pooling after transformation. This spatial convolution paradigm is mirrored in simple graphs, where graph convolution operations collect neighboring vertex features to update central node representations. The message passing mechanism in spatial graph convolution strictly follows the path definition in simple graphs, establishing a consistent information flow from peripheral vertices to the central vertex. In graph theory, a path P v 1 , v k = v 1 → v 2 → ⋯ → v k is formally defined as an ordered sequence of vertices where consecutive elements maintain adjacency relationships. Specifically, for any vertex pair i ,     i + 1 within the sequence, an edge exists connecting them, thereby satisfying the neighbor relation condition throughout the entire path structure.
The spatial hypergraph convolution mechanism derives vertex updates by aggregating neighbor messages along their connecting paths. For each vertex, this involves collecting feature information from adjacent vertices according to the topological paths linking them, thus establishing a systematic method for incorporating hypergraph structure into feature learning. A hyperpath [73] in hypergraph theory is formally defined as an ordered sequence P v 1 , v k connecting distinct vertices v 1 and v k , i.e.,
P v 1 , v k = v 1 → e 1 → v 2 → e 2 → ⋯ → e k → v k
where each consecutive pair v i , v i + 1 must share membership in a common hyperedge, such as e i . This structural constraint ensures that the sequence maintains valid hypergraph connectivity through shared hyperedge participation. Hypergraph message propagation leverages hyperpath connectivity to establish communication channels between vertices through intermediate hyperedges, inherently encoding higher-order structural information compared to standard graph propagation. Introduce inter-neighbor relation N to extend conventional adjacency concepts to encompass all possible interactions within the combined vertex-hyperedge V × E space, i.e.,
N = v , e h v , e = 1 ,     v ∈ V     and     e ∈ E
The vertex inter-neighbor set N v e for hyperedge e and the hyperedge inter-neighbor set N e v for vertex v can be derived from the inter-neighbor relation in (11) as
N v e = v ∈ V ∃ e ∈ E     s . t .     u ∈ e ∧ v ∈ e ∧ u ≠ v ,     u ∈ V
N e v = { e ′ ∈ E | ( e ∩ e ′ ≠ ∅   ) ∧   ( e ≠ e ′ ) ,     e ∈ E }
Accordingly, the spatial hypergraph convolution implements hierarchical message passing through hyperpath connectivity. For a given vertex α ∈ V in the hypergraph G = V , E , W , first identify its hyperedge inter-neighbor set N e α . To compute messages for each hyperedge β within this set, the system further aggregates information from the vertex inter-neighbor set N v β , establishing a two-stage propagation mechanism that captures both vertex-hyperedge and hyperedge-vertex interactions. The hypergraph convolution implements a closed message passing loop through two complementary operations, which transform vertex features from X l to X l + 1 . The l -th layer’s spatial hypergraph convolution can be mathematically defined as
S t a g e   1 :   { m β l = ∑ α ∈ N v ( β ) M v l ( x α l ) y β l = U e l ( w β , m β l ) ⇒ S t a g e   2 :   { m α l + 1 = ∑ β ∈ N e ( α ) M e l ( y β l ) x α l + 1 = U v l ( w α l , m α l + 1 )
where the vertex feature transformation updates the input feature vector x α l ∈ X l of vertex α ∈ V in the layer l = 1 , 2 , ⋯ , L to produce the refined feature representation x α l + 1 . The hyperedge message m β l corresponds to the information encoded by the hyperedge β ∈ E , with associated weight w β quantifying its influence. The vertex message m α l + 1 represents the transformed feature of the vertex α derived from hyperedge interactions. The hyperedge feature y β l from a hyperedge feature set Y l = y 1 l , y 2 l , ⋯ , y M l y i l ∈ ℝ C l in layer l encapsulates the structural characteristics of hyperedge β within the current layer’s representation. The l -th layer operation is defined by four parametric functions: M v l mapping vertex features, U e l transforming hyperedge states, M e l encoding hyperedge messages, and U v l updating vertex representations. These functions constitute a flexible framework whose implementations can be tailored to specific application requirements. By decomposing the convolution process into two distinct stages, the spatial hypergraph convolution effectively models complex hypergraph connectivity. The four learnable operations in this framework handle unordered inter-neighbor relationships through summation aggregation of M v l ⋅ and M e l ⋅ messages, combining the permutation-invariant property of traditional graph convolution with enhanced capacity for hypergraph structure representation.
By parameterizing the message-update functions ( M v l , U e l , M e l and U v l ), a fundamental spatial hypergraph convolution operation denoted as
{ M v l ( x α l ) = x α l | N v ( β ) | U e l ( w β , m β l ) = w β · m β l ⇒ { M e l ( x α l , y β l ) = y β l | N e ( α ) | U v l ( x α l , m α l + 1 ) = σ ( m β l + 1 · Θ l )
where the layer-specific parameter Θ l ∈ ℝ C l × C l + 1 undergoes continuous optimization during training, while σ denotes a general non-linear activation function such as ReLU.
The normalized vertex/hyperedge features x α l / N v β and y β l / N e α serve dual purposes: facilitating stable convergence through feature standardization and mitigating numerical oscillations during iterative updates. For hardware-accelerated processing, the framework employs matrix operations where X l represents the vertex features of layer l . The hyperedge incidence matrix H ⊤ ∈ 0 , 1 M × N orchestrates feature aggregation across the hypergraph structure, producing hyperedge-level representations Y l through the compact formulation Y l = W D e − 1 H ⊤ X l . The vertex feature update mechanism follows an analogous computational paradigm, where the hyperedge feature set Y l undergoes a transformation to achieve updated vertex representations X l + 1 through an operation X l + 1 = σ D v − 1 H Y l Θ l . Consequently, the complete spatial hypergraph convolution framework can be mathematically expressed as
X l + 1 = σ D v − 1 H W D e − 1 H ⊤ X l Θ l
to encapsulate both feature transformation stages within a unified formulation.

3.3. Overall Framework of Proposed TLTA

For the sake of a clear introduction, we give the abbreviation term used in this paper to describe the proposed TLTA framework, as shown in Table 2.

3.3.1. Overall Framework

Figure 6 illustrates the overall framework of the proposed TLTA. First, the input SAR image is processed by i-LTA to establish region-level topology relationships and generate enhanced feature representations. Next, f-LTA further models high-order dependencies among intermediate features at different backbone stages to improve feature discriminability. Finally, p-LTA models proposal-level relationships and performs feature encoding and decoding to produce the final ship detection results. The input imagery of TLTA is I ∈ ℝ H × W . H and W are the height and width. The output is the ship surveillance result B = B i i = 1 n . B i = x i , y i , w i , h i is the i -th box, n is the number of ships, x i , y i is the center, and w i and h i are a ship’s width and height.

3.3.2. Execution Process

Algorithm 1 summarizes the execution process of TLTA. First, i-LTA initiates the processing pipeline through its super-pixel segmentation module (SPSM), which yields semantically coherent super-pixel clusters I SP = S 1 , S 2 , ⋯ , S n to overcome the limitations of pixel-level fragmentation. This output feeds into the super-pixel hypergraph construction (SP-HGC) component, which constructs a hypergraph G SP , capturing the spatial topology at super-pixel resolution. The previously mentioned hypergraph convolution block (HGCB) is used for feature extraction to enable robust modeling of high-order topological relationships before transforming super-pixel-level features into pixel-aligned representations F SP through feature propagation. We also incorporate a dense contextual feature extraction (DCFE) to augment the input’s contextual scope, thereby generating enriched scene representations. DCFE yields more comprehensive feature maps F that encapsulate expanded spatial-semantic relationships beyond the original input dimensions. We notice that direct utilization of super-pixel feature maps leads to undesirable information degradation and detail attenuation, adversely impacting final surveillance results. To address this limitation, a cross-attention collaborative network (CACN) is designed for adaptive feature fusion, which strategically combines high-order structural patterns with low-level discriminative features. CACN enables synergistic enhancement of both global topological relationships and localized salient details through learned attention mechanisms, and its output is denoted by F CACN .
Algorithm 1 Execution Process of TLTA
Input: SAR marine ship surveillance imagery I ∈ ℝ H × W
Output: TLTA SAR marine ship surveillance result B = B i i = 1 n
Begin
Step 1: Perform Input-Level Topology Awareness (i-LTA)
1: I SP ← SPSM I                                                                                                        //Super-Pixel Segmentation
2: G SP ← SP - HGC I SP                                                                                          //HyperGraph for Super-Pixel
3: F SP ← Propagate HGCB G SP                                                                            //Feature Map of Super-Pixel
4: F ← DCFF I                                                                                                   //Feature Map of Original Pixel
5: F CACN ← CACN F ,   F SP                                                                                                          //Feature Fusion
Step 2: Perform Feature-Level Topology Awareness (f-LTA)
6: G FA 1 ← FA - HGC SwinBlock F CACN , PE                                   //Feature-Adaptive HyperGraph of Stage 1
7: F 1 ← EL - FSA VLFSA HGCB G FA 1 ↓                                                          //Feature Extraction of Stage 1
8: G FA 2 ← FA - HGC SwinBlock F 1                                                //Feature-Adaptive HyperGraph of Stage 2
9: F 2 ← EL - FSA VLFSA HGCB G FA 2 ↓                                                          //Feature Extraction of Stage 2
10: G FA 3 ← FA - HGC SwinBlock F 2                                               //Feature-Adaptive HyperGraph of Stage 3
11: F 3 ← EL - FSA VLFSA HGCB G FA 3 ↓                                                         //Feature Extraction of Stage 3
12: G FA 4 ← FA - HGC SwinBlock F 3                                               //Feature-Adaptive HyperGraph of Stage 4
13 F 4 ← EL - FSA VLFSA HGCB G FA 4 ↓                                                         //Feature Extraction of Stage 4
Step 3: Perform Proposal-Level Topology Awareness (p-LTA)
14: P ← PPN F 4                                                                                                                   //Proposal Prediction
15: P + ← IoU P , P GT ≥ 0.5 ;   P − ← IoU P , P GT < 0.5                                          //Positive or Negative Proposal
16: F S ← RoIAlign F 4 , Project P → F 4                                                                                       //Feature Subset
17: G PP = PP - HGC F S P + ;   F PP ← HGCB G PP                                          //HyperGraph for Positive Proposal
18: G NP = NP - HGC F S P − ;   F NP ← HGCB G NP                                      //HyperGraph for Negative Proposal
19: F ED = Flatten F PP © F NP                                                      //Feature Sequence for Encoding and Decoding
20: Q E ← F ED ;   K E ← F ED ;   V E ← F ED                                                                    //Query, Key, Value for Encoder
21: F D ← Encoder Q E ,   K E ,   V E ,   PE                                                                                         //Feature Encoding
22: Q D ← F D ;   K D ← F ED ;   V D ← F ED                                                                    //Query, Key, Value for Decoder
23: B ← FFN Decoder Q D ,   K D ,   V D ,   PE CDN                                                                    //Feature Decoding
End
Then, f-LTA receives F CACN augmented with position embedding (PE) from the i-LTA output. The Sine encoding scheme functions as spatial prior preservation, defined by
PE p o s , 2 i = sin p o s 10 , 000 2 i / d ;     PE p o s , 2 i + 1 = cos p o s 10 , 000 2 i / d
where p o s ∈ x , y , i ∈ 0 , 1 , ⋯ ,     d / 2 − 1 and d = 256 is the embedding dimension. PE critically maintains locational fidelity during feature transformation to facilitate the operational efficacy of the subsequent SwinBlock [74]. f-LTA adopts a four-stage hierarchical architecture aligned with conventional backbone models, where progressive semantic enrichment and spatial reduction are systematically achieved. The feature map of the i -th stage is denoted by F i . Within each processing stage, SwinBlock initially generates intermediate feature representations, which subsequently undergo feature-adaptive hypergraph construction (FA-HGC) to produce stage-specific hypergraph structures G FA i . The architecture then applies HGCB for advanced topological modeling on G FA i , complemented via dual self-attention mechanisms—vertex-level feature self-attention (VL-FSA) and edge-level feature self-attention (EL-FSA)—that employ dynamic feature reweighting to enhance complex high-order relationship modeling capabilities. Upon completion of the fourth processing stage, the resultant feature representation F 4 serves as the primary input for p-LTA, thereby bridging the feature extraction and proposal generation by structured data propagation within the computational graph.
Finally, p-LTA completes the final computational pipeline by processing proposal-level hypergraph representations through specialized encoding and decoding operations. It transforms the abstracted topological features into concrete marine ship surveillance outputs, effectively translating high-order relationship modeling into actionable detection results. A proposal prediction network (PPN) operates analogously to the RPN in Faster R-CNN, producing initial region proposals for object detection. These candidate bounding boxes P are subsequently validated by quantitative intersection over union (IoU) analysis with ground truth (GT) P GT , where a predefined threshold determines their classification as either positive P + or negative P − samples. The IoU between P and P GT is defined by P ∩ P GT / P ∪ P GT . Subsequently, the positive proposals (PP) and negative proposals (NP) are projected onto the feature map to extract their respective feature subsets, which are then used for the proposal-guided hypergraph construction (PG-HGC)—positive proposal hypergraph construction (PP-HGC) G PP and negative proposal hypergraph construction (NP-HGC) G NP . Likewise, HGCB is adopted to process G PP and G NP to achieve their respective outputs F PP and F NP , which are concatenated and then flattened as a feature sequence F ED for the subsequent encoding and decoding. F ED combined with PE is input into the encoder to obtain a decoding query Q D , which is used as the decoding key K D and value V D itself. Finally, the contrastive denoising feature decoding (CDN-FD) receives Q D , K D , and V D to collaborate with a feed-forward network (FFN) through the Hungarian matching algorithm to yield marine ship surveillance results B .

3.4. Input-Level Topology Awareness

3.4.1. Super-Pixel Segmentation Module

SPSM produces semantically meaningful super-pixel groupings that effectively address the inherent fragmentation challenges encountered in traditional pixel-based processing methods. The initialization phase computes an approximate sampling interval S = K / k derived from the target super-pixel count k and total pixel count K , partitioning the image plane into regular grid cells. Cluster centers are strategically positioned by identifying pixels with minimal local gradient magnitude within each grid vicinity, ensuring avoidance of edge artifacts and noise contamination. During iterative optimization, distance metrics are computed between cluster centers and pixels within their S × S neighborhood regions, with pixel reassignment occurring based on minimum distance criteria. The feature vector of the i -th pixel combines CIELAB [75] components l i , a i , b i with spatial coordinates x i , y i to achieve joint intensity-space and spatial-domain clustering. Derived through a systematic combination of intensity variance d I and spatial displacement d S , the composite distance metric D quantifying pixel dissimilarity is defined by D = d I / m + d S / S 2 , where m serves as a critical balancing factor between chromatic affinity and geometric cohesion in super-pixel generation. Higher m values prioritize spatial compactness, yielding super-pixels with increased regularity and reduced perimeter-to-area ratios. Conversely, lower m values emphasize boundary adherence at the expense of shape uniformity, producing super-pixels that more precisely follow contours while showing greater variability in dimensional characteristics. d I and d S are defined by
d I = l j − l i 2 + a j − a i 2 + b j − b i 2 ,     d S = x j − x i 2 + x j − x i 2
where i represents the current pixel index, and j represents the pixel index within a neighborhood window of size S × S centered on pixel i . The iterative refinement phase involves computing mean values for both intensity and spatial coordinates across all pixels belonging to each super-pixel cluster, generating updated center positions. This centroid recalculation and subsequent pixel reallocation cycle continues iteratively until either the convergence criteria are satisfied or the maximum iterations are reached. A final connectivity enforcement step employs component analysis to eliminate fragmentation by reassigning isolated pixels to neighboring super-pixel regions, ensuring topological coherence across all segmented areas. As a result, the semantically coherent super-pixel clusters I SP = S 1 , S 2 , ⋯ , S n are yielded. The detailed execution process of SPSM is summarized in Algorithm 2.
Algorithm 2 Execution Process of SPSM
Input: SAR imagery I ∈ ℝ H × W . Number of super-pixels k
Output: Label matrix L
Begin
1:Sample pixels with a stride size of S = K / k .
2:Initialize clustering center C k = l k , a k , b k , x k , y k ⊤ .
3:Move the clustering center to the minimum gradient position in its 3 × 3  neighbors
4:Set clustering label L i = − 1 and d i = ∞ for each pixel
5:repeat
6:    for each clustering center C k  do
7:        for each pixel i  in SearchRegion C k  do
8:               D = Distance C k , i
9:           if  D < d i  then
10:                d i ← D ;   L i ← k
11:           end if
12:        end for
13:    end for
14:    Calculate the new clustering center.
15:    Set it as the average vector of all pixels belonging to the cluster.
16:    Calculate the residual E = ‖ C k current − C k previous ‖ 2 .
17:Until Convergence E ≤ threshold or the maximum iterations are attained.
18:Perform connectivity enforcement to L .
End
Figure 7 shows the results of SPSM. From it, the super-pixel generation demonstrates robust region aggregation capabilities, where semantically consistent areas are consolidated into homogeneous clusters, which will enable efficient hypergraph topology formulation by offering meaningful atomic units for higher-level structural representation.

3.4.2. Super-Pixel HyperGraph Construction

SP-HGC is implemented based on the super-pixel I SP generated by SPSM to generate the super-pixel-level hypergraph G SP . The hyperedges comprising G SP represent topological groupings of super-pixels with coherent visual attributes. For comprehensive saliency representation, the scale-variant super-pixel aggregation guided by visual feature affinities can be performed, permitting flexible implementation through various established computational approaches in image segmentation and cluster analysis domains. Non-parametric clustering fundamentally relies on a kernel density estimator,
f ^ k p = ξ k n Σ 1 / 2 ∑ i = 1 n k d M 2 p , p i , Σ
where p i denotes the i -th super-pixel in I SP , k ⋅ denotes a kernel profile defined by exp − x / 2 , Σ = γ 2 I denotes an asymmetric positive definite bandwidth matrix with a scaling coefficient γ , ξ k denotes a normalization constant, and d M denotes the Mahalanobis distance defined by I SP − S i ⊤ Σ − 1 I SP − S i . The identification of super-pixel cliques can be formulated as a mode detection problem within the density function f ^ k p . This computational challenge translates mathematically to solving the gradient equation ∇ f ^ k p = 0 , addressed through an iterative optimization procedure,
p t + 1 = ∑ i = 1 n k ′ d M 2 p t , p i , Σ p i ∑ i = 1 n k ′ d M 2 p t , p i , Σ
where k ′ ⋅ is the first-order derivative, and t is the iteration number. An efficient variant of agglomerative mean-shift clustering [76] is implemented, incorporating iterative query set compression as a core acceleration mechanism. In the constructed hypergraph, individual modes establish hyperedges that aggregate super-pixels, demonstrating convergent behavior in the iterative procedure. The scaling matrix Σ governs the spatial and spectral properties of the resulting hyperedges, while the adjustable γ facilitates flexible multi-resolution hyperedge construction through controlled modifications of the clustering process. It enables the production of hierarchical hyperedge sets e i , with individual hyperedge e i capturing structural relationships at varying scales of observation. As a result, the flexible multi-resolution analysis of the underlying data topology through differentiated hyperedge configurations is achieved.

3.4.3. Dense Contextual Feature Extraction

DCFE operates as a contextual expansion module designed to enhance feature diversity through multi-scale processing. As shown in Figure 6, it incorporates parallel dense convolutional layers with varying dilation rates d to extract hierarchical contextual features from input data. This multi-receptive-field mode generates enriched scene representations as optimized inputs for downstream processing stages, described as
X ′ ← W 1 d 1 I ,     X ″ ← X ′ © W 2 d 2 X ′ ,     X ‴ ← X ″ W 3 d 3 X ″
where W i is the weight matrix, and d i denotes the dilation rates, which are set to 3, 6, and 12.

3.4.4. Cross-Attention Collaborative Network

Designed as an intelligent feature reconciliation function, CACN performs context-aware integration of high-order topological information with low-level feature signatures. The network’s cross-attention-driven mechanism enables simultaneous enhancement of both macroscopic topological coherence and microscopic detail preservation throughout the feature hierarchy. Figure 8 shows its network architecture. CACN uses the multi-stage cross-attention mechanism, comprising serially connected processing blocks. Each block in this cascade synthesizes spatial attention representations, which inform and constrain subsequent attention computations, creating an integrated system for attention pattern evolution, described as
F SP = A SP ⊗ F ,     where     A SP = σ Conv MPool F SP © APool F SP
F = A ⊗ F SP , where     A = σ Conv MPool F © APool F
where A denotes the attention map, MPool denotes the max pooling, APool denotes the average pooling, and σ denotes the sigmoid activation defined by 1 / 1 + e x . The crosswise utilization of attention maps enables bidirectional information flow between parallel processing branches, establishing an effective cross-attention mechanism. After this feature interaction, the architecture processes original input signals through dual ConvReLU operations that incorporate cross-attention-derived features, ultimately generating the characteristic output for each computational block, i.e.,
F SP i ← ConvReLU ConvReLU F SP i − 1 + F SP i − 1
F i     ← ConvReLU ConvReLU F i − 1 + F i − 1
where ReLU is defined by max 0 , x . In CACN, the number of cross-attention blocks n is set to 5 based on experimental optimization. The outputs of two branches are concatenated as the final CACN output F CACN . In this way, the dynamic balance between abstract super-pixel representations and granular pixel-level details is orchestrated, enabling concurrent optimization of both global structural awareness and local contour precision. This dual-stream integration facilitates comprehensive feature integration through hierarchical information fusion.

3.5. Feature-Level Topology Awareness

3.5.1. Feature-Adaptive HyperGraph Construction

FA-HGC implements a dynamic correlation modeling mechanism that analyzes input visual features to autonomously generate adaptive hyperedge structures. It simultaneously computes vertex participation metrics, quantitatively estimating the association strength between each vertex and generated hyperedges through learned feature interactions. From Figure 6, it initiates the feature processing on the input X through parallel global pooling operations, where the average pooling generates a context vector F avg ∈ ℝ C while the max pooling produces a complementary vector F max ∈ ℝ C . These distinct representations undergo concatenation to synthesize a comprehensive vertex context F ctx ∈ ℝ 2 C , integrating both statistical and salient feature characteristics, i.e.,
F ctx = F avg © F max     where     F avg = GAP X ,     F avg = GMP X
A mapping layer ϕ : ℝ 2 C → ℝ M × C is leveraged to derive the global offset Δ P through vertex context transformation Δ P = ϕ F ctx , where M denotes hyperedge cardinality. This offset undergoes additive fusion with a trainable global prototype P 0 ∈ ℝ M × C to produce dynamic hyperedge prototypes P , i.e., P = P 0 + Δ P , which encode potential visual relationships in the scene. Vertex participation quantification is achieved by projection-based generation of query vectors z i from vertex features x i , i.e., z i = W pre x i , enabling structured relationship modeling. A multi-head partitioning strategy is used to enhance representational diversity, decomposing both the vertex query vector z i and hyperedge prototypes into h distinct feature subspaces, denoted as z ^ i τ ∈ ℝ d h τ = 1 h and p ^ m τ ∈ ℝ d h τ = 1 h , respectively. Within each subspace τ , the affinity scores between the i -th vertex query component and the m -th corresponding hyperedge prototype are computed, enabling granular similarity assessment across multiple feature dimensions, i.e., s i , m τ = ⟨ z ^ i τ , p ^ m τ ⟩ / d h . The composite similarity metric is computed as the arithmetic mean of subspace-specific affinity measurements, i.e., s ¯ i , m τ = ∑ τ = 1 h s i , m τ / h . This vertex-hyperedge correspondence score subsequently serves as the fundamental basis for quantifying vertex contributions within hyperedges. Normalizes these values across all vertices to construct the continuous participation matrix H ˜ , representing probabilistic membership relationships in the hypergraph structure, i.e.,
H ˜ i , m = exp s ¯ i , m τ / ∑ j = 1 N s ¯ j , m τ
where H ˜ i , m encodes the participation intensity of the vertex i as a constituent element of the hyperedge m , reflecting its functional contribution to the hyperedge’s structural properties. Different from the previous H ∈ 0 , 1 N × M , H ˜ ∈ 0 , 1 N × M is either continuous, not discrete, non-zero, or one. In this configuration, hyperedges exhibit universal vertex inclusion with participation degrees expressed through continuously variable, mathematically differentiable coefficients. Such representation demonstrates superior compatibility with image data processing tasks where inter-element connections are implicitly defined rather than explicitly structured. As a result, H ˜ substitutes the initial hypergraph representation H in both Equations (9) and (16), enabling its direct involvement in hypergraph convolutional operations and parameter optimization.

3.5.2. Vertex-Level Feature Self-Attention

VL-FSA implements a vertex-centric attention mechanism that quantitatively evaluates and hierarchically prioritizes vertex significance within hypergraphs. Through dynamic computation of inter-vertex attention coefficients, it adaptively regulates information flow intensity, ensuring preferential processing of topologically critical vertices while maintaining contextual coherence. For the target vertex v i , VL-FSA initiates processing by learning latent representations for all associated hyperedges E i . Recognizing the varying significance of constituent vertices within each hyperedge e j ∈ E i , the framework incorporates vertex-level attention to dynamically weight individual contributions. This attention-driven mechanism selectively emphasizes semantically critical vertices during the feature aggregation process, ultimately synthesizing a discriminative hyperedge representation F j l that captures essential topological relationships, i.e., F j l = σ ∑ v k α j k W 1 h k l − 1 , where W 1 denotes the learnable weight matrix, h k l − 1 denotes the representation of the vertex v k at layer l − 1 , and α j k denotes the attention coefficient of the vertex v k in the hyperedge e j , calculated by
α j k = exp a 1 ⊤ u k ∑ v p ∈ e j exp a 1 ⊤ u p     where     u k = ReLU W 1 h k l - 1
where a 1 ⊤ denotes a weight vector.

3.5.3. Edge-Level Feature Self-Attention

EL-FSA implements a hyperedge significance evaluation that quantitatively assesses the contextual relevance of multi-vertex relationships relative to specific focal vertices. Through learned attention mechanisms, it dynamically identifies and prioritizes hyperedges exhibiting strong semantic alignment with current vertex processing requirements. Leveraging the complete set of hyperedge representations F j l ∀ e j ∈ E i , we implement edge-level attention weighting to selectively emphasize semantically significant hyperedge connections, dynamically modulating information flow from relevant hyperedges to optimize subsequent vertex representation learning for the vertex v i , i.e.,
h i l = σ ∑ e j ∈ E i β i j W 2 F j l
where W 2 is the learnable weight matrix, and h i l is the representation of the vertex v i at layer l . β i j is the attention coefficient of the hyperedge e j in the vertex v i , defined as
β i j = exp a 2 ⊤ v j ∑ e p ∈ E i exp a 2 ⊤ v p     where     v j = ReLU W 2 F j l © W 1 h i l - 1
where a 2 ⊤ denotes another weight vector to measure the importance of the hyperedges.

3.6. Proposal-Level Topology Awareness

3.6.1. Proposal Prediction Network

Following the RPN paradigm in Faster R-CNN, PPN generates potential object regions P . The IoU-based quantitative assessment with GT is used to classify each proposal, applying a tunable threshold to distinguish between positive instances P + and negative P − instances. As shown in Figure 6, after undergoing 3 × 3 convolutional dimensionality reduction, the feature map F 4 is then processed through dual pathways. The top pathway applies 1 × 1 convolution for anchor box refinement through coordinate offsets, while the bottom pathway leverages an FC layer for foreground and background classification. The pipeline incorporates non-maximum suppression (NMS) as the final post-processing step to eliminate redundant overlapping predictions.

3.6.2. Proposal-Guided HyperGraph Construction

PG-HGC constructs hypergraphs using the projected feature subsets of positive proposals (PP) and negative proposals (NP) onto the original feature map, which utilizes instance-level spatial priors to explicitly model topological interactions between these feature subsets. Each proposal P i is abstracted as a hypergraph vertex v i , where the associated feature subset X i serves as the vertex feature representation, establishing a direct mapping between object proposals and hypergraph elements. Hyperedges are yielded by computing cosine similarity between vertex pairs, where trainable attention weights are incorporated to fine-tune the influence of each similarity measurement on the final hypergraph topology, i.e., s i j = W X i ⋅ W X j / ‖ W X i ‖ ⋅ ‖ W X j ‖ , where s i j denotes the similarity between the vertex v i and the vertex v j , and W denotes a learnable weight matrix. For each vertex v i , select the k neighbors with the highest similarity to construct a hyperedge e i , i.e.,
e i = v j j ∈ Index Top k s i j ,     j ≠ i
The weight of the hyperedge is e i calculated through
W e i = 1 e i ∑ k , j ∈ e i exp − γ ‖ F k − F j ‖ 2
where γ is the scaling factor, which defaults to the reciprocal of the feature dimension. As a result, HGCB receives both positive and negative sample hypergraphs constructed from proposals, performing parallel feature extraction to analyze and contrast their topological structures, thereby revealing inherent differences in proposal relationships.
In p-LTA, PP-HGC and NP-HGC first construct separate hypergraphs from the feature subsets of positive and negative proposals, respectively, and HGCB performs parallel feature extraction to model their respective topological structures. The resulting features are then concatenated and flattened to form the feature sequence for subsequent encoding and decoding. Based on this topology-aware representation, CDN-FD introduces positive and negative perturbation samples generated from the ground truth boxes and performs contrastive denoising during feature decoding. Therefore, PP-HGC/NP-HGC provide proposal-level topology-aware representations, while CDN-FD further enhances the discrimination between valid targets and noisy samples during decoding.

3.6.3. Contrastive DeNoising Feature Decoding

CDN-FD integrates a comparative learning mechanism that leverages positive–negative sample pairs to enhance feature discrimination, inspired by [26], simultaneously improving convergence speed and spatial resolution in ship target detection tasks. Figure 9 shows its schematic diagram. Two types of perturbed samples are generated for each ground truth box by
b + = b GT + η + ,     η + ~ U 0 , λ 1
b − = b GT + η − ,     η − ~ U λ 1 , λ 2
where b GT denotes the ground truth box, b + denotes the positive box with a noise disturbance parameter η + , b − denotes the positive box with a noise disturbance parameter η − , and λ 1 and λ 2 denote two thresholds for positive and negative samples, which are set to 0.1 and 0.7 empirically. U denotes uniform sampling. Additionally, dynamic gradient filtering is used, i.e., the gradient is updated only for positive samples with IoU > 0.3 to prevent invalid noise interference. In this way, the reconstruction process can be expressed as
L θ , ϕ = 1 N ∑ i = 1 N ‖ b GT − D θ E ϕ b GT ‖ 2 2
where E ϕ represents the addition of noise with the parameter ϕ and D θ represents the denoising with the parameter θ . Within the denoising architecture, the one-to-many label assignment paradigm significantly boosts training supervision, simultaneously boosting convergence speed and preserving detection integrity. The paired original and noisy queries are processed through grouped representations, where each cluster undergoes independent self-attention learning. An attention masking scheme creates isolated processing environments, rendering inter-group connections inactive (represented as matrix gray zones) while maintaining intra-group communication. This controlled visibility protocol ensures strict one-way interaction between query types, thereby safeguarding against any inference-phase information leakage. As a result, the training optimization objective is defined as follows:
L = λ reg ‖ b + − b GT ‖ 1 + λ cls J b + , y GT + λ neg max 0 , σ − p −
where J ⋅ is the cross-entropy, σ is a negative threshold set to 0.3, and λ i denotes different weight coefficients. λ reg , λ cls and λ neg are set to 1.0, 2.0, and 0.5 empirically. Taking λ reg as the reference weight, λ cls is increased to emphasize category discrimination, whereas λ neg is reduced so that negative-sample suppression acts as an auxiliary constraint without dominating the optimization. CDN-FD leverages contrastive learning to explicitly differentiate between valid targets and noisy anchor boxes, eliminating reliance on the unstable Hungarian matching algorithm. By directly establishing robust correlations between queries and ground truth instances, this approach bypasses intermediate optimization steps, ensuring more precise and stable learning dynamics.

4. Experiments

4.1. Data Description

As shown in Table 3, the marine ship surveillance system integrates data from three distinct SAR platforms: RadarSat-2 (C-band, 1 m resolution, 2007), TerraSAR-X (X-band, 0.25 m spotlight mode, 2007), and Sentinel-1 (C-band constellation, 2014, full polarization). As illustrated in Figure 10, the operational pipeline involves ground radar stations receiving satellite data, centralized storage in data centers, and subsequent workstation access for data processing. Validation employs an automatic identification system (AIS) as a ground truth reference. As shown in Figure 11 and Table 4, two standardized datasets are utilized—the SAR ship detection dataset (SSDD) [28], comprising 1160 images with 2551 ships, and the more extensive high-resolution SAR image dataset (HRSID) [29], containing 5604 images with 16,965 ships. Both datasets maintain consistent training–test splits with prior studies. The practical engineering verification employs two large-scale Sentinel-1 SAR images (denoted as LSS1 and LSS2) as primary testbeds. To further substantiate method efficacy, an additional evaluation is conducted using the SAR-Ship-Dataset [30] and SARDet-100K [31] repositories. Cross-domain validation is achieved through optical and infrared ship datasets, including HRSC [5] and ISDD [7], systematically assessing TLTA’s generalization capacity across modalities.

4.2. Experimental Configuration

We employ SGD over 320 epochs with dynamic learning rate scheduling: starting at 0.04 and reduced by 10× at milestones 280 and 300. The optimization strategy integrates Nesterov momentum (0.99) with L2 regularization (0.005 attenuation). Batch size configurations account for memory constraints, setting 4 for SSDD (800 × 800) and 2 for HRSID (1024 × 1024). Execution hardware comprises an NVIDIA RTX 5090 GPU and an Intel Ultra-9 CPU. The spectral hypergraph convolution adopts a first-order Chebyshev approximation ( K = 1 ), and CACN contains five cross-attention blocks. In CDN-FD, the positive and negative perturbation thresholds are set to 0.1 and 0.7, respectively; the negative threshold is set to 0.3, and λ reg , λ cls and λ neg are set to 1.0, 2.0, and 0.5, respectively. Under this configuration, training the complete TLTA requires approximately 0.29 s per image for training with a peak GPU memory usage of 28 GB. The complete model contains 55 M parameters and requires 33 ms per image for inference. The source code is made publicly available at https://github.com/RUIZHU1217/TLTA (accessed on 9 September 2026).

4.3. Evaluation Metrics

For benchmark experiments, the COCO evaluation criterion is adopted, whose average precision (AP) is defined by
AP = ∫ 0 1 p r d r     where     p = TP TP + FP ,     r = TP TP + FN
where TP, FP, and FN are the numbers of true positives, false positives, and false negatives. The values of AP at different IoU thresholds are denoted by AP 50 and AP 75 . The values of AP at different scales are denoted by AP S , AP M and AP L . These scale-aware metrics are informative when the evaluated dataset contains targets over multiple size ranges. For the large-scene experiments, all ship instances fall within the small-target range. Therefore, scale-specific AP metrics provide limited additional information, and a VOC-style evaluation protocol with an IoU threshold of 0.5 is adopted, with AP 50 used as the AP metric. When checking false alarms and missed detections, the harmonic average f 1 is used, which is calculated by 2 p × r / p + r .

5. Results

5.1. Quantitative Results

5.1.1. Method Comparison

The quantitative results shown in Table 5 compare TLTA with recent SAR ship detection methods. All methods are compared on the same benchmark datasets using the same evaluation metrics, while architecture-specific training configurations are retained where applicable. TLTA achieves AP values of 77.9% and 76.4% on SSDD and HRSID, respectively. Compared with TLSA, TLTA is 0.2% lower in AP on SSDD but 1.0% higher on HRSID. It also achieves higher AP S and AP L on both datasets and higher AP M on SSDD. The improvement can be largely attributed to the hierarchical topology modeling strategy of TLTA. Unlike DETR- and Transformer-based detectors that primarily model pairwise interactions through attention, TLTA employs hypergraphs to capture high-order relationships among multiple entities. Compared with recent SAR ship detection methods that mainly enhance feature representation, multi-scale information, or detection heads, TLTA progressively introduces topology awareness at the input, feature, and proposal levels. Moreover, compared with hypergraph-enhanced detectors such as Hyper-YOLO, TLTA extends hypergraph modeling across multiple stages of the detection pipeline rather than restricting it to feature representation alone.

5.1.2. Quantitative Analysis of TLTA Efficacy

The multi-level topology awareness in TLTA demonstrates substantial performance enhancements, as quantitatively shown in Table 5. The baseline refers to the basic detection framework without the proposed i-LTA, f-LTA, and p-LTA modules, compared with which the complete TLTA improves AP by 5.7 and 7.5 percentage points on SSDD and HRSID, respectively. This advancement stems from the super-pixel hypergraph computation enhancing input representation of i-LTA, the feature hypergraph modeling intricate semantic–spatial relationships of f-LTA, and the proposal hypergraph learning inter-ship spatial patterns of p-LTA, thereby collectively forming a synergistic high-order topological learning system.

5.2. Qualitative Results

5.2.1. Surveillance Visualization

The qualitative results presented in Figure 12 illustrate TLTA’s detection performance across diverse maritime scenarios. The method consistently identifies various ships with high precision in both offshore and complex coastal environments. It also maintains stable detection for isolated ships, densely distributed targets, and ships with different scales, despite variations in background clutter, target density, and scene complexity. Additionally, the precision–recall curves in Figure 13 remain close to the upper-left region across the overall and scale-specific evaluations, further demonstrating the consistent detection performance of TLTA.

5.2.2. Qualitative Analysis of TLTA Efficacy

Figure 14 provides visual evidence of the surveillance performance evolution of TLTA with stepwise increasing topology awareness. The surveillance results demonstrate progressive improvement across different scenes, with a reduction in false positives and recovery of previously missed detections. In particular, the successive introduction of i-LTA, f-LTA, and p-LTA gradually improves the consistency between the predicted and ground-truth ship locations, especially in complex coastal regions and densely distributed ship scenes. This progressive enhancement pattern further supports the effectiveness of multi-level topology awareness in TLTA.

5.2.3. Failure Cases

Figure 15 shows some representative failure cases that highlight potential avenues for methodological refinement. Notably, certain small metallic reflections along coastal regions are erroneously classified as ships, likely attributable to insufficiently distinct topological contextual cues in these regions. Additionally, several low-signature small ships remained undetected, potentially due to their subtle electromagnetic responses being obscured by environmental noise. These isolated detection anomalies occur with infrequency, so their impact on the overall efficacy remains negligible, as demonstrated by the aforementioned consistently high-performance metrics on diverse operational scenarios. These observations suggest that future work should prioritize boosting feature discriminability through improved feature extraction techniques.

6. Analysis and Discussion

6.1. Further Analysis

6.1.1. Continuous Enhancement in Complex Scenes

The experimental results presented in Table 6 demonstrate that the proposed higher-order topological awareness framework provides more pronounced improvements over the baseline in complex inshore scenarios than in pure maritime offshore environments. This observation demonstrates the effectiveness of TLTA in modeling intricate spatial relationships between ships and surrounding infrastructure elements, including berthing structures, cargo handling systems, and terrestrial installations. The stronger improvement in inshore scenes suggests that topology-aware modeling is particularly beneficial when ship targets coexist with complex shoreline structures, where distinguishing ships in proximity to docks, gantries, and other land-based structures has traditionally resulted in higher error rates. The progressive topological learning framework of TLTA helps reduce the performance degradation caused by complex coastal backgrounds and improves detection reliability in such environments. Table 7 further shows that TLTA substantially narrows the accuracy disparity between inshore and offshore scenes on SSDD compared with the other methods. This demonstrates TLTA’s ability to maintain more consistent detection performance across different maritime environments.

6.1.2. Reliable False Alarm Suppression

Table 8 shows that higher-order topology awareness credibly suppresses false alarms while maintaining detection sensitivity. The observed p - r trade-off reveals a systematic reduction in both false positives and missed detections, culminating in improved f 1 scores. This dual optimization stems from the capacity of TLTA to integrate global contextual information through advanced feature representation, complemented by the cross-attention mechanism in i-LTA for preserving critical local details.

6.1.3. Discriminative Feature Extraction

TLTA enables discriminative feature extraction as shown in Figure 16. The observed transition in feature map characteristics—where ship contours sharpen, and land signatures fade—provides empirical evidence of topology awareness’s discriminative power. This spatial filtering effect directly correlates with improved detection performance, as the framework learns to prioritize salient maritime features while suppressing irrelevant land-based patterns through adaptive feature selection.

6.1.4. Concentrated Feature Activation

The feature activation states visualized in Figure 17 reveal that TLTA demonstrates selective attention allocation, with predominant activation concentrated on ship regions. This targeted activation mechanism directly contributes to improved detection accuracy, as the framework’s high-order topology awareness enables precise identification of semantically significant maritime areas through comprehensive scene interpretation.

6.1.5. Complexity Analysis

The complexity evaluation in Table 9 shows that progressively introducing topology awareness increases the computational cost, with the full TLTA requiring 55 M parameters and 286 GFLOPs compared with 38 M parameters and 138 GFLOPs for the baseline. However, the inference time increases only from 28 ms to 33 ms, while the throughput decreases from 36 FPS to 30 FPS. Compared with representative mainstream detectors, the full TLTA remains within a comparable range of model size and inference efficiency, achieving 30 FPS under the adopted hardware configuration. These results indicate that the additional computation introduced by multi-level topology modeling is accompanied by consistent accuracy improvements while maintaining competitive inference efficiency. Therefore, TLTA provides a reasonable trade-off between detection accuracy and computational cost for maritime surveillance, although deployment efficiency may vary with hardware platforms and image resolution.

6.1.6. Ablation Studies

The systematic ablation studies conducted on several core modules in TLTA, including CACN, VL-FSA, EL-FSA, DCFE, and proposal hypergraphs, evaluate their individual contributions to the overall performance. As shown in Table 10, combining the spectral and spatial branches improves the AP from 75.3% to 75.8%, while CACN further increases it to 76.4%. This improvement mainly benefits from the complementary topology information captured by the two branches: the spectral branch models high-order structural correlations, whereas the spatial branch propagates vertex–hyperedge–vertex interactions along hyperpaths. Their parallel combination therefore provides a more comprehensive topology representation, while CACN further integrates the topology-aware representation with low-level spatial details. Table 11 shows that introducing VL-FSA improves the AP from 74.9% to 75.6%, and jointly using VL-FSA and EL-FSA further increases it to 76.4%, demonstrating the benefit of jointly exploiting vertex- and hyperedge-level information. As shown in Table 12, DCFE improves the AP from 76.0% to 76.4%, confirming its contribution to feature enhancement. Furthermore, Table 13 shows that the two-pathway proposal hypergraph design improves the AP from 75.9% to 76.4% compared with the one-pathway counterpart, indicating the effectiveness of jointly modeling positive and negative proposal features.

6.2. Discussion

6.2.1. Large Scene Verification Towards Practical Engineering

The large-scale evaluation using Sentinel-1 SAR data, as shown in Table 14, demonstrates the robust performance of TLTA in real-world marine surveillance applications. The two large scenes cover different maritime environments and ship distributions, including both sparsely distributed targets and densely clustered ships near coastal regions. The qualitative results in Figure 18 and quantitative metrics in Table 15 collectively confirm TLTA’s capability to maintain detection accuracy across extensive ocean areas. In particular, TLTA achieves AP50 values of 81.2% and 85.7%, and f1 scores of 85.8% and 90.8% on LSS1 and LSS2, respectively. These results further support the applicability of TLTA to large-scene ship surveillance across diverse large-scale maritime environments under different target densities and background conditions.

6.2.2. Validation on Large-Scale Datasets

To further substantiate the efficacy of TLTA, an additional evaluation is conducted on SAR-Ship-Dataset [30] and SARDet-100K [31]. SAR-Ship-Dataset contains 43,819 image samples, while SARDet-100K contains 116,598 image samples. The results are shown in Table 16. The experimental results demonstrate TLTA’s consistent effectiveness across diverse operational scenarios, achieving consistent improvements over the baseline and competitive performance compared with representative methods. This sustained efficacy underscores the fundamental stability and practical value of topology awareness as a core architectural principle.

6.2.3. Domain Expansion Exploration

Last but not least, the evaluation on heterogeneous datasets, including HRSC optical imagery and ISDD infrared collections, is used to confirm TLTA’s robust cross-domain applicability. The results shown in Table 17 and Figure 19 demonstrate that topology learning maintains effective detection performance across different spectral bands, indicating its potential beyond SAR imagery. On both optical and infrared datasets, progressively introducing i-LTA, f-LTA, and p-LTA consistently improves the detection results over the corresponding baseline. The qualitative examples further show that TLTA can identify ships under substantially different imaging characteristics and background appearances. These results suggest that the proposed topology-aware modeling strategy is not restricted to a single sensing modality and can retain its effectiveness across heterogeneous ship surveillance domains.

6.2.4. Limitations and Future Work

Although TLTA achieves consistent improvements across different SAR ship detection scenarios, several limitations remain. As shown in Figure 15, false alarms may occur in complex coastal regions where strong metallic scatterers resemble ships, while low-signature small ships can still be missed when their weak responses are obscured by speckle or environmental noise. These cases indicate that topology modeling remains dependent on the discriminability of the underlying features. Future work will focus on improving topology construction under complex backgrounds and weak-target conditions. More discriminative contextual representations and enhanced weak-target feature extraction will be explored to better distinguish ships from ship-like scatterers and improve small-ship detection. Adaptive topology construction may further suppress unreliable relationships and improve robustness in challenging maritime environments.

7. Conclusions

We explore topology awareness for SAR marine ship surveillance through a hypergraph framework with three hierarchical levels. The proposed TLTA framework integrates the input-level (i-LTA), feature-level (f-LTA), and proposal-level (p-LTA) mechanisms to progressively extract high-order spatial topology representations. Extensive experiments demonstrate that topology awareness improves SAR ship surveillance performance while maintaining cross-sensor adaptability to optical and infrared modalities. TLTA offers competitive accuracy with computational efficiency comparable to mainstream alternatives. Our work demonstrates the potential of high-order topology modeling using hypergraphs for SAR marine ship surveillance.

Author Contributions

Conceptualization, T.Z.; methodology, R.Z. and T.Z.; software, R.Z.; validation, R.Z. and T.Z.; formal analysis, R.Z. and T.Z.; investigation, R.Z. and T.Z.; resources, T.Z.; data curation, R.Z.; writing—original draft preparation, R.Z. and T.Z.; writing—review and editing, R.Z. and T.Z.; visualization, R.Z.; supervision, T.Z.; project administration, T.Z.; funding acquisition, T.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Nature Science Foundation of China (No.U24A20589), the Innovation Team of the Ministry of Education of China (No.8091B042227), the Innovation Group of Sichuan Natural Science Foundation (No.2023NSFSC1974), the Fundamental Research Funds for the Central Universities (Nos.2682026CX068, 42601674, 62671528).

Data Availability Statement

The datasets analyzed in this study are publicly available. The SSDD is available at https://github.com/TianwenZhang0825/Official-SSDD (accessed on 9 September 2026), and the HRSID is available at https://github.com/chaozhong2010/HRSID (accessed on 9 September 2026).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Liu, S.; Li, D.; Song, H.; Fan, C.; Li, K.; Wan, J.; Liu, R. SAR ship detection across different spaceborne platforms with confusion-corrected self-training and region-aware alignment framework. ISPRS J. Photogramm. Remote Sens. 2025, 228, 305–322. [Google Scholar] [CrossRef] [Scilit]
  2. Zhang, T.; Gao, G.; Zhang, X. Glance-Focus-Gaze: A Novel Eagle-Eye Vision-Inspired Panorama-Population-Individual Progressive Screening Paradigm to Capture Ships in SAR Images. ISPRS J. Photogramm. Remote Sens. 2026, 235, 241–260. [Google Scholar] [CrossRef] [Scilit]
  3. Gao, G.; Bai, Q.; Zhang, C.; Zhang, L.; Yao, L. Dualistic cascade convolutional neural network dedicated to fully PolSAR image ship detection. ISPRS J. Photogramm. Remote Sens. 2023, 202, 663–681. [Google Scholar] [CrossRef] [Scilit]
  4. Min, L.; Dou, F.; Zhang, Y.; Shao, D.; Li, L.; Wang, B. CM-YOLO: Context modulated representation learning for ship detection. IEEE Trans. Geosci. Remote Sens. 2025, 63, 4202414. [Google Scholar] [CrossRef] [Scilit]
  5. Liu, Z.; Yuan, L.; Weng, L.; Yang, Y. A high resolution optical satellite image dataset for ship recognition and some new baselines. In Proceedings of the 6th International Conference on Pattern Recognition Applications and Methods (ICPRAM), Porto, Portugal, 24–26 February 2017; Volume 1, pp. 324–331. [Google Scholar]
  6. Xu, X.; Zhang, X.; Wei, S.; Shi, J.; Zhang, W.; Zhang, T.; Zhan, X.; Xu, Y.; Zeng, T. DiffSARShipInst: Diffusion model for ship instance segmentation from synthetic aperture radar imagery. ISPRS J. Photogramm. Remote Sens. 2025, 223, 440–455. [Google Scholar] [CrossRef] [Scilit]
  7. Han, Y. Knowledge-driven context perception for ship detection in infrared imagery. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5000219. [Google Scholar] [CrossRef] [Scilit]
  8. Wu, B.; Liu, C.; Chen, J. A review of spaceborne high-resolution spotlight/sliding spotlight mode SAR imaging. Remote Sens. 2024, 17, 38. [Google Scholar] [CrossRef] [Scilit]
  9. Kronauge, M.; Rohling, H. Fast two-dimensional CFAR procedure. IEEE Trans. Aerosp. Electron. Syst. 2013, 49, 1817–1823. [Google Scholar] [CrossRef] [Scilit]
  10. Zhang, T.; Zhang, X.; Liu, C.; Shi, J.; Wei, S.; Ahmad, I.; Zhan, X.; Zhou, Y.; Pan, D.; Li, J.; et al. Balance learning for ship detection from synthetic aperture radar remote sensing imagery. ISPRS J. Photogramm. Remote Sens. 2021, 182, 190–207. [Google Scholar] [CrossRef] [Scilit]
  11. Zhang, T.; Zhang, X.; Shi, J.; Wei, S. HyperLi-Net: A hyper-light deep learning network for high-accurate and high-speed ship detection from synthetic aperture radar imagery. ISPRS J. Photogramm. Remote Sens. 2020, 167, 123–153. [Google Scholar] [CrossRef] [Scilit]
  12. LeCun, Y.; Bengio, Y.; Hinton, G. Deep Learning. Nature 2015, 521, 436–444. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  13. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards real-time object detection with region proposal networks. In Proceedings of the Advances in Neural Information Processing Systems (NeurIPS/NIPS), Montréal, QC, Canada, 7–12 December 2015; Volume 28, pp. 91–99. [Google Scholar]
  14. Feng, Y.; Huang, J.; Du, S.; Ying, S.; Yong, J.H.; Li, Y.; Ding, G.; Ji, R.; Gao, Y. Hyper-YOLO: When visual object detection meets hypergraph computation. arXiv 2024, arXiv:2408.04804. [Google Scholar]
  15. Ge, Z.; Liu, S.; Wang, F.; Li, Z.; Sun, J. YOLOX: Exceeding YOLO series in 2021. arXiv 2021, arXiv:2107.08430. [Google Scholar]
  16. Melillos, G.; Hadjimitsis, D.G. Ship detection using SAR images based on YOLO at Cyprus’s coast. In Proceedings of the SPIE Geospatial Informatics XII, Orlando, FL, USA, 27 May 2022; Volume 12099, p. 1209903. [Google Scholar]
  17. Liu, W.; Anguelov, D.; Erhan, D.; Szegedy, C.; Reed, S.; Fu, C.-Y.; Berg, A.C. SSD: Single Shot MultiBox Detector. In Computer Vision—ECCV 2016, Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2016; Volume 9905, pp. 21–37. [Google Scholar]
  18. Lin, T.Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature Pyramid Networks for Object Detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 June 2017; pp. 936–944. [Google Scholar]
  19. Duan, K.; Bai, S.; Xie, L.; Qi, H.; Huang, Q.; Tian, Q. CenterNet: Keypoint Triplets for Object Detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Seoul, Republic of Korea, 27 October–2 November 2019; pp. 6569–6578. [Google Scholar]
  20. Chen, S.; Sun, P.; Song, Y.; Luo, P. DiffusionDet: Diffusion model for object detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 19830–19843. [Google Scholar]
  21. Sun, P.; Zhang, R.; Jiang, Y.; Kong, T.; Xu, C.; Zhan, W.; Tomizuka, M.; Li, L.; Yuan, Z.; Wang, C.; et al. Sparse R-CNN: End-to-end object detection with learnable proposals. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 20–25 June 2021; pp. 14454–14463. [Google Scholar]
  22. Carion, N.; Massa, F.; Synnaeve, G.; Usunier, N.; Kirillov, A.; Zagoruyko, S. End-to-End Object Detection with Transformers. In Computer Vision—ECCV 2020, Lecture Notes in Computer Science; Springer: Cham, Switzerland, 2020; Volume 12346, pp. 213–229. [Google Scholar]
  23. Meng, D.; Chen, X.; Fan, Z.; Zeng, G.; Li, H.; Yuan, Y.; Sun, L.; Wang, J. Conditional DETR for fast training convergence. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 3651–3660. [Google Scholar]
  24. Wang, Y.; Zhang, X.; Yang, T.; Sun, J. Anchor DETR: Query design for transformer-based detector. In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), Virtual, 22 February–1 March 2022; Volume 36, pp. 2567–2575. [Google Scholar]
  25. Li, F.; Zhang, H.; Liu, S.; Guo, J.; Ni, L.M.; Zhang, L. DN-DETR: Accelerate DETR training by introducing query denoising. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), New Orleans, LA, USA, 18–24 June 2022; pp. 13619–13627. [Google Scholar]
  26. Zhang, H.; Li, F.; Liu, S.; Zhang, L.; Su, H.; Zhu, J.; Ni, L.M.; Shum, H.-Y. DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection. In Proceedings of the Eleventh International Conference on Learning Representations (ICLR), Kigali, Rwanda, 1–5 May 2023. [Google Scholar]
  27. Liu, S.; Li, F.; Zhang, H.; Yang, X.; Qi, X.; Su, H.; Zhu, J.; Zhang, L. DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR. In Proceedings of the International Conference on Learning Representations (ICLR), Virtual, 25–29 April 2022. [Google Scholar]
  28. Zhang, T.; Zhang, X.; Li, J.; Xu, X.; Wang, B.; Zhan, X.; Xu, Y.; Ke, X.; Zeng, T.; Su, H.; et al. SAR Ship Detection Dataset (SSDD): Official Release and Comprehensive Data Analysis. Remote Sens. 2021, 13, 3690. [Google Scholar] [CrossRef] [Scilit]
  29. Wei, S.; Zeng, X.; Qu, Q.; Wang, M.; Su, H.; Shi, J. HRSID: A High-Resolution SAR Images Dataset for Ship Detection and Instance Segmentation. IEEE Access 2020, 8, 120234–120254. [Google Scholar] [CrossRef] [Scilit]
  30. Wang, Y.; Wang, C.; Zhang, H.; Dong, Y.; Wei, S. A SAR Dataset of Ship Detection for Deep Learning under Complex Backgrounds. Remote Sens. 2019, 11, 765. [Google Scholar] [CrossRef] [Scilit]
  31. Li, Y.; Li, X.; Li, W.; Hou, Q.; Liu, L.; Cheng, M.M.; Yang, J. SARDet-100K: Towards Open-Source Benchmark and ToolKit for Large-Scale SAR Object Detection. In Proceedings of the Thirty-Eighth Annual Conference on Neural Information Processing Systems (NeurIPS), Vancouver, BC, Canada, 10–15 December 2024. [Google Scholar]
  32. Lin, Z.; Ji, K.; Leng, X.; Kuang, G. Squeeze and excitation rank Faster R-CNN for ship detection in SAR images. IEEE Geosci. Remote Sens. Lett. 2018, 16, 751–755. [Google Scholar] [CrossRef] [Scilit]
  33. Cui, Z.; Li, Q.; Cao, Z.; Liu, N. Dense Attention Pyramid Networks for Multi-Scale Ship Detection in SAR Images. IEEE Trans. Geosci. Remote Sens. 2019, 57, 8983–8997. [Google Scholar] [CrossRef] [Scilit]
  34. Zhao, Y.; Zhao, L.; Xiong, B.; Kuang, G. Attention Receptive Pyramid Network for Ship Detection in SAR Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2020, 13, 2738–2756. [Google Scholar] [CrossRef] [Scilit]
  35. Zhu, M.; Hu, G.; Zhou, H.; Wang, S. Multiscale Ship Detection Method in SAR Images Based on Information Compensation and Feature Enhancement. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5117913. [Google Scholar] [CrossRef] [Scilit]
  36. Bai, L.; Yao, C.; Ye, Z.; Xue, D.; Lin, X.; Hui, M. A novel anchor-free detector using global context-guide feature balance pyramid and united attention for SAR Ship Detection. IEEE Geosci. Remote Sens. Lett. 2023, 20, 4003005. [Google Scholar] [CrossRef] [Scilit]
  37. Liu, L.; Fu, L.; Zhang, Y.; Ni, W.; Wu, B.; Li, Y.; Shang, C.; Shen, Q. CLFR-Det: Cross-level feature refinement detector for tiny-ship detection in SAR images. Knowl.-Based Syst. 2024, 284, 111284. [Google Scholar] [CrossRef] [Scilit]
  38. Zhang, T.; Gao, G.; Ke, X.; Zhang, X. Swarm Learning: Perception-Retrieval-Localization for Ship Detection from Synthetic Aperture Radar Remote Sensing Imagery. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2026, 19, 12384–12395. [Google Scholar] [CrossRef] [Scilit]
  39. Zhang, T.; Zhang, X.; Gao, G. Divergence to Concentration and Population to Individual: A Progressive Approaching Ship Detection Paradigm for Synthetic Aperture Radar Remote Sensing Imagery. IEEE Trans. Aerosp. Electron. Syst. 2026, 62, 1325–1338. [Google Scholar] [CrossRef] [Scilit]
  40. Fu, J.; Sun, X.; Wang, Z.; Fu, K. An anchor-free method based on feature balancing and refinement network for multiscale ship detection in SAR images. IEEE Trans. Geosci. Remote Sens. 2020, 59, 1331–1344. [Google Scholar] [CrossRef] [Scilit]
  41. Liu, S.; Li, D.; Wan, J.; Zhan, M.; Su, J.; Zhu, H. Promoting Inshore Ship Detection in SAR Images: A Fourier-Based Scene Transformation and Semantic Enhancement Framework. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 10055–10074. [Google Scholar] [CrossRef] [Scilit]
  42. Yue, T.; Zhang, Y.; Liu, P.; Xu, Y.; Yu, C. A generating-anchor network for small ship detection in SAR images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 7665–7676. [Google Scholar] [CrossRef] [Scilit]
  43. Shen, J. ELLK-Net: An efficient lightweight large kernel network for SAR ship detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5221. [Google Scholar] [CrossRef] [Scilit]
  44. Hu, Q.; Hu, S.; Liu, S.; Xu, S.; Zhang, Y.-D. FINet: Feature interaction for SAR ship object-level and pixel-level detection. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5239215. [Google Scholar] [CrossRef] [Scilit]
  45. Zhou, Z.; Chen, J.; Huang, Z.; Lv, J.; Song, J.; Luo, H.; Wu, B.; Li, Y.; Diniz, P.S.R. HRLE-SARDet: A Lightweight SAR Target Detection Algorithm Based on Hybrid Representation Learning Enhancement. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5203922. [Google Scholar] [CrossRef] [Scilit]
  46. Chen, C.; Zeng, W.; Zhang, X.; Zhou, Y. CSnNet: A remote sensing detection network breaking the second-order limitation of transformers with recursive convolutions. IEEE Trans. Geosci. Remote Sens. 2023, 61, 4207315. [Google Scholar] [CrossRef] [Scilit]
  47. Yang, Y.; Du, Y.; Zhang, L.; Li, G.; Chen, Y.; Cheng, G.; Song, S. DAFDet: A Unified Dynamic SAR target detection architecture with asymptotic fusion enhancement and feature encoding decoupling. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5201922. [Google Scholar] [CrossRef] [Scilit]
  48. Guo, P.; Li, H.-C.; Liu, N.; Lei, S.; Geng, X.; Pan, J. M2s-detr: A mixed receptive field and multiposition encoding for scale-sensitive SAR Ship detection with Transformer. IEEE Sens. J. 2025, 25, 12184–12197. [Google Scholar] [CrossRef] [Scilit]
  49. Feng, K.; Lun, L.; Wang, X.; Cui, X. LRTransDet: A Real-Time SAR Ship-Detection Network with Lightweight ViT and Multi-Scale Feature Fusion. Remote Sens. 2023, 15, 5309. [Google Scholar] [CrossRef] [Scilit]
  50. Lv, J.; Chen, J.; Huang, Z.; Wan, H.; Zhou, C.; Wang, D.; Wu, B.; Sun, L. An anchor-free detection algorithm for SAR ship targets with deep saliency representation. Remote Sens. 2023, 15, 103. [Google Scholar] [CrossRef] [Scilit]
  51. Tang, Y.; Zhang, Y.; Xiao, J.; Cao, Y.; Yu, Z. An Enhanced Shuffle Attention with Context Decoupling Head with Wise IoU Loss for SAR Ship Detection. Remote Sens. 2024, 16, 4128. [Google Scholar] [CrossRef] [Scilit]
  52. Zhang, T.; Zhang, X.; Gao, G. TLSA: A Triple-Level Speckle Awareness Framework for Speckle-Robust Marine Ship Surveillance Using Satellite Synthetic Aperture Radar. IEEE Trans. Aerosp. Electron. Syst. 2026, 62, 13269–13283. [Google Scholar] [CrossRef] [Scilit]
  53. Zhang, T.; Zhang, X. Triple-Level Sparsity Awareness for Marine Ship Surveillance Using Satellite Synthetic Aperture Radar. IEEE Trans. Autom. Sci. Eng. 2026, 23, 5155–5166. [Google Scholar] [CrossRef] [Scilit]
  54. Zhang, T.; Zhang, X.; Gao, G. Density Knowledge Mining for Quantity-Aware Marine Vessel Surveillance Using Satellite SAR Data. IEEE Trans. Ind. Inf. 2026, 22, 5173–5184. [Google Scholar] [CrossRef] [Scilit]
  55. Redmon, J.; Farhadi, A. YOLOv3: An Incremental Improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar]
  56. Han, Y.; Wang, P.; Kundu, S.; Ding, Y.; Wang, Z. Vision HGNN: An Image is More than a Graph of Nodes. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Paris, France, 1–6 October 2023; pp. 19821–19831. [Google Scholar]
  57. Fixelle, J. Hypergraph Vision Transformers: Images are More than Nodes, More than Edges. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 11–15 June 2025; pp. 9751–9761. [Google Scholar]
  58. Zhao, Y.; Lv, W.; Xu, S.; Wei, J.; Wang, G.; Dang, Q.; Liu, Y.; Chen, J. DETRs Beat YOLOs on Real-time Object Detection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 16–22 June 2024; pp. 16965–16974. [Google Scholar]
  59. Zhao, C.; Sun, Y.; Wang, W.; Chen, Q.; Ding, E.; Yang, Y.; Wang, J. MS-DETR: Efficient DETR Training with Mixed Supervision. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Seattle, WA, USA, 16–22 June 2024; pp. 17027–17036. [Google Scholar]
  60. Huang, Y.-X.; Liu, H.-I.; Shuai, H.-H.; Cheng, W.-H. DQ-DETR: DETR with Dynamic Query for Tiny Object Detection. In Computer Vision—ECCV 2024; Springer: Cham, Switzerland, 2024; pp. 290–305. [Google Scholar]
  61. Wang, A.; Chen, H.; Lin, Z.; Han, J.; Ding, G. LSNet: See Large, Focus Small. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 11–15 June 2025; pp. 9718–9729. [Google Scholar]
  62. Shi, Y.; Sun, M.; Wang, Y.; Ma, J.; Chen, Z. EViT: An Eagle Vision Transformer With Bi-Fovea Self-Attention. IEEE Trans. Cybern. 2025, 55, 1288–1300. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  63. Wu, B.; Liu, C.; Chen, Z.; Zhang, S.; Chen, J. A Novel Star Feature Decoupling Network for Multiscale SAR Image Ship Detection. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2026, 19, 18294–18305. [Google Scholar] [CrossRef] [Scilit]
  64. Deng, R.; Zhang, T.; Xu, X.; Zhang, X.; Gao, G. Tri-State Prototype Self-Distillation for SAR Ocean Imagery Panoptic Segmentation. IEEE Geosci. Remote Sens. Lett. 2026, 23, 1503105. [Google Scholar] [CrossRef] [Scilit]
  65. Zhang, T.; Zhang, X. A Polarization Fusion Network with Geometric Feature Embedding for SAR Ship Classification. Pattern Recognit. 2022, 123, 108365. [Google Scholar] [CrossRef] [Scilit]
  66. Zhang, T.; Zhang, X.; Ke, X.; Liu, C.; Xu, X.; Zhan, X.; Wang, C.; Ahmad, I.; Zhou, Y.; Pan, D.; et al. HOG-ShipCLSNet: A Novel Deep Learning Network With HOG Feature Fusion for SAR Ship Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5210322. [Google Scholar] [CrossRef] [Scilit]
  67. Zhang, T.; Zhang, X. A Mask Attention Interaction and Scale Enhancement Network for SAR Ship Instance Segmentation. IEEE Geosci. Remote Sens. Lett. 2022, 19, 4511005. [Google Scholar] [CrossRef] [Scilit]
  68. Bretto, A. “Hypergraph theory,” An introduction. In Mathematical Engineering; Springer: Cham, Switzerland, 2013; Volume 1, pp. 209–216. [Google Scholar]
  69. Feng, Y.; You, H.; Zhang, Z.; Ji, R.; Gao, Y. Hypergraph neural networks. In Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), Honolulu, HI, USA, 27 January–1 February 2019; Volume 33, pp. 3558–3565. [Google Scholar]
  70. Hu, J.; Shen, L.; Sun, G. Squeeze-and-excitation networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Salt Lake City, UT, USA, 18–23 June 2018; pp. 7132–7141. [Google Scholar]
  71. Jiang, B.; Zhang, Z.; Lin, D.; Tang, J.; Luo, B. Semi-supervised learning with graph learning-convolutional networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Long Beach, CA, USA, 15–20 June 2019; pp. 11313–11320. [Google Scholar]
  72. Gao, Y.; Feng, Y.; Ji, S.; Ji, R. HGNN+: General Hypergraph Neural Networks. IEEE Trans. Pattern Anal. Mach. Intell. 2023, 45, 3181–3199. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  73. Dharmarajan, R.; Kannan, K. Hyper paths and hyper cycles. Int. J. Pure Appl. Math. 2015, 98, 309–312. [Google Scholar] [CrossRef] [Scilit]
  74. Liu, Z.; Lin, Y.; Cao, Y.; Hu, H.; Wei, Y.; Zhang, Z.; Lin, S.; Guo, B. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 10012–10022. [Google Scholar]
  75. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Süsstrunk, S. SLIC Superpixels Compared to State-of-the-Art Superpixel Methods. IEEE Trans. Pattern Anal. Mach. Intell. 2012, 34, 2274–2282. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  76. Yuan, X.-T.; Hu, B.-G.; He, R. Agglomerative mean-shift clustering. IEEE Trans. Knowl. Data Eng. 2010, 24, 209–219. [Google Scholar] [CrossRef] [Scilit]
  77. Wang, P.; Luo, Y.; Zhu, Z. FDI-YOLO: Feature disentanglement and interaction network based on YOLO for SAR object detection. Expert Syst. Appl. 2025, 260, 125442. [Google Scholar] [CrossRef] [Scilit]
  78. Wang, E.A. Global fusion network for remote sensing object detection. Knowl.-Based Syst. 2025, 328, 114226. [Google Scholar] [CrossRef] [Scilit]
  79. Qin, E.A. RDB-DINO: An improved end-to-end transformer with refined de-noising and boxes for small-scale ship detection in SAR images. IEEE Trans. Geosci. Remote Sens. 2024, 63, 5200517. [Google Scholar] [CrossRef] [Scilit]
  80. Ruggero Ronchi, M.; Perona, P. Benchmarking and error diagnosis in multi-instance pose estimation. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 369–378. [Google Scholar]
  81. Feng, C.; Zhong, Y.; Gao, Y.; Scott, M.R.; Huang, W. TOOD: Task-Aligned One-Stage Object Detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), Montreal, QC, Canada, 10–17 October 2021; pp. 3510–3519. [Google Scholar]
  82. Zhang, H.; Wang, Y.; Dayoub, F.; Sunderhauf, N. Varifocalnet: An iou-aware dense object detector. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), Nashville, TN, USA, 20–25 June 2021; pp. 8514–8523. [Google Scholar]
  83. Dai, Y.; Zou, M.; Li, Y.; Li, X.; Ni, K.; Yang, J. DenoDet: Attention as Deformable Multisubspace Feature Denoising for Target Detection in SAR Images. IEEE Trans. Aerosp. Electron. Syst. 2025, 61, 4729. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Topological correlation structures of different models. (a) CNN. (b) Transformer. (c) Graph. (d) Hypergraph. Robust group edges are rendered as continuous solid lines, contrasting with intermittent dashed lines for weaker links. Hyperedges are marked by colored regions, while secondary hyperedges receive subdued visual treatment via translucent gray dashed boundaries.
Figure 1. Topological correlation structures of different models. (a) CNN. (b) Transformer. (c) Graph. (d) Hypergraph. Robust group edges are rendered as continuous solid lines, contrasting with intermittent dashed lines for weaker links. Hyperedges are marked by colored regions, while secondary hyperedges receive subdued visual treatment via translucent gray dashed boundaries.
Remotesensing 18 03268 g001
Figure 2. Comparison between a graph and a hypergraph. (a) Graph and its adjacency matrix. (b) Hypergraph and its incidence matrix.
Figure 2. Comparison between a graph and a hypergraph. (a) Graph and its adjacency matrix. (b) Hypergraph and its incidence matrix.
Remotesensing 18 03268 g002
Figure 3. Message passing mechanisms of hypergraph and graph convolutions.
Figure 3. Message passing mechanisms of hypergraph and graph convolutions.
Remotesensing 18 03268 g003
Figure 4. Implementation process of the proposed hypergraph convolution block (HGCB).
Figure 4. Implementation process of the proposed hypergraph convolution block (HGCB).
Remotesensing 18 03268 g004
Figure 5. Illustration of spectral hypergraph convolution.
Figure 5. Illustration of spectral hypergraph convolution.
Remotesensing 18 03268 g005
Figure 6. Overall framework of TLTA.
Figure 6. Overall framework of TLTA.
Remotesensing 18 03268 g006
Figure 7. Results of the super-pixel segmentation module (SPSM).
Figure 7. Results of the super-pixel segmentation module (SPSM).
Remotesensing 18 03268 g007
Figure 8. Network architecture of the cross-attention collaborative network (CACN).
Figure 8. Network architecture of the cross-attention collaborative network (CACN).
Remotesensing 18 03268 g008
Figure 9. Schematic diagram of CDN-FD.
Figure 9. Schematic diagram of CDN-FD.
Remotesensing 18 03268 g009
Figure 10. Marine ship surveillance using SAR.
Figure 10. Marine ship surveillance using SAR.
Remotesensing 18 03268 g010
Figure 11. Ship scale distribution in the data.
Figure 11. Ship scale distribution in the data.
Remotesensing 18 03268 g011
Figure 12. Surveillance visualization of TLTA. Yellow boxes indicate detected ship targets.
Figure 12. Surveillance visualization of TLTA. Yellow boxes indicate detected ship targets.
Remotesensing 18 03268 g012
Figure 13. Precision–recall curves of TLTA. Different colors represent different errors [80], where C75 and C50 indicate IoU thresholds of 0.75 and 0.50; Loc, Sim, Oth, BG, and FN denote localization, similar-class, other-class, background, and false-negative errors, respectively.
Figure 13. Precision–recall curves of TLTA. Different colors represent different errors [80], where C75 and C50 indicate IoU thresholds of 0.75 and 0.50; Loc, Sim, Oth, BG, and FN denote localization, similar-class, other-class, background, and false-negative errors, respectively.
Remotesensing 18 03268 g013
Figure 14. Surveillance visualization with increasing topology awareness at different levels. Green boxes indicate ground-truth ships, yellow boxes indicate correctly detected ships, and red boxes indicate false alarms.
Figure 14. Surveillance visualization with increasing topology awareness at different levels. Green boxes indicate ground-truth ships, yellow boxes indicate correctly detected ships, and red boxes indicate false alarms.
Remotesensing 18 03268 g014
Figure 15. Failure cases. Correctly detected ships are marked in yellow, false alarms are marked in red, and missed detections are marked in green.
Figure 15. Failure cases. Correctly detected ships are marked in yellow, false alarms are marked in red, and missed detections are marked in green.
Remotesensing 18 03268 g015
Figure 16. Discriminative feature extraction.
Figure 16. Discriminative feature extraction.
Remotesensing 18 03268 g016
Figure 17. Concentrated feature activation.
Figure 17. Concentrated feature activation.
Remotesensing 18 03268 g017
Figure 18. Large-scene ship surveillance results of two Sentinel-1 SAR images. Yellow boxes and connecting lines indicate enlarged regions, and green boxes indicate detected ships.
Figure 18. Large-scene ship surveillance results of two Sentinel-1 SAR images. Yellow boxes and connecting lines indicate enlarged regions, and green boxes indicate detected ships.
Remotesensing 18 03268 g018
Figure 19. Ship surveillance results on other domains. Yellow boxes indicate detected ships.
Figure 19. Ship surveillance results on other domains. Yellow boxes indicate detected ships.
Remotesensing 18 03268 g019
Table 1. Notation summary.
Table 1. Notation summary.
NotationMeaningNotationMeaning
G = V , E , W Hypergraph H ∈ ℝ N × M Hypergraph incidence matrix
v Vertex h v , e Entry in the incidence matrix
N = V Number of vertices D v ∈ ℝ N × N Vertex degree matrix
V = v 1 , v 2 , ⋯ , v N Vertex set d v Vertex degree
e Hyperedge D e ∈ ℝ M × M Hyperedge degree matrix
M = E Number of hyperedges δ e Hyperedge degree
E = e 1 , e 2 , ⋯ , e M Hyperedge set d Vertex feature dimension
W ∈ ℝ M × M Hyperedge weight diagonal matrix x ∈ ℝ d Vertex feature
w e Hyperedge weight X = x 1 , x 2 , ⋯ , x n Vertex feature set.
Table 2. Abbreviation term summary.
Table 2. Abbreviation term summary.
TermMeaningTermMeaning
SPSMSuper-Pixel Segmentation ModuleSP-HGCSuper-Pixel HyperGraph Construction
CACNCross-Attention Collaborative NetworkFA-HGCFeature-Adaptive HyperGraph Construction
CDN-FDContrastive DeNoising Feature DecodingPG-HGCProposal-Guided HyperGraph Construction
DCFEDense Contextual Feature ExtractionPP-HGCPositive Proposal HyperGraph Construction
EL-FSAEdge-Level Feature Self-AttentionNP-HGCNegative Proposal HyperGraph Construction
VL-FSAVertex-Level Feature Self-AttentionPPNProposal Prediction Network
HGCBHyperGraph Convolution BlockFFNFeed-Forward Network
Table 3. System parameters of spaceborne SAR instruments used in this work.
Table 3. System parameters of spaceborne SAR instruments used in this work.
SatelliteAgentDateHeightBandBandwidth (MHz)PolarizationRes.
RadarSat-2CSA2007~798 kmC11.6/17.3/30.0HH/HV/VH/VV1~100 m
TerraSAR-XDLR2007~515 kmX150/300VV/HH, HH/VV0.25~40 m
Sentinel-1ESA2014~693 kmC100HH, VH, HV, VV1~25 m
Remotesensing 18 03268 i001
Table 4. Data summary of SSDD and HRSID.
Table 4. Data summary of SSDD and HRSID.
Data#All#Train#Test#Ship#ShipS#ShipM#ShipLPolarizationResolutionSatellite
SSDD11609282322551153394177HH, HV, VV, VH1~5 mTerraSAR-X, RadarSat-2
HRSID56043642196216,96592567388321HH, HV, VV0.5~3 mSentinel-1, TerraSAR-X
Table 5. Quantitative comparison on SSDD and HRSID. The best is marked in magenta. The second-best is marked in blue. The results that exceed the previous best are marked in bold.
Table 5. Quantitative comparison on SSDD and HRSID. The best is marked in magenta. The second-best is marked in blue. The results that exceed the previous best are marked in bold.
MethodSSDDHRSID
APAP50AP75APSAPMAPLAPAP50AP75APSAPMAPL
2021 Sparse R-CNN [21]69.796.683.872.160.769.669.492.281.570.868.839.3
2021 Conditional DETR [23]70.896.586.572.766.543.968.791.779.369.569.043.4
2022 Anchor DETR [24]71.197.185.172.069.962.670.992.882.972.671.531.7
2022 DN-DETR [25]70.497.885.070.571.369.269.492.081.270.868.621.8
2022 ICFM [35]61.396.672.959.366.545.360.685.567.961.465.532.0
2023 DiffusionDet [20]67.293.982.667.466.770.566.088.680.570.866.928.4
2023 DINO [26]73.196.989.172.476.572.371.291.680.973.071.110.0
2023 DAB-DETR [27]72.697.790.173.372.068.670.291.580.872.068.511.7
2023 FBUA-Net [36]63.996.277.659.975.175.469.190.379.669.666.450.2
2024 CLFR-Det [37]72.097.887.172.073.865.868.891.179.571.364.025.5
2024 RT-DETR [58]73.097.288.472.476.064.170.892.282.171.871.640.1
2024 MS-DETR [59]74.498.090.673.873.963.072.392.283.973.970.021.5
2024 DQ-DETR [60]73.098.389.673.074.258.172.892.883.074.669.225.0
2025 Hyper-YOLO [14]73.797.490.174.073.358.171.792.183.073.369.226.6
2025 LSNet [61]74.198.591.373.776.563.272.592.782.774.069.925.0
2025 EViT [62]71.997.688.872.471.755.571.791.083.373.170.930.5
2025 FDI-YOLO [77]70.898.486.770.370.368.767.091.074.868.468.933.6
2025 GFNet [78]72.297.886.872.174.349.971.992.983.073.167.123.1
2025 RDB-DINO [79]74.798.390.573.4----71.892.882.472.5----
2026 TLSA [52]78.198.794.977.483.575.075.494.886.075.873.544.5
Baseline72.296.487.673.470.968.368.988.279.270.563.822.0
TLTAi-LTA74.197.290.574.176.071.071.689.481.873.068.828.2
i-LTA + f-LTA75.298.591.175.078.980.274.991.884.677.170.334.9
i-LTA + f-LTA + p-LTA77.998.893.278.084.282.876.493.485.278.573.051.8
Better than Baseline+5.7+2.4+5.6+4.6+13.3+14.5+7.5+5.2+6.0+8.0+9.2+29.8
than Previous Best−0.2+0.1−1.7+0.6+0.7+7.4+1.0−1.4−0.8+2.7−0.5+1.6
Table 6. Performance evaluation of TLTA on inshore and offshore scenes.
Table 6. Performance evaluation of TLTA on inshore and offshore scenes.
MethodSSDDHRSID
InshoreOffshoreInshoreOffshore
APAP50AP75APAP50AP75APAP50AP75APAP50AP75
Baseline64.193.577.871.998.190.251.276.060.581.397.094.0
TLTAi-LTA68.995.683.574.198.392.658.682.463.782.097.594.2
i-LTA + f-LTA73.497.789.377.898.693.961.584.269.883.998.194.8
i-LTA + f-LTA + p-LTA77.898.292.079.098.795.064.887.872.685.098.295.1
Better than Baseline+13.7+4.7+14.2+7.1+0.6+4.8+13.6+11.8+12.1+3.7+1.2+1.1
SSDDRemotesensing 18 03268 i002Remotesensing 18 03268 i003Remotesensing 18 03268 i004
HRSIDRemotesensing 18 03268 i005Remotesensing 18 03268 i006Remotesensing 18 03268 i007
Table 7. Performance gap between inshore and offshore on SSDD.
Table 7. Performance gap between inshore and offshore on SSDD.
MethodInshoreOffshore∆Visualization
AP50AP50
FBR-Net [40]80.196.4−16.3Remotesensing 18 03268 i008
FSTSE [41]82.098.3−16.3
RFEM [42]83.699.7−16.1
ELLK-Net [43]87.297.8−10.6
FINet [44]90.599.8−9.3
HRLE-SARDet [45]93.199.1−6.0
CSnNet [46]95.198.8–3.7
TLTA98.298.7−0.7
Table 8. Evaluation of false alarms and missed detections.
Table 8. Evaluation of false alarms and missed detections.
MethodSSDDHRSIDVisualization
prf1prf1
Baseline94.195.894.990.389.389.8Remotesensing 18 03268 i009Remotesensing 18 03268 i010
TLTAi-LTA95.896.996.391.590.490.9
i-LTA + f-LTA97.297.697.493.291.092.1
i-LTA + f-LTA + p-LTA98.098.598.294.091.292.6
Better Than Baseline+3.9+2.7+3.3+3.7+1.9+2.8
Table 9. Complexity analysis.
Table 9. Complexity analysis.
Method#ParaGFLOPst/msFPSVisualization
RT-DETR [58]76 M2593330Remotesensing 18 03268 i011
DAFDet [47]91 M1733132
RDB-DINO [79]64 M2983827
M2S-DETR [48]67 M2393727
Baseline38 M1382836
TLTAi-LTA43 M1692934
i-LTA + f-LTA48 M2543132
i-LTA + f-LTA + p-LTA55 M2863330
Table 10. Evaluation of CACN. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
Table 10. Evaluation of CACN. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
I I S P OperationAP
✓✗-- 75.3
✓✓Concatenate75.8
✓✓CACN76.4
Table 11. Evaluation of VL-FSA and EL-FSA. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
Table 11. Evaluation of VL-FSA and EL-FSA. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
VL-FSAEL-FSAAP
✗✗74.9
✓✗75.6
✓✓76.4
Table 12. Evaluation of DCFE. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
Table 12. Evaluation of DCFE. ✓ indicates that the corresponding input/module is included, whereas ✗ indicates that it is not included.
DCFEAP
✗76.0
✓76.4
Table 13. Evaluation of proposal hypergraphs.
Table 13. Evaluation of proposal hypergraphs.
TypeAP
One Pathway (P-HGC)75.9
Two Pathways (PP-HGC + NP-HGC)76.4
Table 14. Data description of two large-scene Sentinel-1 SAR images.
Table 14. Data description of two large-scene Sentinel-1 SAR images.
ImageTimeLocationPolarizationModeResolutionImage SizeShips
LSS16 June 2020Singapore StraitVVIW5 m × 20 m25,650 × 16,786760
LSS218 June 2020Gulf of CadizVVIW5 m × 20 m25,644 × 16,722351
Table 15. Evaluation of two large-scene Sentinel-1 SAR images.
Table 15. Evaluation of two large-scene Sentinel-1 SAR images.
MethodLSS1LSS2
GTDetTPFPFNrpAP50f1GTDetTPFPFNrpAP50f1
SE-Rank [32]7606785997916188.478.877.383.3351323291326090.182.981.986.4
DAPN [33]7607076169114487.181.178.884.0351335292435987.283.282.485.2
HRSDNet [29]7605094901927096.364.563.877.335126425689597.072.972.583.2
ARPN [34]7607126209214087.180.179.083.5351348298536285.682.881.184.2
TP-CFAR [9]76086360326015769.979.3--74.33515563142423756.589.5--69.3
TLTA76075064810211285.386.481.285.8351345316293590.091.685.790.8
Table 16. Validation results on two large-scale datasets.
Table 16. Validation results on two large-scale datasets.
SAR-Ship-Dataset [30]SARDet-100K [31]
MethodAPAP50MethodAPAP50
YOLOX [15]67.793.1YOLOX [15]34.166.8
LRTransDet [49]--95.1TOOD [81]54.786.9
SRDet [50]65.995.1VFNet [82]53.084.3
ESA-CDH-WIL [51]72.194.5DenoDet [83]55.985.8
Baseline66.892.6Baseline52.683.1
TLTAi-LTA69.594.0TLTAi-LTA53.585.4
i-LTA + f-LTA73.795.2i-LTA + f-LTA55.887.7
i-LTA + f-LTA + p-LTA75.896.5i-LTA + f-LTA + p-LTA56.989.1
Table 17. Evaluation of optical and infrared domains. The best performance is marked in bold.
Table 17. Evaluation of optical and infrared domains. The best performance is marked in bold.
Optical (HRSC [5])Infrared (ISDD [7])
MethodAPAP50MethodAPAP50
DAB-DETR [27]59.089.9Sparse R-CNN [21]41.589.7
CM-YOLO [4]61.591.4KCPNet [7]42.691.0
Baseline58.587.6Baseline38.987.3
TLTAi-LTA60.890.4TLTAi-LTA41.789.8
i-LTA + f-LTA62.392.0i-LTA + f-LTA43.892.6
i-LTA + f-LTA + p-LTA63.593.8i-LTA + f-LTA + p-LTA44.994.2
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

Zhu, R.; Zhang, T. Triple-Level Topology Awareness Using Hypergraph for Marine Ship Surveillance from SAR Imagery. Remote Sens. 2026, 18, 3268. https://doi.org/10.3390/rs18193268

AMA Style

Zhu R, Zhang T. Triple-Level Topology Awareness Using Hypergraph for Marine Ship Surveillance from SAR Imagery. Remote Sensing. 2026; 18(19):3268. https://doi.org/10.3390/rs18193268

Chicago/Turabian Style

Zhu, Rui, and Tianwen Zhang. 2026. "Triple-Level Topology Awareness Using Hypergraph for Marine Ship Surveillance from SAR Imagery" Remote Sensing 18, no. 19: 3268. https://doi.org/10.3390/rs18193268

APA Style

Zhu, R., & Zhang, T. (2026). Triple-Level Topology Awareness Using Hypergraph for Marine Ship Surveillance from SAR Imagery. Remote Sensing, 18(19), 3268. https://doi.org/10.3390/rs18193268

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