paper-with-me

홈 › Papers

On the Effectiveness of Supervision in Asymmetric Non-Contrastive Learning

2024-06-16 · Jeongheon Oh, Kibok Lee

Supervised contrastive representation learning has been shown to be effective in various transfer learning scenarios. However, while asymmetric non-contrastive learning (ANCL) often outperforms its contrastive learning counterpart in self-supervised representation learning, the extension of ANCL to supervised scenarios is less explored. To bridge the gap, we study ANCL for supervised representation learning, coined SupSiam and SupBYOL, leveraging labels in ANCL to achieve better representations. The proposed supervised ANCL framework improves representation learning while avoiding collapse. Our analysis reveals that providing supervision to ANCL reduces intra-class variance, and the contribution of supervision should be adjusted to achieve the best performance. Experiments demonstrate the superiority of supervised ANCL across various datasets and tasks. The code is available at: https://github.com/JH-Oh-23/Sup-ANCL.

📄 PDF Abstract BibTeX arXiv:2406.10815

Code (1)

jh-oh-23/sup-ancl 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

An Asymmetric Augmented Self-Supervised Learning Method for Unsupervised Fine-Grained Image Hashing

2024-01-01 · CVPR 2024 1 · Feiran Hu, Chenlin Zhang, Jiangliang Guo, Xiu-Shen Wei 외

Unsupervised fine-grained image hashing aims to learn compact binary hash codes in unsupervised settings addressing challenges posed by large-scale datasets and dependence on supervision. In this paper we first ident…

Contrastive LearningSelf-Supervised Learning

Beyond Modality Collapse: Representations Blending for Multimodal Dataset Distillation

2025-05-16 · Xin Zhang, Ziruo Zhang, Jiawei Du, Zuozhu Liu 외

Multimodal Dataset Distillation (MDD) seeks to condense large-scale image-text datasets into compact surrogates while retaining their effectiveness for cross-modal learning. Despite recent progress, existing MDD approach…

cross-modal alignmentDataset Distillation

Relation Extraction with Weighted Contrastive Pre-training on Distant Supervision

2022-05-18 · Zhen Wan, Fei Cheng, Qianying Liu, Zhuoyuan Mao 외

Contrastive pre-training on distant supervision has shown remarkable effectiveness in improving supervised relation extraction tasks. However, the existing methods ignore the intrinsic noise of distant supervision during…

Contrastive LearningRelationRelation Extraction

EPContrast: Effective Point-level Contrastive Learning for Large-scale Point Cloud Understanding

2024-10-22 · Zhiyi Pan, Guoqing Liu, Wei Gao, Thomas H. Li

The acquisition of inductive bias through point-level contrastive learning holds paramount significance in point cloud pre-training. However, the square growth in computational requirements with the scale of the point cl…

Contrastive LearningInductive BiasInstance Segmentationobject-detection+3

An Asymmetric Contrastive Loss for Handling Imbalanced Datasets

2022-07-14 · Valentino Vito, Lim Yohanes Stefanus

Contrastive learning is a representation learning method performed by contrasting a sample to other similar samples so that they are brought closely together, forming clusters in the feature space. The learning process i…

Contrastive LearningRepresentation Learning