Collaborative Filtering

370 papers with code • 1 benchmarks • 4 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Collaborative Filtering models and implementations

Accelerating Matrix Factorization by Dynamic Pruning for Fast Recommendation

git-smsun/dp-mf 18 Mar 2024

The fine-grained structured sparsity causes a large amount of unnecessary operations during both matrix multiplication and latent factor update, increasing the computational time of the MF training process.

0
18 Mar 2024

Deep Rating Elicitation for New Users in Collaborative Filtering

wonbinkweon/dre_www2020 26 Feb 2024

Recent recommender systems started to use rating elicitation, which asks new users to rate a small seed itemset for inferring their preferences, to improve the quality of initial recommendations.

9
26 Feb 2024

Disentangled Graph Variational Auto-Encoder for Multimodal Recommendation with Interpretability

enoche/dgvae 25 Feb 2024

While the incorporation of multimodal information could enhance the interpretability of these systems, current multimodal models represent users and items utilizing entangled numerical vectors, rendering them arduous to interpret.

5
25 Feb 2024

Scalable and Provably Fair Exposure Control for Large-Scale Recommender Systems

riktor/exadmm-recommender 22 Feb 2024

Typical recommendation and ranking methods aim to optimize the satisfaction of users, but they are often oblivious to their impact on the items (e. g., products, jobs, news, video) and their providers.

1
22 Feb 2024

General Debiasing for Graph-based Collaborative Filtering via Adversarial Graph Dropout

arthurma71/advdrop 21 Feb 2024

However, we have discovered that this aggregation mechanism comes with a drawback, which amplifies biases present in the interaction graph.

5
21 Feb 2024

Prototypical Contrastive Learning through Alignment and Uniformity for Recommendation

oceanlvr/protoau 3 Feb 2024

Specifically, we first propose prototypes (cluster centroids) as a latent space to ensure consistency across different augmentations from the origin graph, aiming to eliminate the need for random sampling of contrastive pairs.

2
03 Feb 2024

CF4J: Collaborative Filtering for Java

ferortega/cf4j 1 Feb 2024

Recommender Systems (RS) provide a relevant tool to mitigate the information overload problem.

53
01 Feb 2024

RecDCL: Dual Contrastive Learning for Recommendation

thudm/recdcl 28 Jan 2024

In this work, we investigate how to employ both batch-wise CL (BCL) and feature-wise CL (FCL) for recommendation.

10
28 Jan 2024

Adaptive Hardness Negative Sampling for Collaborative Filtering

riwei-heu/ahns 10 Jan 2024

Negative sampling is essential for implicit collaborative filtering to provide proper negative training signals so as to achieve desirable performance.

4
10 Jan 2024

DualVAE: Dual Disentangled Variational AutoEncoder for Recommendation

georgeguo-cn/dualvae 10 Jan 2024

To address this problem, we propose a Dual Disentangled Variational AutoEncoder (DualVAE) for collaborative recommendation, which combines disentangled representation learning with variational inference to facilitate the generation of implicit interaction data.

2
10 Jan 2024