PRISM通过三阶段融合提升购物车商品检索精度与速度。
PRISM: Product Retrieval In Shopping Carts using Hybrid Matching
- 先用视觉语言模型快速筛选候选商品,缩小搜索范围。
- 再用分割模型去除背景干扰,聚焦产品细节。
- 最后用像素级匹配精确定位,提升相似商品区分能力。
相较于传统图像检索,零售场景下的商品检索更具挑战性:同一品类不同品牌商品外观高度相似,查询图可能与目录图视角差异显著。基于视觉-语言模型的CLIP和SigLIP难以捕捉细微局部差异,而像素级匹配方法计算成本高、耗时长。本文提出新型混合方法PRISM,结合两类方法优势。该方法分三阶段:1)使用SigLIP模型从固定画廊中检索前35个语义最相似商品,大幅缩小搜索空间;2)采用YOLO-E分割模型去除背景干扰;3)对筛选后的候选商品使用LightGlue进行细粒度像素级匹配。该框架通过聚焦易被全局模型忽略的细微视觉线索,提升高类间相似商品的判别能力。在ABV数据集上的实验表明,PRISM在保持实时处理能力的前提下,相比现有最优方法,top-1准确率提升4.21%。
原文摘要 · Abstract (English)
Compared to traditional image retrieval tasks, product retrieval in retail settings is even more challenging. Products of the same type from different brands may have highly similar visual appearances, and the query image may be taken from an angle that differs significantly from view angles of the stored catalog images. Foundational models, such as CLIP and SigLIP, often struggle to distinguish these subtle but important local differences. Pixel-wise matching methods, on the other hand, are computationally expensive and incur prohibitively high matching times. In this paper, we propose a new, hybrid method, called PRISM, for product retrieval in retail settings by leveraging the advantages of both vision-language model-based and pixel-wise matching approaches. To provide both efficiency/speed and finegrained retrieval accuracy, PRISM consists of three stages: 1) A vision-language model (SigLIP) is employed first to retrieve the top 35 most semantically similar products from a fixed gallery, thereby narrowing the search space significantly; 2) a segmentation model (YOLO-E) is applied to eliminate background clutter; 3) fine-grained pixel-level matching is performed using LightGlue across the filtered candidates. This framework enables more accurate discrimination between products with high inter-class similarity by focusing on subtle visual cues often missed by global models. Experiments performed on the ABV dataset show that our proposed PRISM outperforms the state-of-the-art image retrieval methods by 4.21% in top-1 accuracy while still remaining within the bounds of real-time processing for practical retail deployments.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。