An Information Minimization Based Contrastive Learning Model for Unsupervised Sentence Embeddings Learning
Shaobin Chen, Jie Zhou, Yuling Sun, and Liang He

TL;DR
This paper introduces InforMin-CL, a contrastive learning model that minimizes redundant information in unsupervised sentence embeddings by combining mutual information maximization with information entropy minimization, leading to improved performance.
Contribution
It proposes a novel information minimization approach for contrastive learning that effectively reduces redundancy in sentence embeddings, enhancing unsupervised representation quality.
Findings
Achieves state-of-the-art results on fourteen downstream tasks.
Effectively balances mutual information maximization and entropy minimization.
Improves both supervised and unsupervised sentence embedding performance.
Abstract
Unsupervised sentence embeddings learning has been recently dominated by contrastive learning methods (e.g., SimCSE), which keep positive pairs similar and push negative pairs apart. The contrast operation aims to keep as much information as possible by maximizing the mutual information between positive instances, which leads to redundant information in sentence embedding. To address this problem, we present an information minimization based contrastive learning (InforMin-CL) model to retain the useful information and discard the redundant information by maximizing the mutual information and minimizing the information entropy between positive instances meanwhile for unsupervised sentence representation learning. Specifically, we find that information minimization can be achieved by simple contrast and reconstruction objectives. The reconstruction operation reconstitutes the positive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsContrastive Learning
