paper-with-me

홈 › Papers

Rethinking the backbone architecture for tiny object detection

2023-03-20 · Jinlai Ning, Haoyan Guan, Michael Spratling

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.

📄 PDF Abstract BibTeX arXiv:2303.11267

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

The Importance of Anti-Aliasing in Tiny Object Detection

2023-10-22 · Jinlai Ning, Michael Spratling

Tiny object detection has gained considerable attention in the research community owing to the frequent occurrence of tiny objects in numerous critical real-world scenarios. However, convolutional neural networks (CNNs) …

Objectobject-detectionObject Detection

Rethinking Backbone Design for Lightweight 3D Object Detection in LiDAR

2025-08-01 · Adwait Chandorkar, Hasan Tercan, Tobias Meisen arxiv

Recent advancements in LiDAR-based 3D object detection have significantly accelerated progress toward the realization of fully autonomous driving in real-world environments. Despite achieving high detection performance, …

2D Object Detection3D Object DetectionAutonomous Driving

Semantic-Guided Natural Language and Visual Fusion for Cross-Modal Interaction Based on Tiny Object Detection

2025-11-07 · Xian-Hong Huang, Hui-Kai Su, Chi-Chia Sun, Jun-Wei Hsieh arxiv

This paper introduces a cutting-edge approach to cross-modal interaction for tiny object detection by combining semantic-guided natural language processing with advanced visual recognition backbones. The proposed method …

Natural Language UnderstandingObject Detection

Tiny-DSOD: Lightweight Object Detection for Resource-Restricted Usages

2018-07-29 · Yuxi Li, Jiuwei Li, Weiyao Lin, Jianguo Li

Object detection has made great progress in the past few years along with the development of deep learning. However, most current object detection methods are resource hungry, which hinders their wide deployment to many …

Objectobject-detectionObject Detection

CycleMLP: A MLP-like Architecture for Dense Prediction

2021-07-21 · ICLR 2022 4 · Shoufa Chen, Enze Xie, Chongjian Ge, Runjian Chen 외

This paper presents a simple MLP-like architecture, CycleMLP, which is a versatile backbone for visual recognition and dense predictions. As compared to modern MLP architectures, e.g., MLP-Mixer, ResMLP, and gMLP, whose …

Image ClassificationInstance Segmentationobject-detectionObject Detection+3