From Pixels to Purchase: Building and Evaluating a Taxonomy-Decoupled Visual Search Engine for Home Goods E-commerce
Cheng Lyu, Jingyue Zhang, Ryan Maunu, Mengwei Li, Vinny DeGenova, Yuanli Pei
TL;DR
This paper tackles visual search for style-driven home goods by decoupling object localization from taxonomy-based classification, enabling flexible, appearance-based retrieval. It introduces a classification-free, taxonomy-decoupled pipeline with a YOLOX superclass detector and a unified OpenCLIP-based embedding space, plus a scalable online retrieval system built on Vertex AI Vector Search. To evaluate such a system without noisy catalog labels, the authors propose an LLM-as-a-Judge framework that assesses category relevance and visual similarity, validated against human judgments. Deployed at Wayfair, the approach delivers improved retrieval quality and measurable uplifts in live engagement and discovery metrics, with offline metrics closely correlating with real-world outcomes, demonstrating practical impact.
Abstract
Visual search is critical for e-commerce, especially in style-driven domains where user intent is subjective and open-ended. Existing industrial systems typically couple object detection with taxonomy-based classification and rely on catalog data for evaluation, which is prone to noise that limits robustness and scalability. We propose a taxonomy-decoupled architecture that uses classification-free region proposals and unified embeddings for similarity retrieval, enabling a more flexible and generalizable visual search. To overcome the evaluation bottleneck, we propose an LLM-as-a-Judge framework that assesses nuanced visual similarity and category relevance for query-result pairs in a zero-shot manner, removing dependence on human annotations or noise-prone catalog data. Deployed at scale on a global home goods platform, our system improves retrieval quality and yields a measurable uplift in customer engagement, while our offline evaluation metrics strongly correlate with real-world outcomes.
