Decoupled Multimodal Fusion for User Interest Modeling in Click-Through Rate Prediction
Alin Fan, Hanqing Li, Sihan Lu, Jingsong Yuan, Jiandong Zhang
TL;DR
This work tackles the mismatch between sparse ID-based signals and rich multimodal content in CTR prediction. It introduces Decoupled Multimodal Fusion (DMF), which combines a modality-enriched pathway (via Decoupled Target Attention) with a modality-centric pathway (via similarity histograms) through Complementary Modality Modeling, yielding strong offline gains and real-world business impact. The approach achieves efficient inference by decoupling target-aware computations from reusable target-agnostic components and demonstrates robust improvements on public and Lazada industrial data, including substantial online metrics. Overall, DMF provides a practical, scalable solution for integrating multimodal signals into industrial recommender systems with improved user-interest modeling and click-through performance.
Abstract
Modern industrial recommendation systems improve recommendation performance by integrating multimodal representations from pre-trained models into ID-based Click-Through Rate (CTR) prediction frameworks. However, existing approaches typically adopt modality-centric modeling strategies that process ID-based and multimodal embeddings independently, failing to capture fine-grained interactions between content semantics and behavioral signals. In this paper, we propose Decoupled Multimodal Fusion (DMF), which introduces a modality-enriched modeling strategy to enable fine-grained interactions between ID-based collaborative representations and multimodal representations for user interest modeling. Specifically, we construct target-aware features to bridge the semantic gap across different embedding spaces and leverage them as side information to enhance the effectiveness of user interest modeling. Furthermore, we design an inference-optimized attention mechanism that decouples the computation of target-aware features and ID-based embeddings before the attention layer, thereby alleviating the computational bottleneck introduced by incorporating target-aware features. To achieve comprehensive multimodal integration, DMF combines user interest representations learned under the modality-centric and modality-enriched modeling strategies. Offline experiments on public and industrial datasets demonstrate the effectiveness of DMF. Moreover, DMF has been deployed on the product recommendation system of the international e-commerce platform Lazada, achieving relative improvements of 5.30% in CTCVR and 7.43% in GMV with negligible computational overhead.
