paper-with-me

Papers

MuonRec: Shifting the Optimizer Paradigm Beyond Adam in Scalable Generative Recommendation

2026-02-28 · Rong Shan, Aofan Yu, Bo Chen, Kuo Cai, Qiang Luo, Ruiming Tang, Han Li, Weiwen Liu, Weinan Zhang, Jianghao Lin arxiv

Recommender systems (RecSys) are increasingly emphasizing scaling, leveraging larger architectures and more interaction data to improve personalization. Yet, despite the optimizer's pivotal role in training, modern RecSys pipelines almost universally default to Adam/AdamW, with limited scrutiny of whether these choices are truly optimal for recommendation. In this work, we revisit optimizer design for scalable recommendation and introduce MuonRec, the first framework that brings the recently proposed Muon optimizer to RecSys training. Muon performs orthogonalized momentum updates for 2D weight matrices via Newton-Schulz iteration, promoting diverse update directions and improving optimization efficiency. We develop an open-source training recipe for recommendation models and evaluate it across both traditional sequential recommenders and modern generative recommenders. Extensive experiments demonstrate that MuonRec reduces converged training steps by an average of 32.4\% while simultaneously improving final ranking quality. Specifically, MuonRec yields consistent relative gains in NDCG@10, averaging 12.6\% across all settings, with particularly pronounced improvements in generative recommendation models. These results consistently outperform strong Adam/AdamW baselines, positioning Muon as a promising new optimizer standard for RecSys training. Our code is available.

📄 PDF Abstract BibTeX arXiv:2603.00416

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recall and Learn: Fine-tuning Deep Pretrained Language Models with Less Forgetting

2020-04-27 · EMNLP 2020 11 · Sanyuan Chen, Yutai Hou, Yiming Cui, Wanxiang Che 외

Deep pretrained language models have achieved great success in the way of pretraining first and then fine-tuning. But such a sequential transfer learning paradigm often confronts the catastrophic forgetting problem and l…

Multi-Task LearningTransfer Learning

Rethinking Adam for Time Series Forecasting: A Simple Heuristic to Improve Optimization under Distribution Shifts

2026-03-10 · Yuze Dong, Jinsong Wu arxiv

Time-series forecasting often faces challenges from non-stationarity, particularly distributional drift, where the data distribution evolves over time. This dynamic behavior can undermine the effectiveness of adaptive op…

Time Series Forecasting

Optimizer-Induced Mode Connectivity: From AdamW to Muon

2026-05-11 · Fangzhao Zhang, Sungyoon Kim, Erica Zhang, Yiqi Jiang 외 arxiv

Mode connectivity has been widely studied, yet the role of the optimizer remains underexplored. We revisit it through optimizer-induced implicit regularization, asking how connectivity behaves when restricted to solution…

On the Principles Behind Neural Network Optimizers

2026-08-17 · Yushun Zhang arxiv

Reliable optimization is central to neural network (NN) training, yet Adam, the default optimizer for modern LLMs, rests on a fragile foundation. This thesis develops a principled grounding for Adam and motivates new des…

Beyond Adam: SOAP and Muon for Faster, Label-Efficient Training of Machine Learning Interatomic Potentials

2026-07-02 · Gil Harari, Yoel Zimmermann, Ola Tangen Kulseng, Laura Zichi 외 arxiv

Machine learning interatomic potentials (MLIPs) have become a hallmark of AI for scientific simulation. While efforts on new architectures and datasets have led to increasingly accurate and general models, the choice of …