AutoField: Automating Feature Selection in Deep Recommender Systems
Yejing Wang,Xiang Zhao,Tong Xu,Xianren Wu +3 more
- 19 Apr 2022
TL;DR: This work designs a differentiable controller network, which is capable of automatically adjusting the probability of selecting a particular feature field; then, only selected feature fields are utilized to retrain the deep recommendation model.
read more
Abstract: Feature quality has an impactful effect on recommendation performance. Thereby, feature selection is a critical process in developing deep learning-based recommender systems. Most existing deep recommender systems, however, focus on designing sophisticated neural networks, while neglecting the feature selection process. Typically, they just feed all possible features into their proposed deep architectures, or select important features manually by human experts. The former leads to non-trivial embedding parameters and extra inference time, while the latter requires plenty of expert knowledge and human labor effort. In this work, we propose an AutoML framework that can adaptively select the essential feature fields in an automatic manner. Specifically, we first design a differentiable controller network, which is capable of automatically adjusting the probability of selecting a particular feature field; then, only selected feature fields are utilized to retrain the deep recommendation model. Extensive experiments on three benchmark datasets demonstrate the effectiveness of our framework. We conduct further experiments to investigate its properties, including the transferability, key components, and parameter sensitivity.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
AutoML for Deep Recommender Systems: A Survey
TL;DR: A taxonomy as a classification framework containing embedding dimension search, feature interaction search, model design search and other components search is presented, put a particular emphasis on the search space and search strategy, as they are the common thread to connect all methods within each category and enable practitioners to analyze and compare various approaches.
When Large Language Models Meet Personalization: Perspectives of Challenges and Opportunities
Jin Chen,Zheng Liu,Xunpeng Huang,Chenwang Wu,Qi Li,Gangwei Jiang,Yuanhao Pu,Yuxuan Lei,Xiaolong Chen,Xingmei Wang,Defu Lian,Enhong Chen +11 more
TL;DR: This perspective paper considers it to be the right time to review the challenges in personalization and the opportunities to address them with LLMs, and discusses the following aspects: the development and challenges for the existing personalization system, the newly emerged capabilities of largelanguage models, and the potential ways of making use of large language models for personalization.
IMF: Interactive Multimodal Fusion Model for Link Prediction
Xinhang Li,Xiangyu Zhao,Jiaxin Xu,Rong Zhang,Chunxiao Xing +4 more
- 20 Mar 2023
TL;DR: In this paper , a two-stage multimodal fusion framework is proposed to preserve modality-specific knowledge as well as take advantage of the complementarity between different modalities for link prediction.
When large language models meet personalization: perspectives of challenges and opportunities
Chen Jin,Li Zheng,Xiang‐Zhong Huang,Chengjun Wu,Qi Liu,Gangwei Jiang,Yunting Pu,Yuxuan Lei,Xiaolong Chen,Xingmei Wang,Kai Zheng,Defu Lian,Enhong Chen +12 more
TL;DR: Large language models will revolutionize personalization by enabling active user engagement and expanding the scope of personalization services.
42
AutoDenoise: Automatic Data Instance Denoising for Recommendations
Weilin Lin,Xiang Zhao,Yejing Wang,Yuanshao Zhu,Wanyu Wang +4 more
- 12 Mar 2023
TL;DR: In this paper , a Deep Reinforcement Learning (DRL) based framework, AutoDenoise, with an Instance Denoising Policy Network, is proposed for denoising data instances with an instance selection manner in deep recommendation systems.
References
•Journal Article
Scikit-learn: Machine Learning in Python
Fabian Pedregosa,Gaël Varoquaux,Alexandre Gramfort,Vincent Michel,Bertrand Thirion,Olivier Grisel,Mathieu Blondel,Peter Prettenhofer,Ron Weiss,Vincent Dubourg,Jake Vanderplas,Alexandre Passos,David Cournapeau,Matthieu Brucher,Matthieu Perrot,Edouard Duchesnay +15 more
TL;DR: Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems, focusing on bringing machine learning to non-specialists using a general-purpose high-level language.
Regression Shrinkage and Selection via the Lasso
TL;DR: A new method for estimation in linear models called the lasso, which minimizes the residual sum of squares subject to the sum of the absolute value of the coefficients being less than a constant, is proposed.
Principal Component Analysis.
Heng Tao Shen
- 01 Jan 2009
TL;DR: The paper focuses on the use of principal component analysis in typical chemometric areas but the results are generally applicable.
15.8K
An introduction to variable and feature selection
Isabelle Guyon,André Elisseeff +1 more
TL;DR: The contributions of this special issue cover a wide range of aspects of variable selection: providing a better definition of the objective function, feature construction, feature ranking, multivariate feature selection, efficient search methods, and feature validity assessment methods.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction
TL;DR: The Elements of Statistical Learning: Data Mining, Inference, and Prediction as discussed by the authors is a popular book for data mining and machine learning, focusing on data mining, inference, and prediction.
15.4K