paper-with-me

홈 › Papers

How does Contrastive Learning Organize Images?

2023-05-17 · Yunzhe Zhang, Yao Lu, Qi Xuan

Contrastive learning, a dominant self-supervised technique, emphasizes similarity in representations between augmentations of the same input and dissimilarity for different ones. Although low contrastive loss often correlates with high classification accuracy, recent studies challenge this direct relationship, spotlighting the crucial role of inductive biases. We delve into these biases from a clustering viewpoint, noting that contrastive learning creates locally dense clusters, contrasting the globally dense clusters from supervised learning. To capture this discrepancy, we introduce the "RLD (Relative Local Density)" metric. While this cluster property can hinder linear classification accuracy, leveraging a Graph Convolutional Network (GCN) based classifier mitigates this, boosting accuracy and reducing parameter requirements. The code is available \href{https://github.com/xsgxlz/How-does-Contrastive-Learning-Organize-Images/tree/main}{here}.

📄 PDF Abstract BibTeX arXiv:2305.10229

Code (1)

xsgxlz/how-does-contrastive-learning-organize-images 공식 구현 pytorch

Tasks

ClusteringContrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Attention Network for Few-Shot Object Detection via Meta-Contrastive Learning

2022-08-15 · Dongwoo Park, Jong-Min Lee

Few-shot object detection (FSOD) aims to classify and detect few images of novel categories. Existing meta-learning methods insufficiently exploit features between support and query images owing to structural limitations…

Contrastive LearningFew-Shot LearningFew-Shot Object DetectionMeta-Learning+2

Multi-Marginal Contrastive Learning for Multi-Label Subcellular Protein Localization

2022-01-01 · CVPR 2022 1 · Ziyi Liu, Zengmao Wang, Bo Du

Protein subcellular localization(PSL) is an important task to study human cell functions and cancer pathogenesis. It has attracted great attention in the computer vision community. However, the huge size of immune hi…

Contrastive Learning

Two Effects, One Trigger: On the Modality Gap, Object Bias, and Information Imbalance in Contrastive Vision-Language Models

2024-04-11 · Simon Schrodi, David T. Hoffmann, Max Argus, Volker Fischer 외

Contrastive vision-language models (VLMs), like CLIP, have gained popularity for their versatile applicability to various downstream tasks. Despite their successes in some tasks, like zero-shot object recognition, they p…

AttributeObjectObject RecognitionRepresentation Learning

When Does Contrastive Visual Representation Learning Work?

2021-05-12 · CVPR 2022 1 · Elijah Cole, Xuan Yang, Kimberly Wilber, Oisin Mac Aodha 외

Recent self-supervised representation learning techniques have largely closed the gap between supervised and unsupervised learning on ImageNet classification. While the particulars of pretraining on ImageNet are now rela…

Contrastive LearningFine-Grained Image ClassificationRepresentation LearningSelf-Supervised Learning

CIPER: Combining Invariant and Equivariant Representations Using Contrastive and Predictive Learning

2023-02-05 · Xia Xu, Jochen Triesch

Self-supervised representation learning (SSRL) methods have shown great success in computer vision. In recent studies, augmentation-based contrastive learning methods have been proposed for learning representations that …

Contrastive LearningData AugmentationRepresentation Learning