CVFeb 9, 2021

Visual Search at Alibaba

arXiv:2102.04674v1148 citations
Originality Incremental advance
AI Analysis

This paper describes an incremental improvement to existing visual search systems for large e-commerce platforms like Alibaba.

This paper details Alibaba's large-scale visual search algorithm and system infrastructure, addressing challenges like heterogeneous image data, massive data indexing, and training deep models without extensive human annotations. They achieved this by leveraging Alibaba's vast image collection and state-of-the-art deep learning, including a model and search-based fusion for category prediction and a deep CNN for joint detection and feature learning.

This paper introduces the large scale visual search algorithm and system infrastructure at Alibaba. The following challenges are discussed under the E-commercial circumstance at Alibaba (a) how to handle heterogeneous image data and bridge the gap between real-shot images from user query and the online images. (b) how to deal with large scale indexing for massive updating data. (c) how to train deep models for effective feature representation without huge human annotations. (d) how to improve the user engagement by considering the quality of the content. We take advantage of large image collection of Alibaba and state-of-the-art deep learning techniques to perform visual search at scale. We present solutions and implementation details to overcome those problems and also share our learnings from building such a large scale commercial visual search engine. Specifically, model and search-based fusion approach is introduced to effectively predict categories. Also, we propose a deep CNN model for joint detection and feature learning by mining user click behavior. The binary index engine is designed to scale up indexing without compromising recall and precision. Finally, we apply all the stages into an end-to-end system architecture, which can simultaneously achieve highly efficient and scalable performance adapting to real-shot images. Extensive experiments demonstrate the advancement of each module in our system. We hope visual search at Alibaba becomes more widely incorporated into today's commercial applications.

Foundations

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

Your Notes