CVMar 20, 2023

Rethinking the backbone architecture for tiny object detection

arXiv:2303.11267v112 citationsh-index: 28
Originality Incremental advance
AI Analysis

This addresses the challenge of detecting tiny objects in images for applications like surveillance or medical imaging, representing an incremental improvement over existing methods.

The paper tackled the problem of tiny object detection by designing 'bottom-heavy' backbone architectures that allocate more resources to high-resolution features without extra computational cost, achieving better results than state-of-the-art methods on datasets like TinyPerson and WiderFace.

Tiny object detection has become an active area of research because images with tiny targets are common in several important real-world scenarios. However, existing tiny object detection methods use standard deep neural networks as their backbone architecture. We argue that such backbones are inappropriate for detecting tiny objects as they are designed for the classification of larger objects, and do not have the spatial resolution to identify small targets. Specifically, such backbones use max-pooling or a large stride at early stages in the architecture. This produces lower resolution feature-maps that can be efficiently processed by subsequent layers. However, such low-resolution feature-maps do not contain information that can reliably discriminate tiny objects. To solve this problem we design 'bottom-heavy' versions of backbones that allocate more resources to processing higher-resolution features without introducing any additional computational burden overall. We also investigate if pre-training these backbones on images of appropriate size, using CIFAR100 and ImageNet32, can further improve performance on tiny object detection. Results on TinyPerson and WiderFace show that detectors with our proposed backbones achieve better results than the current state-of-the-art methods.

Foundations

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

Your Notes