paper-with-me

Papers

Multi-Feature Discrete Collaborative Filtering for Fast Cold-start Recommendation

2020-03-24 · Yang Xu, Lei Zhu, Zhiyong Cheng, Jingjing Li, Jiande Sun

Hashing is an effective technique to address the large-scale recommendation problem, due to its high computation and storage efficiency on calculating the user preferences on items. However, existing hashing-based recommendation methods still suffer from two important problems: 1) Their recommendation process mainly relies on the user-item interactions and single specific content feature. When the interaction history or the content feature is unavailable (the cold-start problem), their performance will be seriously deteriorated. 2) Existing methods learn the hash codes with relaxed optimization or adopt discrete coordinate descent to directly solve binary hash codes, which results in significant quantization loss or consumes considerable computation time. In this paper, we propose a fast cold-start recommendation method, called Multi-Feature Discrete Collaborative Filtering (MFDCF), to solve these problems. Specifically, a low-rank self-weighted multi-feature fusion module is designed to adaptively project the multiple content features into binary yet informative hash codes by fully exploiting their complementarity. Additionally, we develop a fast discrete optimization algorithm to directly compute the binary hash codes with simple operations. Experiments on two public recommendation datasets demonstrate that MFDCF outperforms the state-of-the-arts on various aspects.

📄 PDF Abstract BibTeX arXiv:2003.10719

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringQuantization

Similar Papers 제목 키워드 기반

Flow Matching for Collaborative Filtering

2025-02-11 · Chengkai Liu, Yangtian Zhang, Jianling Wang, Rex Ying 외

Generative models have shown great promise in collaborative filtering by capturing the underlying distribution of user interests and preferences. However, existing approaches struggle with inaccurate posterior approximat…

Collaborative FilteringRecommendation Systems

Fast Variational AutoEncoder with Inverted Multi-Index for Collaborative Filtering

2021-09-13 · Jin Chen, Defu Lian, Binbin Jin, Xu Huang 외

Variational AutoEncoder (VAE) has been extended as a representative nonlinear method for collaborative filtering. However, the bottleneck of VAE lies in the softmax computation over all items, such that it takes linear c…

Collaborative Filtering

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

Graph Neural Controlled Differential Equations For Collaborative Filtering

2025-01-23 · Ke Xu, Weizhi Zhang, Zihe Song, Yuanjie Zhu 외

Graph Convolution Networks (GCNs) are widely considered state-of-the-art for recommendation systems. Several studies in the field of recommendation systems have attempted to apply collaborative filtering (CF) into the Ne…

Collaborative FilteringRecommendation Systems

Enhancing Graph Contrastive Learning with Reliable and Informative Augmentation for Recommendation

2024-09-09 · Bowen Zheng, Junjie Zhang, Hongyu Lu, Yu Chen 외

Graph neural network(GNN) has been a powerful approach in collaborative filtering(CF) due to its ability to model high-order user-item relationships. Recently, to alleviate the data sparsity and enhance representation le…

Collaborative FilteringContrastive LearningGraph Neural NetworkRepresentation Learning