Next Article in Journal
CCN Retrievals from Spaceborne Lidar Observations During ACEMED: Sensitivity to Smoke Parameterization
Next Article in Special Issue
TVLightFormer: A Lightweight Cross-Modal Transformer for Language-Guided Target Localization in SAR Imagery
Previous Article in Journal
Impact of Planet Fusion Surface Reflectance Data on Crop Biomass and Carbon Budget Estimates Within the AgriCarbon-EO Processing Chain
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

SADW-Det: A Lightweight SAR Ship Detection Algorithm with Direction-Weighted Attention and Factorized-Parallel Structure Design

1
School of Electronic Engineering and Optoelectronic Technology, Nanjing University of Science and Technology, Nanjing 210094, China
2
School of Communication and Artificial Intelligence, Nanjing Institute of Technology, Nanjing 211167, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(4), 582; https://doi.org/10.3390/rs18040582
Submission received: 31 December 2025 / Revised: 4 February 2026 / Accepted: 10 February 2026 / Published: 13 February 2026
(This article belongs to the Special Issue Radar and Photo-Electronic Multi-Modal Intelligent Fusion)

Highlights

What are the main findings?
  • We propose a lightweight SAR ship detection algorithm, SADW-Det. Its core is a newly designed lightweight backbone network (LSFP-NET), which integrates depthwise separable convolutions and factorized convolutions. This approach significantly reduces parameters and computational complexity while maintaining excellent detection accuracy.
  • To further enhance accuracy under this lightweight constraint, we innovatively designed a shape-aware parallel fusion (SAPF) module and a direction-weighted attention (DWA) module. SAPF enhances feature extraction through parallel multi-kernel convolutions, while DWA strengthens spatial–directional perception while preserving channel information. Together, these modules improve robustness for detecting small targets in complex scenes.
What is the implication of the main finding?
  • This model achieves leading performance with extremely low parameter counts on the SSDD, HRSID, and DSSDD, demonstrating its excellent adaptability to the characteristics of SAR ship images; it effectively handles the detection of small targets amid complex sea surface backgrounds.
  • This study provides a reference solution for real-time SAR target detection in resource-constrained environments, introducing novel approaches to the design of lightweight network architectures tailored for SAR imagery and offering new reference methods for embedded accuracy enhancement modules, thereby laying the groundwork for integrating the proposed model into practical application systems such as cross-modal platforms.

Abstract

Synthetic Aperture Radar (SAR) is a powerful observation system capable of delivering high-resolution imagery under variable sea conditions to support target detection and tracking, such as for ships. However, conventional optical target detection models are typically engineered for complex optical imagery, leading to limitations in accuracy and high computational resource consumption when directly applied to SAR imagery. To address this, this paper proposes a lightweight shape-aware and direction-weighted algorithm for SAR ship detection, SADW-Det. First, a lightweight streamlined backbone network, LSFP-NET, is redesigned based on the YOLOX architecture. This achieves reduced parameter counts and computational burden by incorporating depthwise separable convolutions and factorized convolutions. Concurrently, a parallel fusion module is designed, leveraging multiple small-kernel depthwise separable convolutions to extract features in parallel. This approach maintains accuracy while achieving lightweight processing. Furthermore, addressing the differences between SAR imagery and other imaging modalities, a direction-weighted attention was devised. This enhances model performance with minimal computational overhead by incorporating positional information while preserving channel data. Experimental results demonstrate superior detection accuracy compared to existing methods on three representative SAR datasets, SSDD, HRSID and DSSDD, while achieving reduced parameter counts and computational complexity, indicating strong application potential and laying the foundation for cross-modal applications.

1. Introduction

Synthetic Aperture Radar (SAR) represents a powerful observation system. Compared to conventional observation techniques such as optical imaging, it offers significant advantages by being independent of factors like illumination and weather conditions [1,2], enabling continuous operation around the clock and throughout the year [3,4,5]. Consequently, it has significant application value in the field of remote sensing and is widely utilized in areas such as ocean condition monitoring [6], marine disaster early warning [7], and maritime target detection [8,9].
In recent years, the rapid advancement of machine learning has led to the emergence of numerous object detection networks, offering novel approaches to SAR image target detection and recognition [10,11,12]. However, targets in maritime SAR images often present challenges such as small size, varying scales, blurred contours, and susceptibility to background clutter interference [13]. Most existing general-purpose detection networks are designed primarily for optical images and do not account for these characteristics of SAR images. Therefore, directly applying general optical image detection networks to SAR target detection suffers from poor adaptability, limiting their performance on practical platforms (cross-modal models). This paper reviews the development of SAR image object detection techniques and related general optical object detection technologies from two dimensions: traditional SAR target detection approaches and deep learning-based methods.
Traditional SAR image recognition methods primarily focus on feature extraction, image segmentation, and threshold detection [14,15,16], among which Constant False Alarm Rate (CFAR) and its derivative algorithms represent the most extensively researched and applied thresholding approaches. In 2017, Wang et al. proposed a CFAR ship detection model based on the intensity–spatial domain, enhancing both image contrast and accuracy [17]. In 2018, Ai et al. introduced a local CFAR detector based on SAR image gray-intensity correlations [18]. While this detector adapts to dynamic backgrounds, it demands substantial computational resources. To further optimize detection algorithms, researchers have also conducted studies on target detection in high-resolution SAR images using CFAR as a foundation. In 2017, Li et al. proposed a lightweight superpixel-level constant false alarm rate detection method [19] utilizing superpixel segmentation and a two-stage CFAR detection approach. Subsequently, in 2020, Lin et al. introduced a ship detection method [20] for high-resolution SAR images that overcomes the limitations of traditional CFAR, enhancing detection robustness.
Image segmentation and feature extraction also represent significant research directions for conventional SAR target detection. As early as 2001, Kaplan et al. applied these techniques to conventional SAR target detection, evaluating the effectiveness of extended fractals (EF) [21] in target detection. In 2002, Charalampidis et al. proposed wavelet fractal (WF) features [22], enabling classification and segmentation through multi-scale roughness feature computation.
In summary, traditional SAR target detection methods primarily rely on image processing techniques such as feature extraction, thresholding, and image segmentation. While these methods reduce computational complexity to some extent, they make limited use of the scattering characteristics of SAR imaging and remain sensitive to environmental variations, making it difficult to maintain stable detection accuracy. These limitations severely restrict their application in more complex scenarios, such as collaborative understanding incorporating optical information.
With the advancement of deep learning research, the development of object detection networks has gradually gained momentum. Since the introduction of R-CNN [23] in 2014—the first algorithm to utilize convolutional neural networks for object detection in computer vision—the field has undergone multiple iterations, ultimately evolving into two main detection frameworks [24]. The original R-CNN was a two-stage network that pre-generated candidate regions. While it initiated the era of object detection, it suffered from slow computational speed and limited detection accuracy. To overcome the limitations of R-CNN, numerous improved models emerged. In 2015, Fast R-CNN [25] employed the lightweight Very Deep Convolutional Network (VGG16) as its backbone [26], accelerating detection speed nearly ninefold. Faster R-CNN [27] introduced the Region Proposal Network (RPN), boosting both the speed and quantity of high-quality candidate boxes while enabling end-to-end training. Mask R-CNN [28] added a parallel mask branch at the end of the Faster R-CNN network, facilitating instance segmentation; Cascade R-CNN [29] focused on Intersection Over Union (IoU) thresholds, employing a cascaded detector architecture that progressively increased IoU thresholds to selectively suppress false positives and mitigate overfitting; Feature Pyramid Network (FPN) [30] and SPP-net [31] optimized performance through multi-scale feature fusion and spatial pooling methods, respectively. These networks transition feature extraction from manual design to data-driven approaches, achieving relatively faster speeds and higher accuracy. They provide deep learning references for multi-modal data detection, but still fail to meet real-time requirements and still have limitations in application.
To overcome this constraint, a series of single-stage object detection algorithms emerged. Among them, the YOLO (You Only Look Once) series [32] transformed object detection into a regression problem, eliminating the need for region proposal generation and enabling end-to-end optimization, significantly reducing computational overhead; SSD (Single Shot MultiBox Detector) [33] and its improved variants DSSD (Deconvolutional Single Shot Detector) [34] and FSSD (Feature Fusion Single Shot Multibox Detector) [35] further enhance detection performance and speed by predicting across feature maps of different scales and incorporating feature fusion strategies; RetinaNet (Focal Loss for Dense Object Detection) [36] employs a focal loss function to address class imbalance; AFSar CenterNet [37] treats object detection as a keypoint detection problem requiring only the center point of the target, eliminating the need for pre-generated anchors. These one-stage detection networks no longer require candidate box generation, significantly boosting detection speed. However, the early YOLO series lagged behind Fast R-CNN in accuracy, while the SSD series and RetinaNet models proved overly complex, demanding greater hardware resources for operation. Subsequent YOLO v3 [38] and YOLOv5 [39] improved upon the original YOLO architecture, enhancing detection accuracy while maintaining high speed. The newly proposed YOLOX [40] further optimizes YOLOv3 and YOLOv5, achieving efficient object detection with fewer parameters and higher accuracy. Subsequent YOLO variants have also been refined for optical image detection: YOLOv7 [41] builds upon YOLOv4 [42] with training process optimization; YOLOv8 [43] extends YOLOv5’s strengths through meticulous fine-tuning of Head, Loss, and data augmentation structures; YOLOv11 [44] further refines network modules from YOLOv8; YOLOv10 [45] is the product of extensive debugging and development based on the YOLO framework [46], refining the model architecture and introducing a dual-label assignment strategy to reduce computational resource consumption while enhancing performance; YOLOV12 [47] incorporates a region attention module and a residual efficient layer aggregation network, improving the model’s real-time capability and computational efficiency.
In the field of remote sensing, deep learning-based SAR ship detection methods have become a research focus. Researchers are also attempting to apply general-purpose object detection networks (typically designed for optical images) to SAR ship detection and recognition tasks. These attempts essentially represent the first step in exploring radar and other multi-modal data fusion—namely, improving detection models tailored to the characteristics of radar data. Due to significant differences in imaging principles and image characteristics between SAR images and other modalities like optical images, most researchers modify existing general-purpose optical object detection networks based on SAR ship image features [48,49].
In 2018, Jiao et al. proposed a densely connected multi-scale neural network based on Faster-RCNN [50] to address SAR ship detection across varying scales and scenarios. That same year, Wang et al. attempted to integrate ship detection and angle estimation using a convolutional neural network to reduce computational load [51]. Subsequently, Ai et al. proposed the Multi-Scale Rotational Feature Integration Convolutional Neural Network (MSRIHL-CNN) [52] in 2019 and the Multi-Kernel Size Feature Fusion Convolutional Neural Network (MKSFF-CNN) [53] in 2021. These feature fusion methods effectively enhance the model’s discriminative capability. Concurrently, Sun et al. introduced BiFA-YOLO in 2021 [54]. By aggregating multi-scale features and employing data augmentation techniques like angular classification structures, it significantly improved detection robustness for ships in arbitrary orientations. Additionally, Sun et al. proposed the Multi-Scale Dynamic Feature Fusion Network (MSDFF-Net) [55] in 2025, effectively mitigating scale imbalance issues. Building upon this foundation, Sun et al. proposed the Knowledge Fusion and Imbalance-Aware Network (KFIA-Net) in 2026 [56]. By incorporating multi-source prior knowledge and an imbalance-aware loss function, KFIA-Net effectively mitigated the multi-class imbalance and misclassification issues in SAR ship detection. In 2020, Fu et al. proposed the Anchor-Free Feature Balancing and Refinement Network (FBR-Net) [57] for SAR target detection, balancing and enhancing target features. Later that December, Li et al. designed Lite Faster R-CNN [58] with feature amplification and multi-scale feature skip-connection structures, optimizing model speed for real-time maritime rescue and military emergency decision-making. That same year, the team further proposed HyperLi-Net [59]. This network ensures detection accuracy and achieves rapid detection through separate inner and outer designs, proving highly applicable in numerous real-time scenarios. In 2021, S. Gao et al. introduced SAR-Net [60], a dedicated detection method for SAR ship detection. It balances model flexibility and performance by refining the backbone network, neck, and head. In 2026, addressing the degradation of cross-sensor SAR target detection performance [61], Zhang et al. proposed a cross-sensor target detection method based on semantic scattering graph structure alignment. By employing graph structure modeling and a hierarchical structure alignment mechanism, they achieved consistent target structure alignment, thereby enhancing the robustness of SAR detection in cross-sensor scenarios.
Researchers also observed that depthwise separable convolution (DSC) [62] demonstrates significant advantages in SAR ship detection. DSC reduces model parameters and computational complexity, enabling more efficient extraction of target features from images. In 2019, Zhang Tianwen proposed a high-speed SAR search-and-rescue ship detection method [7] based on practical application needs. This approach integrates multi-scale detection, cascading, and anchor box mechanisms using a depthwise separable convolutional neural network (DS-CNN). In the same year, the team also introduced a novel network architecture comprising a backbone convolutional neural network (B-CNN) and a detection convolutional neural network (D-CNN), which similarly achieved high-speed ship detection [63]. In 2020, Zhang et al. introduced the ultra-lightweight SAR ship detection model “ShipDeNet-20” [64]. Despite its shallow depth of only 20 separable convolutions, this model maintains high detection accuracy through alternative design approaches, enhancing algorithm portability.
Additionally, Zhang et al. introduced a Balanced Scene Learning Mechanism (BSLM) [65]. This generative adversarial network (GAN)-based approach successfully classified nearshore and offshore ships, demonstrating interpretative potential for SAR imagery driven by intelligent technologies. It provides partial reference for exploring feature-level fusion detection across different modalities. In 2025, Xue et al. introduced AIS-FCANet [66], incorporating long-term AIS data to augment SAR ship detection. By enhancing cross-modal feature representation through context-aware mechanisms, this approach charts a direction for exploring multi-modal data fusion detection.
In summary, researchers worldwide have made significant progress in the domain of deep learning for SAR target detection. From traditional feature extraction, threshold detection, and image segmentation methods to today’s neural network-based detection techniques, researchers continue to refine algorithms for SAR target detection. However, considering the inherent characteristics of SAR imagery, the following challenges remain:
Parameter Count and Real-Time Performance: Today, with the advancement of deep learning, models are becoming increasingly complex and diverse, leading to growing demands for hardware resources. During practical deployment, smaller network architectures are more easily integrated into systems such as cross-modal detection fusion models. However, SAR images do not possess the rich color and detail information found in optical images, which are now the mainstream in general detection models. Nevertheless, they exhibit their own unique color and morphological characteristics. Therefore, optimizing model parameters and inference speed while preserving or enhancing the extraction of complex scattering features from SAR images is an urgent challenge.
Performance Optimization: Most existing lightweight networks achieve reduced parameter counts and faster inference rates by sacrificing some model performance. Given the small target sizes, blurred edges, and high background noise inherent in SAR images, designing compact auxiliary structures to compensate for performance losses is essential.
Model Adaptation for Data Characteristics: Many SAR image detection algorithms still require improvements in robustness and accuracy for small targets and complex backgrounds. SAR ship images, characterized by small targets and complex backgrounds, particularly challenge existing models. Many lack SAR-specific adaptation, failing to adequately interpret contextual relationships within features. Enhancing feature extraction and classification capabilities tailored to SAR imagery is crucial.
To address these challenges, our research will focus on four key areas:
  • To address computational redundancy in traditional convolutions within SAR detection models, factorized convolutional groups and depthwise separable convolutions are employed. While maintaining performance, this approach explores novel lightweight object detection backbone networks tailored to SAR image characteristics, reducing computational complexity and freeing valuable computational resources for subsequent modules.
  • To mitigate accuracy loss from lightweight design, a direction-weighted attention module is designed considering SAR image differences from other modalities, enhancing the model’s ability to locate small and blurred targets.
  • To address the characteristics of SAR images—small target sizes, high contrast, and relatively uniform color—we innovatively introduce a morphology-aware parallel fusion module at the model tail. Utilizing a multi-branch convolutional structure, this module expands the receptive field at minimal computational cost. By integrating information from preceding and subsequent modules, it more effectively extracts target features from SAR images.
  • Integrating the lightweight backbone network, parallel fusion module, and attention mechanism within the YOLOX framework, our model demonstrates through systematic experiments that it significantly reduces computational demands while improving detection performance. This not only provides an efficient solution for SAR target detection but also lays the foundation for developing intelligent target detection through multi-source information fusion.

2. Related Works

To achieve efficient deployment of SAR ship target detection models, research on model lightweighting and the complex characteristics of SAR ship targets has become a primary focus. Lightweighting methods are primarily categorized into two types: those based on network structure optimization and those based on model compression techniques. Research on the complex characteristics of SAR ship targets extends beyond the target size, shape, and intensity-related features examined in this paper. Some studies also focus on the orientation, distribution, wake patterns, and clutter characteristics of SAR ship targets.
Lightweight methods based on network structure optimization involve improvements at the network architecture level, primarily aimed at enhancing efficiency. In addition, another important line of research addresses the problem from the perspective of model compression, encompassing techniques such as network pruning, knowledge distillation, and quantization. In 2025, Guo et al. proposed DFES-Net [67], which introduced depthwise separable convolutions while employing a dynamic hierarchical pruning algorithm to dynamically prune different parameters, thereby achieving a reduction in model parameter size. In 2021, Xu et al. proposed Lite-YOLOv5 [68], a more compact model based on YOLOv5. They designed a lightweight cross-stage part (L-CSP) module that reduces parameter count through network pruning techniques while integrating multiple modules to compensate for performance losses caused by pruning. In 2024, Yu et al. introduced SARGap [69], a universal auto-pruning algorithm for the entire inference chain. By constructing dependency graphs to automatically analyze network structures, combined with Auto-Pruning Rate Search (APRS) and Multi-Objective Optimization Loss (MOOL), they achieved effective parameter compression.
These methods significantly improve model inference efficiency but heavily rely on pre-trained models, with relatively complex training workflows.
Regarding other complex features in SAR imagery such as sea clutter and wake, Xu et al. (2024) introduced the self-supervised denoising method Wake2Wake [70]. This approach incorporates a novel Ship Wake Awareness (SWA) module specifically focused on the unique characteristics of turbulent and Kelvin wakes, effectively enhancing synthetic aperture radar (SAR) detection of ship wakes. In the same year, Xu et al. innovatively transformed the non-steady-state problem into a steady-state one, proposing the Ship Turbulent Wake Synthetic Aperture Radar (STW-SARSim) simulator [71]. This laid the foundation for data generation and algorithm validation in complex scenarios.
While these studies do not focus directly on hull targets, they nevertheless offer valuable insights into maritime clutter and related phenomena, thereby supporting the development of SAR ship detection algorithms for complex environments.

3. Materials and Methods

In this paper, we propose SADW-Det, a lightweight Shape-Aware and Direction-Weighted algorithm for SAR ship Detection. Based on the anchor-free detection network YOLOX, the overall architecture of SADW-Det comprises three components: the Lightweight Streamlined Factorized-Parallel Network (LSFP-NET), the Shape-Aware Parallel Fusion Module (SAPF), and the Direction-Weighted Attention Module (DWA). This paper also elaborates on the proposed model from these three aspects.

3.1. Backbone Network Design

The YOLOX [40] network is an object detection architecture derived from YOLOv5 [39]. It demonstrates a robust balance between computational speed and detection accuracy, providing a reliable foundational framework for this research. The CSPDarknet backbone network design adopted by YOLOX also provides excellent structural compatibility for the three-stage backbone network proposed in this study, avoiding additional adaptation costs caused by drastic changes in the underlying framework.
Compared to previous detector series, YOLOX demonstrates greater stability and adaptability in ship detection on synthetic aperture radar (SAR) imagery, though room for improvement remains. Relative to emerging YOLO variants, YOLOX offers more robust model performance and mature training strategies. Its fixed architecture aligns with our core module framework, reducing adaptation uncertainties and avoiding additional variables that could compromise experimental control. This facilitates experimentation and performance demonstration within SAR environments. Therefore, to ensure structural compatibility, enhance result evaluation accuracy, and maintain experimental reliability, we selected the YOLOX network as the baseline architecture.
However, since YOLOX was originally designed for optical image detection tasks, its complex architecture exhibits poor compatibility when directly applied to SAR image detection. We redesigned the original network, implementing lightweight improvements to reduce the number of parameters while maintaining detection accuracy. This enhances processing speed to meet SAR image detection requirements, achieving simultaneous gains in precision and efficiency.
Specifically, we propose a novel lightweight backbone network, LSFP-NET, which balances detection speed and accuracy to better accommodate the unique demands of SAR images, such as diverse target scales, complex backgrounds, and significant clutter interference. This approach draws inspiration from FalconNet [72]. Figure 1 illustrates the overall framework structure of SADW-Det, where LSFP-NET serves as the backbone network embedded within the baseline model YOLOX.
SADW-Det adopts YOLOX as its baseline detection framework, as shown in Figure 1, comprising three components: the lightweight backbone network LSFP-NET, the Path Aggregation Feature Pyramid Network PA-FPN, and three detection heads.
First, the lightweight backbone network LSFP-NET constitutes the core of our improvements. The Flat Conv2D module in Figure 1 serves as a core module in Stage 1 of LSFP-NET, combining two symmetric factorized convolutions with kernel sizes 1 × 3 and 3 × 1. This design captures information in a more balanced manner.
Subsequently, PA-FPN efficiently fuses shallow and deep semantic information through top-down and bottom-up path aggregation, optimizing feature representation. This module is built primarily upon the Convolution–Batch Normalization–Activation (CBS) basic unit and the CSP2 structure, along with upsample and concat layers. The CBS unit and CSP2 structure are also illustrated in Figure 1. The CBS unit comprises standard convolution, a Batch Normalization layer, and an activation function for efficient feature extraction. The CSP2 structure achieves further computational reduction while preserving expressive power through stacked CBS units and cross-stage connections.
Finally, three decoupled heads separate classification and regression tasks into independent branches, minimizing cross-task interference.
In terms of a detailed overview of our proposed architecture, the overall framework of LSFP-NET adopts a straight-through network architecture. Its core foundational stacked modules are the depthwise separable convolution from MobileNetV1 [73] and the 1 × K factorized convolution, an improvement over traditional convolutions. Depthwise separable convolutions feature significantly reduced parameters—approximately one-third of traditional convolutions—though they may slightly compromise network accuracy. 1 × K factorized convolutions strike a better balance between performance and resource consumption. By combining the strengths of both, LSFP-NET achieves deeper network layers at lower computational cost, substantially reducing computational complexity while maintaining model performance.
Assuming a standard convolution uses a kernel size of K × K × 1 with M × N kernels, the number of parameters is K × K × M × N . A depthwise separable convolution of the same size comprises both depthwise and pointwise convolutions. The depthwise convolution uses a kernel size of K × K × 1 with M kernels, corresponding to parameters of K × K × M . The pointwise convolution employs a kernel size of 1   ×   1 × M with N kernels, resulting in parameters of M × N . Thus, the total number of parameters for the depthwise separable convolution is K × K × M + M × N . Based on this, the parameter ratio between the two approaches is as follows:
K × K × M + M × N K × K × M × N = 1 N + 1 K 2
In applications, factorized convolution typically employs a two-layer combination of K × 1 and 1 × K . Taking a single-layer 1 × K as an example for parameter calculation, its convolution kernel size is K × 1 × 1 , with M × N kernels. The total number of parameters is K × 1 × M × N . Compared to standard convolution (parameters: K × K × M × N ), the parameter ratio is as follows:
K × 1 × M × N K × K × M × N = 1 K
Building upon the plain network structure, to meet the feature extraction requirements of a feature pyramid network, we divide the network into four parts: one stem and three subsequent stages. In the stem design of the backbone network, we abandon the single large-kernel convolution approach commonly used in traditional models, instead splitting it into two small-kernel convolutions. As shown in Figure 2, Figure 2a depicts a conventional stem structure, while Figure 2b illustrates the stem structure in our model composed of two small convolutions.
Each small kernel convolution consists of a standard convolution activated by the h-swish function, followed by a small-kernel depthwise separable convolution. While a stem with large convolution kernels captures broader data information, small convolution kernels offer greater advantages in extracting fine-grained features, better balancing model size and performance.
In the remaining parts of the backbone network, all three stages employ depthwise separable convolutions, each with distinct design characteristics. For the convolutional layer in stage 1, we abandoned the traditional regular convolution module in favor of stacking a series of 1 × K factorized convolution modules. This design achieves a favorable trade-off between model size and performance. The 1 × K depthwise separable convolution modules rapidly and distinctly highlight information from the core regions of SAR images, thereby better adapting to the characteristics of SAR images.
In the second-stage network, we introduced a Parallel Fusion Module (SAPF) based on depthwise separable convolutions to enhance feature extraction capabilities while minimizing the number of parameters. The third stage, serving as the network’s terminal layer closest to classification output, prioritizes lightweight design. Rather than expanding the receptive field or performing complex feature extraction, we adopt the most minimal structure to integrate the high-level features refined in preceding stages. Consequently, this stage concludes with only two depthwise separable convolutions. This design substantially reduces model complexity while preserving core feature extraction capabilities. To compensate for potential accuracy loss due to lightweighting, we incorporate Directional Weighted Attention (DWA) modules in selected separable convolution layers. This enables the model to focus on more critical features, further enhancing accuracy and robustness. The detailed architecture of LSFP-Net is illustrated in Figure 3.
Compared to the original CSPDarknet network used with YOLOX-s, the LSFP-NET backbone network is more compact and has fewer parameters. Our model adopts a phased structure comprising a stem phase and three stages, each consisting of modules built from multiple basic layers. In this paper, a “layer” refers to a single basic operation, such as a single convolution or a single separable convolution operation, while a “module” consists of multiple consecutive layers, such as the SAPF module.
To clearly illustrate the model’s structure and design, we list the specific configurations of each network layer, including detailed parameters such as kernel size, stride, padding, input/output channels, and mark sections involving attention embedding. Specific parameter settings are shown in Table 1.
As Table 1 indicates, the model adopts a phased structure, with each phase composed of distinct layers and modules. The model extensively employs separable convolutions, attention mechanisms DWA, and partial factorized convolutions—selections driven by SAR image characteristics. Given SAR images’ distinct characteristics from other modalities—especially complex optical images—excessive computational redundancy is avoided early in the network architecture. Our chosen structure of stacked small-kernel convolutions focuses on more discriminative features in SAR images, such as ship contours and specific radar scattering/reflection patterns. This effectively avoids wasting computational resources on background noise, achieving a balance between computational cost and expressive capability.
Simultaneously, ship targets in SAR images exhibit characteristics such as varying scales and strong background clutter interference. As feature layers deepen, a single small-kernel convolution stack becomes insufficient for complex feature extraction. Therefore, we introduce the SAPF module in Stage 2. With both input and output channel dimensions set to 256, it applies multiple structurally distinct large-kernel depthwise-separable convolutions in parallel for complex fusion, while avoiding channel expansion and significant parameter growth. This design enables efficient, deep information integration, effectively addressing the challenges of diverse target morphologies and high background noise in SAR images while avoiding channel expansion and significant parameter growth.
The model concludes with only two small-kernel depthwise separable convolution layers at the tail end. This streamlined structure demonstrates the model’s efficiency in processing high-level SAR features, prevents overfitting, and reduces the model size and computational overhead for future deployment.

3.2. Shape-Aware Parallel Fusion Module

To maximize network performance without compromising the goal of lightweight architecture, we introduced a parallel fusion module in the relatively deep layers of the network.
Generally, the size and number of convolutional kernels influence both prediction outcomes and overall network performance. Larger kernels capture more comprehensive target information, while more convolutional layers enable deeper feature extraction. However, this increases model parameters and slows inference speed, often yielding only marginal accuracy gains.
To better balance performance and parameter count when using deeper convolutional layers, we designed a parallel fusion module called SAPF based on depthwise separable convolution. Experimental results demonstrate that this parallel fusion module effectively optimizes and balances performance with parameter count, achieving results comparable to those obtained by stacking larger convolutional kernels. The structural details of the SAPF module are shown in Figure 4. The SAPF module does not alter the number of channels or the dimensions of the input and output feature maps.
This parallel fusion module primarily consists of parallel arrangements of 1 × K , K × 1 , and K × K depthwise separable convolution layers. These convolution layers are essentially size-compatible two-dimensional convolution kernels sharing identical inputs and strides. Consequently, despite differing kernel dimensions, the additivity property holds for two-dimensional convolutions, mathematically expressed as follows:
I × K 1 + I × K 2 = I × K 1 K 2
where I is a matrix, K 1 and K 2 are two 2D convolutional kernels of compatible sizes, and ⊕ denotes the summation operation at corresponding positions. Leveraging this property, these kernels can be stacked in parallel at corresponding positions. This delivers accuracy comparable to that of using several large kernels, but with fewer parameters.
Additionally, this parallel fusion module incorporates SAR image characteristics during feature extraction. Its primary operating principle is illustrated in Figure 5.
Compared to depthwise separable convolutions that merely increase the number of vertical layers, this parallel fusion module significantly reduces the number of parameters while enhancing network performance. The 1 × K convolution module emphasizes information extraction from the core target region. In SAR images, ship targets typically exhibit high contrast, small size, square or point-like shapes, and scattering characteristics. These targets contrast sharply with the background, making them more conspicuous than optical targets. In shallow network layers near the stem, a stacked design using traditional 1 × K convolution modules better adapts to SAR image characteristics and highlights key information while maximizing target information acquisition.
Subsequent experimental results indicate optimal network performance occurs around K = 5, where model complexity is low and detection accuracy is highest.
In the SFAP module, to achieve more efficient fusion of different branches, we experimented with and compared two common feature fusion methods to select the one best suited for our model: the append method and the addition method. Specifically, the append method operates directly on the original feature maps, concatenating different features together. This approach alters the channel dimension, potentially requiring specialized design to address this issue later. The addition method, on the other hand, generates a new, fused feature while preserving the original features unchanged. It offers greater flexibility, though slightly increases memory usage.
As shown in Figure 6, assuming the features to be combined are A and B, the append method directly modifies feature A. However, when using the addition method, it outputs a new feature C. This slightly increases the required memory, but features A and B remain unchanged, facilitating subsequent operations. In convolutional neural network models, directly modifying or concatenating original features can easily lead to channel mis-matches in subsequent layers, particularly when fusing multiple branches sequentially. To resolve this, we added an Expansion Conv layer at the beginning and an Aggregation Conv layer at the end of the parallel fusion module as buffer layers.
Assuming the input to the stacking method is x and the output is y , with c and h representing the length and width of the convolutional kernel, respectively, the output of the stacking method can be expressed as follows:
y = δ c = 1 o r C h = 1 o r H B n x c , h
where δ is the activation function R E L U , defined as follows:
R E L U ( x ) = m a x ( 0 , x )
For the append method, the process is relatively more complex:
y = a g g δ c = 1 o r C h = 1 o r H B n e x p ( x c , h )
Based on subsequent experimental results, within our designed parallel fusion module, employing the addition method eliminates the need for additional channel-adjusting convolutional layers. This approach achieves high performance while simultaneously conserving parameter counts.

3.3. Direction-Weighted Attention Module

To better address challenges in SAR imagery—such as varying scales of sea surface targets, small object sizes, sparse distribution, and significant background interference—we abandoned traditional attention (typically designed for optical-dominant modalities) mechanisms in favor of a directional weighted attention (DWA) strategy. DWA’s core principle is to achieve joint feature extraction of channel weights and directional spatial information while maintaining a lightweight architecture.
As illustrated in Figure 7, DWA can be clearly divided into three primary data pathways, arranged from left to right as follows:
Channel Weight Pathway: Calculates channel weights through distinct pooling layers, generating channel importance information represented by E m   a n d   E a .
Spatial Attention Pathway: Captures information in both horizontal and vertical directions via orthogonal pooling, generating spatial attention weights represented by g h and g w .
Identity Mapping: Preserves the original input features X unchanged, ensuring information integrity.
These three information pathways are ultimately integrated through multiplication, simultaneously enhancing feature sensitivity to channels and spatial expression. This structural design enables DWA to achieve satisfactory performance improvements at minimal computational cost.
Next, we will introduce the specific details of DWA’s different branches.
The channel component of DWA draws inspiration from the extremely lightweight NAM module [74], which achieves better performance by extracting weights but lacks sufficient specificity for SAR image targets. Therefore, we did not opt to directly incorporate this module. While SAR images emphasize spatial information, channel information remains equally important. Considering SAR image characteristics, devoting excessive parameters to channels is not warranted; however, channel information still requires some preservation during data compression. DWA not only has a relatively low computational cost but also extracts positional information of the target in two directions within the image while preserving channel information. This enables satisfactory performance in scenarios involving complex backgrounds and small targets with indistinct contours. The channel-information-based weight extraction process of DWA is illustrated in Figure 8.
In brief, we utilize the scaling factor γ from the Batch Normalization (BN) layer to extract channel information. The calculation process of the BN layer is expressed as follows:
B N x = γ x μ B σ B 2 + ϵ + β
In the BN layer, the scaling factor γ and bias β are learnable parameters. Their presence enables the network to recover its original nonlinear representation capability. Meanwhile, μ B and σ B 2 represent the mean and variance of each feature dimension, respectively, calculated from each batch of input data. ϵ is a small constant used to prevent division by zero. The scaling factor γ reflects the magnitude of channel variation, information content, and importance.
The mathematical expressions for mean μ B and variance σ B 2 are as follows:
μ B = 1 m i = 1 m x i
σ B 2 = 1 m i = 1 m x i μ B 2
Before extracting channel weights, we preprocess the input x in a global direction using max pooling and average pooling to prepare for channel weight information extraction.
Max pooling divides the input image into multiple regions R p q and outputs the maximum value for each subregion:
z m h = m a x i , j R p q x i , j
Global average pooling similarly divides the input image into subregions R p q and outputs the average of all elements within each subregion, calculated as follows:
z a w = 1 R p q i , j R p q x i , j
The final outputs E m and E a represent the feature maps obtained after applying the weight extraction operation W c to the max pooling and average pooling branches, respectively. This channel weight extraction branch enables us to capture information from different channels, thereby compensating for the limitations of relying solely on spatial feature extraction and enhancing model performance. The specific outputs are as follows, where E m and E a denote the extracted weights:
E m = s i g m o i d W c B N z m h
E a = s i g m o i d W c B N z a w
The specific operation for spatial feature extraction is as follows: given an input x , two one-dimensional average pooling operations approximately decompose it into orthogonal horizontal and vertical directions, encoding them separately. The pooling kernel sizes are (H, 1) and (1, W), respectively.
When the height is h , the output of one pooling branch is
z a h h = 1 W 0 i W x h , i
At width w , the output of the other pooling branch is
z a W w = 1 H 0 j H x j , w
After pooling in both directions, they proceed to perform convolutions and a series of subsequent feature extraction operations:
g h = s i g m o i d B N F z a h h
g w = s i g m o i d B N F z a w w
where s i g m o i d is the activation function, defined as follows:
s i g m o i d x = 1 1 + exp x
F( ) denotes a standard convolutional layer. During the convolutional dimension reduction phase, the number of channels is reduced from the input channels C according to a reduction factor, resulting in mip (minimum value 8). This operation is defined as follows:
m i p = m a x 8 , C   reduction  
The BN denotes a batch normalization layer. Following these operations, the resulting g h and g w are the output feature maps.
Subsequently, g h , g w , E m , and E a are used for weight updates in the DWA module:
y c i , j = x c i , j × g c h i × E m × g c w j × E a
Specifically, DWA divides the input into four parallel pooling branches and one identity mapping branch. First, two pooling branches perform weight extraction, focusing on the channel pathway data. Then, two average pooling branches extract vertical and horizontal information along the spatial pathway, respectively. Finally, the identity mapping preserves the input features without loss. This approach captures more complete positional information. Finally, the outputs from each branch are combined via element-wise multiplication before being passed to the subsequent layers.
To more clearly describe the DWA architecture, its structural details are illustrated in Figure 9:

4. Results

The experimental section primarily covers experiments and results. It first introduces the SSDD, HRSID and DSSDD used, followed by the evaluation metrics and parameter settings employed in assessing experimental outcomes. Subsequently, ablation studies are conducted on our proposed LSFP-NET backbone, the embedded parallel fusion module, and the DWA. These experiments not only test their independent and combined contributions to overall model performance but also analyze how variations in their internal structures and parameters affect the model. This process ultimately determines the optimal configuration for each module within our model to achieve the best performance. Finally, SADW-Det is experimentally compared with other state-of-the-art object detection networks across different datasets.

4.1. Dataset

The datasets used in our experiments are the SSDD [75], HRSID [76], and DSSDD [77].
The SSDD is built upon the PASCAL VOC dataset [78]. Its data format offers strong compatibility, supporting platforms like PyTorch and TensorFlow, and is compatible with numerous object detection models. The SSDD comprises 1160 images, representing a moderate scale while covering imaging results under various sea conditions. On average, each image contains 2.12 ship targets, though the number of ships varies significantly across images, with inconsistent sizes and an overall uneven distribution. Additionally, the environmental and background clutter in the images shows marked variation, ranging from low-noise open ocean environments to high-noise coastal settings. This diversity effectively enhances the detector’s robustness during training. All ship target locations are annotated across HH, HV, VV, and VH polarization modes. Figure 10 presents selected image samples from the SSDD.
Additionally, we introduce another high-resolution SAR image dataset, HRSID. Its construction references the Common Objects in Context (COCO) dataset, comprising 5604 images and 16,951 ship targets. SAR image resolutions range from 0.5 m to 3 m, covering diverse maritime scenarios and target distribution states. The HRSID offers significant advantages, including a wide range of SAR image sizes, high resolution, abundant training samples, and detailed annotations. These features enable more comprehensive validation of model robustness.
Furthermore, to validate the model’s adaptability to diverse data characteristics, we also employed the Dual-Polarization SAR Ship Detection Dataset (DSSDD). This dataset is constructed from Sentinel-1 satellite imagery, where the original satellite images were cropped to form 1236 images of size 256 × 256 pixels, containing a total of 3540 ship targets. Unlike conventional SAR ship datasets, this dataset incorporates both VV and VH polarization information within its images. This information is fused into the R, G, and B channels to generate pseudo-color inputs, resulting in more complex data. This not only provides validation for the model’s robustness but also further assesses its feature fusion capabilities.

4.2. Evaluation Indicators

In terms of evaluation metrics, we selected mean Average Precision (mAP), the number of parameters, and floating-point operations (FLOPs) to evaluate model performance. Mean Average Precision is calculated from precision and recall. Precision (P) is defined as the proportion of correctly identified targets in the test set relative to all identified targets:
P = T P T P + F P
True Positive (TP) denotes the number of targets correctly predicted by the model, while False Positive (FP) refers to the number of objects misclassified as ship. Recall (R) is the probability that all true samples in the test set are detected:
R = T P T P + F N
False Negative (FN) is the number of ship objects that remain undetected. The expression for mean Average Precision (mAP) is
m A P = 0 1 P ( R ) d R

4.3. Experimental Settings

Unless otherwise specified, all open-source comparison models in this paper were retrained using the official standard splits and recommended input sizes for the three datasets, with the same batch size, number of training epochs, optimizer settings, and other hyperparameters, ensuring fairness in comparisons.
For experimental validation on the SSDD, following official recommendations, the dataset was split at an 8:2 ratio: 80% for training and 20% for testing. The batch size was set to 8, and both the input and test image sizes were set to 640. The training was run for 600 epochs using a cosine annealing learning schedule with an initial learning rate (lr) of 0.01. The learning rate was adjusted to lr × batch size/64. The weight decay was set to 0.0005, and the SGD momentum was set to 0.9.
For the HRSID, we adhered to the official recommended split of 65% for training and 35% for testing. The input image size for the model was set to the officially recommended 800 pixels, with all other parameters identical to those used in experiments based on the SSDD.
For experiments based on the DSSDD, the officially recommended dataset split was also adopted, with approximately 70% of the data allocated to the training set and 30% to the test set. The input image size for the model was set to the officially recommended 512 pixels, with all other parameters identical to those used in experiments based on the SSDD.

4.4. Experimental Results and Analysis

Due to significant modifications across the entire object detection network, performance testing and analysis were conducted from three perspectives.
First, ablation experiments were performed to demonstrate the contributions of our modules. The initial experiment compares different backbone networks on the SSDD, with subsequent experiments incorporating attention mechanisms. The evaluated results validate the effectiveness of our proposed backbone network and attention mechanism. The second experiment explores the configuration and role of parallel fusion module and factorized convolutional modules, with performance evaluation conducted on the SSDD. Finally, our model is evaluated and tested on the SSDD, HRSID, and DSSDD, with results compared against several state-of-the-art object detection methods.

4.4.1. Backbone Network and Attention Mechanism

The experiments in this section first compare the performance differences between the newly designed backbone network and the original YOLOX architecture (based on CSPDarknet) on the SSDD. Subsequently, the direction-weighted attention (DWA) module undergoes evaluation and testing. Finally, experiments are conducted on both the stem and stage 1 of the backbone network to analyze their impact on network performance, selecting the most advantageous configuration.
To validate the advantages of the proposed network (LSFP-NET), ablation experiments were conducted based on four distinct backbone architectures: the original CSPDarknet backbone of YOLOX; an LSFP-NET backbone without direction-weighted attention; an LSFP-NET backbone with NAM attention; and the complete SADW-Det detection algorithm incorporating the direction-weighted attention mechanism. The final results are presented in Table 2.
Compared to the baseline model, our model achieves higher mAP while simultaneously reducing the number of model parameters and FLOPs. mAP increased from 96.6% to 97.1% and 97.8%, representing gains of 0.5% and 1.2%, respectively. FLOPs decreased from 26.76 GFLOPs to 18.07 GFLOPs and 18.16 GFLOPs, a reduction of approximately 8.6 GFLOPs. Parameters decreased from 8.94 M to 5.53 M, a reduction of nearly half. Meanwhile, without introducing attention mechanisms, the FPS (Frames Per Second) reaches 61.6, showing a significant improvement over the baseline model. After incorporating NAM and DWA, the FPS drops to 50.7 and 49.5, respectively, remaining within an acceptable range overall. Additionally, our proposed DWA achieves an approximately 0.5% mAP improvement over NAM with nearly unchanged computational cost, validating its effectiveness. Thus, our model demonstrates clear advantages in SAR object detection tasks, exhibiting stronger adaptability to complex backgrounds and multi-scale targets.
To investigate the impact of different convolutional modules within the backbone network on overall performance, we conducted targeted ablation experiments, primarily focusing on the first two stages of the backbone:
In the stem, we evaluated the effects of single large-kernel convolutions versus small-kernel convolution combinations on model performance, while in stage 1, we compared the performance of conventional convolution modules with that of 1 × K convolution groups.
The results of these ablation experiments are shown in Table 3.
The experimental findings reveal that, in the stem’s convolutional module design, small-kernel convolution combinations demonstrate a performance advantage over large-kernel convolutions (AP improved by approximately 0.5%, while FPS can reach 61.6). In stage 1, the conventional convolution module not only increases the number of parameters by 0.01 M and computational overhead by 0.21 GFLOPs, but also causes a slight decrease in model performance of 0.09%, with FPS reduced to 58.8. Therefore, the combination of small-kernel convolution and 1 × K convolution achieves improved model accuracy while maintaining lightweight characteristics, demonstrating advantages in SAR target detection applications.

4.4.2. Parallel Fusion Module

This section conducts ablation experiments on the parallel fusion module within stage 2, which are divided into two parts: first, comparing the integration effects of the append method versus the addition method; second, discussing the performance differences between modules based on 3 × 3 or 5 × 5 convolution kernels.
To contrast the effects of different integration methods, we experimentally tested parallel fusion modules using both the append and addition methods on the SSDD. The experimental results are shown in Table 4.
Experimental results demonstrate significant performance differences among various integration methods. Compared to the addition approach, the parallel fusion module using the append method not only yields a smaller performance gain (approximately 0.362% less). Meanwhile, model complexity and FPS exhibit only minor fluctuations, with overall values differing very little. This discrepancy stems from the channel dimension mismatch induced by append, necessitating additional expansion convolution and aggregation convolution to align parallel channels. Consequently, this approach increases model parameters and computational load, leading to performance degradation. Therefore, for target detection in SAR maritime images, the addition method proves more suitable for parallel fusion module integration than the append method.
Building upon previous experiments, we designed an ablation study to compare the impact of placing 5 × 5 depthwise separable large-kernel convolutions at different positions within the backbone network on model performance. We embedded the 5 × 5 depthwise separable large-kernel convolution into both the parallel fusion module and the tail end of the backbone network. For comparison, we used 3 × 3 depthwise separable small-kernel convolutions and their corresponding 1 × K convolution blocks at positions where large-kernel convolutions were not applied. Experimental results are shown in Table 5.
According to the results, incorporating the 5 × 5 depthwise separable large-kernel convolution solely into the parallel fusion module achieved a model accuracy of 97.144%. This represents an approximately 0.2% improvement compared to models without the large-kernel convolution (96.952%) and those with it only at the tail (96.927%). Meanwhile, model complexity and FPS exhibit only minor fluctuations, with overall values differing very little. The results demonstrate that introducing 5 × 5 depthwise separable large-kernel convolutions into the parallel fusion module enhances accuracy while preserving computational efficiency advantages, making it the optimal choice for SAR target detection.

4.4.3. Comparison of Object Detection Methods Based on the SSDD

To fully validate our approach, we compared SADW-Det’s performance against multiple object detection models on the SSDD, including (YOLO series) YOLOv5, YOLOv7, YOLOv8, YOLOv10, YOLOX, (one-stage) RetinaNet, SSD, AFSar, CenterNet, and (two-stage) Faster R-CNN, Mask R-CNN, Cascade R-CNN. These models are highly representative, covering diverse architectural types and development stages, including some of the latest mainstream models. This allows us to demonstrate the performance differences of different design biases and architectures in the SAR object detection task. The experimental results are shown in Table 6.
According to the experimental results in Table 6, SADW-Det achieved the best performance with a mean Average Precision (mAP) of 97.817%. Meanwhile, the model’s computational cost (FLOPs) is 18.16 GFLOPs, and the FPS reaches 49.5, which is comparable to the YOLO series and significantly outperforms other methods, while using only 5.53 M parameters, achieving an excellent lightweight design alongside high accuracy. Compared to YOLOX from the YOLO series, SADW-Det improves mAP by 1.1% while reducing parameters by approximately 38%. Against one-stage networks like CenterNet, it achieves about a 3.6% detection accuracy boost using only one-third of the parameters. Against relatively large two-stage networks such as the classic Faster R-CNN, SADW-Det demonstrates significantly higher computational efficiency and accuracy advantages.
It should be noted that to ensure experimental fairness, the results of the compared models were obtained by training them on the SSDD using the same training and testing set configurations and the same number of iterations as our model. All other parameter settings for these models were also set to their default values.
Overall experimental results demonstrate that our model achieves accuracy superior to mainstream object detection models while reducing parameter count and computational load. It exhibits excellent performance for SAR image object detection, particularly for small, irregular objects against high-clutter backgrounds.
To more intuitively demonstrate the differences in feature attention and target perception of SADW-Det across various SAR ship environments, we conducted a comparative visualization of heatmaps with the benchmark model YOLOX and the currently emerging models YOLOv8, YOLOv11, and YOLOv12, as shown in Figure 11. The heatmap visualization in Figure 11 covers multiple representative scenarios. From left to right, each column represents a single target, multiple targets, a high-noise background, and near-shore targets.
The heatmap comparison in Figure 11 reveals that different models focus on distinct regions. Our model demonstrates strong target localization in most complex scenarios, particularly excelling under single-target, multi-target, and high-noise background conditions. For inshore environments, its performance is comparable to that of the top-performing YOLOv12.
Building upon the heatmap visualization comparison above, to further demonstrate the model’s performance in SAR detection tasks, we trained our model on the SSDD training set and conducted inference on the test set images, with selected prediction results visualized in Figure 12.
As depicted in Figure 12, our model demonstrates robust performance in diverse scenarios—from the highly cluttered small-object scene in Figure 12a to the challenging coastal canyon environment in Figure 12i. Consequently, this model not only handles single-object detection and multi-object detection under strong clutter but also effectively detects coastal targets and objects with indistinct contours.

4.4.4. Comparison of SAR Ship Detection Methods Based on the SSDD

To further validate our model’s performance, we compared it with current mainstream SAR target detection methods. The comparison results are presented in Table 7.
The experimental results demonstrate that our SADW-Det model exhibits outstanding overall performance.
In terms of model accuracy, its mean average precision (mAP) reaches 97.817%, ranking among the leading SAR ship detection methods. Although its accuracy is approximately 0.4% lower than GLDet, GLDet’s parameter count and FLOPs increase to 22.6 M and 45.1 GFLOPs, respectively—roughly four times that of SADW-Det. GLDet clearly sacrifices computational efficiency for marginal accuracy gains, resulting in suboptimal overall performance balance. This limitation is particularly pronounced in practical applications with constrained computational resources.
Regarding model lightweight design, SADW-Det also demonstrates strong performance. In terms of model lightweighting, while SADW-Det does not surpass AC-YOLO, the latter’s detection accuracy is relatively limited, achieving only 96.7% mAP on the SSDD—a significant gap compared to our model. Our model achieves an approximately 1.1% improvement in mAP while consuming only 18.16 GFLOPs. Parameter count is tightly controlled at an extremely low 5.53 million, and it maintains the highest FPS, demonstrating exceptional efficiency. This highlights our model’s optimal balance between accuracy and computational complexity.
It should be noted that since most of these SAR ship detection methods do not provide open-source code or complete implementation details, we were unable to fully reproduce their code structures and parameter settings. Therefore, to ensure fair performance comparisons, we directly referenced the reported best mAP results from the original papers of the comparison models based on experiments using the SSDD. For other metrics such as FLOPs, parameters, and FPS, some comparison models did not provide relevant data, which we denote as “-“. Where such parameters were reported, we directly reference the best results from the original papers’ experiments on the SSDD.
In summary, for SAR object detection tasks, SADW-Det achieves the highest detection accuracy while consuming the least computational resources. It demonstrates outstanding SAR-image-specific performance and an excellent balance between accuracy and model complexity, showcasing engineering application potential—particularly for computationally constrained remote sensing scenarios.

4.4.5. Comparison of Object Detection Methods Based on the HRSID

To test the generality and stability of our model, we introduced the HRSID. Compared to the SSDD, the HRSID features richer samples and more complex scenarios. On the HRSID, we selected representative YOLO-series models, YOLOX, the one-stage model SSD, and the two-stage model Faster R-CNN for comparative experiments. Detailed experimental results are shown in Table 8.
Table 7 demonstrates that our model achieves advantages in both accuracy and speed. It not only achieves an mAP improvement of nearly 0.31% relative to the YOLOX baseline but also effectively controls model complexity by reducing parameters by approximately 40%, proving the stability and generality of our approach across different datasets.

4.4.6. Comparison of Object Detection Methods Based on the DSSDD

To further validate the adaptability of our proposed model under different data characteristics, we also conducted comparative experiments on the DSSDD. Compared to SSDD and HRSID, the DSSDD is more complex as it incorporates dual-polarization information and generates pseudo-color inputs through channel fusion. On the DSSDD, we similarly selected representative models from the YOLO family (YOLOX), a one-stage model (SSD), and a two-stage model (Faster R-CNN) as baselines. The detailed experimental results are shown in Table 9.
The results in Table 9 demonstrate the excellent performance of SADW-Det on the DSSDD. Specifically, compared to the baseline methods, SADW-Det not only achieves the highest mAP of 96.76% but also effectively reduces model complexity with only 5.53 million parameters and with computational cost controlled at 11.62 GFLOPs, while maintaining a high FPS (60.3). These results demonstrate that the proposed method retains stable feature extraction and fusion capabilities in complex fusion data, further highlighting the model’s versatility.

5. Discussion

This section primarily discusses the results of the ablation experiments.

5.1. Module Design and Performance Analysis

This section primarily analyzes the design of different modules within the SADW-Det model and discusses the underlying principles behind the performance improvements they deliver. Our core design objective is to create more targeted models that enhance both inference performance and learning capabilities, particularly under constraints of limited data and computational resources.

5.1.1. Backbone Optimization and Lightweight Enhancement

Based on the results of the ablation experiments in Table 1, we present a concise summary in Table 10. In the summary table, ✓ indicates that the module was adopted, × indicates that the module was not adopted, and ↑ indicates the magnitude of improvement in model performance.
As shown in Table 10, overall, depthwise separable convolutions and factorized convolutions are better suited for feature extraction in SAR images. Incorporating these two convolutions into LSFP-NET enables the model to achieve higher computational efficiency and lower complexity without sacrificing accuracy. Our innovative design of the backbone network LSPS-NET serves as the foundation for optimizing the overall model performance. This innovation itself draws inspiration from the characteristics of SAR images.
Specifically, as shown in Table 1, compared to traditional convolutions, these two convolution types possess fewer parameters, significantly reducing the substantial data redundancy inherent in standard convolutions during information integration. Unlike optical images, SAR ship images exhibit high complexity, typically featuring relatively distinct differences between targets and sea background. Reducing redundant computations allows the network to focus on learning the most discriminative features, concentrating on target localization within SAR ship images and thereby enhancing the accuracy of SAR target detection.
At the detailed level, the stem employs small-kernel convolution groups, while stage 1 incorporates factorized convolutions—both choices tailored to SAR image characteristics. Based on the ablation experiment results in Table 2, we created the intuitive Table 11.
Data in Table 2 and Table 11 demonstrate that at the stem of the SAR target detector, in the stem of the SAR object detection model, the performance of small-kernel convolution groups surpasses that of a single large-kernel convolution. This is because small-kernel convolution groups excel at capturing local information multiple times, exhibiting higher sensitivity to small targets. Simultaneously, they avoid wasting an excessively large receptive field on irrelevant ocean background noise during the early stages of feature extraction, making them more suitable for SAR ship images dominated by small targets and a large ocean background. In stage 1, conventional convolutions also underperform compared to factorized convolutions. Similarly, to avoid excessive computation in the early stages, factorized convolution decomposes a standard convolution into multiple low-dimensional convolutions. This approach reduces computational complexity while maintaining strong expressive power and reserves computational resources. This allows for the subsequent embedding of large-kernel convolutions at critical positions in the tail section of the parallel fusion module network, enabling more effective feature extraction from SAR images (as shown in Table 4).
Therefore, the combination of small-kernel convolutions and 1 × K convolutions in the LSFP-NET head not only directly enhances the model’s learning efficiency for SAR image data but also improves model accuracy, laying a solid foundation for future deployment on resource-constrained platforms.

5.1.2. Parallel Fusion Module and Efficiency Trade-Offs

The core purpose of designing the parallel fusion module SAPF is to address the efficiency-versus-performance trade-off in SAR image feature extraction. Beyond target-specific information, SAR images contain complex scene details and clutter interference. SAPF constructs a pathway to process diverse information streams, fusing and packaging them for subsequent layers. We designed and validated this module’s optimal parameters and architecture through two approaches. To further illustrate the model’s effectiveness, we created Table 12 based on the ablation experiment results in Table 4 and Table 5.
As shown in Table 4 and Table 12, we compared the performance of different fusion methods. The overlay method significantly outperformed the append method. For SAR images frequently exhibiting high noise, the addition method offers a simpler and more efficient data processing pathway. The append method, however, introduces channel dimension mismatch issues. It requires additional expansion convolutions and aggregation convolutions to align parallel channels, thereby increasing model parameters and computational load. This approach also risks overfitting on high-noise SAR images, potentially degrading performance. Opting for the stacking method is akin to streamlining the entire model, discarding unnecessary complexity. This enhances the model’s feature extraction capability for SAR images and facilitates packaging the feature data for subsequent processing.
We also designed experiments to address the issue of convolutional kernel size selection in SAPF. As shown in Table 5 and Table 12, incorporating a 5 × 5 large kernel convolution into SAPF achieves the optimal balance of computational efficiency and model accuracy. Positioned in the middle-to-late stages of the network, SAPF operates on features that carry meaningful semantic information without excessive detail loss. Embedding a 5 × 5 large-kernel convolution here effectively expands the receptive field, serving as a crucial bridge between preceding and subsequent layers. This capability is particularly vital for SAR images. SAR maritime targets typically exhibit numerous small features. Offshore, a tiny and faint ship target requires spatial distribution relationships with other ships for localization. Nearshore, target detection relies not only on the target itself and adjacent objects but also on its relative positional relationships with coastal structures like docks, beaches, and shoreline features. The expanded receptive field provided by large-kernel convolutions enables the model to better understand spatial positioning logic across vast areas, leading to more stable recognition of small-scale and low-contrast targets.

5.1.3. Collaborative Enhancement of Attention Module

To further enhance the model’s feature selection and noise suppression capabilities for SAR images, we introduced an attention module DWA into LSFP-NET. As shown in Table 1 and Table 10, this attention mechanism enhances the model’s focus on target regions while suppressing background noise interference, significantly improving model performance at minimal computational cost. This enhancement stems from the DWA’s synergistic reinforcement across both spatial and channel dimensions. Unlike optically rich color images, SAR imagery carries phase and scattering information within its channel representations. Therefore, we selected a lightweight yet effective weight extraction method to extract channel information, freeing computational resources for more detailed spatial processing. Spatial information processing primarily focuses on two perpendicular dimensions, enabling rapid target localization. This dual-pronged approach significantly enhances the model’s target detection capability in complex SAR scenarios.

5.2. Comprehensive Performance Evaluation and Generalization Capability

This section primarily discusses the results of the comparative experiments.

5.2.1. Performance Evaluation of SAR Object Detection

As demonstrated by the experimental results in Table 6, Table 7 and Table 8, compared to general-purpose object detection models and specialized SAR detection methods, SADW-Det maintains its relative advantage in inference speed while reducing both parameter count and computational complexity, achieving significant accuracy improvements. To visually demonstrate model performance, we selected two one-stage models, two two-stage models, and two YOLO variants as representatives based on the SSDD comparison results in Table 5. Figure 13 presents an intuitive and concise visualization using mAP and FLOPs metrics.
As shown in Figure 13, compared to traditional two-stage models like Faster R-CNN and its derivatives, SADW-Det demonstrates exceptionally low computational cost and solid performance. The complex candidate region mechanism in two-stage models lacks stability when handling SAR images characterized by numerous small targets with irregular scattering patterns. SADW-Det’s end-to-end and lightweight network design simplifies the architecture, significantly boosting inference efficiency and enhancing feature representation tailored for SAR imagery.
Compared to common one-stage models, SADW-Det demonstrates notable gains in both accuracy and efficiency. Classic one-stage models like RetinaNet and SSD are prone to noise and false alarms when dealing with complex sea clutter backgrounds in SAR ship images, leading to missed or false detections. SADW-Det, however, employs a carefully designed attention mechanism for feature selection, enhancing its ability to distinguish complex backgrounds in SAR images and better localize faint, small targets.
When compared to the YOLO series, SADW-Det achieves higher detection accuracy with fewer parameters and lower computational demands, while maintaining competitive inference speed. This result fully demonstrates the superiority of our network in balancing lightweight design with high-precision outcomes. The YOLO series, a classic optical object detection network, struggles with SAR imagery due to its simplified color palette, complex scattering patterns, and varying target scales. The stacked conventional convolutions in YOLO overemphasize less critical features, causing misaligned feature representations. SADW-Det effectively addresses this imbalance through its lightweight architecture, fusion parallelism module, and attention mechanism. The backbone employs factorized convolutions and depthwise separable convolutions in its head, drastically reducing parameters. This not only streamlines feature representation for SAR images but also preserves valuable computational headroom for subsequent processing. The fusion parallel module enhances feature extraction in the network’s tail through multiple small-kernel convolutions in parallel. This approach expands the receptive field at minimal computational cost, fully capturing information across different scales and directions within SAR images. The attention mechanism, through coordinated attention across channels and spatial dimensions, suppresses sea clutter interference in SAR images while amplifying responses in regions containing faint targets—all within a limited parameter budget. Specifically designed for SAR image scattering characteristics, it effectively enhances sensitivity to faint targets.

5.2.2. Visualization of Result

As shown in Figure 11 and Figure 12, to more intuitively demonstrate the model’s behavior and effectiveness, we present comparative heatmaps and visualization results of SAR ship target detection using SADW-Det.
In the single-target scenario of Figure 11a, SADW-Det demonstrates highly focused and complete attention to the ship target, exhibiting the clearest attentional focus on the target. YOLOv8 shows slightly weaker performance—while it also highlights the target, it allocates excessive attention to the sea surface. YOLOv11 also wastes some attention and only roughly highlights the target region, while YOLOX exhibits noticeable attention drift. YOLOv12 wastes excessive attention on the sea surface.
In the high-noise environment of Figure 11b, SADW-Det also demonstrates strong focus capabilities, effectively suppressing noise interference. YOLOX and YOLOv8 can respond to the target to some extent, but their attention is also significantly dispersed by clutter, leading to unnecessary focus on the sea surface. YOLOv11 and YOLOv12 are significantly disrupted, with attention almost entirely wasted on the sea background.
In the multi-object environment of Figure 11c, SADW-Det continues to perform excellently, forming clear attention regions without resource waste. YOLOv8 also responds to objects reasonably well but suffers from considerable noise interference. YOLOX only highlights some objects and exhibits overly large attention regions. YOLOv11 and YOLOv12 exhibit noticeably diffused attention patterns.
For the near-shore environment in Figure 11d, YOLOv12 demonstrated the most outstanding performance, followed closely by SADW-Det, which also largely focused on the near-shore ship area. While YOLOv8 highlights the targets, its attention areas are relatively dispersed, focusing on numerous non-target regions. YOLOX and YOLOv11 were significantly distracted by coastal background facilities, showing weak focus on the target area.
It is noteworthy that in nearshore scenarios, vessel targets often exhibit highly similar scattering characteristics and geometric profiles to port facilities and structures on land, while the environment is further complicated by more intricate sea clutter and background noise. Under these environmental conditions, despite SAR vessel targets possessing unique characteristics, distinguishing them from the background becomes a matter of capturing and analyzing extremely subtle yet critical feature differences. This proves particularly challenging under the design constraints of lightweight models, leading many approaches to abandon lightweight design by increasing network structure and layer counts to extract these fine-grained features.
Constrained by the need to control model complexity, our model may exhibit some degree of feature confusion in certain nearshore areas. This occurs because the lightweight design for SAR vessel target features prioritizes efficient and stable focus on target detail characteristics in common scenarios. However, under extremely complex backgrounds, the ability to resolve overly fine details is somewhat diminished. This indicates that in complex nearshore environments, performance improvements often require a more delicate trade-off between model expressiveness and computational cost.
Overall, our model maintains more concentrated and consistent focus areas in most classic scenarios. Even in complex coastal backgrounds, its performance remains relatively reliable, showing only a small gap compared to the top-performing YOLOv12.
In open coastal waters, as shown in Figure 12a–d, SADW-Det demonstrates excellent performance under challenging conditions such as “extremely numerous small targets,” “irregularly shaped targets,” and “high clutter backgrounds.” It filters important features, enhances target signals, effectively suppresses clutter, and maintains accurate detection results.
In more complex nearshore environments (Figure 12e–f), SADW-Det achieves relative discrimination and localization between targets and the shoreline. It accurately distinguishes large targets from nearshore backgrounds while avoiding false detections and missed detections in challenging scenarios like “multiple minute nearshore targets” and “irregular nearshore targets.” In the “special coastal canyon environment” depicted in Figure 12i, SADW-Det demonstrates outstanding anti-interference capabilities, maintaining precise localization even under the most challenging conditions.
These results indicate that the various modules of SADW-Det can cooperate effectively across different environments, enabling the model to maintain robust and superior performance in complex and variable SAR scenarios.

5.2.3. Cross-Dataset Generalization Capability

Model generalization capability is another critical metric for evaluating its value. To more intuitively demonstrate the model’s performance advantages, based on the comparative results from the HRSID in Table 8, we plotted an intuitive and concise graph, shown in Figure 14, using two representative metrics: mAP and FLOPs.
As shown in Figure 14 and Table 8, SADW-Det maintains its advantages even on the larger and more complex HRSID. According to the principles of SAR imaging, ship target imaging is influenced by observation angles, radar parameters, sea surface conditions, and other factors, leading to subtle variations in imaging results under different conditions. SADW-Det adapts to these variations, demonstrating stability across diverse environmental conditions and radar configurations. This indicates that through the excellent coordination of its newly designed modules, SADW-Det learns the intrinsic feature representations of ships within SAR images rather than relying on specific datasets. Its robust generalization capability stems from the deep alignment between its structural design and the characteristics of SAR imagery. This design enables SADW-Det to adapt to SAR image data from diverse sources and scenarios, providing a reliable foundation for practical remote sensing monitoring applications and deployment on complex real-world platforms.
Additionally, to visually demonstrate the model’s performance advantages, we created an intuitive and concise Figure 15 using two representative metrics—mAP and FLOPs—based on the comparative results from the DSSDD in Table 9.
Furthermore, as shown in Figure 15 and Table 9, SADW-Det’s outstanding performance on the dual-polarization DSSDD further validates its robust generalization and adaptability. This dataset incorporates both VV and VH polarization information, forming pseudo-color inputs through channel fusion. Its more complex feature representation and information distribution impose higher demands on the model’s feature extraction and fusion capabilities. SADW-Det’s continued leadership in both accuracy and efficiency on this dataset demonstrates that its structural design not only reliably extracts key features of ship targets but also exhibits advantages when processing complex polarization and even color information. This provides a more robust foundation for deploying SADW-Det in diverse, high-demand real-world remote sensing monitoring tasks.

5.3. Application Significance and Future Directions

Our research centers on SAR image characteristics, primarily addressing the mismatch between SAR images and generic detection models (typically designed for optical images). This aims to provide an efficient, applicable foundational solution for SAR image target detection.
From an application perspective, SADW-Det offers multiple advantages: its lightweight network architecture can be easily embedded into SAR sensors or compact SAR platforms, ensuring efficient operation while reducing storage and power consumption requirements. Its parallel fusion module and attention mechanism, specifically designed to emphasize SAR image characteristics, enable SADW-Det to demonstrate excellent generalization and robustness in complex scenarios, providing reliable support for practical maritime monitoring and disaster assessment, and its multi-module collaborative design lays the groundwork for subsequent multi-modal data fusion.
The current work effectively completes the first step of cross-modal fusion by extracting high-quality features specifically tailored for SAR imagery. This step establishes a crucial foundation for subsequent fusion. Only by achieving efficient feature processing within a single modality and possessing stable, discriminative feature extraction methods specific to that modality can one avoid information mismatch and semantic drift caused by information overload when integrating other data, such as optical or infrared. This approach facilitates better alignment and complementarity of diverse features.
Moving forward, SADW-Det, leveraging its lightweight nature, can serve as a specialized feature extraction branch tailored for SAR images. It can be seamlessly integrated into widely adopted multimodal fusion architectures, further enhancing the application capabilities of multimodal remote sensing systems in complex scenarios.

6. Conclusions

SAR image detection holds immense application value in both military and civilian domains. Addressing the challenge of detecting small maritime targets and complex objects against strong-clutter backgrounds in SAR images, we propose an efficient lightweight detection algorithm, SADW-Det. Based on the one-stage object detection framework YOLOX, our model incorporates a lightweight backbone network LSFP-NET, a parallel fusion module SAPF, and an attention module, DWA. It achieves 97.8% mAP on the SSDD with only 5.53 million parameters and approximately 10 GFLOPs; inference speed remains stable at around 50 FPS. It also demonstrates stable advantages on the HRSID and DSSDD, proving our model’s strong generalization and adaptability. Compared to other advanced object detection methods, our model boasts nearly the fewest parameters, significantly reduced computational load (FLOPs), and relatively the highest accuracy, while maintaining inference efficiency.
Our model achieves an excellent balance between performance and efficiency, making it highly suitable for computationally demanding applications. As the first step in cross-modal detection fusion for SAR images, it lays the foundation for cross-modal data fusion for detection, offering new directions and references.
Moving forward, our work will continue to explore the challenges posed by the differences between SAR imagery and other data from different modalities, aiming to further advance cross-modal detection fusion. This will involve expanding training datasets while enhancing feature extraction capabilities based on a lightweight architecture, thereby improving the learning performance of lightweight models such as SADW-Det.

Author Contributions

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

Funding

This research was funded by the National Natural Science Foundation of China, under grant number 61971224.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data will be made available on request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Eldhuset, K. An Automatic Ship and Ship Wake Detection System for Spaceborne SAR Images in Coastal Regions. IEEE Trans. Geosci. Remote Sens. 1996, 34, 1010–1019. [Google Scholar] [CrossRef]
  2. Tello, M.; Lopez-Martinez, C.; Mallorqui, J.J. A Novel Algorithm for Ship Detection in SAR Imagery Based on the Wavelet Transform. IEEE Geosci. Remote Sens. Lett. 2005, 2, 201–205. [Google Scholar] [CrossRef]
  3. Kechagias-Stamatis, O.; Aouf, N. Automatic Target Recognition on Synthetic Aperture Radar Imagery: A Survey. IEEE Aerosp. Electron. Syst. Mag. 2021, 36, 56–81. [Google Scholar] [CrossRef]
  4. Yates, G.; Horne, A.M.; Blake, A.P.; Middleton, R. Bistatic SAR Image Formation. IEEE Proc. Radar Sonar Navig. 2006, 153, 208–213. [Google Scholar] [CrossRef]
  5. Yang, S.; An, W.; Li, S.; Wei, G.; Zou, B. An Improved FCOS Method for Ship Detection in SAR Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 8910–8927. [Google Scholar] [CrossRef]
  6. Aghaei, N.; Akbarizadeh, G.; Kosarian, A. Osdes_net: Oil Spill Detection Based on Efficient_shuffle Network Using Synthetic Aperture Radar Imagery. Geocarto Int. 2022, 37, 13539–13560. [Google Scholar] [CrossRef]
  7. Zhang, T.; Zhang, X.; Shi, J.; Wei, S. Depthwise Separable Convolution Neural Network for High-Speed SAR Ship Detection. Remote Sens. 2019, 11, 2483. [Google Scholar] [CrossRef]
  8. Brusch, S.; Lehner, S.; Fritz, T.; Soccorsi, M.; Soloviev, A.; van Schie, B. Ship Surveillance with TerraSAR-X. IEEE Trans. Geosci. Remote Sens. 2011, 49, 1092–1103. [Google Scholar] [CrossRef]
  9. Gao, G.; Shi, G. CFAR Ship Detection in Nonhomogeneous Sea Clutter Using Polarimetric SAR Data Based on the Notch Filter. IEEE Trans. Geosci. Remote Sens. 2017, 55, 4811–4824. [Google Scholar] [CrossRef]
  10. 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]
  11. 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. 2019, 16, 751–755. [Google Scholar] [CrossRef]
  12. Wei, S.; Su, H.; Ming, J.; Wang, C.; Yan, M.; Kumar, D.; Shi, J.; Zhang, X. Precise and Robust Ship Detection for High-Resolution SAR Imagery Based on HR-SDNet. Remote Sens. 2020, 12, 167. [Google Scholar] [CrossRef]
  13. Greidanus, H.; Clayton, P.; Indregard, M.; Staples, G.; Suzuki, N.; Vachoir, P.; Wackerman, C.; Tennvassas, T.; Mallorqui, J.; Kourti, N.; et al. Benchmarking Operational SAR Ship Detection. In Proceedings of the IGARSS 2004. 2004 IEEE International Geoscience and Remote Sensing Symposium, Anchorage, AK, USA, 20–24 September 2004; Volume 6, pp. 4215–4218. [Google Scholar]
  14. Shi, H.; Zhang, Q.; Bian, M.; Wang, H.; Wang, Z.; Chen, L.; Yang, J. A Novel Ship Detection Method Based on Gradient and Integral Feature for Single-Polarization Synthetic Aperture Radar Imagery. Sensors 2018, 18, 563. [Google Scholar] [CrossRef] [PubMed]
  15. Schwegmann, C.P.; Kleynhans, W.; Salmon, B.P. Manifold Adaptation for Constant False Alarm Rate Ship Detection in South African Oceans. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 3329–3337. [Google Scholar] [CrossRef]
  16. Huo, W.; Huang, Y.; Pei, J.; Zhang, Q.; Gu, Q.; Yang, J. Ship Detection from Ocean SAR Image Based on Local Contrast Variance Weighted Information Entropy. Sensors 2018, 18, 1196. [Google Scholar] [CrossRef]
  17. Wang, C.; Bi, F.; Zhang, W.; Chen, L. An Intensity-Space Domain CFAR Method for Ship Detection in HR SAR Images. IEEE Geosci. Remote Sens. Lett. 2017, 14, 529–533. [Google Scholar] [CrossRef]
  18. Ai, J.; Yang, X.; Yan, H. A Local Cfar Detector Based on Gray Intensity Correlation in Sar Imagery. In Proceedings of the IGARSS 2018—2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 22–27 July 2018; pp. 697–700. [Google Scholar]
  19. Li, T.; Liu, Z.; Xie, R.; Ran, L. An Improved Superpixel-Level CFAR Detection Method for Ship Targets in High-Resolution SAR Images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2018, 11, 184–194. [Google Scholar] [CrossRef]
  20. Lin, H.; Chen, H.; Jin, K.; Zeng, L.; Yang, J. Ship Detection with Superpixel-Level Fisher Vector in High-Resolution SAR Images. IEEE Geosci. Remote Sens. Lett. 2020, 17, 247–251. [Google Scholar] [CrossRef]
  21. Kaplan, L.M. Improved SAR Target Detection via Extended Fractal Features. IEEE Trans. Aerosp. Electron. Syst. 2001, 37, 436–451. [Google Scholar] [CrossRef]
  22. Charalampidis, D.; Kasparis, T. Wavelet-Based Rotational Invariant Roughness Features for Texture Classification and Segmentation. IEEE Trans. Image Process. 2002, 11, 825–837. [Google Scholar] [CrossRef]
  23. Girshick, R.; Donahue, J.; Darrell, T.; Malik, J. Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation. In Proceedings of the 2014 IEEE Conference on Computer Vision and Pattern Recognition, Columbus, OH, USA, 23–28 June 2014; pp. 580–587. [Google Scholar]
  24. Gui, Y.; Li, X.; Xue, L. A Multilayer Fusion Light-Head Detector for SAR Ship Detection. Sensors 2019, 19, 1124. [Google Scholar] [CrossRef] [PubMed]
  25. Girshick, R. Fast R-CNN. In Proceedings of the 2015 IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 7–13 December 2015; pp. 1440–1448. [Google Scholar]
  26. Simonyan, K.; Zisserman, A. Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv 2015, arXiv:1409.1556. [Google Scholar]
  27. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks. IEEE Trans. Pattern Anal. Mach. Intell. 2017, 39, 1137–1149. [Google Scholar] [CrossRef] [PubMed]
  28. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask R-CNN. In Proceedings of the 2017 IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 2980–2988. [Google Scholar]
  29. Cai, Z.; Vasconcelos, N. Cascade R-CNN: High Quality Object Detection and Instance Segmentation. IEEE Trans. Pattern Anal. Mach. Intell. 2021, 43, 1483–1498. [Google Scholar] [CrossRef]
  30. Lin, T.-Y.; Dollár, P.; Girshick, R.; He, K.; Hariharan, B.; Belongie, S. Feature Pyramid Networks for Object Detection. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 936–944. [Google Scholar]
  31. He, K.; Zhang, X.; Ren, S.; Sun, J. Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition. IEEE Trans. Pattern Anal. Mach. Intell. 2015, 37, 1904–1916. [Google Scholar] [CrossRef] [PubMed]
  32. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You Only Look Once: Unified, Real-Time Object Detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 779–788. [Google Scholar]
  33. Liu, W.; Anguelov, D.; Erhan, D.; Szegedy, C.; Reed, S.; Fu, C.-Y.; Berg, A.C. SSD: Single Shot MultiBox Detector. In Proceedings of the Computer Vision—ECCV 2016; Leibe, B., Matas, J., Sebe, N., Welling, M., Eds.; Springer International Publishing: Cham, Switzerland, 2016; pp. 21–37. [Google Scholar]
  34. Fu, C.-Y.; Liu, W.; Ranga, A.; Tyagi, A.; Berg, A.C. DSSD: Deconvolutional Single Shot Detector. arXiv 2017, arXiv:1701.06659. [Google Scholar] [CrossRef]
  35. Yang, J.; Wang, L. Feature Fusion and Enhancement for Single Shot Multibox Detector. In Proceedings of the 2019 Chinese Automation Congress (CAC), Hangzhou, China, 22–24 November 2019; pp. 2766–2770. [Google Scholar]
  36. Lin, T.-Y.; Goyal, P.; Girshick, R.; He, K.; Dollar, P. Focal Loss for Dense Object Detection. arXiv 2017, arXiv:1708.02002. [Google Scholar]
  37. Duan, K.; Bai, S.; Xie, L.; Qi, H.; Huang, Q.; Tian, Q. CenterNet: Keypoint Triplets for Object Detection. arXiv 2019, arXiv:1904.08189. [Google Scholar] [CrossRef]
  38. Redmon, J.; Farhadi, A. YOLOv3: An Incremental Improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar] [CrossRef]
  39. Ultralytics/Yolov5: YOLOv5 in PyTorch > ONNX > CoreML > TFLite. Available online: https://github.com/ultralytics/yolov5 (accessed on 11 May 2023).
  40. Ge, Z.; Liu, S.; Wang, F.; Li, Z.; Sun, J. YOLOX: Exceeding YOLO Series in 2021. arXiv 2021, arXiv:2107.08430. [Google Scholar] [CrossRef]
  41. Wang, C.-Y.; Bochkovskiy, A.; Liao, H.-Y.M. YOLOv7: Trainable Bag-of-Freebies Sets New State-of-the-Art for Real-Time Object Detectors. arXiv 2022, arXiv:2207.02696. [Google Scholar]
  42. Bochkovskiy, A.; Wang, C.-Y.; Liao, H.-Y.M. YOLOv4: Optimal Speed and Accuracy of Object Detection. arXiv 2020, arXiv:2004.10934. [Google Scholar] [CrossRef]
  43. Ultralytics/YOLOv8 · Hugging Face. Available online: https://huggingface.co/Ultralytics/YOLOv8 (accessed on 30 December 2025).
  44. Ultralytics/YOLOv11 · Hugging Face. Available online: https://huggingface.co/Ultralytics/YOLO11 (accessed on 30 December 2025).
  45. Wang, A.; Chen, H.; Liu, L.; Chen, K.; Lin, Z.; Han, J.; Ding, G. YOLOv10: Real-Time End-to-End Object Detection. arXiv 2024, arXiv:2405.14458. [Google Scholar]
  46. Fang, Y.; Liao, B.; Wang, X.; Fang, J.; Qi, J.; Wu, R.; Niu, J.; Liu, W. You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection. arXiv 2021, arXiv:2106.00666. [Google Scholar] [CrossRef]
  47. Tian, Y.; Ye, Q.; Doermann, D. YOLOv12: Attention-Centric Real-Time Object Detectors. arXiv 2025, arXiv:2502.12524. [Google Scholar]
  48. Kang, M.; Ji, K.; Leng, X.; Lin, Z. Contextual Region-Based Convolutional Neural Network with Multilayer Fusion for SAR Ship Detection. Remote Sens. 2017, 9, 860. [Google Scholar] [CrossRef]
  49. Kang, M.; Leng, X.; Lin, Z.; Ji, K. A Modified Faster R-CNN Based on CFAR Algorithm for SAR Ship Detection. In Proceedings of the 2017 International Workshop on Remote Sensing with Intelligent Processing (RSIP), Shanghai, China, 18–21 May 2017; IEEE: New York, NY, USA, 2017; pp. 1–4. [Google Scholar]
  50. Jiao, J.; Zhang, Y.; Sun, H.; Yang, X.; Gao, X.; Hong, W.; Fu, K.; Sun, X. A Densely Connected End-to-End Neural Network for Multiscale and Multiscene SAR Ship Detection. IEEE Access 2018, 6, 20881–20892. [Google Scholar] [CrossRef]
  51. Wang, J.; Lu, C.; Jiang, W. Simultaneous Ship Detection and Orientation Estimation in SAR Images Based on Attention Module and Angle Regression. Sensors 2018, 18, 2851. [Google Scholar] [CrossRef]
  52. Ai, J.; Tian, R.; Luo, Q.; Jin, J.; Tang, B. Multi-Scale Rotation-Invariant Haar-Like Feature Integrated CNN-Based Ship Detection Algorithm of Multiple-Target Environment in SAR Imagery. IEEE Trans. Geosci. Remote Sens. 2019, 57, 10070–10087. [Google Scholar] [CrossRef]
  53. Ai, J.; Mao, Y.; Luo, Q.; Jia, L.; Xing, M. SAR Target Classification Using the Multikernel-Size Feature Fusion-Based Convolutional Neural Network. IEEE Trans. Geosci. Remote Sens. 2022, 60, 1–13. [Google Scholar] [CrossRef]
  54. Sun, Z.; Leng, X.; Lei, Y.; Xiong, B.; Ji, K.; Kuang, G. BiFA-YOLO: A Novel YOLO-Based Method for Arbitrary-Oriented Ship Detection in High-Resolution SAR Images. Remote Sens. 2021, 13, 4209. [Google Scholar] [CrossRef]
  55. Sun, Z.; Leng, X.; Zhang, X.; Zhou, Z.; Xiong, B.; Ji, K.; Kuang, G. Arbitrary-Direction SAR Ship Detection Method for Multiscale Imbalance. IEEE Trans. Geosci. Remote Sens. 2025, 63, 1–21. [Google Scholar] [CrossRef]
  56. Sun, Z.; Zhang, X.; Leng, X.; Wu, X.; Xiong, B.; Ji, K.; Kuang, G. KFIA-Net: A Knowledge Fusion and Imbalance-Aware Network for Multi-Category SAR Ship Detection. Int. J. Appl. Earth Obs. Geoinf. 2026, 146, 105127. [Google Scholar] [CrossRef]
  57. 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. 2021, 59, 1331–1344. [Google Scholar] [CrossRef]
  58. Li, Y.; Zhang, S.; Wang, W.-Q. A Lightweight Faster R-CNN for Ship Detection in SAR Images. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef]
  59. 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]
  60. Gao, S.; Liu, J.M.; Miao, Y.H.; He, Z.J. A High-Effective Implementation of Ship Detector for SAR Images. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef]
  61. Zhang, X.; Zhang, S.; Sun, Z.; Liu, C.; Sun, Y.; Ji, K.; Kuang, G. Semantic Scattering Graph Structure Alignment for Cross-Sensor SAR Image Target Detection. Chin. J. Aeronaut. 2026, in press. [Google Scholar] [CrossRef]
  62. Zhang, X.; Zhou, X.; Lin, M.; Sun, J. ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices. In Proceedings of the 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, Salt Lake City, UT, USA, 18–23 June 2018; pp. 6848–6856. [Google Scholar]
  63. Zhang, T.; Zhang, X. High-Speed Ship Detection in SAR Images Based on a Grid Convolutional Neural Network. Remote Sens. 2019, 11, 1206. [Google Scholar] [CrossRef]
  64. Zhang, T.; Zhang, X. ShipDeNet-20: An Only 20 Convolution Layers and <1-MB Lightweight SAR Ship Detector. IEEE Geosci. Remote Sens. Lett. 2021, 18, 1234–1238. [Google Scholar] [CrossRef]
  65. Zhang, T.; Zhang, X.; Shi, J.; Wei, S.; Wang, J.; Li, J.; Su, H.; Zhou, Y. Balance Scene Learning Mechanism for Offshore and Inshore Ship Detection in SAR Images. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef]
  66. Xue, W.; Ai, J.; Zhu, Y.; Chen, J.; Zhuang, S. AIS-FCANet: Long-Term AIS Data Assisted Frequency-Spatial Contextual Awareness Network for Salient Ship Detection in SAR Imagery. IEEE Trans. Aerosp. Electron. Syst. 2025, 61, 15166–15171. [Google Scholar] [CrossRef]
  67. Guo, Y.; Chen, S.; Zhan, R.; Wang, W.; Zhang, J. Deformable Feature Fusion and Accurate Anchors Prediction for Lightweight SAR Ship Detector Based on Dynamic Hierarchical Model Pruning. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 15019–15036. [Google Scholar] [CrossRef]
  68. Xu, X.; Zhang, X.; Zhang, T. Lite-YOLOv5: A Lightweight Deep Learning Detector for On-Board Ship Detection in Large-Scene Sentinel-1 SAR Images. Remote Sens. 2022, 14, 1018. [Google Scholar] [CrossRef]
  69. Yu, J.; Chen, J.; Wan, H.; Zhou, Z.; Cao, Y.; Huang, Z.; Li, Y.; Wu, B.; Yao, B. SARGap: A Full-Link General Decoupling Automatic Pruning Algorithm for Deep Learning-Based SAR Target Detectors. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–18. [Google Scholar] [CrossRef]
  70. Xu, C.; Wang, Q.; Wang, X.; Chao, X.; Pan, B. Wake2Wake: Feature-Guided Self-Supervised Wave Suppression Method for SAR Ship Wake Detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–14. [Google Scholar] [CrossRef]
  71. Xu, C.; Qi, R.; Wang, X.; Tao, M. Instability of Energy Spectrum Disturbance for Ship Turbulent Wakes: SAR Imaging Simulation and Analysis. Ocean Eng. 2024, 292, 116502. [Google Scholar] [CrossRef]
  72. Cai, Z.; Shen, Q. FalconNet: Factorization for the Light-Weight ConvNets. In Proceedings of the Neural Information Processing; Luo, B., Cheng, L., Wu, Z.-G., Li, H., Li, C., Eds.; Springer Nature: Singapore, 2024; pp. 368–380. [Google Scholar]
  73. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications. Available online: https://arxiv.org/abs/1704.04861v1 (accessed on 12 May 2023).
  74. Liu, Y.; Shao, Z.; Teng, Y.; Hoffmann, N. NAM: Normalization-Based Attention Module. arXiv 2021, arXiv:2111.12419. [Google Scholar] [CrossRef]
  75. 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]
  76. 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]
  77. Hu, Y.; Li, Y.; Pan, Z. A Dual-Polarimetric SAR Ship Detection Dataset and a Memory-Augmented Autoencoder-Based Detection Method. Sensors 2021, 21, 8478. [Google Scholar] [CrossRef] [PubMed]
  78. Everingham, M.; Eslami, S.M.A.; Van Gool, L.; Williams, C.K.I.; Winn, J.; Zisserman, A. The Pascal Visual Object Classes Challenge: A Retrospective. Int. J. Comput. Vis. 2015, 111, 98–136. [Google Scholar] [CrossRef]
Figure 1. Overall framework structure of SADW-Det.
Figure 1. Overall framework structure of SADW-Det.
Remotesensing 18 00582 g001
Figure 2. Stem structure comparison. (a) Conventional stem; (b) stem of LSFP-NET.
Figure 2. Stem structure comparison. (a) Conventional stem; (b) stem of LSFP-NET.
Remotesensing 18 00582 g002
Figure 3. Structural details of LSFP-NET.
Figure 3. Structural details of LSFP-NET.
Remotesensing 18 00582 g003
Figure 4. Structural details of SAPF.
Figure 4. Structural details of SAPF.
Remotesensing 18 00582 g004
Figure 5. Diagram of parallel depthwise separable convolution in the SAPF module.
Figure 5. Diagram of parallel depthwise separable convolution in the SAPF module.
Remotesensing 18 00582 g005
Figure 6. Schematic comparison of two methods. (a) Append method, which will directly modify the original feature A to achieve fusion; (b) addition method, which will generate a new feature C by combining features A and B, while features A and B remain unchanged.
Figure 6. Schematic comparison of two methods. (a) Append method, which will directly modify the original feature A to achieve fusion; (b) addition method, which will generate a new feature C by combining features A and B, while features A and B remain unchanged.
Remotesensing 18 00582 g006
Figure 7. DWA data flow diagram.
Figure 7. DWA data flow diagram.
Remotesensing 18 00582 g007
Figure 8. Overall framework of channel-wise weight extraction.
Figure 8. Overall framework of channel-wise weight extraction.
Remotesensing 18 00582 g008
Figure 9. Structural details of DWA.
Figure 9. Structural details of DWA.
Remotesensing 18 00582 g009
Figure 10. Ship targets in the SSDD.
Figure 10. Ship targets in the SSDD.
Remotesensing 18 00582 g010
Figure 11. Heatmap comparison results. (a) Single target; (b) high-noise background targets; (c) multiple targets; (d) near-shore targets.
Figure 11. Heatmap comparison results. (a) Single target; (b) high-noise background targets; (c) multiple targets; (d) near-shore targets.
Remotesensing 18 00582 g011aRemotesensing 18 00582 g011b
Figure 12. Model detection visualization results. (a) Extremely small multiple targets; (b) irregular targets; (c) high-clutter background; (d) large targets; (e) extremely small nearshore multiple targets; (f) irregular nearshore targets; (g) high-clutter nearshore targets; (h) large nearshore targets; (i) special nearshore canyon environment.
Figure 12. Model detection visualization results. (a) Extremely small multiple targets; (b) irregular targets; (c) high-clutter background; (d) large targets; (e) extremely small nearshore multiple targets; (f) irregular nearshore targets; (g) high-clutter nearshore targets; (h) large nearshore targets; (i) special nearshore canyon environment.
Remotesensing 18 00582 g012aRemotesensing 18 00582 g012b
Figure 13. Performance comparison of representative detection models on the SSDD in terms of mAP and FLOPs.
Figure 13. Performance comparison of representative detection models on the SSDD in terms of mAP and FLOPs.
Remotesensing 18 00582 g013
Figure 14. Performance comparison of detection models on the HRSID in terms of mAP and FLOPs, along with their generalization capability analysis.
Figure 14. Performance comparison of detection models on the HRSID in terms of mAP and FLOPs, along with their generalization capability analysis.
Remotesensing 18 00582 g014
Figure 15. Performance comparison of detection models on the DSSDD in terms of mAP and FLOPs, along with their generalization capability analysis.
Figure 15. Performance comparison of detection models on the DSSDD in terms of mAP and FLOPs, along with their generalization capability analysis.
Remotesensing 18 00582 g015
Table 1. Specific parameter settings for LSFP-NET.
Table 1. Specific parameter settings for LSFP-NET.
StageOperatorKernel SizeStridePaddingInput SizeOutput SizeDWA
StemConv2D3 × 321640 × 640 × 3320 × 320 × 16-
DS-Conv1 × 111320 × 320 × 16320 × 320 × 16
Stage 1Conv2D1 × 31(0, 1)320 × 320 × 16320 × 320 × 32-
Conv2D3 × 12(1, 0)320 × 320 × 32160 × 160 × 64-
DS-Conv3 × 321160 × 160 × 6480 × 80 × 128
Stage 2DS-Conv3 × 32180 × 80 × 12840 × 40 × 256
SAPF---40 × 40 × 25640 × 40 × 256-
Stage 3DS-Conv3 × 32140 × 40 × 25620 × 20 × 512
DS-Conv3 × 31120 × 20 × 51220 × 20 × 512
Table 2. Ablation study based on YOLOX.
Table 2. Ablation study based on YOLOX.
ModelBackboneAttentionmAP (%)FLOPs (GFLOPs)Params (M)FPS
YOLOXCSPDarknet-96.626.768.9450.5
YOLOXLSFP-NET-97.14418.075.4661.6
YOLOXLSFP-NETNAM97.32418.115.4650.7
YOLOXLSFP-NETDWA97.81718.165.5349.5
Table 3. Ablation study on the stem and 1 × K convolutional modules in the backbone network.
Table 3. Ablation study on the stem and 1 × K convolutional modules in the backbone network.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
Stem large-kernel96.4918.125.4660.2
5 × 596.9019.335.4758.8
1 × 5 and small-kernel96.9918.155.4661.6
Table 4. Performance experiments of append and addition methods.
Table 4. Performance experiments of append and addition methods.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
Append96.59019.325.8553.5
Addition96.95218.055.4561.6
Table 5. Impact of the insertion position of 5 × 5 depthwise separable convolutions.
Table 5. Impact of the insertion position of 5 × 5 depthwise separable convolutions.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
Without 5 × 596.95218.055.4561.7
Only parallel 5 × 597.14418.075.4661.6
Tail 5 × 596.92718.065.4660.2
Table 6. Comparison with object detection methods on SSDD.
Table 6. Comparison with object detection methods on SSDD.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
YOLO seriesYOLOv5 [39]96.916.547.2356.6
YOLOv7 [41]95.7104.736.944.9
YOLOv8 [43]97.028.811.1643.8
YOLOv10 [45]96.721.67.251.2
YOLOv11 [44]96.721.69.444.3
YOLOv12 [47]97.121.59.2542.1
YOLOX [40]96.6326.768.9450.5
One-stageRetinaNet [36]88.181.6936.129.7
SSD [33]90.28137.0923.732.7
CenterNet [37]94.220.3414.4330.8
Two-stageFaster R-CNN [27]92.791.041.1232.4
Mask R-CNN [28]93.9142.4843.7525.1
Cascade R-CNN [29]92.90118.8168.9322.1
Our modelSADW-Det97.81718.165.5349.5
Table 7. Comparison with SAR ship detection methods.
Table 7. Comparison with SAR ship detection methods.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
Lite Faster R-CNN [58]89.79-19.1-
FBR-Net [57]94.10-32.5-
DCMSNN [50]89.6-41.1-
SAR-Net [60]76.20104.242.614.9
AC-YOLO96.75.43.752-
GLDet98.245.122.6-
CAOSD-Net96.3126.970.4-
SADW-Det97.81718.165.5349.5
Table 8. Comparison with object detection methods on HRSID.
Table 8. Comparison with object detection methods on HRSID.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
YOLOX [40]91.79641.88.9463.6
SSD [33]88.6214.2223.733.9
Faster R-CNN [27]81.3134.3841.1238.5
SADW-Det92.10428.385.5360.9
Table 9. Comparison with object detection methods on DSSDD.
Table 9. Comparison with object detection methods on DSSDD.
ModelmAP (%)FLOPs (GFLOPs)Params (M)FPS
YOLOX [40]95.417.128.9461.1
SSD [33]94.987.7323.738.6
Faster R-CNN [27]94.763.2541.1241.4
SADW-Det96.7611.625.5360.3
Table 10. mAP results of ablation experiments on different backbone networks and attention configurations.
Table 10. mAP results of ablation experiments on different backbone networks and attention configurations.
CSP-DarknetLSFP-NETDWAmAP (%)Improvement (%)
××96.6-
××97.144↑0.544
×97.817↑0.673
Table 11. mAP results of ablation experiments on small-kernel convolution and factorized convolution designs.
Table 11. mAP results of ablation experiments on small-kernel convolution and factorized convolution designs.
1 × 5Stem Small-Kernel1 × 5 and Small-KernelmAP (%)Improvement (%)
×××96.49-
×96.90↑0.41
96.99↑0.09
Table 12. mAP results of ablation experiments on feature fusion strategies and large-kernel convolution positions.
Table 12. mAP results of ablation experiments on feature fusion strategies and large-kernel convolution positions.
AdditionParallel 5 × 5mAP (%)Improvement (%)
××96.590-
×96.952↑0.362
97.144↑0.554
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

Gui, M.; Zhu, H.; Sheng, W.; Zhang, R. SADW-Det: A Lightweight SAR Ship Detection Algorithm with Direction-Weighted Attention and Factorized-Parallel Structure Design. Remote Sens. 2026, 18, 582. https://doi.org/10.3390/rs18040582

AMA Style

Gui M, Zhu H, Sheng W, Zhang R. SADW-Det: A Lightweight SAR Ship Detection Algorithm with Direction-Weighted Attention and Factorized-Parallel Structure Design. Remote Sensing. 2026; 18(4):582. https://doi.org/10.3390/rs18040582

Chicago/Turabian Style

Gui, Mengshan, Hairui Zhu, Weixing Sheng, and Renli Zhang. 2026. "SADW-Det: A Lightweight SAR Ship Detection Algorithm with Direction-Weighted Attention and Factorized-Parallel Structure Design" Remote Sensing 18, no. 4: 582. https://doi.org/10.3390/rs18040582

APA Style

Gui, M., Zhu, H., Sheng, W., & Zhang, R. (2026). SADW-Det: A Lightweight SAR Ship Detection Algorithm with Direction-Weighted Attention and Factorized-Parallel Structure Design. Remote Sensing, 18(4), 582. https://doi.org/10.3390/rs18040582

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