MixFormer: Co-Scaling Up Dense and Sequence in Industrial Recommenders
About
As industrial recommender systems enter a scaling-driven regime, Transformer architectures have become increasingly attractive for scaling models towards larger capacity and longer sequence. However, existing Transformer-based recommendation models remain structurally fragmented, where sequence modeling and feature interaction are implemented as separate modules with independent parameterization. Such designs introduce a fundamental co-scaling challenge, as model capacity must be suboptimally allocated between dense feature interaction and sequence modeling under a limited computational budget. In this work, we propose MixFormer, a unified Transformer-style architecture tailored for recommender systems, which jointly models sequential behaviors and feature interactions within a single backbone. Through a unified parameterization, MixFormer enables effective co-scaling across both dense capacity and sequence length, mitigating the trade-off observed in decoupled designs. Moreover, the integrated architecture facilitates deep interaction between sequential and non-sequential representations, allowing high-order feature semantics to directly inform sequence aggregation and enhancing overall expressiveness. To ensure industrial practicality, we further introduce a user-item decoupling strategy for efficiency optimizations that significantly reduce redundant computation and inference latency. Extensive experiments on large-scale industrial datasets demonstrate that MixFormer consistently exhibits superior accuracy and efficiency. Furthermore, large-scale online A/B tests on two production recommender systems, Douyin and Douyin Lite, show consistent improvements in user engagement metrics, including active days and in-app usage duration.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| CTR Prediction | KuaiRec (test) | AUC0.8724 | 20 | |
| CTR Prediction | TAAC-2025 (test) | AUC75.14 | 20 | |
| CTR Prediction | KuaiRand (test) | AUC66.09 | 20 | |
| Effective-view prediction | Kuaishou industrial dataset | GAUC0.8514 | 14 | |
| Finish Click-Through Rate Prediction | Douyin Offline | AUC1.28 | 12 | |
| Skip Click-Through Rate Prediction | Douyin Offline | AUC160 | 12 | |
| Follow Prediction | Kuaishou industrial dataset | GAUC83.88 | 7 | |
| Long View Prediction | Kuaishou Industrial | GAUC77.64 | 7 | |
| Recommendation | Douyin recommendation system (online) | Active Days Change (%)22.63 | 5 | |
| Feed Recommendation | Douyin Lite | Active Day Improvement25.43 | 4 |