paper-with-me

홈 › Papers

Adap-$τ$: Adaptively Modulating Embedding Magnitude for Recommendation

2023-02-09 · Jiawei Chen, Junkang Wu, Jiancan Wu, Sheng Zhou, Xuezhi Cao, Xiangnan He

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}.

📄 PDF Abstract BibTeX arXiv:2302.04775

Code (2)

junkangwu/adap_tau 공식 구현 pytorch
junkangwu/ADNCE pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Adaptive whitening in neural populations with gain-modulating interneurons

2023-01-27 · Lyndon R. Duong, David Lipshutz, David J. Heeger, Dmitri B. Chklovskii 외

Statistical whitening transformations play a fundamental role in many computational systems, and may also play an important role in biological sensory systems. Existing neural circuit models of adaptive whitening operate…

AdaptiveRec: Adaptively Construct Pairs for Contrastive Learning in Sequential Recommendation

2023-07-07 · Jaeheyoung Jeon, Jung Hyun Ryu, Jewoong Cho, Myungjoo Kang

This paper presents a solution to the challenges faced by contrastive learning in sequential recommendation systems. In particular, it addresses the issue of false negative, which limits the effectiveness of recommendati…

Contrastive LearningRecommendation SystemsSequential Recommendation

MetaBalance: Improving Multi-Task Recommendations via Adapting Gradient Magnitudes of Auxiliary Tasks

2022-03-14 · Yun He, Xue Feng, Cheng Cheng, Geng Ji 외

In many personalized recommendation scenarios, the generalization ability of a target task can be improved via learning with additional auxiliary tasks alongside this target task on a multi-task network. However, this me…

Learnable Embedding Sizes for Recommender Systems

2021-01-19 · ICLR 2021 1 · Siyi Liu, Chen Gao, Yihong Chen, Depeng Jin 외

The embedding-based representation learning is commonly used in deep learning recommendation models to map the raw sparse features to dense vectors. The traditional embedding manner that assigns a uniform size to all fea…

Recommendation SystemsRepresentation Learning

Learning Effective and Efficient Embedding via an Adaptively-Masked Twins-based Layer

2021-08-24 · Bencheng Yan, Pengjie Wang, Kai Zhang, Wei Lin 외

Embedding learning for categorical features is crucial for the deep learning-based recommendation models (DLRMs). Each feature value is mapped to an embedding vector via an embedding learning process. Conventional method…

Neural Architecture Search