paper-with-me

Papers

AutoLossGen: Automatic Loss Function Generation for Recommender Systems

2022-04-27 · Zelong Li, Jianchao Ji, Yingqiang Ge, Yongfeng Zhang

In recommendation systems, the choice of loss function is critical since a good loss may significantly improve the model performance. However, manually designing a good loss is a big challenge due to the complexity of the problem. A large fraction of previous work focuses on handcrafted loss functions, which needs significant expertise and human effort. In this paper, inspired by the recent development of automated machine learning, we propose an automatic loss function generation framework, AutoLossGen, which is able to generate loss functions directly constructed from basic mathematical operators without prior knowledge on loss structure. More specifically, we develop a controller model driven by reinforcement learning to generate loss functions, and develop iterative and alternating optimization schedule to update the parameters of both the controller model and the recommender model. One challenge for automatic loss generation in recommender systems is the extreme sparsity of recommendation datasets, which leads to the sparse reward problem for loss generation and search. To solve the problem, we further develop a reward filtering mechanism for efficient and effective loss generation. Experimental results show that our framework manages to create tailored loss functions for different recommendation models and datasets, and the generated loss gives better recommendation performance than commonly used baseline losses. Besides, most of the generated losses are transferable, i.e., the loss generated based on one model and dataset also works well for another model or dataset. Source code of the work is available at https://github.com/rutgerswiselab/AutoLossGen.

📄 PDF Abstract BibTeX arXiv:2204.13160

Code (1)

rutgerswiselab/autolossgen 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

AutoLoss: Automated Loss Function Search in Recommendations

2021-06-12 · Xiangyu Zhao, Haochen Liu, Wenqi Fan, Hui Liu 외

Designing an effective loss function plays a crucial role in training deep recommender systems. Most existing works often leverage a predefined and fixed loss function that could lead to suboptimal recommendation quality…

Recommendation Systems

Learning Rank Functionals: An Empirical Study

2014-07-23 · Truyen Tran, Dinh Phung, Svetha Venkatesh

Ranking is a key aspect of many applications, such as information retrieval, question answering, ad placement and recommender systems. Learning to rank has the goal of estimating a ranking model automatically from traini…

Information RetrievalLearning-To-RankQuestion AnsweringRecommendation Systems+1

CnGAN: Generative Adversarial Networks for Cross-network user preference generation for non-overlapped users

2020-08-25 · Dilruk Perera, Roger Zimmermann

A major drawback of cross-network recommender solutions is that they can only be applied to users that are overlapped across networks. Thus, the non-overlapped users, which form the majority of users are ignored. As a so…

DiversityMulti-Task Learning

Few-shot Model Extraction Attacks against Sequential Recommender Systems

2024-11-18 · HUI ZHANG, Fu Liu

Among adversarial attacks against sequential recommender systems, model extraction attacks represent a method to attack sequential recommendation models without prior knowledge. Existing research has primarily concentrat…

Model extractionRecommendation SystemsSequential Recommendation

UserSimCRS: A User Simulation Toolkit for Evaluating Conversational Recommender Systems

2023-01-13 · Jafar Afzali, Aleksander Mark Drzewiecki, Krisztian Balog, Shuo Zhang

We present an extensible user simulation toolkit to facilitate automatic evaluation of conversational recommender systems. It builds on an established agenda-based approach and extends it with several novel elements, inc…

Recommendation SystemsText GenerationUser Simulation