paper-with-me

홈 › Papers

A novel Multi to Single Module for small object detection

2023-03-27 · Xiaohui Guo

Small object detection presents a significant challenge in computer vision and object detection. The performance of small object detectors is often compromised by a lack of pixels and less significant features. This issue stems from information misalignment caused by variations in feature scale and information loss during feature processing. In response to this challenge, this paper proposes a novel the Multi to Single Module (M2S), which enhances a specific layer through improving feature extraction and refining features. Specifically, M2S includes the proposed Cross-scale Aggregation Module (CAM) and explored Dual Relationship Module (DRM) to improve information extraction capabilities and feature refinement effects. Moreover, this paper enhances the accuracy of small object detection by utilizing M2S to generate an additional detection head. The effectiveness of the proposed method is evaluated on two datasets, VisDrone2021-DET and SeaDronesSeeV2. The experimental results demonstrate its improved performance compared with existing methods. Compared to the baseline model (YOLOv5s), M2S improves the accuracy by about 1.1\% on the VisDrone2021-DET testing dataset and 15.68\% on the SeaDronesSeeV2 validation set.

📄 PDF Abstract BibTeX arXiv:2303.14977

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionSmall Object Detection

Similar Papers 제목 키워드 기반

Feature-Fused SSD: Fast Detection for Small Objects

2017-09-15 · Guimei Cao, Xuemei Xie, Wenzhe Yang, Quan Liao 외

Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy…

object-detectionObject DetectionSmall Object Detection

Detecting Small Objects in Thermal Images Using Single-Shot Detector

2021-08-25 · Hao Zhang, Xianggong Hong, Li Zhu

SSD (Single Shot Multibox Detector) is one of the most successful object detectors for its high accuracy and fast speed. However, the features from shallow layer (mainly Conv4_3) of SSD lack semantic information, resulti…

GPUObjectobject-detectionObject Detection+1

HCF-Net: Hierarchical Context Fusion Network for Infrared Small Object Detection

2024-03-16 · Shibiao Xu, ShuChen Zheng, Wenhao Xu, Rongtao Xu 외

Infrared small object detection is an important computer vision task involving the recognition and localization of tiny objects in infrared images, which usually contain only a few pixels. However, it encounters difficul…

channel selectionobject-detectionObject DetectionSmall Object Detection

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection

MDSSD: Multi-scale Deconvolutional Single Shot Detector for Small Objects

2018-05-18 · Lisha Cui, Rui Ma, Pei Lv, Xiaoheng Jiang 외

For most of the object detectors based on multi-scale feature maps, the shallow layers are rich in fine spatial information and thus mainly responsible for small object detection. The performance of small object detectio…

Objectobject-detectionObject DetectionSmall Object Detection