paper-with-me

Papers

Batch-Incremental Triplet Sampling for Training Triplet Networks Using Bayesian Updating Theorem

2020-07-10 · Milad Sikaroudi, Benyamin Ghojogh, Fakhri Karray, Mark Crowley, H. R. Tizhoosh

Variants of Triplet networks are robust entities for learning a discriminative embedding subspace. There exist different triplet mining approaches for selecting the most suitable training triplets. Some of these mining methods rely on the extreme distances between instances, and some others make use of sampling. However, sampling from stochastic distributions of data rather than sampling merely from the existing embedding instances can provide more discriminative information. In this work, we sample triplets from distributions of data rather than from existing instances. We consider a multivariate normal distribution for the embedding of each class. Using Bayesian updating and conjugate priors, we update the distributions of classes dynamically by receiving the new mini-batches of training data. The proposed triplet mining with Bayesian updating can be used with any triplet-based loss function, e.g., triplet-loss or Neighborhood Component Analysis (NCA) loss. Accordingly, Our triplet mining approaches are called Bayesian Updating Triplet (BUT) and Bayesian Updating NCA (BUNCA), depending on which loss function is being used. Experimental results on two public datasets, namely MNIST and histopathology colorectal cancer (CRC), substantiate the effectiveness of the proposed triplet mining method.

📄 PDF Abstract BibTeX arXiv:2007.05610

Code (1)

bghojogh/BUT-BUNCA-Triplet-Sampling 공식 구현 tf

Tasks

Dimensionality ReductionHistopathological Image ClassificationMetric LearningTriplet

Similar Papers 제목 키워드 기반

Learning Incremental Triplet Margin for Person Re-identification

2018-12-17 · Yingying Zhang, Qiaoyong Zhong, Liang Ma, Di Xie 외

Person re-identification (ReID) aims to match people across multiple non-overlapping video cameras deployed at different locations. To address this challenging problem, many metric learning approaches have been proposed,…

Metric LearningPerson Re-IdentificationTriplet

A Unified Batch Selection Policy for Active Metric Learning

2021-02-15 · Priyadarshini K, Siddhartha Chaudhuri, Vivek Borkar, Subhasis Chaudhuri

Active metric learning is the problem of incrementally selecting high-utility batches of training data (typically, ordered triplets) to annotate, in order to progressively improve a learned model of a metric over some in…

Active LearningDiversityInformativenessMetric Learning+1

AdaSample: Adaptive Sampling of Hard Positives for Descriptor Learning

2019-11-27 · Xin-Yu Zhang, Le Zhang, Zao-Yi Zheng, Yun Liu 외

Triplet loss has been widely employed in a wide range of computer vision tasks, including local descriptor learning. The effectiveness of the triplet loss heavily relies on the triplet selection, in which a common practi…

InformativenessTriplet

Exploring Effects of Random Walk Based Minibatch Selection Policy on Knowledge Graph Completion

2020-04-12 · Bishal Santra, Prakhar Sharma, Sumegh Roychowdhury, Pawan Goyal

In this paper, we have explored the effects of different minibatch sampling techniques in Knowledge Graph Completion. Knowledge Graph Completion (KGC) or Link Prediction is the task of predicting missing facts in a knowl…

Knowledge Graph CompletionLink Prediction

Learning Embeddings for Product Visual Search with Triplet Loss and Online Sampling

2018-10-10 · Eric Dodds, Huy Nguyen, Simao Herdade, Jack Culpepper 외

In this paper, we propose learning an embedding function for content-based image retrieval within the e-commerce domain using the triplet loss and an online sampling method that constructs triplets from within a minibatc…

Content-Based Image RetrievalImage RetrievalRetrievalTriplet