4.4. Ablation Experiment
Ablation experiments are conducted on both SAR-Aircraft-1.0, HRSID, and SSDD with the original YOLOv8 serving as the baseline. To ensure fairness and mitigate the risk of overfitting due to limited SAR training data, ResNet18 is used as the backbone in the baseline, while the original FPN-PAN neck and detection head are retained. Based on this baseline, DCSP, MSN, and CMH are progressively incorporated to evaluate their respective effectiveness and complementary contributions.
Results on SAR-Aircraft-1.0: The ablation results are presented in
Table 2. After introducing DCSP into the backbone, P, R, AP50, AP75, and AP50:95 are increased by 0.4%, 0.5%, 0.7%, 0.2%, and 0.4%, respectively. Meanwhile, the number of parameters shows a slight increase, while the inference speed exhibits a marginal decrease, indicating that DCSP enhances feature representation at a low additional cost. Replacing the original FPN-PAN with MSN improves P, R, AP50, AP75, and AP50:95 by 1.3%, 2%, 1.5%, 0.5%, and 0.3%, respectively. The notable gains in precision, recall, and AP50 suggest more efficient multi-scale feature aggregation and better prediction quality in complex airport scenes. In addition, MSN significantly reduces parameters and FLOPs. Although FPS decreases from 285 to 251, this is mainly due to the additional multi-branch fusion and feature alignment operations, which are less hardware-efficient despite their lower theoretical computational cost. Replacing the original detection head with CMH improves P, R, AP50, AP75, and AP50:95 by 2.9%, 2.1%, 2.6%, 0.8%, and 0.7%, respectively. The larger gains in precision, recall, and AP50 indicate that CMH mainly improves overall prediction quality by enhancing the alignment between classification confidence and localization reliability. Consequently, false alarms and missed detections are reduced, while parameters, FLOPs, and FPS remain nearly unchanged.
For the dual-module settings, DCSP + MSN further improves precision, recall, and AP50:95 over MSN alone, with only slight decreases in AP50 and AP75, indicating a trade-off between stronger feature representation and strict localization accuracy. MSN + CMH achieves clear gains in precision and AP50:95 over MSN alone, demonstrating effective complementarity between feature fusion and reliability-aware prediction modulation. DCSP + CMH yields the most notable gains in recall and AP50 compared with DCSP alone, suggesting improved target coverage and coarse-localization quality. The full model achieves the best performance, with P, R, AP50, AP75, and AP50:95 increased by 3.8%, 3.8%, 2.9%, 1%, and 1.4%, respectively, compared with the baseline. These results demonstrate that DCSP, MSN, and CMH can be effectively integrated to exploit complementary strengths and improve overall detection performance.
The heatmap visualizations of the baseline and the progressively enhanced variants on SAR-Aircraft-1.0 are presented in
Figure 6. Specifically, the baseline is shown in
Figure 6a, while Baseline + DCSP, Baseline + DCSP + MSN, and Baseline + DCSP + MSN + CMH are shown in
Figure 6b–d, respectively. The ground truth is provided in
Figure 6e. As shown in
Figure 6a, the baseline fails to sufficiently highlight the targets’ weak-scattering components, resulting in incomplete activation across the target regions. After introducing DCSP into the backbone, as shown in
Figure 6b, the activations become more concentrated around the dominant scattering centers, and the response intensity over the true target regions is noticeably enhanced. This improvement can be attributed to the enlarged receptive field and stronger contextual aggregation capability of DCSP. Nevertheless, some parts of the targets still exhibit relatively weak responses. In
Figure 6c, after replacing the original FPN-PAN with MSN, the target regions are well activated, and the overall activation distribution becomes more spatially consistent due to enhanced cross-scale feature interaction and feature alignment. However, a few background regions show weak activations. After further replacing the original detection head with CMH, the heatmap in
Figure 6d exhibits clearer target focus and sharper response boundaries. In particular, non-target strong scattering regions are significantly suppressed, and the activation responses are better aligned with the ground-truth bounding boxes in
Figure 6e. These observations indicate that the proposed reliability-aware classification-regression alignment effectively mitigates clutter-induced false alarms and improves localization consistency within true target regions.
Results on HRSID: The ablation results are summarized in
Table 3. After introducing DCSP into the backbone, the gains in precision and AP50:95 are more pronounced than those observed on the SAR-Aircraft-1.0 dataset. Although recall decreases slightly by 0.1%, this can be regarded as a normal fluctuation. These results suggest that DCSP primarily improves target discrimination rather than recall on this dataset, since ship targets are set against relatively clean backgrounds, making target coverage less challenging. Replacing the original FPN-PAN with MSN yields clear improvements in precision and AP50:95, while recall decreases noticeably. This indicates that MSN effectively suppresses false alarms but tends to produce fewer positive predictions, leading to more precision-oriented behavior. Replacing the original detection head with CMH yields moderate overall improvements, while AP75 decreases slightly. This indicates that the benefit of CMH in relatively simple scenes is mainly reflected in overall prediction quality rather than further enhancement of high-CIoU localization.
For the dual-module settings, DCSP + MSN further improves all evaluation metrics over DCSP alone, demonstrating complementary effects between stronger feature representation and adaptive feature fusion. MSN + CMH improves recall over MSN alone, indicating that CMH can effectively alleviate the conservative prediction tendency introduced by MSN. DCSP + CMH yields a notable improvement in AP75 compared with CMH alone, suggesting that the combination is particularly beneficial for high-quality localization. The complete model yields consistent performance improvements across all evaluation metrics, demonstrating that the three proposed modules effectively complement one another. In addition, after introducing one or more modules, the variation trends of parameters, FLOPs, and FPS remain generally consistent with those on the SAR-Aircraft-1.0 dataset.
The heatmap visualizations of the baseline and its progressively enhanced variants on HRSID are presented in
Figure 7. Specifically, the baseline is shown in
Figure 7a, while Baseline + DCSP, Baseline + DCSP + MSN, and Baseline + DCSP + MSN + CMH are shown in
Figure 7b–d, respectively. The ground truth is provided in
Figure 7e. In
Figure 7a, the phenomena where some target regions fail to be activated, and background clutter is activated and observed in different image samples. In
Figure 7b, after introducing DCSP, the activation becomes more concentrated around the central target structure. However, some target regions still fail to be activated. In
Figure 7c, after replacing the original FPN-PAN with MSN, all target regions are correctly activated, while some background regions are weakly activated. In
Figure 7d, after further replacing the original detection head with CMH, the target regions are correctly activated, whereas the background clutter is not. Overall,
Figure 7 verifies that each proposed component contributes progressively to improved target localization and clutter suppression.
Results on SSDD: The ablation results are summarized in
Table 4. Compared with HRSID, SSDD has relatively clearer target–background separation, and the baseline detector already achieves strong performance. After introducing DCSP into the backbone, P and AP50:95 are increased by 1.4% and 0.4%, respectively, indicating enhanced feature discrimination. MSN increases R by 1.6% while decreasing AP75 by 1.5%, suggesting that additional feature fusion helps preserve more positive detections but may introduce redundant aggregation in relatively simple scenes. CMH improves both P and R, while AP50:95 slightly decreases, indicating that its effect on localization quality is limited when the baseline is already strong. For dual-module settings, different combinations show mixed effects, but the complete model achieves the best AP50, AP75, and AP50:95, reaching 99.2%, 94.0%, and 76.1%, respectively. In addition, after introducing one or more modules, the variation trends of parameters, FLOPs, and FPS remain generally consistent with those on the SAR-Aircraft-1.0 and HRSID datasets.
The heatmap visualizations of the baseline and its progressively enhanced variants on SSDD are presented in
Figure 8. Specifically, the baseline is shown in
Figure 8a, while Baseline + DCSP, Baseline + DCSP + MSN, and Baseline + DCSP + MSN + CMH are shown in
Figure 8b–d, respectively. The ground truth is provided in
Figure 8e. In
Figure 8a, targets in relatively homogeneous offshore scenes are correctly activated, whereas the responses of targets in nearshore scenes are weaker than those of the surrounding background. In
Figure 8b, a slight localization deviation can be observed for offshore targets. For nearshore targets, both the target and surrounding background responses become stronger than those of the baseline, but the target responses remain weaker than the background responses. In
Figure 8c, both offshore and nearshore targets are well activated and localized, and the responses of nearshore targets are clearly stronger than those of the background. In
Figure 8d, both offshore and nearshore targets are correctly activated and localized, and the background responses around nearshore targets are significantly suppressed. Overall, the full model produces more accurate activation and better localization consistency than the baseline model.
4.6. Comparative Experiment
The effectiveness of the proposed detector is evaluated by comparing it with several state-of-the-art detectors on the SAR-Aircraft-1.0, HRSID, and SSDD.
Results on SAR-Aircraft-1.0: For a fair comparison, all detectors are evaluated using ResNet18 and ResNet50 as backbones, and the results are presented in
Table 6. Across both backbone configurations, the proposed CGMSN consistently achieves the best performance among all compared detectors. When using ResNet18, CGMSN outperforms representative anchor-based and anchor-free detectors, including RetinaNet [
44], Generalized Focal Loss (GFL) [
45], AutoAssign [
46], Adaptive Training Sample Selection (ATSS) [
47], and Fully Convolutional One-Stage Object Detection (FCOS) [
48]. Compared with more recent advanced detectors, such as RTMDet [
49] and YOLOv10 [
50], CGMSN consistently improves all evaluation metrics, demonstrating comprehensive performance gains in false-alarm suppression, target coverage, and localization in complex airport scenes. When replacing the backbone with ResNet50, CGMSN still achieves higher recall, AP50, and AP75 than Faster R-CNN [
51], Cascade R-CNN [
52], RepPoints [
53], SKG-Net [
54], and SA-Net [
21], demonstrating its robustness across different backbone configurations. However, compared with the ResNet18-based setting, the performance decreases. This indicates that a deeper backbone is not more suitable for small-sample SAR datasets.
The detection results of all models using ResNet18 as the backbone are visualized for comparison. Five randomly selected images are used for qualitative comparison, with the results of eight detectors presented in
Figure 9a–h. In these figures, green, red, and blue bounding boxes denote correctly detected targets, missed detections, and false alarms, respectively. As shown in
Figure 9a–e, early detectors such as RetinaNet, GFL, AutoAssign, ATSS, and FOCS suffer from false alarms and missed detections, and duplicate detections frequently occur. This observation indicates insufficient discrimination between targets and complex background clutter. In
Figure 9f,g, corresponding to RTMDet and YOLOv10, the number of missed detections is significantly reduced. However, false alarms remain relatively prominent, suggesting that although these methods improve target coverage, their ability to suppress clutter-induced responses is still limited. In
Figure 9h, the proposed CGMSN further reduces both false alarms and missed detections while alleviating duplicate detections. Moreover, the predicted bounding boxes exhibit better spatial consistency with the ground-truth targets, indicating improved localization accuracy. These observations are consistent with the metrics achieved by CGMSN in
Table 6.
Results on HRSID: The comparison results under the ResNet18 backbone are presented in
Table 7. The proposed CGMSN delivers the most favorable performance among all compared detectors. Compared with conventional detectors such as RetinaNet [
44], GFL [
45], AutoAssign [
46], ATSS [
47], FCOS [
48], Disentangled Dense Object Detector (DDOD) [
55], and FoveaBox [
56], CGMSN yields consistent improvements across all metrics. It also outperforms recent advanced methods, including RTMDet [
49] and YOLOv10 [
50], particularly in AP75, indicating better localization quality under stricter evaluation criteria. Although HRSID has a relatively simple background, clear performance differences among detectors still exist. These results suggest the effectiveness and stable performance of the proposed CGMSN in relatively less challenging SAR scenes.
The detection results of RetinaNet, GFL, AutoAssign, ATSS, FCOS, DDOD, FoveaBox, RTMDet, YOLOv10, and the proposed CGMSN, all using ResNet18 as the backbone, are visualized in
Figure 10. Three offshore and two nearshore images are selected for comparison. From left to right, the 2nd and 5th columns correspond to offshore images, while the 1st, 3rd, and 4th columns correspond to nearshore images. The color definitions are consistent with
Figure 9. As shown in
Figure 10a–g, most detectors suffer from false alarms and missed detections. In
Figure 10h,i, RTMDet, and YOLOv10 significantly reduce missed detections, especially in offshore scenes, while suppressing false alarms to some extent. In
Figure 10j, CGMSN further reduces both missed detections and false alarms across offshore and nearshore scenes. The predicted bounding boxes exhibit better spatial correspondence with the true targets, confirming improved localization consistency. These visual observations are in good agreement with the quantitative results listed in
Table 7.
Results on SSDD: The comparison results are presented in
Table 8. The proposed CGMSN is compared with several recent SAR ship detectors, including DAFDet [
57], RDB-DINO [
18], SwarmPRL [
58], DKMG-Net [
59], and Triple-level Sparsity Awareness (TLSA) [
60]. CGMSN achieves the best AP50 and AP75 values, reaching 99.2% and 94%, respectively. For AP50:95, CGMSN obtains 76.1%, which is higher than DAFDet, RDB-DINO, and SwarmPRL, but lower than DKMG-Net and TLSA. This suggests that although the proposed method performs well at AP50 and AP75, there is still room for improving localization consistency across a wider range of CIoU thresholds.