IRAISep 15, 2021

Co-Embedding: Discovering Communities on Bipartite Graphs through Projection

arXiv:2109.07135v2
Originality Incremental advance
AI Analysis

This work addresses the need for efficient community discovery in bipartite graphs, such as for improving recommender systems, but it appears incremental as it builds on existing co-clustering methods with a focus on feature similarity.

The paper tackles the problem of partitioning bipartite graphs for applications like recommender systems by addressing the limitation of binary vector representations that ignore dimension relatedness, proposing a co-clustering algorithm with item projection that achieved high retrieval scores on cluster retrieval tasks across various datasets.

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..

Foundations

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

Your Notes