IRLGApr 20, 2022

Broad Recommender System: An Efficient Nonlinear Collaborative Filtering Approach

arXiv:2204.11602v515 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses efficiency issues in recommender systems for users and platforms, but it is incremental as it adapts an existing method to a new domain.

The paper tackles the high computational complexity of DNN-based collaborative filtering by proposing BroadCF, which uses Broad Learning System to learn nonlinear relationships, achieving competitive recommendation performance with reduced training time and parameters.

Recently, Deep Neural Networks (DNNs) have been widely introduced into Collaborative Filtering (CF) to produce more accurate recommendation results due to their capability of capturing the complex nonlinear relationships between items and users.However, the DNNs-based models usually suffer from high computational complexity, i.e., consuming very long training time and storing huge amount of trainable parameters. To address these problems, we propose a new broad recommender system called Broad Collaborative Filtering (BroadCF), which is an efficient nonlinear collaborative filtering approach. Instead of DNNs, Broad Learning System (BLS) is used as a mapping function to learn the complex nonlinear relationships between users and items, which can avoid the above issues while achieving very satisfactory recommendation performance. However, it is not feasible to directly feed the original rating data into BLS. To this end, we propose a user-item rating collaborative vector preprocessing procedure to generate low-dimensional user-item input data, which is able to harness quality judgments of the most similar users/items. Extensive experiments conducted on seven benchmark datasets have confirmed the effectiveness of the proposed BroadCF algorithm

Code Implementations1 repo
Foundations

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

Your Notes