paper-with-me

홈 › Papers

Sampling Matters in Deep Embedding Learning

2017-06-23 · ICCV 2017 10 · Chao-yuan Wu, R. Manmatha, Alexander J. Smola, Philipp Krähenbühl

Deep embeddings answer one simple question: How similar are two images? Learning these embeddings is the bedrock of verification, zero-shot learning, and visual search. The most prominent approaches optimize a deep convolutional network with a suitable loss function, such as contrastive loss or triplet loss. While a rich line of work focuses solely on the loss functions, we show in this paper that selecting training examples plays an equally important role. We propose distance weighted sampling, which selects more informative and stable examples than traditional approaches. In addition, we show that a simple margin based loss is sufficient to outperform all other loss functions. We evaluate our approach on the Stanford Online Products, CAR196, and the CUB200-2011 datasets for image retrieval and clustering, and on the LFW dataset for face verification. Our method achieves state-of-the-art performance on all of them.

📄 PDF Abstract BibTeX arXiv:1706.07567

Code (6)

ArturPrzybysz/MNIST-siamese tf
CompVis/metric-learning-divide-and-conquer pytorch
Recognito-Vision/Android-FaceRecognition-FaceLivenessDetection
immuno121/audio_source_classification pytorch
minzwon/tag-based-music-retrieval pytorch
suruoxi/DistanceWeightedSampling pytorch

Tasks

ClusteringFace VerificationImage RetrievalMetric LearningRetrievalTripletZero-Shot Learning

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

HEDGE: Hallucination Estimation via Dense Geometric Entropy for VQA with Vision-Language Models

2025-11-16 · Sushant Gautam, Michael A. Riegler, Pål Halvorsen arxiv

Vision-language models (VLMs) enable open-ended visual question answering but remain prone to hallucinations. We present HEDGE, a unified framework for hallucination detection that combines controlled visual perturbation…

Visual Question Answering

Order Matters in Retrosynthesis: Structure-aware Generation via Reaction-Center-Guided Discrete Flow Matching

2026-02-13 · Chenguang Wang, Zihan Zhou, Lei Bai, Tianshu Yu arxiv

Template-free retrosynthesis methods treat the task as black-box sequence generation, limiting learning efficiency, while semi-template approaches rely on rigid reaction libraries that constrain generalization. We addres…

Sampling Matters! An Empirical Study of Negative Sampling Strategies for Learning of Matching Models in Retrieval-based Dialogue Systems

2019-11-01 · IJCNLP 2019 11 · Jia Li, Chongyang Tao, Wei Wu, Yansong Feng 외

We study how to sample negative examples to automatically construct a training set for effective model learning in retrieval-based dialogue systems. Following an idea of dynamically adapting negative examples to matching…

Conversational Response SelectionRetrieval

Bad Company---Neighborhoods in Neural Embedding Spaces Considered Harmful

2016-12-01 · COLING 2016 12 · Johannes Hellrich, Udo Hahn

We assess the reliability and accuracy of (neural) word embeddings for both modern and historical English and German. Our research provides deeper insights into the empirically justified choice of optimal training method…

Word Embeddings

Isotropy Matters: Soft-ZCA Whitening of Embeddings for Semantic Code Search

2024-11-26 · Andor Diera, Lukas Galke, Ansgar Scherp

Low isotropy in an embedding space impairs performance on tasks involving semantic inference. Our study investigates the impact of isotropy on semantic code search performance and explores post-processing techniques to m…

Code Search