Bringing Multimodality to Amazon Visual Search System
Xinliang Zhu, Michael Huang, Han Ding, Jinyu Yang, Kelvin Chen, Tao Zhou, Tal Neiman, Ouye Xie, Son Tran, Benjamin Yao, Doug Gray, Anuj Bindal, Arnab Dhua
TL;DR
The paper tackles street-to-shop visual search, where image-only matching often falters due to reliance on low-level features. It introduces Multimodal Image Matching (MIM) by incorporating vision-language alignment losses into deep metric learning, formulating 3-tower and 4-tower architectures that align query and catalog images with product text and, in the 4-tower case, short query text. Through extensive offline and online experiments, the authors demonstrate substantial improvements in recall and click-through rates, with the 4-tower setup offering additional gains over the 3-tower model. The work scales to Amazon-scale data (100M triples, 400M quadruples) and yields a practical multimodal search service that refines image-based results with textual reformulations, significantly enhancing search quality in production settings.
Abstract
Image to image matching has been well studied in the computer vision community. Previous studies mainly focus on training a deep metric learning model matching visual patterns between the query image and gallery images. In this study, we show that pure image-to-image matching suffers from false positives caused by matching to local visual patterns. To alleviate this issue, we propose to leverage recent advances in vision-language pretraining research. Specifically, we introduce additional image-text alignment losses into deep metric learning, which serve as constraints to the image-to-image matching loss. With additional alignments between the text (e.g., product title) and image pairs, the model can learn concepts from both modalities explicitly, which avoids matching low-level visual features. We progressively develop two variants, a 3-tower and a 4-tower model, where the latter takes one more short text query input. Through extensive experiments, we show that this change leads to a substantial improvement to the image to image matching problem. We further leveraged this model for multimodal search, which takes both image and reformulation text queries to improve search quality. Both offline and online experiments show strong improvements on the main metrics. Specifically, we see 4.95% relative improvement on image matching click through rate with the 3-tower model and 1.13% further improvement from the 4-tower model.
