paper-with-me

홈 › Papers

A Recipe for Efficient SBIR Models: Combining Relative Triplet Loss with Batch Normalization and Knowledge Distillation

2023-05-30 · Omar Seddati, Nathan Hubens, Stéphane Dupont, Thierry Dutoit

Sketch-Based Image Retrieval (SBIR) is a crucial task in multimedia retrieval, where the goal is to retrieve a set of images that match a given sketch query. Researchers have already proposed several well-performing solutions for this task, but most focus on enhancing embedding through different approaches such as triplet loss, quadruplet loss, adding data augmentation, and using edge extraction. In this work, we tackle the problem from various angles. We start by examining the training data quality and show some of its limitations. Then, we introduce a Relative Triplet Loss (RTL), an adapted triplet loss to overcome those limitations through loss weighting based on anchors similarity. Through a series of experiments, we demonstrate that replacing a triplet loss with RTL outperforms previous state-of-the-art without the need for any data augmentation. In addition, we demonstrate why batch normalization is more suited for SBIR embeddings than l2-normalization and show that it improves significantly the performance of our models. We further investigate the capacity of models required for the photo and sketch domains and demonstrate that the photo encoder requires a higher capacity than the sketch encoder, which validates the hypothesis formulated in [34]. Then, we propose a straightforward approach to train small models, such as ShuffleNetv2 [22] efficiently with a marginal loss of accuracy through knowledge distillation. The same approach used with larger models enabled us to outperform previous state-of-the-art results and achieve a recall of 62.38% at k = 1 on The Sketchy Database [30].

📄 PDF Abstract BibTeX arXiv:2305.18988

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationImage RetrievalKnowledge DistillationRetrievalSketch-Based Image RetrievalTriplet

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Instance-level Sketch-based Retrieval by Deep Triplet Classification Siamese Network

2018-11-28 · Peng Lu, Hangyu Lin, Yanwei Fu, Shaogang Gong 외

Sketch has been employed as an effective communicative tool to express the abstract and intuitive meanings of object. Recognizing the free-hand sketch drawing is extremely useful in many real-world applications. While co…

General ClassificationImage RetrievalRetrievalSketch-Based Image Retrieval+2

SeCo-SBIR: Semantically Consistent Prompt Learning for Zero-Shot Sketch-Based Image Retrieval

2026-08-04 · Long Hoang Dang, Tuan Nguyen Huu, Nguyen Minh Hieu, Tu Minh Phuong arxiv

Adapting CLIP for zero-shot sketch-based image retrieval (ZS-SBIR) via prompt learning faces a fundamental tension: the model must bridge the sketch-photo domain gap through task-specific adaptation, yet the added flexib…

Sketch-Based Image RetrievalZero-shot Generalization

CLIP for All Things Zero-Shot Sketch-Based Image Retrieval, Fine-Grained or Not

2023-03-23 · CVPR 2023 1 · Aneeshan Sain, Ayan Kumar Bhunia, Pinaki Nath Chowdhury, Subhadeep Koley 외

In this paper, we leverage CLIP for zero-shot sketch based image retrieval (ZS-SBIR). We are largely inspired by recent advances on foundation models and the unparalleled generalisation ability they seem to offer, but fo…

AllImage RetrievalPrompt LearningRetrieval+2

Generalisation and Sharing in Triplet Convnets for Sketch based Visual Search

2016-11-16 · Tu Bui, Leonardo Ribeiro, Moacir Ponti, John Collomosse

We propose and evaluate several triplet CNN architectures for measuring the similarity between sketches and photographs, within the context of the sketch based image retrieval (SBIR) task. In contrast to recent fine-grai…

Data AugmentationDimensionality ReductionGeneral ClassificationImage Retrieval+3

Exploiting Unlabelled Photos for Stronger Fine-Grained SBIR

2023-03-24 · CVPR 2023 1 · Aneeshan Sain, Ayan Kumar Bhunia, Subhadeep Koley, Pinaki Nath Chowdhury 외

This paper advances the fine-grained sketch-based image retrieval (FG-SBIR) literature by putting forward a strong baseline that overshoots prior state-of-the-arts by ~11%. This is not via complicated design though, but …

Image RetrievalKnowledge DistillationSketch-Based Image RetrievalTriplet