CVOct 10, 2022

Contrastive Bayesian Analysis for Deep Metric Learning

arXiv:2210.04402v227 citationsh-index: 16
AI Analysis

This work addresses a key bottleneck in deep metric learning for computer vision applications, offering a novel approach to enhance feature embedding generalization, though it appears incremental as it builds on existing contrastive learning frameworks.

The authors tackled the semantic gap between intermediate features and class labels in deep metric learning by developing a contrastive Bayesian analysis to model posterior probabilities, resulting in a new loss function that significantly improves performance in supervised and pseudo-supervised scenarios, outperforming existing methods by a large margin.

Recent methods for deep metric learning have been focusing on designing different contrastive loss functions between positive and negative pairs of samples so that the learned feature embedding is able to pull positive samples of the same class closer and push negative samples from different classes away from each other. In this work, we recognize that there is a significant semantic gap between features at the intermediate feature layer and class labels at the final output layer. To bridge this gap, we develop a contrastive Bayesian analysis to characterize and model the posterior probabilities of image labels conditioned by their features similarity in a contrastive learning setting. This contrastive Bayesian analysis leads to a new loss function for deep metric learning. To improve the generalization capability of the proposed method onto new classes, we further extend the contrastive Bayesian loss with a metric variance constraint. Our experimental results and ablation studies demonstrate that the proposed contrastive Bayesian metric learning method significantly improves the performance of deep metric learning in both supervised and pseudo-supervised scenarios, outperforming existing methods by a large margin.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes