Solving Inefficiency of Self-supervised Representation Learning
Guangrun Wang, Keze Wang, Guangcong Wang, Philip H.S. Torr, Liang Lin

TL;DR
This paper introduces a novel self-supervised learning framework using truncated triplet loss to address low learning efficiency caused by under-clustering and over-clustering in contrastive learning, demonstrating superior performance on large-scale benchmarks.
Contribution
The paper proposes a new self-supervised learning method with truncated triplet loss to improve efficiency by solving clustering issues in contrastive learning.
Findings
Outperforms state-of-the-art methods on ImageNet, SYSU-30k, and COCO.
Significantly reduces training epochs needed for comparable accuracy.
Effectively addresses under-clustering and over-clustering problems.
Abstract
Self-supervised learning (especially contrastive learning) has attracted great interest due to its huge potential in learning discriminative representations in an unsupervised manner. Despite the acknowledged successes, existing contrastive learning methods suffer from very low learning efficiency, e.g., taking about ten times more training epochs than supervised learning for comparable recognition accuracy. In this paper, we reveal two contradictory phenomena in contrastive learning that we call under-clustering and over-clustering problems, which are major obstacles to learning efficiency. Under-clustering means that the model cannot efficiently learn to discover the dissimilarity between inter-class samples when the negative sample pairs for contrastive learning are insufficient to differentiate all the actual object classes. Over-clustering implies that the model cannot efficiently…
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
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsContrastive Learning · Triplet Loss
