paper-with-me

홈 › Papers

End-to-end training of Multimodal Model and ranking Model

2024-04-09 · Xiuqi Deng, Lu Xu, Xiyao Li, Jinkai Yu, Erpeng Xue, Zhongyuan Wang, Di Zhang, Zhaojie Liu, Guorui Zhou, Yang song, Na Mou, Shen Jiang, Han Li

Traditional recommender systems heavily rely on ID features, which often encounter challenges related to cold-start and generalization. Modeling pre-extracted content features can mitigate these issues, but is still a suboptimal solution due to the discrepancies between training tasks and model parameters. End-to-end training presents a promising solution for these problems, yet most of the existing works mainly focus on retrieval models, leaving the multimodal techniques under-utilized. In this paper, we propose an industrial multimodal recommendation framework named EM3: End-to-end training of Multimodal Model and ranking Model, which sufficiently utilizes multimodal information and allows personalized ranking tasks to directly train the core modules in the multimodal model to obtain more task-oriented content features, without overburdening resource consumption. First, we propose Fusion-Q-Former, which consists of transformers and a set of trainable queries, to fuse different modalities and generate fixed-length and robust multimodal embeddings. Second, in our sequential modeling for user content interest, we utilize Low-Rank Adaptation technique to alleviate the conflict between huge resource consumption and long sequence length. Third, we propose a novel Content-ID-Contrastive learning task to complement the advantages of content and ID by aligning them with each other, obtaining more task-oriented content embeddings and more generalized ID embeddings. In experiments, we implement EM3 on different ranking models in two scenario, achieving significant improvements in both offline evaluation and online A/B test, verifying the generalizability of our method. Ablation studies and visualization are also performed. Furthermore, we also conduct experiments on two public datasets to show that our proposed method outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2404.06078

Code (1)

em3e2e-anonymous/em3 공식 구현 pytorch

Tasks

Contrastive LearningmodelMultimodal RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

RCRank: Multimodal Ranking of Root Causes of Slow Queries in Cloud Database Systems

2025-03-06 · Biao Ouyang, Yingying Zhang, Hanyin Cheng, Yang Shu 외

With the continued migration of storage to cloud database systems,the impact of slow queries in such systems on services and user experience is increasing. Root-cause diagnosis plays an indispensable role in facilitating…

cross-modal alignment

Enhancing Visual Question Answering through Ranking-Based Hybrid Training and Multimodal Fusion

2024-08-14 · Peiyuan Chen, Zecheng Zhang, Yiping Dong, Li Zhou 외

Visual Question Answering (VQA) is a challenging task that requires systems to provide accurate answers to questions based on image content. Current VQA models struggle with complex questions due to limitations in captur…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Very Efficient Listwise Multimodal Reranking for Long Documents

2026-05-12 · Yiqun Sun, Pengfei Wei, Lawrence B. Hsieh arxiv

Listwise reranking is a key yet computationally expensive component in vision-centric retrieval and multimodal retrieval-augmented generation (M-RAG) over long documents. While recent VLM-based rerankers achieve strong a…

LamRA: Large Multimodal Model as Your Advanced Retrieval Assistant

2024-12-02 · CVPR 2025 1 · Yikun Liu, Pingan Chen, Jiayin Cai, XiaoLong Jiang 외

With the rapid advancement of multimodal information retrieval, increasingly complex retrieval tasks have emerged. Existing methods predominately rely on task-specific fine-tuning of vision-language models, often those t…

Contrastive LearningInformation RetrievalRerankingRetrieval

PRISMR: Overcoming Parse Collapse in Multimodal Listwise Ranking via Parameterized Representation Internalization

2026-06-11 · Hao Jiang, Xin Li, Annan Wang, Zhi Yang 외 arxiv

Generative listwise ranking with Large Multimodal Models (LMMs) aims to capture global list context in a single forward pass, but its effectiveness degrades in long-context multimodal scenarios. We identify a recurring f…

Prompt Engineering