Benchmarking Image Embeddings for E-Commerce: Evaluating Off-the Shelf Foundation Models, Fine-Tuning Strategies and Practical Trade-offs
Urszula Czerwinska, Cenk Bircanoglu, Jeremy Chamoux
TL;DR
This work systematically benchmarks image embeddings for e-Commerce across six diverse datasets, evaluating supervised, self-supervised, and contrastive text-image pretraining under full fine-tuning, top-tuning, and cross-tuning. It finds that while full fine-tuning generally yields the best performance, top-tuning—especially for SSL and text-image models—nearly matches or exceeds it at a fraction of the cost, with cross-tuning showing dataset-dependent benefits. The study provides practical guidelines balancing accuracy and efficiency for embedding selection and adaptation in industry settings, highlighting the strong retrieval performance of contrastive text-image models in pure image-to-image tasks. These insights enable more informed deployment of foundation-model embeddings in real-world e-Commerce systems, with implications for rapid prototyping and scalable fine-tuning strategies.
Abstract
We benchmark foundation models image embeddings for classification and retrieval in e-Commerce, evaluating their suitability for real-world applications. Our study spans embeddings from pre-trained convolutional and transformer models trained via supervised, self-supervised, and text-image contrastive learning. We assess full fine-tuning and transfer learning (top-tuning) on six diverse e-Commerce datasets: fashion, consumer goods, cars, food, and retail. Results show full fine-tuning consistently performs well, while text-image and self-supervised embeddings can match its performance with less training. While supervised embeddings remain stable across architectures, SSL and contrastive embeddings vary significantly, often benefiting from top-tuning. Top-tuning emerges as an efficient alternative to full fine-tuning, reducing computational costs. We also explore cross-tuning, noting its impact depends on dataset characteristics. Our findings offer practical guidelines for embedding selection and fine-tuning strategies, balancing efficiency and performance.
