paper-with-me

홈 › Papers

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

2024-08-11 · Zhuoyan Liu, Bo wang, Ye Li

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 underwater vehicle platforms. 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 Separate Contrastive DeNoising Forward and Deformable Convolution in SIM. To address the underwater color cast noise issue, we propose an underwater color denoising query 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 61.4 AP (50 epochs), 63.3 AP (72 epochs), 64.0 AP (100 epochs) on DUO, 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.

📄 PDF Abstract BibTeX arXiv:2408.05780

Code (1)

lefteyex/u-decn 공식 구현

Tasks

DenoisingObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Deformable Attention Module Deformable Attention Module is an attention module used in the Deformable DETR architecture, which seeks to overcome one…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

A high-precision underwater object detection based on joint self-supervised deblurring and improved spatial transformer network

2022-03-09 · Xiuyuan Li, Fengchao Li, Jiangang Yu, Guowen An

Deep learning-based underwater object detection (UOD) remains a major challenge due to the degraded visibility and difficulty to obtain sufficient underwater object images captured from various perspectives for training.…

DeblurringMulti-Task LearningObjectobject-detection+1

Detection of Underwater Multi-Targets Based on Self-Supervised Learning and Deformable Path Aggregation Feature Pyramid Network

2025-05-21 · Chang Liu

To overcome the constraints of the underwater environment and improve the accuracy and robustness of underwater target detection models, this paper develops a specialized dataset for underwater target detection and propo…

object-detectionObject DetectionSelf-Supervised Learning

$\ell_1$DecNet+: A new architecture framework by $\ell_1$ decomposition and iteration unfolding for sparse feature segmentation

2022-03-05 · Yumeng Ren, Yiming Gao, Chunlin Wu, Xue-Cheng Tai

$\ell_1$ based sparse regularization plays a central role in compressive sensing and image processing. In this paper, we propose $\ell_1$DecNet, as an unfolded network derived from a variational decomposition model incor…

Compressive SensingImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2

A Novel Underwater Image Enhancement and Improved Underwater Biological Detection Pipeline

2022-05-20 · Zheng Liu, Yaoming Zhuang, Pengrun Jia, Chengdong Wu 외

For aquaculture resource evaluation and ecological environment monitoring, automatic detection and identification of marine organisms is critical. However, due to the low quality of underwater images and the characterist…

Image EnhancementObjectobject-detectionObject Detection

Do Convnets Learn Correspondence?

2014-11-04 · NeurIPS 2014 12 · Jonathan Long, Ning Zhang, Trevor Darrell

Convolutional neural nets (convnets) trained from massive labeled datasets have substantially improved the state-of-the-art in image classification and object detection. However, visual understanding requires establishin…

General Classificationimage-classificationImage ClassificationKeypoint Detection+2