paper-with-me

Papers

Distilling Transitional Pattern to Large Language Models for Multimodal Session-based Recommendation

2025-04-13 · Jiajie Su, Qiyong Zhong, Yunshan Ma, Weiming Liu, Chaochao Chen, Xiaolin Zheng, Jianwei Yin, Tat-Seng Chua

Session-based recommendation (SBR) predicts the next item based on anonymous sessions. Traditional SBR explores user intents based on ID collaborations or auxiliary content. To further alleviate data sparsity and cold-start issues, recent Multimodal SBR (MSBR) methods utilize simplistic pre-trained models for modality learning but have limitations in semantic richness. Considering semantic reasoning abilities of Large Language Models (LLM), we focus on the LLM-enhanced MSBR scenario in this paper, which leverages LLM cognition for comprehensive multimodal representation generation, to enhance downstream MSBR. Tackling this problem faces two challenges: i) how to obtain LLM cognition on both transitional patterns and inherent multimodal knowledge, ii) how to align both features into one unified LLM, minimize discrepancy while maximizing representation utility. To this end, we propose a multimodal LLM-enhanced framework TPAD, which extends a distillation paradigm to decouple and align transitional patterns for promoting MSBR. TPAD establishes parallel Knowledge-MLLM and Transfer-MLLM, where the former interprets item knowledge-reflected features and the latter extracts transition-aware features underneath sessions. A transitional pattern alignment module harnessing mutual information estimation theory unites two MLLMs, alleviating distribution discrepancy and distilling transitional patterns into modal representations. Extensive experiments on real-world datasets demonstrate the effectiveness of our framework.

📄 PDF Abstract BibTeX arXiv:2504.10538

Code (0)

등록된 구현이 없습니다.

Tasks

Mutual Information EstimationSession-Based Recommendations

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Collaboration and Transition: Distilling Item Transitions into Multi-Query Self-Attention for Sequential Recommendation

2023-11-02 · Tianyu Zhu, Yansong Shi, Yuan Zhang, Yihong Wu 외

Modern recommender systems employ various sequential modules such as self-attention to learn dynamic user interests. However, these methods are less effective in capturing collaborative and transitional signals within us…

Recommendation SystemsSequential Recommendation

Video Finetuning Improves Reasoning Between Frames

2025-11-17 · Ruiqi Yang, Tian Yun, Zihan Wang, Ellie Pavlick arxiv

Multimodal large language models (LLMs) have made rapid progress in visual understanding, yet their extension from images to videos often reduces to a naive concatenation of frame tokens. In this work, we investigate wha…

Video Question AnsweringVisual Reasoning

Learning Snippet-to-Motion Progression for Skeleton-based Human Motion Prediction

2023-07-26 · Xinshun Wang, Qiongjie Cui, Chen Chen, Shen Zhao 외

Existing Graph Convolutional Networks to achieve human motion prediction largely adopt a one-step scheme, which output the prediction straight from history input, failing to exploit human motion patterns. We observe that…

Human motion predictionmotion predictionPose PredictionPrediction

Localizing Bugs in Program Executions with Graphical Models

2009-12-01 · NeurIPS 2009 12 · Laura Dietz, Valentin Dallmeier, Andreas Zeller, Tobias Scheffer

We devise a graphical model that supports the process of debugging software by guiding developers to code that is likely to contain defects. The model is trained using execution traces of passing test runs; it reflects t…

Bayesian Inference

LLM and GNN are Complementary: Distilling LLM for Multimodal Graph Learning

2024-06-03 · Junjie Xu, Zongyu Wu, Minhua Lin, Xiang Zhang 외

Recent progress in Graph Neural Networks (GNNs) has greatly enhanced the ability to model complex molecular structures for predicting properties. Nevertheless, molecular data encompasses more than just graph structures, …

Graph LearningLanguage ModelingLanguage ModellingLarge Language Model