# Improving Small Object Proposals for Company Logo Detection

**Authors:** Christian Eggert, Dan Zecha, Stephan Brehm, Rainer Lienhart

arXiv: 1704.08881 · 2017-05-01

## TL;DR

This paper enhances Faster R-CNN for company logo detection by improving small object proposals through higher-resolution features and better anchor schemes, significantly boosting detection accuracy.

## Contribution

It introduces a novel scheme for anchor proposal generation and modifies Faster R-CNN to better detect small objects using higher-resolution feature maps.

## Key findings

- RPN performance improved from 0.52 to 0.71 (MABO)
- Detection performance increased from 0.52 to 0.67 (mAP)
- Effective for small object detection in logo datasets

## Abstract

Many modern approaches for object detection are two-staged pipelines. The first stage identifies regions of interest which are then classified in the second stage. Faster R-CNN is such an approach for object detection which combines both stages into a single pipeline. In this paper we apply Faster R-CNN to the task of company logo detection. Motivated by its weak performance on small object instances, we examine in detail both the proposal and the classification stage with respect to a wide range of object sizes. We investigate the influence of feature map resolution on the performance of those stages.   Based on theoretical considerations, we introduce an improved scheme for generating anchor proposals and propose a modification to Faster R-CNN which leverages higher-resolution feature maps for small objects. We evaluate our approach on the FlickrLogos dataset improving the RPN performance from 0.52 to 0.71 (MABO) and the detection performance from 0.52 to 0.67 (mAP).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.08881/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1704.08881/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1704.08881/full.md

---
Source: https://tomesphere.com/paper/1704.08881