paper-with-me

Papers

Weak Augmentation Guided Relational Self-Supervised Learning

2022-03-16 · Mingkai Zheng, Shan You, Fei Wang, Chen Qian, ChangShui Zhang, Xiaogang Wang, Chang Xu

Self-supervised Learning (SSL) including the mainstream contrastive learning has achieved great success in learning visual representations without data annotations. However, most methods mainly focus on the instance level information (\ie, the different augmented images of the same instance should have the same feature or cluster into the same class), but there is a lack of attention on the relationships between different instances. In this paper, we introduce a novel SSL paradigm, which we term as relational self-supervised learning (ReSSL) framework that learns representations by modeling the relationship between different instances. Specifically, our proposed method employs sharpened distribution of pairwise similarities among different instances as \textit{relation} metric, which is thus utilized to match the feature embeddings of different augmentations. To boost the performance, we argue that weak augmentations matter to represent a more reliable relation, and leverage momentum strategy for practical efficiency. The designed asymmetric predictor head and an InfoNCE warm-up strategy enhance the robustness to hyper-parameters and benefit the resulting performance. Experimental results show that our proposed ReSSL substantially outperforms the state-of-the-art methods across different network architectures, including various lightweight networks (\eg, EfficientNet and MobileNet).

📄 PDF Abstract BibTeX arXiv:2203.08717

Code (1)

mingkai-zheng/ReSSL 공식 구현 pytorch

Tasks

Contrastive LearningRelationSelf-Supervised Image ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Batch Normalization 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음
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…

Similar Papers 제목 키워드 기반

ReSSL: Relational Self-Supervised Learning with Weak Augmentation

2021-07-20 · NeurIPS 2021 12 · Mingkai Zheng, Shan You, Fei Wang, Chen Qian 외

Self-supervised Learning (SSL) including the mainstream contrastive learning has achieved great success in learning visual representations without data annotations. However, most of methods mainly focus on the instance l…

Contrastive LearningRelationSelf-Supervised Image ClassificationSelf-Supervised Learning

Weakly Supervised Temporal Sentence Grounding With Uncertainty-Guided Self-Training

2023-01-01 · CVPR 2023 1 · Yifei HUANG, Lijin Yang, Yoichi Sato

The task of weakly supervised temporal sentence grounding aims at finding the corresponding temporal moments of a language description in the video, given video-language correspondence only at video-level. Most exist…

Data AugmentationSentenceTemporal Sentence GroundingWeakly-supervised Learning

UCC: Uncertainty guided Cross-head Co-training for Semi-Supervised Semantic Segmentation

2022-05-20 · CVPR 2022 1 · Jiashuo Fan, Bin Gao, Huan Jin, Lihui Jiang

Deep neural networks (DNNs) have witnessed great successes in semantic segmentation, which requires a large number of labeled data for training. We present a novel learning framework called Uncertainty guided Cross-head …

DiversitySegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

GPS-SSL: Guided Positive Sampling to Inject Prior Into Self-Supervised Learning

2024-01-03 · Aarash Feizi, Randall Balestriero, Adriana Romero-Soriano, Reihaneh Rabbany

We propose Guided Positive Sampling Self-Supervised Learning (GPS-SSL), a general method to inject a priori knowledge into Self-Supervised Learning (SSL) positive samples selection. Current SSL methods leverage Data-Augm…

Self-Supervised Learning

SelfORE: Self-supervised Relational Feature Learning for Open Relation Extraction

2020-04-06 · EMNLP 2020 11 · Xuming Hu, Chenwei Zhang, Yusong Xu, Lijie Wen 외

Open relation extraction is the task of extracting open-domain relation facts from natural language sentences. Existing works either utilize heuristics or distant-supervised annotations to train a supervised classifier o…

ClusteringLanguage ModelingLanguage ModellingRelation+2