paper-with-me

홈 › Papers

Ranking Info Noise Contrastive Estimation: Boosting Contrastive Learning via Ranked Positives

2022-01-27 · David T. Hoffmann, Nadine Behrmann, Juergen Gall, Thomas Brox, Mehdi Noroozi

This paper introduces Ranking Info Noise Contrastive Estimation (RINCE), a new member in the family of InfoNCE losses that preserves a ranked ordering of positive samples. In contrast to the standard InfoNCE loss, which requires a strict binary separation of the training pairs into similar and dissimilar samples, RINCE can exploit information about a similarity ranking for learning a corresponding embedding space. We show that the proposed loss function learns favorable embeddings compared to the standard InfoNCE whenever at least noisy ranking information can be obtained or when the definition of positives and negatives is blurry. We demonstrate this for a supervised classification task with additional superclass labels and noisy similarity scores. Furthermore, we show that RINCE can also be applied to unsupervised training with experiments on unsupervised representation learning from videos. In particular, the embedding yields higher classification accuracy, retrieval rates and performs better in out-of-distribution detection than the standard InfoNCE loss.

📄 PDF Abstract BibTeX arXiv:2201.11736

Code (1)

boschresearch/rince 공식 구현 pytorch

Tasks

Contrastive LearningOut-of-Distribution DetectionRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

INFO This study presents the analysis and principle of an innovative optimizer named weIghted meaN oF vectOrs (INFO) to optimize different problems. INFO is a modified weight mean…
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

On the connection between Noise-Contrastive Estimation and Contrastive Divergence

2024-02-26 · Amanda Olmin, Jakob Lindqvist, Lennart Svensson, Fredrik Lindsten

Noise-contrastive estimation (NCE) is a popular method for estimating unnormalised probabilistic models, such as energy-based models, which are effective for modelling complex data distributions. Unlike classical maximum…

Noise Contrastive Estimation and Negative Sampling for Conditional Models: Consistency and Statistical Efficiency

2018-09-06 · EMNLP 2018 10 · Zhuang Ma, Michael Collins

Noise Contrastive Estimation (NCE) is a powerful parameter estimation method for log-linear models, which avoids calculation of the partition function or its derivatives at each training step, a computationally demanding…

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2

Information retrieval for label noise document ranking by bag sampling and group-wise loss

2022-03-12 · Chunyu Li, Jiajia Ding, Xing Hu, Fan Wang

Long Document retrieval (DR) has always been a tremendous challenge for reading comprehension and information retrieval. The pre-training model has achieved good results in the retrieval stage and Ranking for long docume…

Document RankingInformation RetrievalReading ComprehensionRetrieval

Bregman divergence as general framework to estimate unnormalized statistical models

2012-02-14 · Michael Gutmann, Jun-Ichiro Hirayama

We show that the Bregman divergence provides a rich framework to estimate unnormalized statistical models for continuous or discrete random variables, that is, models which do not integrate or sum to one, respectively. W…

Gradient Boosting Machine: A Survey

2019-08-19 · Zhiyuan He, Danchen Lin, Thomas Lau, Mike Wu

In this survey, we discuss several different types of gradient boosting algorithms and illustrate their mathematical frameworks in detail: 1. introduction of gradient boosting leads to 2. objective function optimization,…

Survey