paper-with-me

홈 › Papers

Contrastive Learning with Large Memory Bank and Negative Embedding Subtraction for Accurate Copy Detection

2021-12-08 · Shuhei Yokoo

Copy detection, which is a task to determine whether an image is a modified copy of any image in a database, is an unsolved problem. Thus, we addressed copy detection by training convolutional neural networks (CNNs) with contrastive learning. Training with a large memory-bank and hard data augmentation enables the CNNs to obtain more discriminative representation. Our proposed negative embedding subtraction further boosts the copy detection accuracy. Using our methods, we achieved 1st place in the Facebook AI Image Similarity Challenge: Descriptor Track. Our code is publicly available here: \url{https://github.com/lyakaap/ISC21-Descriptor-Track-1st}

📄 PDF Abstract BibTeX arXiv:2112.04323

Code (2)

lyakaap/isc21-descriptor-track-1st 공식 구현 pytorch
towhee-io/towhee pytorch

Tasks

Contrastive LearningCopy DetectionData Augmentation

Similar Papers 제목 키워드 기반

Contrastive Learning for Object Detection

2022-08-12 · Rishab Balasubramanian, Kunal Rathore

Contrastive learning is commonly used as a method of self-supervised learning with the "anchor" and "positive" being two random augmentations of a given input image, and the "negative" is the set of all other images. How…

Contrastive LearningObjectobject-detectionObject Detection+1

Fully Unsupervised Person Re-identification viaSelective Contrastive Learning

2020-10-15 · Bo Pang, Deming Zhai, Junjun Jiang, Xianming Liu

Person re-identification (ReID) aims at searching the same identity person among images captured by various cameras. Unsupervised person ReID attracts a lot of attention recently, due to it works without intensive manual…

Contrastive LearningPerson Re-IdentificationRepresentation LearningUnsupervised Person Re-Identification

Hard Negative Mixing for Contrastive Learning

2020-10-02 · NeurIPS 2020 12 · Yannis Kalantidis, Mert Bulent Sariyildiz, Noe Pion, Philippe Weinzaepfel 외

Contrastive learning has become a key component of self-supervised learning approaches for computer vision. By learning to embed two augmented versions of the same image close to each other and to push the embeddings of …

Contrastive LearningData AugmentationInstance Segmentationobject-detection+3

Self-supervised Text-independent Speaker Verification using Prototypical Momentum Contrastive Learning

2020-12-13 · Wei Xia, Chunlei Zhang, Chao Weng, Meng Yu 외

In this study, we investigate self-supervised representation learning for speaker verification (SV). First, we examine a simple contrastive learning approach (SimCLR) with a momentum contrastive (MoCo) learning framework…

ClusteringContrastive LearningRepresentation LearningSpeaker Verification+1

EqCo: Equivalent Rules for Self-supervised Contrastive Learning

2020-10-05 · Benjin Zhu, Junqiang Huang, Zeming Li, Xiangyu Zhang 외

In this paper, we propose EqCo (Equivalent Rules for Contrastive Learning) to make self-supervised learning irrelevant to the number of negative samples in the contrastive learning framework. Inspired by the InfoMax prin…

Contrastive LearningLinear evaluationSelf-Supervised Learning