IRLGJul 14, 2022

NASRec: Weight Sharing Neural Architecture Search for Recommender Systems

arXiv:2207.07187v220 citationsh-index: 65Has Code
Originality Highly original
AI Analysis

This work addresses the problem of architecture design for recommender systems, offering an automated approach that reduces human effort, though it is incremental as it builds on existing NAS methods.

The authors tackled the challenge of optimizing recommender systems by proposing NASRec, a weight-sharing neural architecture search method that trains a supernet to efficiently generate models, achieving state-of-the-art performance on three CTR prediction benchmarks.

The rise of deep neural networks offers new opportunities in optimizing recommender systems. However, optimizing recommender systems using deep neural networks requires delicate architecture fabrication. We propose NASRec, a paradigm that trains a single supernet and efficiently produces abundant models/sub-architectures by weight sharing. To overcome the data multi-modality and architecture heterogeneity challenges in the recommendation domain, NASRec establishes a large supernet (i.e., search space) to search the full architectures. The supernet incorporates versatile choice of operators and dense connectivity to minimize human efforts for finding priors. The scale and heterogeneity in NASRec impose several challenges, such as training inefficiency, operator-imbalance, and degraded rank correlation. We tackle these challenges by proposing single-operator any-connection sampling, operator-balancing interaction modules, and post-training fine-tuning. Our crafted models, NASRecNet, show promising results on three Click-Through Rates (CTR) prediction benchmarks, indicating that NASRec outperforms both manually designed models and existing NAS methods with state-of-the-art performance. Our work is publicly available at https://github.com/facebookresearch/NasRec.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes