paper-with-me

Papers

AMEIR: Automatic Behavior Modeling, Interaction Exploration and MLP Investigation in the Recommender System

2020-06-10 · Pengyu Zhao, Kecheng Xiao, Yuanxing Zhang, Kaigui Bian, Wei Yan

Recently, deep learning models have been widely spread in the industrial recommender systems and boosted the recommendation quality. Though having achieved remarkable success, the design of task-aware recommender systems usually requires manual feature engineering and architecture engineering from domain experts. To relieve those human efforts, we explore the potential of neural architecture search (NAS) and introduce AMEIR for Automatic behavior Modeling, interaction Exploration and multi-layer perceptron (MLP) Investigation in the Recommender system. The core contributions of AMEIR are the three-stage search space and the tailored three-step searching pipeline. Specifically, AMEIR divides the complete recommendation models into three stages of behavior modeling, interaction exploration, MLP aggregation, and introduces a novel search space containing three tailored subspaces that cover most of the existing methods and thus allow for searching better models. To find the ideal architecture efficiently and effectively, AMEIR realizes the one-shot random search in recommendation progressively on the three stages and assembles the search results as the final outcome. Further analysis reveals that AMEIR's search space could cover most of the representative recommendation models, which demonstrates the universality of our design. The extensive experiments over various scenarios reveal that AMEIR outperforms competitive baselines of elaborate manual design and leading algorithmic complex NAS methods with lower model complexity and comparable time cost, indicating efficacy, efficiency and robustness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2006.05933

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringNeural Architecture SearchRecommendation Systems

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
Sigmoid Activation 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

A Unified Comparison of User Modeling Techniques for Predicting Data Interaction and Detecting Exploration Bias

2022-08-09 · Sunwoo Ha, Shayan Monadjemi, Roman Garnett, Alvitta Ottley

The visual analytics community has proposed several user modeling algorithms to capture and analyze users' interaction behavior in order to assist users in data exploration and insight generation. For example, some can d…

Bias DetectionData Interaction

GameIR: A Large-Scale Synthesized Ground-Truth Dataset for Image Restoration over Gaming Content

2024-08-29 · Lebin Zhou, Kun Han, Nam Ling, Wei Wang 외

Image restoration methods like super-resolution and image synthesis have been successfully used in commercial cloud gaming products like NVIDIA's DLSS. However, restoration over gaming content is not well studied by the …

Image GenerationImage RestorationNeRFNovel View Synthesis+1

Modeling Behavioral Intensity and Transitions for Generative Recommendation

2026-04-27 · Wenxuan Yang, Xiaoyang Xu, Hanyu Zhang, Zhexuan Xu 외 arxiv

Multi-behavior recommendation aims to predict user conversions by modeling various interaction types that carry distinct intent signals. Recently, generative sequence modeling methods have emerged as an important paradig…

FM-IRL: Flow-Matching for Reward Modeling and Policy Regularization in Reinforcement Learning

2025-10-10 · Zhenglin Wan, Jingxuan Wu, Xingrui Yu, Chubin Zhang 외 arxiv

Flow Matching (FM) has shown remarkable ability in modeling complex distributions and achieves strong performance in offline imitation learning for cloning expert behaviors. However, despite its behavioral cloning expres…

Reinforcement Learning

Exploration-Driven Generative Interactive Environments

2025-04-03 · CVPR 2025 1 · Nedko Savov, Naser Kazemi, Mohammad Mahdi, Danda Pani Paudel 외

Modern world models require costly and time-consuming collection of large video datasets with action demonstrations by people or by environment-specific agents. To simplify training, we focus on using many virtual enviro…