paper-with-me

Papers

Discriminative Semantic Feature Pyramid Network with Guided Anchoring for Logo Detection

2021-08-31 · Baisong Zhang, Weiqing Min, Jing Wang, Sujuan Hou, Qiang Hou, Yuanjie Zheng, Shuqiang Jiang

Recently, logo detection has received more and more attention for its wide applications in the multimedia field, such as intellectual property protection, product brand management, and logo duration monitoring. Unlike general object detection, logo detection is a challenging task, especially for small logo objects and large aspect ratio logo objects in the real-world scenario. In this paper, we propose a novel approach, named Discriminative Semantic Feature Pyramid Network with Guided Anchoring (DSFP-GA), which can address these challenges via aggregating the semantic information and generating different aspect ratio anchor boxes. More specifically, our approach mainly consists of Discriminative Semantic Feature Pyramid (DSFP) and Guided Anchoring (GA). Considering that low-level feature maps that are used to detect small logo objects lack semantic information, we propose the DSFP, which can enrich more discriminative semantic features of low-level feature maps and can achieve better performance on small logo objects. Furthermore, preset anchor boxes are less efficient for detecting large aspect ratio logo objects. We therefore integrate the GA into our method to generate large aspect ratio anchor boxes to mitigate this issue. Extensive experimental results on four benchmarks demonstrate the effectiveness of our proposed DSFP-GA. Moreover, we further conduct visual analysis and ablation studies to illustrate the advantage of our method in detecting small and large aspect logo objects. The code and models can be found at https://github.com/Zhangbaisong/DSFP-GA.

📄 PDF Abstract BibTeX arXiv:2108.13775

Code (1)

zhangbaisong/dsfp-ga 공식 구현 pytorch

Tasks

Managementobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
Guided Anchoring Guided Anchoring is an anchoring scheme for object detection which leverages semantic features to guide the anchoring. The method is motivated by the observation that objects…

Similar Papers 제목 키워드 기반

A^2-FPN: Attention Aggregation based Feature Pyramid Network for Instance Segmentation

2021-05-07 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semantics t…

Instance SegmentationSemantic Segmentation

A2-FPN: Attention Aggregation Based Feature Pyramid Network for Instance Segmentation

2021-06-19 · CVPR 2021 1 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semanti…

Instance SegmentationSemantic Segmentation

Weakly Supervised Attention Pyramid Convolutional Neural Network for Fine-Grained Visual Classification

2020-02-09 · Yifeng Ding, Shaoguo Wen, Jiyang Xie, Dongliang Chang 외

Classifying the sub-categories of an object from the same super-category (e.g. bird species, car and aircraft models) in fine-grained visual classification (FGVC) highly relies on discriminative feature representation an…

Fine-Grained Image ClassificationGeneral Classification

Attention-guided Context Feature Pyramid Network for Object Detection

2020-05-23 · Junxu Cao, Qi Chen, Jun Guo, Ruichao Shi

For object detection, how to address the contradictory requirement between feature map resolution and receptive field on high-resolution inputs still remains an open question. In this paper, to tackle this issue, we buil…

Instance SegmentationObjectobject-detectionObject Detection+2

Region Proposal by Guided Anchoring

2019-01-10 · CVPR 2019 6 · Jiaqi Wang, Kai Chen, Shuo Yang, Chen Change Loy 외

Region anchors are the cornerstone of modern object detection techniques. State-of-the-art detectors mostly rely on a dense anchoring scheme, where anchors are sampled uniformly over the spatial domain with a predefined …

object-detectionObject DetectionRegion Proposal