paper-with-me

홈 › Papers

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

2022-02-26 · Ankit Sinha, Soham Banerjee, Pratik Chattopadhyay

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.

📄 PDF Abstract BibTeX arXiv:2202.13081

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObjectobject-detectionObject DetectionTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

RP2K: A Large-Scale Retail Product Dataset for Fine-Grained Image Classification

2020-06-22 · Jingtian Peng, Chang Xiao, YiFan Li

We introduce RP2K, a new large-scale retail product dataset for fine-grained image classification. Unlike previous datasets focusing on relatively few products, we collect more than 500,000 images of retail products on s…

Fine-Grained Image ClassificationGeneral Classificationimage-classificationImage Classification+3

The Evolution of U.S. Retail Concentration

2022-02-15 · Dominic A. Smith, Sergio Ocampo

Increases in national concentration have been a salient feature of industry dynamics in the U.S. and have contributed to concerns about increasing market power. Yet, local trends may be more informative about market powe…

Bag of Tricks for Retail Product Image Classification

2020-01-12 · Muktabh Mayank Srivastava

Retail Product Image Classification is an important Computer Vision and Machine Learning problem for building real world systems like self-checkout stores and automated retail execution evaluation. In this work, we prese…

ClassificationGeneral Classificationimage-classificationImage Classification

Enhanced Self-Checkout System for Retail Based on Improved YOLOv10

2024-07-31 · Lianghao Tan, Shubing Liu, Jing Gao, Xiaoyi Liu 외

With the rapid advancement of deep learning technologies, computer vision has shown immense potential in retail automation. This paper presents a novel self-checkout system for retail based on an improved YOLOv10 network…

Deep Learning

An end to end approach for brand recognition in product titles with BI-LSTM-CRF

2022-01-16 · Preprint 2022 1 · Larbi Abderrahmane Mohammedi, Mohamed Annis Souames

The aim of this paper is to describe an end to end approach using different deep learning architectures to detect brand names in product titles from online stores and online retailers such as Amazon, Ebay, etc. In this p…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)