菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-01
📄 Abstract - UniMixer: A Unified Architecture for Scaling Laws in Recommendation Systems

In recent years, the scaling laws of recommendation models have attracted increasing attention, which govern the relationship between performance and parameters/FLOPs of recommenders. Currently, there are three mainstream architectures for achieving scaling in recommendation models, namely attention-based, TokenMixer-based, and factorization-machine-based methods, which exhibit fundamental differences in both design philosophy and architectural structure. In this paper, we propose a unified scaling architecture for recommendation systems, namely \textbf{UniMixer}, to improve scaling efficiency and establish a unified theoretical framework that unifies the mainstream scaling blocks. By transforming the rule-based TokenMixer to an equivalent parameterized structure, we construct a generalized parameterized feature mixing module that allows the token mixing patterns to be optimized and learned during model training. Meanwhile, the generalized parameterized token mixing removes the constraint in TokenMixer that requires the number of heads to be equal to the number of tokens. Furthermore, we establish a unified scaling module design framework for recommender systems, which bridges the connections among attention-based, TokenMixer-based, and factorization-machine-based methods. To further boost scaling ROI, a lightweight UniMixing module is designed, \textbf{UniMixing-Lite}, which further compresses the model parameters and computational cost while significantly improve the model performance. The scaling curves are shown in the following figure. Extensive offline and online experiments are conducted to verify the superior scaling abilities of \textbf{UniMixer}.

顶级标签: model training systems machine learning
详细标签: recommendation systems scaling laws unified architecture parameter efficiency feature mixing 或 搜索:

UniMixer:推荐系统中实现缩放定律的统一架构 / UniMixer: A Unified Architecture for Scaling Laws in Recommendation Systems


1️⃣ 一句话总结

这篇论文提出了一个名为UniMixer的统一架构,通过将推荐系统中主流的注意力、TokenMixer和因子分解机等不同缩放方法整合到一个理论框架内,并设计了更高效的轻量版模块,从而在减少计算成本的同时显著提升了模型性能。

源自 arXiv: 2604.00590