paper-with-me

Papers

Neighbour-level Message Interaction Encoding for Improved Representation Learning on Graphs

2024-04-15 · Haimin Zhang, Min Xu

Message passing has become the dominant framework in graph representation learning. The essential idea of the message-passing framework is to update node embeddings based on the information aggregated from local neighbours. However, most existing aggregation methods have not encoded neighbour-level message interactions into the aggregated message, resulting in an information lost in embedding generation. And this information lost could be accumulated and become more serious as more layers are added to the graph network model. To address this issue, we propose a neighbour-level message interaction information encoding method for improving graph representation learning. For messages that are aggregated at a node, we explicitly generate an encoding between each message and the rest messages using an encoding function. Then we aggregate these learned encodings and take the sum of the aggregated encoding and the aggregated message to update the embedding for the node. By this way, neighbour-level message interaction information is integrated into the generated node embeddings. The proposed encoding method is a generic method which can be integrated into message-passing graph convolutional networks. Extensive experiments are conducted on six popular benchmark datasets across four highly-demanded tasks. The results show that integrating neighbour-level message interactions achieves improved performance of the base models, advancing the state of the art results for representation learning over graphs.

📄 PDF Abstract BibTeX arXiv:2404.09809

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Differential Encoding for Improved Representation Learning over Graphs

2024-07-03 · Haimin Zhang, Jiahao Xia, Min Xu

Combining the message-passing paradigm with the global attention mechanism has emerged as an effective framework for learning over graphs. The message-passing paradigm and the global attention mechanism fundamentally gen…

Graph Representation LearningRepresentation Learning

Spatially Conditioned Graphs for Detecting Human-Object Interactions

2020-12-11 · ICCV 2021 10 · Frederic Z. Zhang, Dylan Campbell, Stephen Gould

We address the problem of detecting human-object interactions in images using graphical neural networks. Unlike conventional methods, where nodes send scaled but otherwise identical messages to each of their neighbours, …

Human-Object Interaction DetectionObject

Conditional Local Feature Encoding for Graph Neural Networks

2024-05-08 · Yongze Wang, Haimin Zhang, Qiang Wu, Min Xu

Graph neural networks (GNNs) have shown great success in learning from graph-based data. The key mechanism of current GNNs is message passing, where a node's feature is updated based on the information passing from its l…

Graph ClassificationGraph RegressionLink PredictionNode Classification

Hierarchical Message-Passing Graph Neural Networks

2020-09-08 · Zhiqiang Zhong, Cheng-Te Li, Jun Pang

Graph Neural Networks (GNNs) have become a prominent approach to machine learning with graphs and have been increasingly applied in a multitude of domains. Nevertheless, since most existing GNN models are based on flat m…

Community DetectionGraph Neural NetworkLink PredictionNode Classification

Neural Message Passing on High Order Paths

2020-02-24 · Daniel Flam-Shepherd, Tony Wu, Pascal Friederich, Alan Aspuru-Guzik

Graph neural network have achieved impressive results in predicting molecular properties, but they do not directly account for local and hidden structures in the graph such as functional groups and molecular geometry. At…

Graph Neural NetworkMolecular Property PredictionProperty PredictionVocal Bursts Intensity Prediction