Differential Encoding for Improved Representation Learning over Graphs
Haimin Zhang, Jiahao Xia, Min Xu

TL;DR
This paper introduces a differential encoding technique that enhances node embeddings in graph neural networks by capturing the difference between a node's own information and its neighbors, leading to improved performance across multiple graph tasks.
Contribution
The paper proposes a novel differential encoding method that addresses information loss in message-passing and attention mechanisms, improving graph representation learning.
Findings
Improves node embedding quality with differential encoding.
Enhances performance on seven benchmark graph datasets.
Advances state-of-the-art results in graph representation tasks.
Abstract
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 generate node embeddings based on information aggregated from a node's local neighborhood or from the whole graph. The most basic and commonly used aggregation approach is to take the sum of information from a node's local neighbourhood or from the whole graph. However, it is unknown if the dominant information is from a node itself or from the node's neighbours (or the rest of the graph nodes). Therefore, there exists information lost at each layer of embedding generation, and this information lost could be accumulated and become more serious when more layers are used in the model. In this paper, we present a differential encoding method to address the issue of information…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Domain Adaptation and Few-Shot Learning
MethodsSoftmax · Attention Is All You Need
