paper-with-me

Papers

Towards Fine-grained Visual Representations by Combining Contrastive Learning with Image Reconstruction and Attention-weighted Pooling

2021-04-09 · Jonas Dippel, Steffen Vogler, Johannes Höhne

This paper presents Contrastive Reconstruction, ConRec - a self-supervised learning algorithm that obtains image representations by jointly optimizing a contrastive and a self-reconstruction loss. We showcase that state-of-the-art contrastive learning methods (e.g. SimCLR) have shortcomings to capture fine-grained visual features in their representations. ConRec extends the SimCLR framework by adding (1) a self-reconstruction task and (2) an attention mechanism within the contrastive learning task. This is accomplished by applying a simple encoder-decoder architecture with two heads. We show that both extensions contribute towards an improved vector representation for images with fine-grained visual features. Combining those concepts, ConRec outperforms SimCLR and SimCLR with Attention-Pooling on fine-grained classification datasets.

📄 PDF Abstract BibTeX arXiv:2104.04323

Code (1)

bayer-science-for-a-better-life/contrastive-reconstruction 공식 구현 tf

Tasks

Contrastive LearningDecoderImage ReconstructionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Kaiming Initialization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

LoDisc: Learning Global-Local Discriminative Features for Self-Supervised Fine-Grained Visual Recognition

2024-03-06 · Jialu Shi, Zhiqiang Wei, Jie Nie, Lei Huang

Self-supervised contrastive learning strategy has attracted remarkable attention due to its exceptional ability in representation learning. However, current contrastive learning tends to learn global coarse-grained repre…

Contrastive LearningFine-Grained Visual RecognitionObjectObject Recognition+1

Few-Shot Fine-Grained Action Recognition via Bidirectional Attention and Contrastive Meta-Learning

2021-08-15 · Jiahao Wang, Yunhong Wang, Sheng Liu, Annan Li

Fine-grained action recognition is attracting increasing attention due to the emerging demand of specific action understanding in real-world applications, whereas the data of rare fine-grained categories is very limited.…

Action RecognitionAction UnderstandingFine-grained Action RecognitionMeta-Learning

Anatomy-Aware Contrastive Representation Learning for Fetal Ultrasound

2022-08-22 · Zeyu Fu, Jianbo Jiao, Robail Yasrab, Lior Drukker 외

Self-supervised contrastive representation learning offers the advantage of learning meaningful visual representations from unlabeled medical datasets for transfer learning. However, applying current contrastive learning…

AnatomyContrastive LearningRepresentation LearningTransfer Learning

X-Former: Unifying Contrastive and Reconstruction Learning for MLLMs

2024-07-18 · Sirnam Swetha, Jinyu Yang, Tal Neiman, Mamshad Nayeem Rizve 외

Recent advancements in Multimodal Large Language Models (MLLMs) have revolutionized the field of vision-language understanding by integrating visual perception capabilities into Large Language Models (LLMs). The prevaili…

Contrastive LearningRepresentation LearningVisual Reasoning

Exploring Localization for Self-supervised Fine-grained Contrastive Learning

2021-06-30 · Di wu, Siyuan Li, Zelin Zang, Stan Z. Li

Self-supervised contrastive learning has demonstrated great potential in learning visual representations. Despite their success in various downstream tasks such as image classification and object detection, self-supervis…

Contrastive LearningFine-Grained Image ClassificationFine-Grained Image Recognitionimage-classification+2