English

Analysis of Visual Reasoning on One-Stage Object Detection

Computer Vision and Pattern Recognition 2022-03-01 v1 Machine Learning

Abstract

Current state-of-the-art one-stage object detectors are limited by treating each image region separately without considering possible relations of the objects. This causes dependency solely on high-quality convolutional feature representations for detecting objects successfully. However, this may not be possible sometimes due to some challenging conditions. In this paper, the usage of reasoning features on one-stage object detection is analyzed. We attempted different architectures that reason the relations of the image regions by using self-attention. YOLOv3-Reasoner2 model spatially and semantically enhances features in the reasoning layer and fuses them with the original convolutional features to improve performance. The YOLOv3-Reasoner2 model achieves around 2.5% absolute improvement with respect to baseline YOLOv3 on COCO in terms of mAP while still running in real-time.

Keywords

Cite

@article{arxiv.2202.13115,
  title  = {Analysis of Visual Reasoning on One-Stage Object Detection},
  author = {Tolga Aksoy and Ugur Halici},
  journal= {arXiv preprint arXiv:2202.13115},
  year   = {2022}
}

Comments

Submitted to IEEE International Conference on Image Processing (ICIP) 2022

R2 v1 2026-06-24T09:54:48.943Z