paper-with-me

Papers

The Potential of AutoML for Recommender Systems

2024-02-06 · Tobias Vente, Joeran Beel

Automated Machine Learning (AutoML) has greatly advanced applications of Machine Learning (ML) including model compression, machine translation, and computer vision. Recommender Systems (RecSys) can be seen as an application of ML. Yet, AutoML has found little attention in the RecSys community; nor has RecSys found notable attention in the AutoML community. Only few and relatively simple Automated Recommender Systems (AutoRecSys) libraries exist that adopt AutoML techniques. However, these libraries are based on student projects and do not offer the features and thorough development of AutoML libraries. We set out to determine how AutoML libraries perform in the scenario of an inexperienced user who wants to implement a recommender system. We compared the predictive performance of 60 AutoML, AutoRecSys, ML, and RecSys algorithms from 15 libraries, including a mean predictor baseline, on 14 explicit feedback RecSys datasets. To simulate the perspective of an inexperienced user, the algorithms were evaluated with default hyperparameters. We found that AutoML and AutoRecSys libraries performed best. AutoML libraries performed best for six of the 14 datasets (43%), but it was not always the same AutoML library performing best. The single-best library was the AutoRecSys library Auto-Surprise, which performed best on five datasets (36%). On three datasets (21%), AutoML libraries performed poorly, and RecSys libraries with default parameters performed best. Although, while obtaining 50% of all placements in the top five per dataset, RecSys algorithms fall behind AutoML on average. ML algorithms generally performed the worst.

📄 PDF Abstract BibTeX arXiv:2402.04453

Code (0)

등록된 구현이 없습니다.

Tasks

AutoMLMachine TranslationModel CompressionRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Library 설명 없음

Similar Papers 제목 키워드 기반

AutoML for Deep Recommender Systems: A Survey

2022-03-25 · Ruiqi Zheng, Liang Qu, Bin Cui, Yuhui Shi 외

Recommender systems play a significant role in information filtering and have been utilized in different scenarios, such as e-commerce and social media. With the prosperity of deep learning, deep recommender systems show…

AutoMLfeature selectionRecommendation SystemsSurvey

Towards Automated Model Design on Recommender Systems

2024-11-12 · Tunhou Zhang, Dehua Cheng, Yuchen He, Zhengxing Chen 외

The increasing popularity of deep learning models has created new opportunities for developing AI-based recommender systems. Designing recommender systems using deep neural networks requires careful architecture design, …

AutoMLClick-Through Rate PredictionmodelRecommendation Systems

A Comprehensive Survey on Automated Machine Learning for Recommendations

2022-04-04 · Bo Chen, Xiangyu Zhao, Yejing Wang, Wenqi Fan 외

Deep recommender systems (DRS) are critical for current commercial online service providers, which address the issue of information overload by recommending items that are tailored to the user's interests and preferences…

AutoMLBIG-bench Machine Learningfeature selectionRecommendation Systems+1

AutoRec: An Automated Recommender System

2020-06-26 · Ting-Hsiang Wang, Qingquan Song, Xiaotian Han, Zirui Liu 외

Realistic recommender systems are often required to adapt to ever-changing data and tasks or to explore different models systematically. To address the need, we present AutoRec, an open-source automated machine learning …

AutoMLClick-Through Rate PredictionRecommendation Systems

AutoMLP: Automated MLP for Sequential Recommendations

2023-03-11 · Muyang Li, Zijian Zhang, Xiangyu Zhao, Wanyu Wang 외

Sequential recommender systems aim to predict users' next interested item given their historical interactions. However, a long-standing issue is how to distinguish between users' long/short-term interests, which may be h…

Recommendation Systems