paper-with-me

홈 › Papers

Comparative Analysis of Deep Learning Models for Brand Logo Classification in Real-World Scenarios

2023-05-20 · Qimao Yang, Huili Chen, Qiwei Dong

This report presents a comprehensive study on deep learning models for brand logo classification in real-world scenarios. The dataset contains 3,717 labeled images of logos from ten prominent brands. Two types of models, Convolutional Neural Networks (CNN) and Vision Transformer (ViT), were evaluated for their performance. The ViT model, DaViT small, achieved the highest accuracy of 99.60%, while the DenseNet29 achieved the fastest inference speed of 366.62 FPS. The findings suggest that the DaViT model is a suitable choice for offline applications due to its superior accuracy. This study demonstrates the practical application of deep learning in brand logo classification tasks.

📄 PDF Abstract BibTeX arXiv:2305.12242

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

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

Brand > Logo: Visual Analysis of Fashion Brands

2018-10-23 · M. Hadi Kiapour, Robinson Piramuthu

While lots of people may think branding begins and ends with a logo, fashion brands communicate their uniqueness through a wide range of visual cues such as color, patterns and shapes. In this work, we analyze learned vi…

Marketing

Logo-VGR: Visual Grounded Reasoning for Open-world Logo Recognition

2025-09-30 · Zichen Liang, Jingjing Fei, Jie Wang, Zheming Yang 외 arxiv

Recent advances in multimodal large language models (MLLMs) have been primarily evaluated on general-purpose benchmarks, while their applications in domain-specific scenarios, such as intelligent product moderation, rema…

Multimodal Reasoning

Brand Visibility in Packaging: A Deep Learning Approach for Logo Detection, Saliency-Map Prediction, and Logo Placement Analysis

2024-03-04 · Alireza Hosseini, Kiana Hooshanfar, Pouria Omrani, Reza Toosi 외

In the highly competitive area of product marketing, the visibility of brand logos on packaging plays a crucial role in shaping consumer perception, directly influencing the success of the product. This paper introduces …

MarketingSaliency Prediction

SLANT: Spurious Logo ANalysis Toolkit

2024-06-03 · Maan Qraitem, Piotr Teterwak, Kate Saenko, Bryan A. Plummer

Online content is filled with logos, from ads and social media posts to website branding and product placements. Consequently, these logos are prevalent in the extensive web-scraped datasets used to pretrain Vision-Langu…

zero-shot-classificationZero-Shot Learning