paper-with-me

Papers

MAKE: Vision-Language Pre-training based Product Retrieval in Taobao Search

2023-01-30 · Xiaoyang Zheng, Zilong Wang, Ke Xu, Sen Li, Tao Zhuang, Qingwen Liu, Xiaoyi Zeng

Taobao Search consists of two phases: the retrieval phase and the ranking phase. Given a user query, the retrieval phase returns a subset of candidate products for the following ranking phase. Recently, the paradigm of pre-training and fine-tuning has shown its potential in incorporating visual clues into retrieval tasks. In this paper, we focus on solving the problem of text-to-multimodal retrieval in Taobao Search. We consider that users' attention on titles or images varies on products. Hence, we propose a novel Modal Adaptation module for cross-modal fusion, which helps assigns appropriate weights on texts and images across products. Furthermore, in e-commerce search, user queries tend to be brief and thus lead to significant semantic imbalance between user queries and product titles. Therefore, we design a separate text encoder and a Keyword Enhancement mechanism to enrich the query representations and improve text-to-multimodal matching. To this end, we present a novel vision-language (V+L) pre-training methods to exploit the multimodal information of (user query, product title, product image). Extensive experiments demonstrate that our retrieval-specific pre-training model (referred to as MAKE) outperforms existing V+L pre-training methods on the text-to-multimodal retrieval task. MAKE has been deployed online and brings major improvements on the retrieval system of Taobao Search.

📄 PDF Abstract BibTeX arXiv:2301.12646

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

V$^2$L: Leveraging Vision and Vision-language Models into Large-scale Product Retrieval

2022-07-26 · Wenhao Wang, Yifan Sun, Zongxin Yang, Yi Yang

Product retrieval is of great importance in the ecommerce domain. This paper introduces our 1st-place solution in eBay eProduct Visual Search Challenge (FGVC9), which is featured for an ensemble of about 20 models from v…

Metric LearningRetrieval

Delving into E-Commerce Product Retrieval with Vision-Language Pre-training

2023-04-10 · Xiaoyang Zheng, Fuyu Lv, Zilong Wang, Qingwen Liu 외

E-commerce search engines comprise a retrieval phase and a ranking phase, where the first one returns a candidate product set given user queries. Recently, vision-language pre-training, combining textual information with…

Contrastive LearningRetrieval

Unified Vision-Language Representation Modeling for E-Commerce Same-Style Products Retrieval

2023-02-10 · Ben Chen, Linbo Jin, Xinxin Wang, Dehong Gao 외

Same-style products retrieval plays an important role in e-commerce platforms, aiming to identify the same products which may have different text descriptions or images. It can be used for similar products retrieval from…

AttributeLanguage ModelingLanguage ModellingRetrieval+2

Generative Retrieval for E-commerce: Jointly Learning Embedding and Codebook with Same Product Cluster

2026-08-31 · Songtao Fang, Zihao Xu, Shaowei Wei, Jin Zhang 외 arxiv

With the development of large language models (LLMs), generative retrieval is becoming increasingly important in e-commerce scenarios. Current mainstream approaches typically use a two-stage training strategy: first trai…

Turning Adversaries into Allies: Reversing Typographic Attacks for Multimodal E-Commerce Product Retrieval

2025-11-07 · Janet Jenq, Hongda Shen arxiv

Multimodal product retrieval systems in e-commerce platforms rely on effectively combining visual and textual signals to improve search relevance and user experience. However, vision-language models such as CLIP are vuln…