paper-with-me

Papers

Learning Hierarchical Relational Representations through Relational Convolutions

2023-10-05 · Awni Altabaa, John Lafferty

An evolving area of research in deep learning is the study of architectures and inductive biases that support the learning of relational feature representations. In this paper, we address the challenge of learning representations of hierarchical relations--that is, higher-order relational patterns among groups of objects. We introduce "relational convolutional networks", a neural architecture equipped with computational mechanisms that capture progressively more complex relational features through the composition of simple modules. A key component of this framework is a novel operation that captures relational patterns in groups of objects by convolving graphlet filters--learnable templates of relational patterns--against subsets of the input. Composing relational convolutions gives rise to a deep architecture that learns representations of higher-order, hierarchical relations. We present the motivation and details of the architecture, together with a set of experiments to demonstrate how relational convolutional networks can provide an effective framework for modeling relational tasks that have hierarchical structure.

📄 PDF Abstract BibTeX arXiv:2310.03240

Code (2)

awni00/relational-convolutions 공식 구현 tf
awni00/relational-neural-networks 공식 구현 tf

Tasks

Relation

Methods 이 논문이 사용한 방법론

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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

HR-RCNN: Hierarchical Relational Reasoning for Object Detection

2021-10-26 · Hao Chen, Abhinav Shrivastava

Incorporating relational reasoning in neural networks for object recognition remains an open problem. Although many attempts have been made for relational reasoning, they generally only consider a single type of relation…

Graph AttentionInstance SegmentationObjectobject-detection+4

Lifted Relational Neural Networks

2015-08-20 · Gustav Sourek, Vojtech Aschenbrenner, Filip Zelezny, Ondrej Kuzelka

We propose a method combining relational-logic representations with neural network learning. A general lifted architecture, possibly reflecting some background domain knowledge, is described through relational rules whic…

Relational Reasoning

Hierarchical Relational Networks for Group Activity Recognition and Retrieval

2018-09-01 · ECCV 2018 9 · Mostafa S. Ibrahim, Greg Mori

Modeling structured relationships between people in a scene is an important step toward visual understanding. We present a Hierarchical Relational Network that computes relational representations of people, given graph s…

Activity RecognitionDenoisingGroup Activity RecognitionRetrieval

Hierarchical Attention Models for Multi-Relational Graphs

2024-04-14 · Roshni G. Iyer, Wei Wang, Yizhou Sun

We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively ope…

Graph AttentionLink PredictionNode ClassificationRelation

Learning Bi-typed Multi-relational Heterogeneous Graph via Dual Hierarchical Attention Networks

2021-12-24 · Yu Zhao, Shaopeng Wei, Huaming Du, Xingyan Chen 외

Bi-type multi-relational heterogeneous graph (BMHG) is one of the most common graphs in practice, for example, academic networks, e-commerce user behavior graph and enterprise knowledge graph. It is a critical and challe…

Graph Learning