无需训练的推荐系统,能同时利用用户喜欢和讨厌的数据,提升推荐精度。
DualSpectralCF: Training-Free Sign-Aware Spectral Collaborative Filtering
- 通过引入符号感知的输入信号和项目间相似性算子,实现无训练的符号感知推荐。
- 在5个数据集上,召回率最高提升32.6%,冷启动用户效果更显著。
- 适用于追求高效部署的场景,比现有方法快7.7到155倍,适合工业应用。
现实推荐平台常收集显式负反馈,如一星评价、厌恶按钮点击、用户不信任及低观看比率视频。现有符号感知推荐模型虽可显著提升准确率,但需依赖梯度训练。而无训练的谱协同过滤方法成本极低,性能媲美甚至超越有训练模型,但仅基于正向交互。本文提出DualSpectralCF,一种无训练框架,包含两个组件:符号感知的用户输入信号$\mathbf{r}_u^{\pm}$和符号感知的项目-项目算子$\mathbf{M}^{\pm}$,融合同类偏好与同类反感的相似性。该框架对任意谱基线模型(如ChebyCF、GF-CF、Turbo-CF)均适用,仅增加两个标量超参。实验显示,所有实例在5个符号感知基准上均优于或持平原模型,召回率提升最高达+32.6%;在默认超参$(γ=-0.5, κ=0.1)$下,DualSpectralCF-Cheby提升+1.9%至+16.0%;整体运行速度为SIGformer的7.7至155.3倍,准确率可达其70.7%至90.7%。对冷启动用户效果尤为显著,如Epinions上仅有1-5个训练项的用户,召回率最高提升+29.2%。
原文摘要 · Abstract (English)
Real-world recommendation platforms routinely collect explicit negative feedback such as 1-star reviews, hate-button clicks, distrust between users, and very-low watch-ratio videos. Learned sign-aware recommenders exploit this signal for clear accuracy gains, but only at the cost of gradient-based training. In parallel, a line of training-free spectral collaborative filtering methods matches or beats learned graph recommenders at a fraction of the cost, yet operates on positive interactions alone. We bridge these two lines with DualSpectralCF, a training-free framework of two components that attach to any spectral backbone of the form $\hat{\mathbf{r}}_u = F(\mathbf{M}) \mathbf{r}_u$: a signed input signal $\mathbf{r}_u^{\pm}$ that encodes the user's explicit dislikes, and a signed item-item operator $\mathbf{M}^{\pm}$ that blends like-together and dislike-together similarity. The framework is backbone-agnostic and adds just two scalar hyperparameters. We instantiate DualSpectralCF on ChebyCF, GF-CF, and Turbo-CF, and evaluate on five sign-aware benchmarks: every instance matches or beats its unsigned backbone on all 5 datasets, with Recall@20 lifts up to +32.6% with backbone-specific $(γ, κ)$ tuning and +1.9% to +16.0% for DualSpectralCF-Cheby at the fixed default $(γ= -0.5, κ= 0.1)$, and the family runs 7.7 to 155.3$\times$ faster than SIGformer while reaching 70.7% to 90.7% of its accuracy. Sign-awareness helps most for cold-start users, with up to +29.2% Recall@20 on Epinions users with 1 to 5 training items.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。