paper-with-me

Papers

Speeding up Memory-based Collaborative Filtering with Landmarks

2017-05-19 · Lima Gustavo R., Mello Carlos E., Zimbrao Geraldo

Recommender systems play an important role in many scenarios where users are overwhelmed with too many choices to make. In this context, Collaborative Filtering (CF) arises by providing a simple and widely used approach for personalized recommendation. Memory-based CF algorithms mostly rely on similarities between pairs of users or items, which are posteriorly employed in classifiers like k-Nearest Neighbor (kNN) to generalize for unknown ratings. A major issue regarding this approach is to build the similarity matrix. Depending on the dimensionality of the rating matrix, the similarity computations may become computationally intractable. To overcome this issue, we propose to represent users by their distances to preselected users, namely landmarks. This procedure allows to drastically reduce the computational cost associated with the similarity matrix. We evaluated our proposal on two distinct distinguishing databases, and the results showed our method has consistently and considerably outperformed eight CF algorithms (including both memory-based and model-based) in terms of computational performance.

📄 PDF Abstract BibTeX arXiv:1705.07051

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Effective Multi-Query Expansions: Collaborative Deep Networks for Robust Landmark Retrieval

2017-01-18 · Yang Wang, Xuemin Lin, Lin Wu, Wenjie Zhang

Given a query photo issued by a user (q-user), the landmark retrieval is to return a set of photos with their landmarks similar to those of the query, while the existing studies on the landmark retrieval focus on exploit…

Collaborative FilteringRetrieval

Memory Based Collaborative Filtering with Lucene

2016-07-01 · Claudio Gennaro

Memory Based Collaborative Filtering is a widely used approach to provide recommendations. It exploits similarities between ratings across a population of users by forming a weighted vote to predict unobserved ratings. B…

Collaborative Filtering

Algorithmic Acceleration of Parallel ALS for Collaborative Filtering: Speeding up Distributed Big Data Recommendation in Spark

2016-01-10 · Winlaw Manda, Hynes Michael B., Caterini Anthony, De Sterck Hans

Collaborative filtering algorithms are important building blocks in many practical recommendation systems. For example, many large-scale data processing environments include collaborative filtering models for which the A…

Collaborative FilteringRecommendation Systems

Landmarks-assisted Collaborative Deep Framework for Automatic 4D Facial Expression Recognition

2019-10-11 · Muzammil Behzad, Nhat Vo, Xiaobai Li, Guoying Zhao

We propose a novel landmarks-assisted collaborative end-to-end deep framework for automatic 4D FER. Using 4D face scan data, we calculate its various geometrical images, and afterwards use rank pooling to generate their …

Facial Expression RecognitionFacial Expression Recognition (FER)

ImplicitSLIM and How it Improves Embedding-based Collaborative Filtering

2024-05-31 · Ilya Shenbin, Sergey Nikolenko

We present ImplicitSLIM, a novel unsupervised learning approach for sparse high-dimensional data, with applications to collaborative filtering. Sparse linear methods (SLIM) and their variations show outstanding performan…

Collaborative Filtering