TL;DR
HDMI introduces a self-supervised framework for multiplex network embedding that captures both intrinsic and extrinsic mutual information, utilizing high-order mutual information and an attention-based fusion to improve downstream task performance.
Contribution
The paper proposes HDMI, a novel high-order mutual information framework that effectively models multiple relations and intrinsic node attributes in multiplex networks.
Findings
HDMI outperforms existing methods on clustering tasks.
HDMI achieves state-of-the-art results on classification.
The framework effectively captures complex multiplex relations.
Abstract
Networks have been widely used to represent the relations between objects such as academic networks and social networks, and learning embedding for networks has thus garnered plenty of research attention. Self-supervised network representation learning aims at extracting node embedding without external supervision. Recently, maximizing the mutual information between the local node embedding and the global summary (e.g. Deep Graph Infomax, or DGI for short) has shown promising results on many downstream tasks such as node classification. However, there are two major limitations of DGI. Firstly, DGI merely considers the extrinsic supervision signal (i.e., the mutual information between node embedding and global summary) while ignores the intrinsic signal (i.e., the mutual dependence between node embedding and node attributes). Secondly, nodes in a real-world network are usually connected…
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
MethodsDeep Graph Infomax
