Recent years have witnessed the great successes of embedding-based methods in recommender systems. Despite their decent performance, we argue one potential limitation of these methods -- the embedding magnitude has not been explicitly modulated, which may aggravate popularity bias and training instability, hindering the model from making a good recommendation. It motivates us to leverage the embedding normalization in recommendation. By normalizing user/item embeddings to a specific value, we empirically observe impressive performance gains (9\% on average) on four real-world datasets. Although encouraging, we also reveal a serious limitation when applying normalization in recommendation -- the performance is highly sensitive to the choice of the temperature $\tau$ which controls the scale of the normalized embeddings. To fully foster the merits of the normalization while circumvent its limitation, this work studied on how to adaptively set the proper $\tau$. Towards this end, we first make a comprehensive analyses of $\tau$ to fully understand its role on recommendation. We then accordingly develop an adaptive fine-grained strategy Adap-$\tau$ for the temperature with satisfying four desirable properties including adaptivity, personalized, efficiency and model-agnostic. Extensive experiments have been conducted to validate the effectiveness of the proposal. The code is available at \url{https://github.com/junkangwu/Adap_tau}.
翻译:近年来,基于嵌入的方法在推荐系统中取得了巨大成功。尽管这些方法性能出色,但我们认为其存在一个潜在局限——嵌入幅度未得到显式调控,这可能会加剧流行度偏差和训练不稳定性,阻碍模型做出优质推荐。这促使我们在推荐中引入嵌入归一化技术。通过将用户/物品嵌入归一化至特定数值,我们在四个真实数据集上观察到显著的性能提升(平均9%)。尽管成果令人鼓舞,但我们同时发现归一化在推荐应用中的一个严重局限性——其性能高度依赖于控制归一化嵌入尺度的温度参数τ的选择。为充分发挥归一化优势并规避其局限,本研究聚焦于如何自适应地设定合适的τ值。为此,我们首先对τ进行系统性分析以全面理解其在推荐中的作用机制,继而据此开发了满足自适应性、个性化、高效性和模型无关性四项理想特性的自适应细粒度策略Adap-τ。通过大量实验验证了该方法的有效性。代码已开源至https://github.com/junkangwu/Adap_tau。