Multi-Grid Redundant Bounding Box Annotation for Accurate Object Detection
Solomon Negussie Tesema, El-Bay Bourennane
TL;DR
This work introduces MultiGridDet, a lightweight, one-stage object detector that extends grid-based annotation by assigning multiple grids to each object to encourage multi-perspective predictions and tighter bounding boxes. It integrates a DenseYOLO-inspired output head and a four-part loss (class, anchor, coordinate, and objectness) to train with a novel offline copy-paste augmentation that drastically expands the training set. Empirical results show improved VOC performance over prior YOLO variants and competitive COCO results, particularly for large objects, while achieving faster inference than YOLOv3. The approach aims to address small-object limitations and imbalance across grid cells, with future directions toward even finer-scale outputs and broader tasks like tracking and segmentation.
Abstract
Modern leading object detectors are either two-stage or one-stage networks repurposed from a deep CNN-based backbone classifier network. YOLOv3 is one such very-well known state-of-the-art one-shot detector that takes in an input image and divides it into an equal-sized grid matrix. The grid cell having the center of an object is the one responsible for detecting the particular object. This paper presents a new mathematical approach that assigns multiple grids per object for accurately tight-fit bounding box prediction. We also propose an effective offline copy-paste data augmentation for object detection. Our proposed method significantly outperforms some current state-of-the-art object detectors with a prospect for further better performance.
