paper-with-me

Papers

Image-Text Pre-Training for Logo Recognition

2023-09-18 · Mark Hubenthal, Suren Kumar

Open-set logo recognition is commonly solved by first detecting possible logo regions and then matching the detected parts against an ever-evolving dataset of cropped logo images. The matching model, a metric learning problem, is especially challenging for logo recognition due to the mixture of text and symbols in logos. We propose two novel contributions to improve the matching model's performance: (a) using image-text paired samples for pre-training, and (b) an improved metric learning loss function. A standard paradigm of fine-tuning ImageNet pre-trained models fails to discover the text sensitivity necessary to solve the matching problem effectively. This work demonstrates the importance of pre-training on image-text pairs, which significantly improves the performance of a visual embedder trained for the logo retrieval task, especially for more text-dominant classes. We construct a composite public logo dataset combining LogoDet3K, OpenLogo, and FlickrLogos-47 deemed OpenLogoDet3K47. We show that the same vision backbone pre-trained on image-text data, when fine-tuned on OpenLogoDet3K47, achieves $98.6\%$ recall@1, significantly improving performance over pre-training on Imagenet1K ($97.6\%$). We generalize the ProxyNCA++ loss function to propose ProxyNCAHN++ which incorporates class-specific hard negative images. The proposed method sets new state-of-the-art on five public logo datasets considered, with a $3.5\%$ zero-shot recall@1 improvement on LogoDet3K test, $4\%$ on OpenLogo, $6.5\%$ on FlickrLogos-47, $6.2\%$ on Logos In The Wild, and $0.6\%$ on BelgaLogo.

📄 PDF Abstract BibTeX arXiv:2309.10206

Code (0)

등록된 구현이 없습니다.

Tasks

Logo RecognitionMetric Learning

Similar Papers 제목 키워드 기반

Scalable logo recognition in real-world images

2011-04-17 · ACM International Conference on Multimedia Retrieval 2011 4 · Stefan Romberg, Lluis Garcia Pueyo, Rainer Lienhart, Roelof van Zwol

In this paper we propose a highly effective and scalable framework for recognizing logos in images. At the core of our approach lays a method for encoding and indexing the relative spatial layout of local features detect…

Logo Recognition

Scalable Logo Recognition using Proxies

2018-11-19 · Istvan Fehervari, Srikar Appalaraju

Logo recognition is the task of identifying and classifying logos. Logo recognition is a challenging problem as there is no clear definition of a logo and there are huge variations of logos, brands and re-training to cov…

Few-Shot Object DetectionLogo Recognitionobject-detectionObject Detection+1

RL-LOGO: Deep Reinforcement Learning Localization for Logo Recognition

2023-12-28 · Masato Fujitake

This paper proposes a novel logo image recognition approach incorporating a localization technique based on reinforcement learning. Logo recognition is an image classification task identifying a brand in an image. As the…

2kDeep Reinforcement Learningimage-classificationImage Classification+4

Makeup216: Logo Recognition with Adversarial Attention Representations

2021-12-13 · Junjun Hu, Yanhao Zhu, Bo Zhao, Jiexin Zheng 외

One of the challenges of logo recognition lies in the diversity of forms, such as symbols, texts or a combination of both; further, logos tend to be extremely concise in design while similar in appearance, suggesting the…

DiversityLogo Recognition

LOGO-Net: Large-scale Deep Logo Detection and Brand Recognition with Deep Region-based Convolutional Networks

2015-11-08 · Steven C. H. Hoi, Xiongwei Wu, Hantang Liu, Yue Wu 외

Logo detection from images has many applications, particularly for brand recognition and intellectual property protection. Most existing studies for logo recognition and detection are based on small-scale datasets which …

Logo Recognitionobject-detectionObject Detection