paper-with-me

Papers

Self-Supervised Relational Reasoning for Representation Learning

2020-06-10 · NeurIPS 2020 12 · Massimiliano Patacchiola, Amos Storkey

In self-supervised learning, a system is tasked with achieving a surrogate objective by defining alternative targets on a set of unlabeled data. The aim is to build useful representations that can be used in downstream tasks, without costly manual annotation. In this work, we propose a novel self-supervised formulation of relational reasoning that allows a learner to bootstrap a signal from information implicit in unlabeled data. Training a relation head to discriminate how entities relate to themselves (intra-reasoning) and other entities (inter-reasoning), results in rich and descriptive representations in the underlying neural network backbone, which can be used in downstream tasks such as classification and image retrieval. We evaluate the proposed method following a rigorous experimental procedure, using standard datasets, protocols, and backbones. Self-supervised relational reasoning outperforms the best competitor in all conditions by an average 14% in accuracy, and the most recent state-of-the-art model by 3%. We link the effectiveness of the method to the maximization of a Bernoulli log-likelihood, which can be considered as a proxy for maximizing the mutual information, resulting in a more efficient objective with respect to the commonly used contrastive losses.

📄 PDF Abstract BibTeX arXiv:2006.05849

Code (1)

mpatacchiola/self-supervised-relational-reasoning 공식 구현 pytorch

Tasks

DescriptiveImage RetrievalRelational ReasoningRepresentation LearningRetrievalSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Self-Supervised Time Series Representation Learning by Inter-Intra Relational Reasoning

2020-11-27 · Haoyi Fan, Fengbin Zhang, Yue Gao

Self-supervised learning achieves superior performance in many domains by extracting useful representations from the unlabeled data. However, most of traditional self-supervised methods mainly focus on exploring the inte…

RelationRelational ReasoningRepresentation LearningSelf-Supervised Learning+3

Learning Reasoning Patterns for Relational Triple Extraction with Mutual Generation of Text and Graph

2022-05-01 · Findings (ACL) 2022 5 · Yubo Chen, Yunqi Zhang, Yongfeng Huang

Relational triple extraction is a critical task for constructing knowledge graphs. Existing methods focused on learning text patterns from explicit relational mentions. However, they usually suffered from ignoring relati…

Graph GenerationKnowledge GraphsRelational ReasoningSentence+1

Concept Representation Learning with Contrastive Self-Supervised Learning

2021-12-10 · Daniel T. Chang

Concept-oriented deep learning (CODL) is a general approach to meet the future challenges for deep learning: (1) learning with little or no external supervision, (2) coping with test examples that come from a different d…

class-incremental learningClass Incremental LearningContinual LearningDeep Learning+4

Multi-choice Relational Reasoning for Machine Reading Comprehension

2020-12-01 · COLING 2020 8 · Wuya Chen, Xiaojun Quan, Chunyu Kit, Zhengcheng Min 외

This paper presents our study of cloze-style reading comprehension by imitating human reading comprehension, which normally involves tactical comparing and reasoning over candidates while choosing the best answer. We pro…

Machine Reading ComprehensionReading ComprehensionRelational Reasoning

Recurrent Relational Networks

2017-11-21 · NeurIPS 2018 12 · Rasmus Berg Palm, Ulrich Paquet, Ole Winther

This paper is concerned with learning to solve tasks that require a chain of interdependent steps of relational inference, like answering complex questions about the relationships between objects, or solving puzzles wher…

DiagnosticQuestion AnsweringRelational Reasoning