paper-with-me

Papers

ReSSL: Relational Self-Supervised Learning with Weak Augmentation

2021-07-20 · NeurIPS 2021 12 · 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 of 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 introduced 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. Moreover, to boost the performance, we argue that weak augmentations matter to represent a more reliable relation, and leverage momentum strategy for practical efficiency. Experimental results show that our proposed ReSSL significantly outperforms the previous state-of-the-art algorithms in terms of both performance and training efficiency. Code is available at \url{https://github.com/KyleZheng1997/ReSSL}.

📄 PDF Abstract BibTeX arXiv:2107.09282

Code (2)

KyleZheng1997/ReSSL 공식 구현 pytorch
vturrisi/solo-learn pytorch

Tasks

Contrastive LearningRelationSelf-Supervised Image ClassificationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Weak Augmentation Guided Relational Self-Supervised Learning

2022-03-16 · 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 methods mainly focus on the instance leve…

Contrastive LearningRelationSelf-Supervised Image ClassificationSelf-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

Relational Self-Supervised Learning on Graphs

2022-08-21 · Namkyeong Lee, Dongmin Hyun, Junseok Lee, Chanyoung Park

Over the past few years, graph representation learning (GRL) has been a powerful strategy for analyzing graph-structured data. Recently, GRL methods have shown promising results by adopting self-supervised learning metho…

Graph Representation LearningRepresentation LearningSelf-Supervised Learning

Rethinking the Effect of Data Augmentation in Adversarial Contrastive Learning

2023-03-02 · Rundong Luo, Yifei Wang, Yisen Wang

Recent works have shown that self-supervised learning can achieve remarkable robustness when integrated with adversarial training (AT). However, the robustness gap between supervised AT (sup-AT) and self-supervised AT (s…

Contrastive LearningData AugmentationSelf-Supervised Learning

Relational Attention: Generalizing Transformers for Graph-Structured Tasks

2022-10-11 · Cameron Diao, Ricky Loynd

Transformers flexibly operate over sets of real-valued vectors representing task-specific entities and their attributes, where each vector might encode one word-piece token and its position in a sequence, or some piece o…

Position