paper-with-me

Papers

A Solution to Product detection in Densely Packed Scenes

2020-07-23 · Tianze Rong, Yanjia Zhu, Hongxiang Cai, Yichao Xiong

This work is a solution to densely packed scenes dataset SKU-110k. Our work is modified from Cascade R-CNN. To solve the problem, we proposed a random crop strategy to ensure both the sampling rate and input scale is relatively sufficient as a contrast to the regular random crop. And we adopted some of trick and optimized the hyper-parameters. To grasp the essential feature of the densely packed scenes, we analysis the stages of a detector and investigate the bottleneck which limits the performance. As a result, our method obtains 58.7 mAP on test set of SKU-110k.

📄 PDF Abstract BibTeX arXiv:2007.11946

Code (2)

Media-Smart/SKU110K-DenseDet pytorch
TanyaChutani/SSD-Tensorflow2.0 tf

Tasks

Dense Object Detection

Methods 이 논문이 사용한 방법론

Cascade R-CNN Cascade R-CNN is an object detection architecture that seeks to address problems with degrading performance with increased IoU thresholds (due to overfitting during training…

Similar Papers 제목 키워드 기반

Precise Detection in Densely Packed Scenes

2019-04-01 · CVPR 2019 6 · Eran Goldman, Roei Herzig, Aviv Eisenschtat, Oria Ratzon 외

Man-made scenes can be densely packed, containing numerous objects, often identical, positioned in close proximity. We show that precise object detection in such scenes remains a challenging frontier even for state-of-th…

Dense Object DetectionObjectobject-detectionObject Detection

Benchmark for Generic Product Detection: A Low Data Baseline for Dense Object Detection

2019-12-19 · Srikrishna Varadarajan, Sonaal Kant, Muktabh Mayank Srivastava

Object detection in densely packed scenes is a new area where standard object detectors fail to train well. Dense object detectors like RetinaNet trained on large and dense datasets show great performance. We train a sta…

Data AugmentationDense Object DetectionObjectobject-detection+1

Working with scale: 2nd place solution to Product Detection in Densely Packed Scenes [Technical Report]

2020-06-14 · Artem Kozlov

This report describes a 2nd place solution of the detection challenge which is held within CVPR 2020 Retail-Vision workshop. Instead of going further considering previous results this work mainly aims to verify previousl…

object-detectionObject Detection

Semi-supervised Learning for Dense Object Detection in Retail Scenes

2021-07-05 · Jaydeep Chauhan, Srikrishna Varadarajan, Muktabh Mayank Srivastava

Retail scenes usually contain densely packed high number of objects in each image. Standard object detection techniques use fully supervised training methodology. This is highly costly as annotating a large dense retail …

Dense Object DetectionObjectobject-detectionObject Detection

A Co-Training Semi-Supervised Framework Using Faster R-CNN and YOLO Networks for Object Detection in Densely Packed Retail Images

2025-09-11 · Hossein Yazdanjouei, Arash Mansouri, Mohammad Shokouhifar arxiv

This study proposes a semi-supervised co-training framework for object detection in densely packed retail environments, where limited labeled data and complex conditions pose major challenges. The framework combines Fast…

Object Detection