English

YOLO -- You only look 10647 times

Computer Vision and Pattern Recognition 2022-01-24 v2

Abstract

With this work we are explaining the "You Only Look Once" (YOLO) single-stage object detection approach as a parallel classification of 10647 fixed region proposals. We support this view by showing that each of YOLOs output pixel is attentive to a specific sub-region of previous layers, comparable to a local region proposal. This understanding reduces the conceptual gap between YOLO-like single-stage object detection models, RCNN-like two-stage region proposal based models, and ResNet-like image classification models. In addition, we created interactive exploration tools for a better visual understanding of the YOLO information processing streams: https://limchr.github.io/yolo_visualization

Keywords

Cite

@article{arxiv.2201.06159,
  title  = {YOLO -- You only look 10647 times},
  author = {Christian Limberg and Andrew Melnik and Augustin Harter and Helge Ritter},
  journal= {arXiv preprint arXiv:2201.06159},
  year   = {2022}
}
R2 v1 2026-06-24T08:51:48.545Z