Pair-view Unsupervised Graph Representation Learning
You Li, Binli Luo, Ning Gui

TL;DR
This paper introduces PairE, a novel graph embedding method that uses pairs of nodes as the fundamental unit, capturing richer graph information and outperforming existing node-based methods in various tasks.
Contribution
The paper proposes PairE, a pair-based graph embedding approach with a multi-self-supervised auto-encoder, enhancing information preservation and adaptability over traditional node-view methods.
Findings
Outperforms baseline methods in link prediction tasks.
Achieves higher accuracy in multi-label node classification.
Provides more informative and efficient graph embeddings.
Abstract
Low-dimension graph embeddings have proved extremely useful in various downstream tasks in large graphs, e.g., link-related content recommendation and node classification tasks, etc. Most existing embedding approaches take nodes as the basic unit for information aggregation, e.g., node perception fields in GNN or con-textual nodes in random walks. The main drawback raised by such node-view is its lack of support for expressing the compound relationships between nodes, which results in the loss of a certain degree of graph information during embedding. To this end, this paper pro-poses PairE(Pair Embedding), a solution to use "pair", a higher level unit than a "node" as the core for graph embeddings. Accordingly, a multi-self-supervised auto-encoder is designed to fulfill two pretext tasks, to reconstruct the feature distribution for respective pairs and their surrounding context. PairE…
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 · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
