English

NASRec: Weight Sharing Neural Architecture Search for Recommender Systems

Information Retrieval 2024-01-17 v2 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2207.07187,
  title  = {NASRec: Weight Sharing Neural Architecture Search for Recommender Systems},
  author = {Tunhou Zhang and Dehua Cheng and Yuchen He and Zhengxing Chen and Xiaoliang Dai and Liang Xiong and Feng Yan and Hai Li and Yiran Chen and Wei Wen},
  journal= {arXiv preprint arXiv:2207.07187},
  year   = {2024}
}

Comments

Proceedings of the ACM Web Conference 2023 (WWW'23)

R2 v1 2026-06-25T00:55:47.820Z