paper-with-me

Papers

Towards Automated Model Design on Recommender Systems

2024-11-12 · Tunhou Zhang, Dehua Cheng, Yuchen He, Zhengxing Chen, Xiaoliang Dai, Liang Xiong, Yudong Liu, Feng Cheng, Yufan Cao, Feng Yan, Hai Li, Yiran Chen, Wei Wen

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, and further optimization demands extensive co-design efforts on jointly optimizing model architecture and hardware. Design automation, such as Automated Machine Learning (AutoML), is necessary to fully exploit the potential of recommender model design, including model choices and model-hardware co-design strategies. We introduce a novel paradigm that utilizes weight sharing to explore abundant solution spaces. Our paradigm creates a large supernet to search for optimal architectures and co-design strategies to address the challenges of data multi-modality and heterogeneity in the recommendation domain. From a model perspective, the supernet includes a variety of operators, dense connectivity, and dimension search options. From a co-design perspective, it encompasses versatile Processing-In-Memory (PIM) configurations to produce hardware-efficient models. Our solution space's scale, heterogeneity, and complexity pose several challenges, which we address by proposing various techniques for training and evaluating the supernet. Our crafted models show promising results on three Click-Through Rates (CTR) prediction benchmarks, outperforming both manually designed and AutoML-crafted models with state-of-the-art performance when focusing solely on architecture search. From a co-design perspective, we achieve 2x FLOPs efficiency, 1.8x energy efficiency, and 1.5x performance improvements in recommender models.

📄 PDF Abstract BibTeX arXiv:2411.07569

Code (1)

facebookresearch/nasrec 공식 구현 pytorch

Tasks

AutoMLClick-Through Rate PredictionmodelRecommendation Systems

Similar Papers 제목 키워드 기반

Agent0: Leveraging LLM Agents to Discover Multi-value Features from Text for Enhanced Recommendations

2025-07-25 · Blaž Škrlj, Benoît Guilleminot, Andraž Tori arxiv

Large language models (LLMs) and their associated agent-based frameworks have significantly advanced automated information extraction, a critical component of modern recommender systems. While these multitask frameworks …

Information ExtractionFeature EngineeringCode Generation

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

Digital Nudging with Recommender Systems: Survey and Future Directions

2020-11-06 · Mathias Jesse, Dietmar Jannach

Recommender systems are nowadays a pervasive part of our online user experience, where they either serve as information filters or provide us with suggestions for additionally relevant content. These systems thereby infl…

Decision MakingRecommendation SystemsSurvey

From AutoRecSys to AutoRecLab: A Call to Build, Evaluate, and Govern Autonomous Recommender-Systems Research Labs

2025-10-20 · Joeran Beel, Bela Gipp, Tobias Vente, Moritz Baumgart 외 arxiv

Recommender-systems research has accelerated model and evaluation advances, yet largely neglects automating the research process itself. We argue for a shift from narrow AutoRecSys tools -- focused on algorithm selection…

Recommender Systems Algorithm Selection for Ranking Prediction on Implicit Feedback Datasets

2024-09-09 · Lukas Wegmeth, Tobias Vente, Joeran Beel

The recommender systems algorithm selection problem for ranking prediction on implicit feedback datasets is under-explored. Traditional approaches in recommender systems algorithm selection focus predominantly on rating …

Recommendation Systems