CVJun 24, 2022

Excavating RoI Attention for Underwater Object Detection

arXiv:2206.12128v170 citationsh-index: 10Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses object detection for underwater applications, but it appears incremental as it modifies existing attention methods for a specific domain.

The paper tackles the problem of improving object detection performance, particularly in underwater datasets, by applying an attention module to RoI features, achieving promising results.

Self-attention is one of the most successful designs in deep learning, which calculates the similarity of different tokens and reconstructs the feature based on the attention matrix. Originally designed for NLP, self-attention is also popular in computer vision, and can be categorized into pixel-level attention and patch-level attention. In object detection, RoI features can be seen as patches from base feature maps. This paper aims to apply the attention module to RoI features to improve performance. Instead of employing an original self-attention module, we choose the external attention module, a modified self-attention with reduced parameters. With the proposed double head structure and the Positional Encoding module, our method can achieve promising performance in object detection. The comprehensive experiments show that it achieves promising performance, especially in the underwater object detection dataset. The code will be avaiable in: https://github.com/zsyasd/Excavating-RoI-Attention-for-Underwater-Object-Detection

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes