paper-with-me

Papers

LogoNet: a fine-grained network for instance-level logo sketch retrieval

2023-04-05 · Binbin Feng, Jun Li, Jianhua Xu

Sketch-based image retrieval, which aims to use sketches as queries to retrieve images containing the same query instance, receives increasing attention in recent years. Although dramatic progress has been made in sketch retrieval, few efforts are devoted to logo sketch retrieval which is still hindered by the following challenges: Firstly, logo sketch retrieval is more difficult than typical sketch retrieval problem, since a logo sketch usually contains much less visual contents with only irregular strokes and lines. Secondly, instance-specific sketches demonstrate dramatic appearance variances, making them less identifiable when querying the same logo instance. Thirdly, there exist several sketch retrieval benchmarking datasets nowadays, whereas an instance-level logo sketch dataset is still publicly unavailable. To address the above-mentioned limitations, we make twofold contributions in this study for instance-level logo sketch retrieval. To begin with, we construct an instance-level logo sketch dataset containing 2k logo instances and exceeding 9k sketches. To our knowledge, this is the first publicly available instance-level logo sketch dataset. Next, we develop a fine-grained triple-branch CNN architecture based on hybrid attention mechanism termed LogoNet for accurate logo sketch retrieval. More specifically, we embed the hybrid attention mechanism into the triple-branch architecture for capturing the key query-specific information from the limited visual cues in the logo sketches. Experimental evaluations both on our assembled dataset and public benchmark datasets demonstrate the effectiveness of our proposed network.

📄 PDF Abstract BibTeX arXiv:2304.02214

Code (1)

abin333/logonet 공식 구현

Tasks

2kBenchmarkingImage RetrievalRetrievalSketch-Based Image Retrieval

Similar Papers 제목 키워드 기반

LoGoNet: Towards Accurate 3D Object Detection with Local-to-Global Cross-Modal Fusion

2023-03-07 · CVPR 2023 1 · Xin Li, Tao Ma, Yuenan Hou, Botian Shi 외

LiDAR-camera fusion methods have shown impressive performance in 3D object detection. Recent advanced multi-modal methods mainly perform global fusion, where image features and point cloud features are fused across the w…

3D Object Detectioncross-modal alignmentobject-detectionObject Detection+1

Masked LoGoNet: Fast and Accurate 3D Image Analysis for Medical Domain

2024-02-09 · Amin Karimi Monsefi, Payam Karisani, Mengxi Zhou, Stacey Choi 외

Standard modern machine-learning-based imaging methods have faced challenges in medical applications due to the high cost of dataset construction and, thereby, the limited labeled training data available. Additionally, u…

Contrastive LearningImage SegmentationMedical Image SegmentationMulti-Task Learning+2

Open Logo Detection Challenge

2018-07-05 · Hang Su, Xiatian Zhu, Shaogang Gong

Existing logo detection benchmarks consider artificial deployment scenarios by assuming that large training data with fine-grained bounding box annotations for each class are available for model training. Such assumption…

Cross-Level Multi-Instance Distillation for Self-Supervised Fine-Grained Visual Categorization

2024-01-16 · Qi Bi, Wei Ji, Jingjun Yi, Haolan Zhan 외

High-quality annotation of fine-grained visual categories demands great expert knowledge, which is taxing and time consuming. Alternatively, learning fine-grained visual representation from enormous unlabeled images (e.g…

Fine-Grained Visual CategorizationKnowledge DistillationMultiple Instance LearningSelf-Supervised Learning

LoRA on the Go: Instance-level Dynamic LoRA Selection and Merging

2025-11-10 · Seungeon Lee, Soumi Das, Manish Gupta, Krishna P. Gummadi arxiv

Low-Rank Adaptation (LoRA) has emerged as a parameter-efficient approach for fine-tuning large language models. However, conventional LoRA adapters are typically trained for a single task, limiting their applicability in…