CVDec 17, 2024

Bringing Multimodality to Amazon Visual Search System

arXiv:2412.13364v112 citationsh-index: 8KDD
Originality Incremental advance
AI Analysis

This work addresses false positives in Amazon's visual search system, offering incremental improvements for e-commerce applications.

The paper tackled the problem of false positives in image-to-image matching for visual search by incorporating vision-language pretraining with additional image-text alignment losses, resulting in a 4.95% relative improvement in click-through rate with a 3-tower model and a further 1.13% gain with a 4-tower model.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes