CVOct 9, 2023

Anchor-Intermediate Detector: Decoupling and Coupling Bounding Boxes for Accurate Object Detection

arXiv:2310.05666v14 citationsh-index: 9Has Code
Originality Incremental advance
AI Analysis

This addresses accuracy issues in object detection for computer vision applications, presenting an incremental improvement over existing methods.

The paper tackles the problem of inaccurate boundary prediction in anchor-based object detectors by proposing a Box Decouple-Couple strategy that uses multiple boxes together, resulting in performance improvements of ~2.4 AP over RetinaNet and ~1.2 AP over GFL on MS COCO.

Anchor-based detectors have been continuously developed for object detection. However, the individual anchor box makes it difficult to predict the boundary's offset accurately. Instead of taking each bounding box as a closed individual, we consider using multiple boxes together to get prediction boxes. To this end, this paper proposes the \textbf{Box Decouple-Couple(BDC) strategy} in the inference, which no longer discards the overlapping boxes, but decouples the corner points of these boxes. Then, according to each corner's score, we couple the corner points to select the most accurate corner pairs. To meet the BDC strategy, a simple but novel model is designed named the \textbf{Anchor-Intermediate Detector(AID)}, which contains two head networks, i.e., an anchor-based head and an anchor-free \textbf{Corner-aware head}. The corner-aware head is able to score the corners of each bounding box to facilitate the coupling between corner points. Extensive experiments on MS COCO show that the proposed anchor-intermediate detector respectively outperforms their baseline RetinaNet and GFL method by $\sim$2.4 and $\sim$1.2 AP on the MS COCO test-dev dataset without any bells and whistles. Code is available at: https://github.com/YilongLv/AID.

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