Bipartite Graph Embedding via Mutual Information Maximization
Jiangxia Cao, Xixun Lin, Shu Guo, Luchen Liu, Tingwen Liu, Bin Wang

TL;DR
This paper introduces BiGI, a bipartite graph embedding method that maximizes mutual information between local subgraph representations and global prototypes to better capture global graph properties like community structures and long-range dependencies.
Contribution
BiGI is the first bipartite graph embedding approach that explicitly models global properties using a local-global infomax objective, improving over local-only methods.
Findings
BiGI outperforms state-of-the-art baselines on recommendation and link prediction tasks.
BiGI effectively captures global community structures and long-range dependencies.
Extensive experiments confirm the superiority of the mutual information maximization approach.
Abstract
Bipartite graph embedding has recently attracted much attention due to the fact that bipartite graphs are widely used in various application domains. Most previous methods, which adopt random walk-based or reconstruction-based objectives, are typically effective to learn local graph structures. However, the global properties of bipartite graph, including community structures of homogeneous nodes and long-range dependencies of heterogeneous nodes, are not well preserved. In this paper, we propose a bipartite graph embedding called BiGI to capture such global properties by introducing a novel local-global infomax objective. Specifically, BiGI first generates a global representation which is composed of two prototype representations. BiGI then encodes sampled edges as local representations via the proposed subgraph-level attention mechanism. Through maximizing the mutual 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
