paper-with-me

Papers

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 Alternating Least Squares (ALS) algorithm is used to compute latent factor matrix decompositions. In this paper, we propose an approach to accelerate the convergence of parallel ALS-based optimization methods for collaborative filtering using a nonlinear conjugate gradient (NCG) wrapper around the ALS iterations. We also provide a parallel implementation of the accelerated ALS-NCG algorithm in the Apache Spark distributed data processing environment, and an efficient line search technique as part of the ALS-NCG implementation that requires only one pass over the data on distributed datasets. In serial numerical experiments on a linux workstation and parallel numerical experiments on a 16 node cluster with 256 computing cores, we demonstrate that the combined ALS-NCG method requires many fewer iterations and less time than standalone ALS to reach movie rankings with high accuracy on the MovieLens 20M dataset. In parallel, ALS-NCG can achieve an acceleration factor of 4 or greater in clock time when an accurate solution is desired; furthermore, the acceleration factor increases as greater numerical precision is required in the solution. In addition, the NCG acceleration mechanism is efficient in parallel and scales linearly with problem size on synthetic datasets with up to nearly 1 billion ratings. The acceleration mechanism is general and may also be applicable to other optimization methods for collaborative filtering.

📄 PDF Abstract BibTeX arXiv:1508.03110

Code (1)

mbhynes/als-ncg 공식 구현

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

AccEPT: An Acceleration Scheme for Speeding Up Edge Pipeline-parallel Training

2023-11-10 · Yuhao Chen, Yuxuan Yan, Qianqian Yang, Yuanchao Shu 외

It is usually infeasible to fit and train an entire large deep neural network (DNN) model using a single edge device due to the limited resources. To facilitate intelligent applications across edge devices, researchers h…

Data Compression

Neural Fair Collaborative Filtering

2020-09-02 · Rashidul Islam, Kamrun Naher Keya, Ziqian Zeng, SHimei Pan 외

A growing proportion of human interactions are digitized on social media platforms and subjected to algorithmic decision-making, and it has become increasingly important to ensure fair treatment from these algorithms. In…

Collaborative FilteringDecision MakingRecommendation Systems

Emergent Instabilities in Algorithmic Feedback Loops

2022-01-18 · Keith Burghardt, Kristina Lerman

Algorithms that aid human tasks, such as recommendation systems, are ubiquitous. They appear in everything from social media to streaming videos to online shopping. However, the feedback loop between people and algorithm…

Collaborative FilteringRecommendation Systems

Speeding Up the Bilateral Filter: A Joint Acceleration Way

2018-02-28 · Longquan Dai, Mengke Yuan, Xiaopeng Zhang

Computational complexity of the brute-force implementation of the bilateral filter (BF) depends on its filter kernel size. To achieve the constant-time BF whose complexity is irrelevant to the kernel size, many technique…

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 …

Collaborative FilteringRecommendation Systems