paper-with-me

홈 › Papers

Co-Embedding: Discovering Communities on Bipartite Graphs through Projection

2021-09-15 · Gaëlle Candel, David Naccache

Many datasets take the form of a bipartite graph where two types of nodes are connected by relationships, like the movies watched by a user or the tags associated with a file. The partitioning of the bipartite graph could be used to fasten recommender systems, or reduce the information retrieval system's index size, by identifying groups of items with similar properties. This type of graph is often processed by algorithms using the Vector Space Model representation, where a binary vector represents an item with 0 and 1. The main problem with this representation is the dimension relatedness, like words' synonymity, which is not considered. This article proposes a co-clustering algorithm using items projection, allowing the measurement of features similarity. We evaluated our algorithm on a cluster retrieval task. Over various datasets, our algorithm produced well balanced clusters with coherent items in, leading to high retrieval scores on this task..

📄 PDF Abstract BibTeX arXiv:2109.07135

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Discovering Locally Maximal Bipartite Subgraphs

2022-11-18 · Dominik Dürrschnabel, Tom Hanika, Gerd Stumme

Induced bipartite subgraphs of maximal vertex cardinality are an essential concept for the analysis of graphs. Yet, discovering them in large graphs is known to be computationally hard. Therefore, we consider in this wor…

Bayesian estimation of the latent dimension and communities in stochastic blockmodels

2019-04-06 · Francesco Sanna Passino, Nicholas A. Heard

Spectral embedding of adjacency or Laplacian matrices of undirected graphs is a common technique for representing a network in a lower dimensional latent space, with optimal theoretical guarantees. The embedding can be u…

Community Detection

MultiBiSage: A Web-Scale Recommendation System Using Multiple Bipartite Graphs at Pinterest

2022-05-21 · Saket Gurukar, Nikil Pancha, Andrew Zhai, Eric Kim 외

Graph Convolutional Networks (GCN) can efficiently integrate graph structure and node features to learn high-quality node embeddings. These embeddings can then be used for several tasks such as recommendation and search.…

Cascade-BGNN: Toward Efficient Self-supervised Representation Learning on Large-scale Bipartite Graphs

2019-06-27 · Chaoyang He, Tian Xie, Yu Rong, Wenbing Huang 외

Bipartite graphs have been used to represent data relationships in many data-mining applications such as in E-commerce recommendation systems. Since learning in graph space is more complicated than in Euclidian space, re…

Graph Neural NetworkRecommendation SystemsRepresentation Learning

FOBE and HOBE: First- and High-Order Bipartite Embeddings

2019-05-27 · Justin Sybrandt, Ilya Safro

Typical graph embeddings may not capture type-specific bipartite graph features that arise in such areas as recommender systems, data visualization, and drug discovery. Machine learning methods utilized in these applicat…

Data VisualizationDrug DiscoveryLink PredictionRecommendation Systems+1