Metric Learning

555 papers with code • 8 benchmarks • 32 datasets

The goal of Metric Learning is to learn a representation function that maps objects into an embedded space. The distance in the embedded space should preserve the objects’ similarity — similar objects get close and dissimilar objects get far away. Various loss functions have been developed for Metric Learning. For example, the contrastive loss guides the objects from the same class to be mapped to the same point and those from different classes to be mapped to different points whose distances are larger than a margin. Triplet loss is also popular, which requires the distance between the anchor sample and the positive sample to be smaller than the distance between the anchor sample and the negative sample.

Source: Road Network Metric Learning for Estimated Time of Arrival

Libraries

Use these libraries to find Metric Learning models and implementations

Metric Learning from Limited Pairwise Preference Comparisons

zhiwang123/metric-learning-lazy-crowds 28 Mar 2024

We study whether the metric can still be recovered, even though it is known that learning individual ideal items is now no longer possible.

0
28 Mar 2024

Curvature Augmented Manifold Embedding and Learning

ymlasu/camel 21 Mar 2024

A new dimensional reduction (DR) and data visualization method, Curvature-Augmented Manifold Embedding and Learning (CAMEL), is proposed.

0
21 Mar 2024

Unsupervised Collaborative Metric Learning with Mixed-Scale Groups for General Object Retrieval

dengyuhai/ms-ugcml 16 Mar 2024

This paper presents a novel unsupervised deep metric learning approach, termed unsupervised collaborative metric learning with mixed-scale groups (MS-UGCML), devised to learn embeddings for objects of varying scales.

0
16 Mar 2024

A Semantic Distance Metric Learning approach for Lexical Semantic Change Detection

a1da4/svp-sdml 1 Mar 2024

Detecting temporal semantic changes of words is an important task for various NLP applications that must make time-sensitive predictions.

0
01 Mar 2024

Polos: Multimodal Metric Learning from Human Feedback for Image Captioning

keio-smilab24/Polos 28 Feb 2024

Establishing an automatic evaluation metric that closely aligns with human judgments is essential for effectively developing image captioning models.

6
28 Feb 2024

Metric-Learning Encoding Models Identify Processing Profiles of Linguistic Features in BERT's Representations

LouisJalouzot/MLEM 18 Feb 2024

Together, this demonstrates the utility of Metric-Learning Encoding Methods for studying how linguistic features are neurally encoded in language models and the advantage of MLEMs over traditional methods.

1
18 Feb 2024

Learning Semantic Proxies from Visual Prompts for Parameter-Efficient Fine-Tuning in Deep Metric Learning

noahsark/parameterefficient-dml 4 Feb 2024

As a result of the success of recent pre-trained models trained from larger-scale datasets, it is challenging to adapt the model to the DML tasks in the local data domain while retaining the previously gained knowledge.

2
04 Feb 2024

Named Entity Recognition Under Domain Shift via Metric Learning for Life Sciences

lhtie/bio-domain-transfer 19 Jan 2024

In our experiments, we observed that such a model is prone to mislabeling the source entities, which can often appear in the text, as the target entities.

1
19 Jan 2024

Wasserstein Distance-based Expansion of Low-Density Latent Regions for Unknown Class Detection

proxymallick/OpenDet_CWA 10 Jan 2024

We present a novel approach that effectively identifies unknown objects by distinguishing between high and low-density regions in latent space.

1
10 Jan 2024

Towards Improved Proxy-based Deep Metric Learning via Data-Augmented Domain Adaptation

noahsark/dada 1 Jan 2024

Our experiments on benchmarks, including the popular CUB-200-2011, CARS196, Stanford Online Products, and In-Shop Clothes Retrieval, show that our learning algorithm significantly improves the existing proxy losses and achieves superior results compared to the existing methods.

3
01 Jan 2024