CVMay 11, 2022

Multi-Label Logo Recognition and Retrieval based on Weighted Fusion of Neural Features

arXiv:2205.05419v28 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately classifying and retrieving logos with multiple labels for applications in trademark databases and design analysis, representing a domain-specific advancement.

The paper tackles multi-label logo recognition and retrieval by proposing a method that uses specialized multi-label deep neural networks for various attributes and fuses their features, achieving a reduction in normalized average rank error from 0.040 to 0.018 and improving label ranking average precision from 0.53 to 0.68 on a dataset of 76,000 logos.

Classifying logo images is a challenging task as they contain elements such as text or shapes that can represent anything from known objects to abstract shapes. While the current state of the art for logo classification addresses the problem as a multi-class task focusing on a single characteristic, logos can have several simultaneous labels, such as different colors. This work proposes a method that allows visually similar logos to be classified and searched from a set of data according to their shape, color, commercial sector, semantics, general characteristics, or a combination of features selected by the user. Unlike previous approaches, the proposal employs a series of multi-label deep neural networks specialized in specific attributes and combines the obtained features to perform the similarity search. To delve into the classification system, different existing logo topologies are compared and some of their problems are analyzed, such as the incomplete labeling that trademark registration databases usually contain. The proposal is evaluated considering 76,000 logos (7 times more than previous approaches) from the European Union Trademarks dataset, which is organized hierarchically using the Vienna ontology. Overall, experimentation attains reliable quantitative and qualitative results, reducing the normalized average rank error of the state-of-the-art from 0.040 to 0.018 for the Trademark Image Retrieval task. Finally, given that the semantics of logos can often be subjective, graphic design students and professionals were surveyed. Results show that the proposed methodology provides better labeling than a human expert operator, improving the label ranking average precision from 0.53 to 0.68.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes