paper-with-me

Papers

Bipartite Graph Embedding via Mutual Information Maximization

2020-12-10 · Jiangxia Cao, Xixun Lin, Shu Guo, Luchen Liu, Tingwen Liu, Bin Wang

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 between local and global representations, BiGI enables nodes in bipartite graph to be globally relevant. Our model is evaluated on various benchmark datasets for the tasks of top-K recommendation and link prediction. Extensive experiments demonstrate that BiGI achieves consistent and significant improvements over state-of-the-art baselines. Detailed analyses verify the high effectiveness of modeling the global properties of bipartite graph.

📄 PDF Abstract BibTeX arXiv:2012.05442

Code (1)

caojiangxia/BiGI 공식 구현 pytorch

Tasks

Graph EmbeddingLink Prediction

Similar Papers 제목 키워드 기반

COIN: Co-Cluster Infomax for Bipartite Graphs

2022-05-31 · Baoyu Jing, Yuchen Yan, Yada Zhu, Hanghang Tong

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…

Drug DiscoveryInformation RetrievalRecommendation SystemsRetrieval+1

Deep Graph Clustering via Mutual Information Maximization and Mixture Model

2022-05-10 · Maedeh Ahmadi, Mehran Safayani, Abdolreza Mirzaei

Attributed graph clustering or community detection which learns to cluster the nodes of a graph is a challenging task in graph analysis. In this paper, we introduce a contrastive learning framework for learning clusterin…

ClusteringCommunity DetectionContrastive LearningGraph Clustering+1

STERLING: Synergistic Representation Learning on Bipartite Graphs

2023-01-25 · Baoyu Jing, Yuchen Yan, Kaize Ding, Chanyoung Park 외

A fundamental challenge of bipartite graph representation learning is how to extract informative node embeddings. Self-Supervised Learning (SSL) is a promising paradigm to address this challenge. Most recent bipartite gr…

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Multimodal Representations Learning Based on Mutual Information Maximization and Minimization and Identity Embedding for Multimodal Sentiment Analysis

2022-01-10 · Jiahao Zheng, Sen Zhang, XiaoPing Wang, Zhigang Zeng

Multimodal sentiment analysis (MSA) is a fundamental complex research problem due to the heterogeneity gap between different modalities and the ambiguity of human emotional expression. Although there have been many succe…

Multimodal Sentiment AnalysisSentiment Analysis

Cross-view Topology Based Consistent and Complementary Information for Deep Multi-view Clustering

2023-01-01 · ICCV 2023 1 · Zhibin Dong, Siwei Wang, Jiaqi Jin, Xinwang Liu 외

Multi-view clustering aims to extract valuable information from different sources or perspectives. Over the years, the deep neural network has demonstrated its superior representation learning capability in multi-vie…

ClusteringDeep ClusteringGraph LearningRepresentation Learning