paper-with-me

홈 › Papers

Weighted Contrastive Divergence

2018-01-08 · Enrique Romero Merino, Ferran Mazzanti Castrillejo, Jordi Delgado Pin, David Buchaca Prats

Learning algorithms for energy based Boltzmann architectures that rely on gradient descent are in general computationally prohibitive, typically due to the exponential number of terms involved in computing the partition function. In this way one has to resort to approximation schemes for the evaluation of the gradient. This is the case of Restricted Boltzmann Machines (RBM) and its learning algorithm Contrastive Divergence (CD). It is well-known that CD has a number of shortcomings, and its approximation to the gradient has several drawbacks. Overcoming these defects has been the basis of much research and new algorithms have been devised, such as persistent CD. In this manuscript we propose a new algorithm that we call Weighted CD (WCD), built from small modifications of the negative phase in standard CD. However small these modifications may be, experimental work reported in this paper suggest that WCD provides a significant improvement over standard CD and persistent CD at a small additional computational cost.

📄 PDF Abstract BibTeX arXiv:1801.02567

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Weighted KL-Divergence for Document Ranking Model Refinement

2024-06-10 · Yingrui Yang, Yifan Qiao, Shanxiu He, Tao Yang

Transformer-based retrieval and reranking models for text document search are often refined through knowledge distillation together with contrastive learning. A tight distribution matching between the teacher and student…

Contrastive LearningDocument RankingKnowledge Distillationmodel+2

Efficient Learning for Undirected Topic Models

2015-06-24 · IJCNLP 2015 7 · Jiatao Gu, Victor O. K. Li

Replicated Softmax model, a well-known undirected topic model, is powerful in extracting semantic representations of documents. Traditional learning strategies such as Contrastive Divergence are very inefficient. This pa…

General ClassificationRetrievalTopic Models

Deep Bregman Divergence for Contrastive Learning of Visual Representations

2021-09-15 · Mina Rezaei, Farzin Soleymani, Bernd Bischl, Shekoofeh Azizi

Deep Bregman divergence measures divergence of data points using neural networks which is beyond Euclidean distance and capable of capturing divergence over distributions. In this paper, we propose deep Bregman divergenc…

Contrastive Learningobject-detectionObject DetectionSelf-Supervised Learning

Unbiased Contrastive Divergence Algorithm for Training Energy-Based Latent Variable Models

2020-05-01 · ICLR 2020 1 · Yixuan Qiu, Lingsong Zhang, Xiao Wang

The contrastive divergence algorithm is a popular approach to training energy-based latent variable models, which has been widely used in many machine learning models such as the restricted Boltzmann machines and deep be…

Stochastic Gradient Estimate Variance in Contrastive Divergence and Persistent Contrastive Divergence

2013-12-20 · Mathias Berglund, Tapani Raiko

Contrastive Divergence (CD) and Persistent Contrastive Divergence (PCD) are popular methods for training the weights of Restricted Boltzmann Machines. However, both methods use an approximate method for sampling from the…