A Collaborative Filtering Framework Based on Both Local User Similarity and Global User Similarity

Abstract

Collaborative filtering as a classical method of information retrieval is widely used in helping people to deal with information overload. In this paper, we introduce the concept of local user similarity and global user similarity, based on surprisal-based vector similarity and the application of the concept of maximin distance in graph theory. Surprisal-based vector similarity expresses the relationship between any two users based on the quantities of information (called surprisal) contained in their ratings, which is based on the intuition that less common ratings for a specific item tend to provide more discriminative information than the most common ratings. Furthermore, traditional methods of computing user similarity can not work if two users have not rated any identical item. To solve this problem, the global user similarity is introduced to define two users being similar if they can be connected through their locally similar neighbors. A weighted user graph is first constructed by using local similarity of any two users as the weight of the edge connecting them. Then the global similarity can be calculated as the maximin distance of any two nodes in the graph. Based on both of Local User Similarity and Global User Similarity, we develop a collaborative filtering framework called LS&GS. An empirical study using the MovieLens dataset shows that the proposed framework outperforms other state-of-the-art collaborative filtering algorithms.

Cite

Text

Luo et al. "A Collaborative Filtering Framework Based on Both Local User Similarity and Global User Similarity." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008. doi:10.1007/978-3-540-87479-9_10

Markdown

[Luo et al. "A Collaborative Filtering Framework Based on Both Local User Similarity and Global User Similarity." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008.](https://mlanthology.org/ecmlpkdd/2008/luo2008ecmlpkdd-collaborative/) doi:10.1007/978-3-540-87479-9_10

BibTeX

@inproceedings{luo2008ecmlpkdd-collaborative,
  title     = {{A Collaborative Filtering Framework Based on Both Local User Similarity and Global User Similarity}},
  author    = {Luo, Heng and Niu, Changyong and Shen, Ruimin and Ullrich, Carsten},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2008},
  pages     = {12},
  doi       = {10.1007/978-3-540-87479-9_10},
  url       = {https://mlanthology.org/ecmlpkdd/2008/luo2008ecmlpkdd-collaborative/}
}