paper-with-me

홈 › Papers

Small Object Detection using Context and Attention

2019-12-13 · Jeong-Seon Lim, Marcella Astrid, Hyun-Jin Yoon, Seung-Ik Lee

There are many limitations applying object detection algorithm on various environments. Especially detecting small objects is still challenging because they have low resolution and limited information. We propose an object detection method using context for improving accuracy of detecting small objects. The proposed method uses additional features from different layers as context by concatenating multi-scale features. We also propose object detection with attention mechanism which can focus on the object in image, and it can include contextual information from target layer. Experimental results shows that proposed method also has higher accuracy than conventional SSD on detecting small objects. Also, for 300$\times$300 input, we achieved 78.1% Mean Average Precision (mAP) on the PASCAL VOC2007 test set.

📄 PDF Abstract BibTeX arXiv:1912.06319

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionSmall Object Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

MultiResolution Attention Extractor for Small Object Detection

2020-06-10 · Fan Zhang, Licheng Jiao, Lingling Li, Fang Liu 외

Small objects are difficult to detect because of their low resolution and small size. The existing small object detection methods mainly focus on data preprocessing or narrowing the differences between large and small ob…

Hard AttentionObjectobject-detectionObject Detection+1

Context-Aware Feature-Fusion for Co-occurring Object Detection in Autonomous Driving

2026-06-10 · Binay Kumar Singh, Niels Da Vitoria Lobo arxiv

Object detection in autonomous driving requires precise localization and an inherent understanding of the relational context between co-occurring objects. In extremely complex heterogeneous environments rare classes, sma…

Small Object DetectionAutonomous Driving

Improving Deep Lesion Detection Using 3D Contextual and Spatial Attention

2019-07-09 · Qingyi Tao, ZongYuan Ge, Jianfei Cai, Jianxiong Yin 외

Lesion detection from computed tomography (CT) scans is challenging compared to natural object detection because of two major reasons: small lesion size and small inter-class variation. Firstly, the lesions usually only …

Computed Tomography (CT)Lesion Detectionobject-detectionObject Detection

MKSNet: Advanced Small Object Detection in Remote Sensing Imagery with Multi-Kernel and Dual Attention Mechanisms

2025-12-03 · Jiahao Zhang, Xiao Zhao, Guangyu Gao arxiv

Deep convolutional neural networks (DCNNs) have substantially advanced object detection capabilities, particularly in remote sensing imagery. However, challenges persist, especially in detecting small objects where the h…

Small Object Detection

Local-Global Attention: An Adaptive Mechanism for Multi-Scale Feature Integration

2024-11-14 · Yifan Shao

In recent years, attention mechanisms have significantly enhanced the performance of object detection by focusing on key feature information. However, prevalent methods still encounter difficulties in effectively balanci…

Computational EfficiencyObjectobject-detectionObject Detection+1