菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-02
📄 Abstract - MealRec: Multi-granularity Sequential Modeling via Hierarchical Diffusion Models for Micro-Video Recommendation

Micro-video recommendation aims to capture user preferences from the collaborative and context information of the interacted micro-videos, thereby predicting the appropriate videos. This target is often hindered by the inherent noise within multimodal content and unreliable implicit feedback, which weakens the correspondence between behaviors and underlying interests. While conventional works have predominantly approached such scenario through behavior-augmented modeling and content-centric multimodal analysis, these paradigms can inadvertently give rise to two non-trivial challenges: preference-irrelative video representation extraction and inherent modality conflicts. To address these issues, we propose a Multi-granularity sequential modeling method via hierarchical diffusion models for micro-video Recommendation (MealRec), which simultaneously considers temporal correlations during preference modeling from intra- and inter-video perspectives. Specifically, we first propose Temporal-guided Content Diffusion (TCD) to refine video representations under intra-video temporal guidance and personalized collaborative signals to emphasize salient content while suppressing redundancy. To achieve the semantically coherent preference modeling, we further design the Noise-unconditional Preference Denoising (NPD) to recovers informative user preferences from corrupted states under the blind denoising. Extensive experiments and analyses on four micro-video datasets from two platforms demonstrate the effectiveness, universality, and robustness of our MealRec, further uncovering the effective mechanism of our proposed TCD and NPD. The source code and corresponding dataset will be available upon acceptance.

顶级标签: multi-modal model training recommender systems
详细标签: micro-video recommendation hierarchical diffusion models sequential modeling temporal guidance preference denoising 或 搜索:

MealRec:基于分层扩散模型的多粒度序列建模用于微视频推荐 / MealRec: Multi-granularity Sequential Modeling via Hierarchical Diffusion Models for Micro-Video Recommendation


1️⃣ 一句话总结

这篇论文提出了一种名为MealRec的新方法,它利用分层扩散模型来更精准地理解用户在观看微视频时的兴趣变化,通过同时分析单个视频内部和多个视频之间的时间关联,有效过滤了视频内容中的噪声和干扰,从而提升了推荐系统的准确性和鲁棒性。

源自 arXiv: 2603.01926