LGAIMay 31, 2022

COIN: Co-Cluster Infomax for Bipartite Graphs

arXiv:2206.00006v226 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses a fundamental challenge in bipartite graph analysis for applications like recommender systems, with incremental improvements over existing self-supervised methods.

The paper tackles the problem of learning informative node embeddings in bipartite graphs by introducing the COIN framework, which maximizes mutual information of co-clusters to capture cluster-level information, resulting in improved performance on benchmark datasets.

Bipartite graphs are powerful data structures to model interactions between two types of nodes, which have been used in a variety of applications, such as recommender systems, information retrieval, and drug discovery. A fundamental challenge for bipartite graphs is how to learn informative node embeddings. Despite the success of recent self-supervised learning methods on bipartite graphs, their objectives are discriminating instance-wise positive and negative node pairs, which could contain cluster-level errors. In this paper, we introduce a novel co-cluster infomax (COIN) framework, which captures the cluster-level information by maximizing the mutual information of co-clusters. Different from previous infomax methods which estimate mutual information by neural networks, COIN could easily calculate mutual information. Besides, COIN is an end-to-end coclustering method which can be trained jointly with other objective functions and optimized via back-propagation. Furthermore, we also provide theoretical analysis for COIN. We theoretically prove that COIN is able to effectively increase the mutual information of node embeddings and COIN is upper-bounded by the prior distributions of nodes. We extensively evaluate the proposed COIN framework on various benchmark datasets and tasks to demonstrate the effectiveness of COIN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes