🤖 AI Summary
To address degraded object detection performance in retail dense-stacking scenarios—caused by label scarcity, severe occlusion, and dynamic layout changes—this paper proposes a semi-supervised co-training framework. The method integrates Faster R-CNN (with ResNet backbone) and YOLO (with Darknet backbone), introducing a novel dual-model pseudo-label mutual-feedback mechanism. It further incorporates a multimodal feature classifier composed of XGBoost, Random Forest, and SVM, and employs metaheuristic algorithms for hyperparameter optimization. Evaluated on the SKU-110K dataset, the framework significantly reduces reliance on labeled data while enhancing model generalization and robustness. Experimental results demonstrate high accuracy and strong industrial deployability in real-world retail applications, including automated inventory auditing, product monitoring, and cashier-less checkout systems.
📝 Abstract
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 Faster R-CNN (utilizing a ResNet backbone) for precise localization with YOLO (employing a Darknet backbone) for global context, enabling mutual pseudo-label exchange that improves accuracy in scenes with occlusion and overlapping objects. To strengthen classification, it employs an ensemble of XGBoost, Random Forest, and SVM, utilizing diverse feature representations for higher robustness. Hyperparameters are optimized using a metaheuristic-driven algorithm, enhancing precision and efficiency across models. By minimizing reliance on manual labeling, the approach reduces annotation costs and adapts effectively to frequent product and layout changes common in retail. Experiments on the SKU-110k dataset demonstrate strong performance, highlighting the scalability and practicality of the proposed framework for real-world retail applications such as automated inventory tracking, product monitoring, and checkout systems.