Variational Supervised Contrastive Learning
Ziwen Wang, Jiajun Fan, Thao Nguyen, Heng Ji, Ge Liu

TL;DR
This paper introduces Variational Supervised Contrastive Learning (VarCon), a novel approach that reformulates contrastive learning as variational inference, improving efficiency, class-aware matching, and embedding space organization, leading to state-of-the-art results.
Contribution
It proposes a variational inference framework for supervised contrastive learning, replacing pairwise comparisons with a posterior-weighted ELBO for better class-aware embedding control.
Findings
Achieves 79.36% Top-1 accuracy on ImageNet-1K with ResNet-50 in 200 epochs.
Produces clearer decision boundaries and semantic organization in embeddings.
Outperforms supervised baselines in few-shot learning and robustness.
Abstract
Contrastive learning has proven to be highly efficient and adaptable in shaping representation spaces across diverse modalities by pulling similar samples together and pushing dissimilar ones apart. However, two key limitations persist: (1) Without explicit regulation of the embedding distribution, semantically related instances can inadvertently be pushed apart unless complementary signals guide pair selection, and (2) excessive reliance on large in-batch negatives and tailored augmentations hinders generalization. To address these limitations, we propose Variational Supervised Contrastive Learning (VarCon), which reformulates supervised contrastive learning as variational inference over latent class variables and maximizes a posterior-weighted evidence lower bound (ELBO) that replaces exhaustive pair-wise comparisons for efficient class-aware matching and grants fine-grained control…
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.
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Face recognition and analysis · Advanced Neural Network Applications
MethodsContrastive Learning · Variational Inference
