LGNov 16, 2022

Speeding Up Recommender Systems Using Association Rules

arXiv:2211.08799v16 citationsh-index: 27
Originality Incremental advance
AI Analysis

This work addresses speed issues in recommender systems for users needing fast responses, but it is incremental as it builds on existing methods.

The paper tackles the problem of slow recommendation generation by proposing FMAR, a system combining Factorization Machines with Association Rules to filter items, which reduces prediction time while maintaining accuracy.

Recommender systems are considered one of the most rapidly growing branches of Artificial Intelligence. The demand for finding more efficient techniques to generate recommendations becomes urgent. However, many recommendations become useless if there is a delay in generating and showing them to the user. Therefore, we focus on improving the speed of recommendation systems without impacting the accuracy. In this paper, we suggest a novel recommender system based on Factorization Machines and Association Rules (FMAR). We introduce an approach to generate association rules using two algorithms: (i) apriori and (ii) frequent pattern (FP) growth. These association rules will be utilized to reduce the number of items passed to the factorization machines recommendation model. We show that FMAR has significantly decreased the number of new items that the recommender system has to predict and hence, decreased the required time for generating the recommendations. On the other hand, while building the FMAR tool, we concentrate on making a balance between prediction time and accuracy of generated recommendations to ensure that the accuracy is not significantly impacted compared to the accuracy of using factorization machines without association rules.

Foundations

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

Your Notes