Pith. sign in

REVIEW 4 major objections 5 minor 63 references

Click-through rate network beats strong baselines by 1.67 percent

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

Diff-MSIN improves multi-modal CTR prediction AUC by roughly 1.5-2% over prior multi-modal baselines by disentangling common, specific, and synergistic modality features.

T0 review reviewed 2026-08-05 challenge →

load-bearing objection A plausible plug-in for multi-modal CTR with consistent gains, but the core diffusion equations are not reproducible as written and the T conflict undercuts the sensitivity analysis. the 4 major comments →

arxiv 2508.21460 v1 pith:CW6DHYM3 submitted 2025-08-29 cs.IR cs.AI

Diffusion-based Multi-modal Synergy Interest Network for Click-through Rate Prediction

classification cs.IR cs.AI
keywords click-through rate predictionmulti-modal recommendationsynergistic feature interactiondiffusion modelfeature fusionuser behavior sequenceAUC evaluation
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper proposes a multi-modal click-through rate (CTR) prediction framework that combines text, image, and ID signals, and claims it beats strong multi-modal models by at least 1.67% in AUC on four retail datasets. The motivation is that existing CTR models rely on IDs and ignore how text and images jointly drive clicks, while naive fusion entangles shared and modality-specific signals and adds noise. The framework separates each modality into common, special, and synergistic components, refines them through diffusion-style multi-step cross-modal interaction, and fuses them without letting auxiliary modalities override the ID signal. If the claim holds, it offers a plugin that improves several sequence-based CTR models.

Core claim

On its own terms, the paper establishes that Diff-MSIN, built from the Multi-modal Feature Enhancement, Synergistic Relationship Capture, and Feature Dynamic Adaptive Fusion modules, achieves the highest AUC on Rec-Tmall and the Amazon Home, Clothing, and Arts datasets among the compared methods, with relative improvement of at least 1.67% over the strongest multi-modal baseline. The mechanism is a decomposition of user interest into modality-common, modality-specific, and synergistic features, followed by a progressive, noise-injected cross-modal interaction and an ID-centered adaptive fusion that suppresses fusion noise. The paper also reports that the framework generalizes as a plugin: ad

What carries the argument

The central mechanism is a three-module pipeline. The MFE module uses separate expert networks for image, text, and ID plus shared experts to isolate common versus special knowledge, with a contrastive knowledge-decoupling loss that pushes modality-specific representations apart. The SRC module then runs a diffusion-inspired loop: at each of T steps it injects Gaussian noise into the interacted features and denoises them with cross-modal attention, producing a synergistic representation; this is the part that depends on an unresolved noising schedule (see weakest assumption). The FDAF module computes user- and item-dependent modality weights, runs a cross network over the weighted features,

Load-bearing premise

The reported gains rest on the SRC module being a genuine multi-step diffusion process, but Eq. (10) as written is circular (the same feature appears on both sides) and the schedule variable is never defined, so the actual noising schedule used in the experiments is unspecified.

What would settle it

Inspect the released code and identify the actual forward-noise schedule used for SRC. If Eq. (10) is implemented literally or the schedule variable is absent, the module is not the described diffusion process and the ablation gain attributed to SRC cannot be explained by it; separately, re-running the main comparison with T=12 instead of T=50 would show whether the headline improvement depends on the reported optimal setting.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • If the AUC gains are real, multi-modal CTR models can be improved by explicitly separating common, special, and synergistic signals instead of concatenating embedding spaces.
  • The plugin finding implies existing ID-based sequence models can adopt the modules without replacing their backbone.
  • Because removing text or image modality lowers AUC on all datasets, both modalities carry predictive signal beyond IDs; the framework's decoupling may be what lets them coexist.
  • The sensitivity analysis suggests a moderate number of diffusion interaction steps (around 10-15) is needed; too few or too many hurt AUC, so the iterative interaction, not the raw number of steps, drives the gain.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If the diffusion-style interaction indeed improves robustness, deliberately dropping entire modalities at test time should degrade Diff-MSIN less than baselines; the paper does not report this dropout test, making it a direct experimental extension.
  • The framework's reliance on ID as the primary fusion anchor suggests its gains may shrink in cold-start or long-tail settings where ID embeddings are weakly learned; that is a boundary the paper does not address.
  • The reported optimum T=12 while main experiments use T=50 suggests the published configuration may not match the analyzed configuration; before adopting the method, an independent check of the actual schedule is warranted.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes Diff-MSIN, a multi-modal plug-in for sequence-based CTR models. Its three modules are: MFE, which separates modality-specific and shared expert representations and applies a contrastive decoupling loss; SRC, which uses a diffusion-style multi-step cross-modal interaction to produce a synergistic feature; and FDAF, which gates and attentively fuses auxiliary modal features with the ID feature. Experiments on Rec-Tmall and three Amazon datasets report AUC gains over classical and multi-modal baselines, a generalizability study across DIN/ETA/TWIN/DPN backbones, ablations, sensitivity analyses, efficiency comparisons, and a case study.

Significance. If the reported gains are reproducible, the framework is a credible contribution: the MFE/FDAF design is well-motivated and the generalizability table (Table 3) is a useful result. The paper provides a code link and evaluates on four datasets with multiple backbones, which are strengths. However, the central SRC mechanism is described by an undefined equation, and the experimental section contains contradictions (T setting, ablation AUCs) that currently prevent verification. The strengths are real but the manuscript is not yet ready in its present form.

major comments (4)
  1. [Section 3.4.1, Eq. (10)-(11)] The forward diffusion update is not well-defined. Equation (10) defines \hat h^m_{t+1} in terms of h^m_{t+1} on the right-hand side, which is never defined by a preceding update. Equation (11) uses \bar\alpha_t, which is never introduced. The forward step increments t but the reverse step decrements from t to t-1 using \hat h^m_t, so the indexing is also inconsistent. As written, the SRC module cannot be implemented. Please provide a complete forward recursion and define \bar\alpha_t, and align the forward/reverse indices.
  2. [Sections 4.1.3/4.5, Table 2, Fig. 5] The implementation details set T=50, while the sensitivity study reports T=12 as optimal (AUC 0.7264) and T=20 as overfitting (AUC 0.7192). Main Table 2 reports Rec-Tmall AUC 0.7270 under T=50, which is higher than the stated T=12 optimum. The paper must state the exact T used for each reported result and reconcile the discrepancy; otherwise the sensitivity curve is not consistent with the main experiments.
  3. [Table 4 and Section 4.4] The ablation results are internally inconsistent. On Arts, the full model has AUC 0.7312, while w/o MFE and SRC = 0.7354, w/o FDAF = 0.7403, w/o SRC = 0.7399, and w/o MFE,SRC,FDAF = 0.7325; all ablated variants are higher than the full model. This contradicts the text that removing modules yields the lowest AUC on all datasets. The RelaImpr values also disagree with the AUCs (e.g., on Rec-Tmall, full vs w/o MFE and SRC is -1.35%, not -0.82%). Please correct or re-run the ablation.
  4. [Section 3.4.2, Eq. (13)] E_target is not defined. If E_target is the clicked target item's multimodal embedding, then L_syn is a supervised alignment loss conditioned on the same click label used in L_y, not an independently discovered synergy. This should be stated explicitly, and the paper should explain what the SRC module contributes beyond target-embedding matching, or provide an ablation that isolates L_syn from MFE/FDAF.
minor comments (5)
  1. [Table 2] The DIN row on Rec-Tmall reports RelaImpr 6.89%, but using the same baseline-relative formula as other rows gives 3.86% (DIN 0.6839 vs LR 0.6585). Please correct or state the formula.
  2. [Section 3.3.2] The text refers to 'five specific tensors' while Eq. (9) defines M={id, im, te}, i.e., three expert and three share tensors; the count is unclear.
  3. [Throughout] The dataset name is inconsistently spelled 'Rec-Tmal' in Table 2 and 'Rec-Tmall' elsewhere. Please unify.
  4. [Figure 2] The caption contains typos ('Mocule', 'inclued', 'MSSFI Module'). Please proofread.
  5. [Section 4.5, Fig. 5] The x-axis stops at T=20 although the implementation section states T=50. Extend the plot or explain the truncated range.

Circularity Check

1 steps flagged

SRC forward-diffusion equation is self-referential; the core 'synergy' module reduces to identity plus noise as written, while the reported AUC gains remain an external benchmark.

specific steps
  1. self definitional [Section 3.4.1 (SRC / MSSFI), Eq. (10)]
    "Forward Diffusion Process To improve the model’s robustness against input noise and modality missingness, we inject random noise into each modality’s feature representation after interaction at each time step. The maximum time step is T. The noise injection updates at time step t are given by: ˆℎ𝑚 𝑡+1 =√𝛼𝑡ℎ𝑚 𝑡+1+√1−𝛼𝑡𝜖𝑚 𝑡 (10) where 𝜖𝑚𝑡 represents the noise vector injected into modality m’s feature at time step t."

    The forward noising step defines \hat h^m_{t+1} as a function of h^m_{t+1}, the same time step's clean representation. No update rule for h^m_{t+1} from h^m_t is given anywhere in Section 3.4, so the only way to close the system is to identify h^m_{t+1} with \hat h^m_{t+1}; the update then degenerates to \hat h = sqrt(alpha) * \hat h + sqrt(1-alpha) * eps, i.e., an identity plus noise. Thus the claimed 'multi-step progressive refinement' of cross-modal synergy is self-definitional: the output is defined in terms of itself. In addition, Eq. (11) uses \bar\alpha_t without defining it, and Section 4.1.3 fixes T=50 while Section 4.5 reports T=12 as optimal and T=20 already overfits (AUC 0.7192 vs 0.7264); these make the module non-reproducible as written.

full rationale

The headline AUC comparison is an external benchmark against published baselines and is not derived from the model equations; the paper's self-citations in related work are not load-bearing. The main circularity concern is the SRC forward-diffusion equation: as written, it defines the noised state at t+1 in terms of the clean state at t+1, with no transition rule, making the claimed multi-step synergistic interaction self-referential rather than a derivation. Separately, the supervised synergy loss L_syn is a legitimate auxiliary objective, not a fitted parameter renamed as a prediction, and the T=50 vs T=12 discrepancy plus the undefined \bar\alpha_t are correctness/reproducibility issues rather than circularity. Because the core novelty's derivation reduces to a self-referential identity, but the final empirical claim still has independent experimental content, the circularity score is 6 rather than higher.

Axiom & Free-Parameter Ledger

4 free parameters · 4 axioms · 0 invented entities

The central claim rests on a collection of standard neural components plus several hand-picked hyperparameters; the main load-bearing assumptions are that CLIP features contain useful signal and that noise-injected attention steps create synergistic representations. No fundamentally new entities are introduced.

free parameters (4)
  • diffusion time steps T = reported 50 in implementation, 12 in sensitivity analysis
    Maximum number of forward/reverse interaction steps; chosen by experiments, and reported values are inconsistent.
  • loss weights w1 and w2 = searched in [0.001, 0.3] (text) and [0.0001, 0.05] (Fig. 6)
    Balance contrastive and synergy losses in Eq. (19); tuned per dataset.
  • noise schedule alpha_t = linear from 0.999 to 0.98 over T steps
    Controls noise injection strength; chosen by hand.
  • expert feature dimension = 128
    Hidden size for expert networks, contrastive loss, and attention; same as the explored hidden size.
axioms (4)
  • domain assumption CLIP embeddings of text and images encode complementary semantic information that improves CTR prediction
    The method assumes that pre-trained visual and textual features contribute signal beyond ID features; supported by ablations but not derived.
  • ad hoc to paper Injecting Gaussian noise into modality embeddings during training improves robustness and enables cross-modal denoising without a dedicated reconstruction objective
    SRC module uses noise injection as regularization; no theoretical or empirical isolation shows this specific design is necessary.
  • domain assumption User behavior sequences filtered to at least 5 interactions and truncated to 50 recent records remain representative
    Dataset preprocessing choice in Section 4.1.1; could affect benchmark results.
  • ad hoc to paper The reverse cross-modal attention function CI can act as an effective denoiser
    Eq. (11) uses attention as the denoising function, but no score-matching or denoising objective is trained.

reviewed 2026-08-05 · how reviews work

0 comments
Cite this review

Pith. "Pith review of Diffusion-based Multi-modal Synergy Interest Network for Click-through Rate Prediction." pith.science (2026). https://pith.science/paper/CW6DHYM3

@misc{pith2026250821460,
  author       = {Pith},
  title        = {Pith review of: Diffusion-based Multi-modal Synergy Interest Network for Click-through Rate Prediction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CW6DHYM3}},
  note         = {Machine review of arXiv:2508.21460}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

In click-through rate prediction, click-through rate prediction is used to model users' interests. However, most of the existing CTR prediction methods are mainly based on the ID modality. As a result, they are unable to comprehensively model users' multi-modal preferences. Therefore, it is necessary to introduce multi-modal CTR prediction. Although it seems appealing to directly apply the existing multi-modal fusion methods to click-through rate prediction models, these methods (1) fail to effectively disentangle commonalities and specificities across different modalities; (2) fail to consider the synergistic effects between modalities and model the complex interactions between modalities. To address the above issues, this paper proposes the Diffusion-based Multi-modal Synergy Interest Network (Diff-MSIN) framework for click-through prediction. This framework introduces three innovative modules: the Multi-modal Feature Enhancement (MFE) Module Synergistic Relationship Capture (SRC) Module, and the Feature Dynamic Adaptive Fusion (FDAF) Module. The MFE Module and SRC Module extract synergistic, common, and special information among different modalities. They effectively enhances the representation of the modalities, improving the overall quality of the fusion. To encourage distinctiveness among different features, we design a Knowledge Decoupling method. Additionally, the FDAF Module focuses on capturing user preferences and reducing fusion noise. To validate the effectiveness of the Diff-MSIN framework, we conducted extensive experiments using the Rec-Tmall and three Amazon datasets. The results demonstrate that our approach yields a significant improvement of at least 1.67% compared to the baseline, highlighting its potential for enhancing multi-modal recommendation systems. Our code is available at the following link: https://github.com/Cxx-0/Diff-MSIN.

Figures

Figures reproduced from arXiv: 2508.21460 by Weihai Lu, Xiaoxi Cui, Yiheng Li, Yu Tong, Zhejun Zhao.

Figure 1
Figure 1. Figure 1: User clicks are driven by the synergy of multi [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: (a) The overall framework of our proposed Diff-MSIN framework, which illustrates the forward computation process [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 4
Figure 4. Figure 4: AUC for removing different expert net removal of characteristics corresponding to more critical modali￾ties results in a more significant performance drop. This is because expert net are adept at extracting modal-specific features, thereby enhancing modal representations. Additionally, the removal of com￾mon and synergistic characteristics also causes a decrease in model performance. This can be attributed… view at source ↗
Figure 3
Figure 3. Figure 3: AUC for removing different modalities of removing different modalities varies across different datasets, suggesting that different types of products may have preferences for different modalities. Effect of removing different characteristics. As depicted in [PITH_FULL_IMAGE:figures/full_fig_p008_3.png] view at source ↗
Figure 7
Figure 7. Figure 7: Case study In [PITH_FULL_IMAGE:figures/full_fig_p009_7.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

63 extracted references · 33 canonical work pages · 3 internal anchors

  1. [1]

    Paul Baltescu, Haoyu Chen, Nikil Pancha, Andrew Zhai, Jure Leskovec, and Charles Rosenberg. 2022. ItemSage: Learning product embeddings for shopping recommendations at pinterest. InProceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining . 2703–2711

  2. [2]

    Jianxin Chang, Chenbin Zhang, Zhiyi Fu, Xiaoxue Zang, Lin Guan, Jing Lu, Yiqun Hui, Dewei Leng, Yanan Niu, Yang Song, et al. 2023. TWIN: TWo-stage interest network for lifelong user behavior modeling in CTR prediction at kuaishou. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 3785–3794

  3. [3]

    Qiwei Chen, Changhua Pei, Shanshan Lv, Chao Li, Junfeng Ge, and Wenwu Ou

  4. [4]

    Qiwei Chen, Huan Zhao, Wei Li, Pipei Huang, and Wenwu Ou. 2019. Behavior sequence transformer for e-commerce recommendation in alibaba. InProceedings of the 1st international workshop on deep learning practice for high-dimensional sparse data. 1–4

  5. [5]

    Heng-Tze Cheng, Levent Koc, Jeremiah Harmsen, Tal Shaked, Tushar Chandra, Hrishi Aradhye, Glen Anderson, Greg Corrado, Wei Chai, Mustafa Ispir, et al

  6. [6]

    Paul Covington, Jay Adams, and Emre Sargin. 2016. Deep neural networks for youtube recommendations. In Proceedings of the 10th ACM conference on recommender systems. 191–198

  7. [7]

    Xiuqi Deng, Lu Xu, Xiyao Li, Jinkai Yu, Erpeng Xue, Zhongyuan Wang, Di Zhang, Zhaojie Liu, Guorui Zhou, Yang Song, et al. 2024. End-to-end training of Multimodal Model and ranking Model. arXiv preprint arXiv:2404.06078 (2024)

  8. [8]

    Jacob Devlin. 2018. Bert: Pre-training of deep bidirectional transformers for language understanding. arXiv preprint arXiv:1810.04805 (2018)

  9. [9]

    Tom Fawcett. 2006. An introduction to ROC analysis. Pattern recognition letters 27, 8 (2006), 861–874

  10. [10]

    Yufei Feng, Fuyu Lv, Weichen Shen, Menghan Wang, Fei Sun, Yu Zhu, and Keping Yang. 2019. Deep session interest network for click-through rate prediction. arXiv preprint arXiv:1905.06482 (2019)

  11. [11]

    Huifeng Guo, Ruiming Tang, Yunming Ye, Zhenguo Li, and Xiuqiang He. 2017. DeepFM: a factorization-machine based neural network for CTR prediction.arXiv preprint arXiv:1703.04247 (2017)

  12. [12]

    Jiao He, Weihai Lu, and Jianjun Yuan. 2022. A Novel Efficient Unclick Behavior Modeling Framework for Click-Through Rate Prediction. In 2022 IEEE 34th Inter- national Conference on Tools with Artificial Intelligence (ICTAI) . IEEE, 112–121

  13. [13]

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. 2020. Denoising diffusion probabilistic models. Advances in neural information processing systems 33 (2020), 6840–6851

  14. [14]

    Yupeng Hou, Zhankui He, Julian McAuley, and Wayne Xin Zhao. 2023. Learning vector-quantized item representation for transferable sequential recommenders. In Proceedings of the ACM Web Conference 2023 . 1162–1171

  15. [15]

    Yupeng Hou, Shanlei Mu, Wayne Xin Zhao, Yaliang Li, Bolin Ding, and Ji-Rong Wen. 2022. Towards universal sequence representation learning for recommender systems. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Dis- covery and Data Mining . 585–593

  16. [16]

    Hengchang Hu, Wei Guo, Yong Liu, and Min-Yen Kan. 2023. Adaptive Multi- Modalities Fusion in Sequential Recommendation Systems. arXiv preprint arXiv:2308.15980 (2023)

  17. [17]

    Wei Ji, Xiangyan Liu, An Zhang, Yinwei Wei, Yongxin Ni, and Xiang Wang

  18. [18]

    Yangqin Jiang, Yuhao Yang, Lianghao Xia, and Chao Huang. 2024. Diffkg: Knowl- edge graph diffusion model for recommendation. In Proceedings of the 17th ACM International Conference on Web Search and Data Mining . 313–321

  19. [19]

    Houyi Li, Zhihong Chen, Chenliang Li, Rong Xiao, Hongbo Deng, Peng Zhang, Yongchao Liu, and Haihong Tang. 2021. Path-based deep network for candidate item matching in recommenders. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval . 1493– 1502

  20. [20]

    Honghao Li, Lei Sang, Yi Zhang, and Yiwen Zhang. 2024. SimCEN: Simple Contrast-enhanced Network for CTR Prediction. In Proceedings of the 32nd ACM International Conference on Multimedia . 2311–2320

  21. [21]

    Xiang Li, Chao Wang, Jiwei Tan, Xiaoyi Zeng, Dan Ou, Dan Ou, and Bo Zheng

  22. [22]

    Zihao Li, Aixin Sun, and Chenliang Li. 2023. Diffurec: A diffusion model for sequential recommendation. ACM Transactions on Information Systems 42, 3 (2023), 1–28

  23. [23]

    Jianxun Lian, Xiaohuan Zhou, Fuzheng Zhang, Zhongxia Chen, Xing Xie, and Guangzhong Sun. 2018. xdeepfm: Combining explicit and implicit feature in- teractions for recommender systems. In Proceedings of the 24th ACM SIGKDD international conference on knowledge discovery & data mining . 1754–1763

  24. [24]

    Chang Liu, Xiaoguang Li, Guohao Cai, Zhenhua Dong, Hong Zhu, and Lifeng Shang. 2021. Noninvasive self-attention for side information fusion in sequential recommendation. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 35. 4249–4256

  25. [25]

    Qidong Liu, Fan Yan, Xiangyu Zhao, Zhaocheng Du, Huifeng Guo, Ruiming Tang, and Feng Tian. 2023. Diffusion augmentation for sequential recommendation. In Proceedings of the 32nd ACM International Conference on Information and Knowledge Management. 1576–1586

  26. [26]

    Zhun Liu, Ying Shen, Varun Bharadhwaj Lakshminarasimhan, Paul Pu Liang, Amir Zadeh, and Louis-Philippe Morency. 2018. Efficient low-rank multimodal fusion with modality-specific factors. arXiv preprint arXiv:1806.00064 (2018)

  27. [27]

    Xinchen Luo, Jiangxia Cao, Tianyu Sun, Jinkai Yu, Rui Huang, Wei Yuan, Hezheng Lin, Yichen Zheng, Shiyao Wang, Qigen Hu, et al . 2024. QARM: Quantita- tive Alignment Multi-Modal Recommendation at Kuaishou. arXiv preprint arXiv:2411.11739 (2024)

  28. [28]

    H Brendan McMahan, Gary Holt, David Sculley, Michael Young, Dietmar Ebner, Julian Grady, Lan Nie, Todd Phillips, Eugene Davydov, Daniel Golovin, et al

  29. [29]

    Minghao Mo, Weihai Lu, Qixiao Xie, Xiang Lv, Zikai Xiao, Hong Yang, and Yanchun Zhang. 2024. MIN: Multi-stage Interactive Network for Multimodal Recommendation. In International Conference on Web Information Systems Engi- neering. Springer, 191–205

  30. [30]

    Minghao Mo, Weihai Lu, Qixiao Xie, Zikai Xiao, Xiang Lv, Hong Yang, and Yanchun Zhang. 2025. One multimodal plugin enhancing all: CLIP-based pre- training framework enhancing multimodal item representations in recommenda- tion systems. Neurocomputing (2025), 130059

  31. [31]

    Qi Pi, Guorui Zhou, Yujing Zhang, Zhe Wang, Lejian Ren, Ying Fan, Xiaoqiang Zhu, and Kun Gai. 2020. Search-based user interest modeling with lifelong sequential behavior data for click-through rate prediction. In Proceedings of the 29th ACM International Conference on Information & Knowledge Management . 2685–2692

  32. [32]

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. 2021. Learning transferable visual models from natural language supervision. In International conference on machine learning . PMLR, 8748–8763

  33. [33]

    Steffen Rendle. 2010. Factorization machines. In2010 IEEE International conference on data mining. IEEE, 995–1000

  34. [34]

    Xiang-Rong Sheng, Feifan Yang, Litong Gong, Biao Wang, Zhangming Chan, Yujing Zhang, Yueyao Cheng, Yong-Nan Zhu, Tiezheng Ge, Han Zhu, et al

  35. [35]

    Karen Simonyan and Andrew Zisserman. 2014. Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556 (2014)

  36. [36]

    Hongyan Tang, Junning Liu, Ming Zhao, and Xudong Gong. 2020. Progressive layered extraction (ple): A novel multi-task learning (mtl) model for personalized recommendations. In Proceedings of the 14th ACM Conference on Recommender Systems. 269–278

  37. [37]

    Zhulin Tao, Yinwei Wei, Xiang Wang, Xiangnan He, Xianglin Huang, and Tat- Seng Chua. 2020. Mgat: Multimodal graph attention network for recommendation. Information Processing & Management 57, 5 (2020), 102277

  38. [38]

    Ruoxi Wang, Bin Fu, Gang Fu, and Mingliang Wang. 2017. Deep & cross network for ad click predictions. In Proceedings of the ADKDD’17 . 1–7

  39. [39]

    Tan Wang, Xing Xu, Yang Yang, Alan Hanjalic, Heng Tao Shen, and Jingkuan Song. 2019. Matching images and text with multi-modal tensor fusion and re- ranking. In Proceedings of the 27th ACM international conference on multimedia . 12–20

  40. [40]

    Wenjie Wang, Yiyan Xu, Fuli Feng, Xinyu Lin, Xiangnan He, and Tat-Seng Chua

  41. [41]

    Yu Wang, Zhiwei Liu, Liangwei Yang, and Philip S Yu. 2024. Conditional denoising diffusion for sequential recommendation. InPacific-Asia Conference on Knowledge Discovery and Data Mining . Springer, 156–169

  42. [42]

    Yinwei Wei, Wenqi Liu, Fan Liu, Xiang Wang, Liqiang Nie, and Tat-Seng Chua

  43. [43]

    Yinwei Wei, Xiang Wang, Liqiang Nie, Xiangnan He, Richang Hong, and Tat-Seng Chua. 2019. MMGCN: Multi-modal graph convolution network for personalized recommendation of micro-video. In Proceedings of the 27th ACM international conference on multimedia. 1437–1445

  44. [44]

    Chuhan Wu, Fangzhao Wu, Mingxiao An, Jianqiang Huang, Yongfeng Huang, and Xing Xie. 2019. Neural news recommendation with attentive multi-view learning. arXiv preprint arXiv:1907.05576 (2019)

  45. [45]

    Fangxiong Xiao, Lixi Deng, Jingjing Chen, Houye Ji, Xiaorui Yang, Zhuoye Ding, and Bo Long. 2022. From Abstract to Details: A Generative Multimodal Fusion Framework for Recommendation. In Proceedings of the 30th ACM International Conference on Multimedia. 258–267. Diffusion-based Multi-modal Synergy Interest Network for Click-through Rate Prediction SIGIR...

  46. [46]

    Yiyan Xu, Wenjie Wang, Fuli Feng, Yunshan Ma, Jizhi Zhang, and Xiangnan He

  47. [47]

    In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval

    Diffusion recommender model. In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval . 832–841

  48. [48]

    Runlong Yu, Yuyang Ye, Qi Liu, Zihan Wang, Chunfeng Yang, Yucheng Hu, and Enhong Chen. 2021. Xcrossnet: Feature structure-oriented learning for click- through rate prediction. In Pacific-Asia Conference on Knowledge Discovery and Data Mining. Springer, 436–447

  49. [49]

    Hengyu Zhang, Junwei Pan, Dapeng Liu, Jie Jiang, and Xiu Li. 2024. Deep Pattern Network for Click-Through Rate Prediction. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval. 1189–1199

  50. [50]

    In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval

    LightGT: A Light Graph Transformer for Multimedia Recommendation. In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval . 1508–1517

  51. [51]

    Jujia Zhao, Wang Wenjie, Yiyan Xu, Teng Sun, Fuli Feng, and Tat-Seng Chua. 2024. Denoising diffusion recommender model. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval . 1370–1379

  52. [52]

    Guorui Zhou, Na Mou, Ying Fan, Qi Pi, Weijie Bian, Chang Zhou, Xiaoqiang Zhu, and Kun Gai. 2019. Deep interest evolution network for click-through rate prediction. In Proceedings of the AAAI conference on artificial intelligence , Vol. 33. 5941–5948

  53. [53]

    Guorui Zhou, Xiaoqiang Zhu, Chenru Song, Ying Fan, Han Zhu, Xiao Ma, Yanghui Yan, Junqi Jin, Han Li, and Kun Gai. 2018. Deep interest network for click-through rate prediction. In Proceedings of the 24th ACM SIGKDD international conference on knowledge discovery & data mining . 1059–1068

  54. [55]

    In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval

    Diffusion models for generative outfit recommendation. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval. 1350–1359

  55. [56]

    Ling Yan, Wu-Jun Li, Gui-Rong Xue, and Dingyi Han. 2014. Coupled group lasso for web-scale ctr prediction in display advertising. In International conference on machine learning. PMLR, 802–810

  56. [59]

    Jinghao Zhang, Yanqiao Zhu, Qiang Liu, Shu Wu, Shuhui Wang, and Liang Wang

  57. [60]

    In Proceedings of the 29th ACM International Conference on Multimedia

    Mining latent structures for multimedia recommendation. In Proceedings of the 29th ACM International Conference on Multimedia . 3872–3880

  58. [2013]

    In Proceedings of the 19th ACM SIGKDD international conference on Knowledge discovery and data mining

    Ad click prediction: a view from the trenches. In Proceedings of the 19th ACM SIGKDD international conference on Knowledge discovery and data mining . 1222–1230

  59. [2016]

    In Proceedings of the 1st workshop on deep learning for recommender systems

    Wide & deep learning for recommender systems. In Proceedings of the 1st workshop on deep learning for recommender systems . 7–10

  60. [2020]

    In Proceedings of The Web Conference 2020

    Adversarial multimodal representation learning for click-through rate prediction. In Proceedings of The Web Conference 2020 . 827–836

  61. [2021]

    arXiv preprint arXiv:2108.04468 (2021)

    End-to-end user behavior retrieval in click-through rateprediction model. arXiv preprint arXiv:2108.04468 (2021)

  62. [2023]

    Online Distillation-enhanced Multi-modal Transformer for Sequential Recommendation

    Online Distillation-enhanced Multi-modal Transformer for Sequential Recommendation. arXiv preprint arXiv:2308.04067 (2023)

  63. [2024]

    Enhancing Taobao Display Advertising with Multimodal Representations: Challenges, Approaches and Insights

    Enhancing Taobao Display Advertising with Multimodal Representations: Challenges, Approaches and Insights. arXiv preprint arXiv:2407.19467 (2024)

This paper was first reviewed by deepseek-v4-flash on August 5, 2026.