Distillation-based Scenario-Adaptive Mixture-of-Experts for the Matching Stage of Multi-scenario Recommendation
Ruibing Wang, Shuhan Guo, Haotong Du, Quanming Yao
TL;DR
This paper tackles the challenge of applying Multi-gate Mixture-of-Experts (MMOE) to the scalable matching stage in multi-scenario recommendation, where independent two-tower encoders and data imbalance hinder performance. It introduces Distillation-based Scenario-Adaptive Mixture-of-Experts (DSMOE), combining a lightweight Scenario-Adaptive Projection (SAP) module with a cross-architecture distillation framework from a joint-user-item teacher to the two-tower student. SAP injects scenario-specific, low-rank parameterizations to prevent expert collapse in tail scenarios, while knowledge distillation transfers high-order interaction signals to the efficient two-tower architecture. Experiments on two real-world datasets show DSMOE outperforms baselines, especially in data-sparse scenarios, with favorable efficiency metrics, validating its practicality for industrial retrieval systems and offering a path toward interaction-aware, scalable matching.
Abstract
Multi-scenario recommendation is pivotal for optimizing user experience across diverse contexts. While Multi-gate Mixture-of-Experts (MMOE) thrives in ranking, its transfer to the matching stage is hindered by the blind optimization inherent to independent two-tower architectures and the parameter dominance of head scenarios. To address these structural and distributional bottlenecks, we propose Distillation-based Scenario-Adaptive Mixture-of-Experts (DSMOE). Specially, we devise a Scenario-Adaptive Projection (SAP) module to generate lightweight, context-specific parameters, effectively preventing expert collapse in long-tail scenarios. Concurrently, we introduce a cross-architecture knowledge distillation framework, where an interaction-aware teacher guides the two-tower student to capture complex matching patterns. Extensive experiments on real-world datasets demonstrate DSMOE's superiority, particularly in significantly improving retrieval quality for under-represented, data-sparse scenarios.
