CVFeb 26, 2022

An Improved Deep Learning Approach For Product Recognition on Racks in Retail Stores

arXiv:2202.13081v17 citations
Originality Incremental advance
AI Analysis

This addresses automated product recognition for retail stores, but it is incremental as it builds on existing approaches with specific optimizations.

The paper tackles product recognition on retail racks by developing a two-stage object detection and recognition pipeline, achieving improved effectiveness and memory efficiency, with verification on Grozi-32k and GP-180 datasets.

Automated product recognition in retail stores is an important real-world application in the domain of Computer Vision and Pattern Recognition. In this paper, we consider the problem of automatically identifying the classes of the products placed on racks in retail stores from an image of the rack and information about the query/product images. We improve upon the existing approaches in terms of effectiveness and memory requirement by developing a two-stage object detection and recognition pipeline comprising of a Faster-RCNN-based object localizer that detects the object regions in the rack image and a ResNet-18-based image encoder that classifies the detected regions into the appropriate classes. Each of the models is fine-tuned using appropriate data sets for better prediction and data augmentation is performed on each query image to prepare an extensive gallery set for fine-tuning the ResNet-18-based product recognition model. This encoder is trained using a triplet loss function following the strategy of online-hard-negative-mining for improved prediction. The proposed models are lightweight and can be connected in an end-to-end manner during deployment for automatically identifying each product object placed in a rack image. Extensive experiments using Grozi-32k and GP-180 data sets verify the effectiveness of the proposed 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