English

U-DECN: End-to-End Underwater Object Detection ConvNet with Improved DeNoising Training

Computer Vision and Pattern Recognition 2025-10-30 v2

Abstract

Underwater object detection has higher requirements of running speed and deployment efficiency for the detector due to its specific environmental challenges. NMS of two- or one-stage object detectors and transformer architecture of query-based end-to-end object detectors are not conducive to deployment on underwater embedded devices with limited processing power. As for the detrimental effect of underwater color cast noise, recent underwater object detectors make network architecture or training complex, which also hinders their application and deployment on unmanned underwater vehicles. In this paper, we propose the Underwater DECO with improved deNoising training (U-DECN), the query-based end-to-end object detector (with ConvNet encoder-decoder architecture) for underwater color cast noise that addresses the above problems. We integrate advanced technologies from DETR variants into DECO and design optimization methods specifically for the ConvNet architecture, including Deformable Convolution in SIM and Separate Contrastive DeNoising Forward methods. To address the underwater color cast noise issue, we propose an Underwater Color DeNoising Query method to improve the generalization of the model for the biased object feature information by different color cast noise. Our U-DECN, with ResNet-50 backbone, achieves the best 64.0 AP on DUO and the best 58.1 AP on RUOD, and 21 FPS (5 times faster than Deformable DETR and DINO 4 FPS) on NVIDIA AGX Orin by TensorRT FP16, outperforming the other state-of-the-art query-based end-to-end object detectors. The code is available at https://github.com/LEFTeyex/U-DECN.

Keywords

Cite

@article{arxiv.2408.05780,
  title  = {U-DECN: End-to-End Underwater Object Detection ConvNet with Improved DeNoising Training},
  author = {Zhuoyan Liu and Bo Wang and Bing Wang and Ye Li},
  journal= {arXiv preprint arXiv:2408.05780},
  year   = {2025}
}

Comments

10 pages, 6 figures, 7 tables, accepted by IEEE TGRS

R2 v1 2026-06-28T18:09:50.151Z