paper-with-me

홈 › Papers

A Unified Graph Transformer for Overcoming Isolations in Multi-modal Recommendation

2024-07-29 · Zixuan Yi, Iadh Ounis

With the rapid development of online multimedia services, especially in e-commerce platforms, there is a pressing need for personalised recommendation systems that can effectively encode the diverse multi-modal content associated with each item. However, we argue that existing multi-modal recommender systems typically use isolated processes for both feature extraction and modality modelling. Such isolated processes can harm the recommendation performance. Firstly, an isolated extraction process underestimates the importance of effective feature extraction in multi-modal recommendations, potentially incorporating non-relevant information, which is harmful to item representations. Second, an isolated modality modelling process produces disjointed embeddings for item modalities due to the individual processing of each modality, which leads to a suboptimal fusion of user/item representations for effective user preferences prediction. We hypothesise that the use of a unified model for addressing both aforementioned isolated processes will enable the consistent extraction and cohesive fusion of joint multi-modal features, thereby enhancing the effectiveness of multi-modal recommender systems. In this paper, we propose a novel model, called Unified Multi-modal Graph Transformer (UGT), which firstly leverages a multi-way transformer to extract aligned multi-modal features from raw data for top-k recommendation. Subsequently, we build a unified graph neural network in our UGT model to jointly fuse the user/item representations with their corresponding multi-modal features. Using the graph transformer architecture of our UGT model, we show that the UGT model can achieve significant effectiveness gains, especially when jointly optimised with the commonly-used multi-modal recommendation losses.

📄 PDF Abstract BibTeX arXiv:2407.19886

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkMulti-modal RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Misspecified and Asymptotically Minimax Robust Quickest Change Diagnosis

2020-04-21

The problem of quickly diagnosing an unknown change in a stochastic process is studied. We establish novel bounds on the performance of misspecified diagnosis algorithms designed for changes that differ from those of the…

SPAR: Semantic-Pixel Self-Alignment and Adaptive Routing for Unified Multimodal Models

2026-06-22 · Hongxiang Li, Hongxu Chen, Chenyang Zhu, Xiaoshuang Huang 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable success in visual understanding but remain constrained in visual generation due to the fundamental feature discrepancy between semantic perception and pix…

A Theory for Compressibility of Graph Transformers for Transductive Learning

2024-11-20 · Hamed Shirzad, Honghao Lin, Ameya Velingker, Balaji Venkatachalam 외

Transductive tasks on graphs differ fundamentally from typical supervised machine learning tasks, as the independent and identically distributed (i.i.d.) assumption does not hold among samples. Instead, all train/test/va…

Transductive Learning

A Transformer-based representation-learning model with unified processing of multimodal input for clinical diagnostics

2023-06-01 · Hong-Yu Zhou, Yizhou Yu, Chengdi Wang, Shu Zhang 외

During the diagnostic process, clinicians leverage multimodal information, such as chief complaints, medical images, and laboratory-test results. Deep-learning models for aiding diagnosis have yet to meet this requiremen…

DiagnosticRepresentation Learning

Meta-Transformer: A Unified Framework for Multimodal Learning

2023-07-20 · Yiyuan Zhang, Kaixiong Gong, Kaipeng Zhang, Hongsheng Li 외

Multimodal learning aims to build models that can process and relate information from multiple modalities. Despite years of development in this field, it still remains challenging to design a unified network for processi…

Time Series