paper-with-me

Papers

Compositional Coding for Collaborative Filtering

2019-05-09 · Chenghao Liu, Tao Lu, Xin Wang, Zhiyong Cheng, Jianling Sun, Steven C. H. Hoi

Efficiency is crucial to the online recommender systems. Representing users and items as binary vectors for Collaborative Filtering (CF) can achieve fast user-item affinity computation in the Hamming space, in recent years, we have witnessed an emerging research effort in exploiting binary hashing techniques for CF methods. However, CF with binary codes naturally suffers from low accuracy due to limited representation capability in each bit, which impedes it from modeling complex structure of the data. In this work, we attempt to improve the efficiency without hurting the model performance by utilizing both the accuracy of real-valued vectors and the efficiency of binary codes to represent users/items. In particular, we propose the Compositional Coding for Collaborative Filtering (CCCF) framework, which not only gains better recommendation efficiency than the state-of-the-art binarized CF approaches but also achieves even higher accuracy than the real-valued CF method. Specifically, CCCF innovatively represents each user/item with a set of binary vectors, which are associated with a sparse real-value weight vector. Each value of the weight vector encodes the importance of the corresponding binary vector to the user/item. The continuous weight vectors greatly enhances the representation capability of binary codes, and its sparsity guarantees the processing speed. Furthermore, an integer weight approximation scheme is proposed to further accelerate the speed. Based on the CCCF framework, we design an efficient discrete optimization algorithm to learn its parameters. Extensive experiments on three real-world datasets show that our method outperforms the state-of-the-art binarized CF methods (even achieves better performance than the real-valued CF method) by a large margin in terms of both recommendation accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:1905.03752

Code (1)

3140102441/CCCF 공식 구현

Tasks

Collaborative FilteringRecommendation Systems

Similar Papers 제목 키워드 기반

Graph DNA: Deep Neighborhood Aware Graph Encoding for Collaborative Filtering

2019-05-29 · Liwei Wu, Hsiang-Fu Yu, Nikhil Rao, James Sharpnack 외

In this paper, we consider recommender systems with side information in the form of graphs. Existing collaborative filtering algorithms mainly utilize only immediate neighborhood information and have a hard time taking a…

Collaborative FilteringRecommendation Systems

From ID-based to ID-free: Rethinking ID Effectiveness in Multimodal Collaborative Filtering Recommendation

2025-07-08 · Guohao Li, Li Jing, Jia Wu, Xuefei Li 외

Most existing multimodal collaborative filtering recommendation (MCFRec) methods rely heavily on ID features and multimodal content to enhance recommendation performance. However, this paper reveals that ID features are …

Collaborative FilteringContrastive Learning

Lightweight Embeddings with Graph Rewiring for Collaborative Filtering

2025-05-25 · Xurong Liang, Tong Chen, Wei Yuan, Hongzhi Yin

As recommendation services scale rapidly and their deployment now commonly involves resource-constrained edge devices, GNN-based recommender systems face significant challenges, including high embedding storage costs and…

Collaborative FilteringRecommendation Systems

A Compositional Model of Multi-faceted Trust for Personalized Item Recommendation

2019-09-04 · Liliana Ardissono, Noemi Mauro

Trust-based recommender systems improve rating prediction with respect to Collaborative Filtering by leveraging the additional information provided by a trust network among users to deal with the cold start problem. Howe…

Collaborative FilteringRecommendation Systems

Data Poisoning Attacks on Neighborhood-based Recommender Systems

2019-12-01 · Liang Chen, Yangjun Xu, Fenfang Xie, Min Huang 외

Nowadays, collaborative filtering recommender systems have been widely deployed in many commercial companies to make profit. Neighbourhood-based collaborative filtering is common and effective. To date, despite its effec…

Collaborative FilteringData PoisoningRecommendation Systems