Detecting Small Signs from Large Images
Zibo Meng, Xiaochuan Fan, Xin Chen, Min Chen, Yan Tong

TL;DR
This paper introduces a method for detecting small traffic signs in large images by breaking images into patches and using a modified SSD framework, improving detection accuracy for small objects under real-world conditions.
Contribution
The paper proposes a novel patch-based detection approach with a Small-Object-Sensitive-CNN to enhance small object detection in large images, addressing memory and performance issues.
Findings
Improved detection accuracy for small traffic signs.
Enhanced recall rates for small objects.
Effective detection in real-world traffic sign datasets.
Abstract
In the past decade, Convolutional Neural Networks (CNNs) have been demonstrated successful for object detections. However, the size of network input is limited by the amount of memory available on GPUs. Moreover, performance degrades when detecting small objects. To alleviate the memory usage and improve the performance of detecting small traffic signs, we proposed an approach for detecting small traffic signs from large images under real world conditions. In particular, large images are broken into small patches as input to a Small-Object-Sensitive-CNN (SOS-CNN) modified from a Single Shot Multibox Detector (SSD) framework with a VGG-16 network as the base network to produce patch-level object detection results. Scale invariance is achieved by applying the SOS-CNN on an image pyramid. Then, image-level object detection is obtained by projecting all the patch-level detection results to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Image and Object Detection Techniques · Vehicle License Plate Recognition
