paper-with-me

Papers

Differentiable Neural Input Search for Recommender Systems

2020-06-08 · Weiyu Cheng, Yanyan Shen, Linpeng Huang

Latent factor models are the driving forces of the state-of-the-art recommender systems, with an important insight of vectorizing raw input features into dense embeddings. The dimensions of different feature embeddings are often set to a same value empirically, which limits the predictive performance of latent factor models. Existing works have proposed heuristic or reinforcement learning-based methods to search for mixed feature embedding dimensions. For efficiency concern, these methods typically choose embedding dimensions from a restricted set of candidate dimensions. However, this restriction will hurt the flexibility of dimension selection, leading to suboptimal performance of search results. In this paper, we propose Differentiable Neural Input Search (DNIS), a method that searches for mixed feature embedding dimensions in a more flexible space through continuous relaxation and differentiable optimization. The key idea is to introduce a soft selection layer that controls the significance of each embedding dimension, and optimize this layer according to model's validation performance. DNIS is model-agnostic and thus can be seamlessly incorporated with existing latent factor models for recommendation. We conduct experiments with various architectures of latent factor models on three public real-world datasets for rating prediction, Click-Through-Rate (CTR) prediction, and top-k item recommendation. The results demonstrate that our method achieves the best predictive performance compared with existing neural input search approaches with fewer embedding parameters and less time cost.

📄 PDF Abstract BibTeX arXiv:2006.04466

Code (0)

등록된 구현이 없습니다.

Tasks

Click-Through Rate PredictionRecommendation Systems

Similar Papers 제목 키워드 기반

i-Razor: A Differentiable Neural Input Razor for Feature Selection and Dimension Search in DNN-Based Recommender Systems

2022-04-01 · Yao Yao, Bin Liu, Haoxun He, Dakui Sheng 외

Input features play a crucial role in DNN-based recommender systems with thousands of categorical and continuous fields from users, items, contexts, and interactions. Noisy features and inappropriate embedding dimension …

Click-Through Rate PredictionFeature Engineeringfeature selectionNeural Architecture Search+1

Defense Against Model Extraction Attacks on Recommender Systems

2023-10-25 · Sixiao Zhang, Hongzhi Yin, Hongxu Chen, Cheng Long

The robustness of recommender systems has become a prominent topic within the research community. Numerous adversarial attacks have been proposed, but most of them rely on extensive prior knowledge, such as all the white…

Model extractionRecommendation Systems

A Differentiable Ranking Metric Using Relaxed Sorting Operation for Top-K Recommender Systems

2020-08-30 · Hyunsung Lee, Yeongjae Jang, Jaekwang Kim, Honguk Woo

A recommender system generates personalized recommendations for a user by computing the preference score of items, sorting the items according to the score, and filtering top-K items with high scores. While sorting and r…

Recommendation Systems

RecSim NG: Toward Principled Uncertainty Modeling for Recommender Ecosystems

2021-03-14 · Martin Mladenov, Chih-Wei Hsu, Vihan Jain, Eugene Ie 외

The development of recommender systems that optimize multi-turn interaction with users, and model the interactions of different agents (e.g., users, content providers, vendors) in the recommender ecosystem have drawn inc…

counterfactualProbabilistic ProgrammingRecommendation Systems

COMET: Learning Cardinality Constrained Mixture of Experts with Trees and Local Search

2023-06-05 · Shibal Ibrahim, Wenyu Chen, Hussein Hazimeh, Natalia Ponomareva 외

The sparse Mixture-of-Experts (Sparse-MoE) framework efficiently scales up model capacity in various domains, such as natural language processing and vision. Sparse-MoEs select a subset of the "experts" (thus, only a por…

Language ModelingLanguage ModellingMixture-of-ExpertsRecommendation Systems