paper-with-me

홈 › Papers

SCD: A Stacked Carton Dataset for Detection and Segmentation

2021-02-25 · Jinrong Yang, Shengkai Wu, Lijun Gou, Hangcheng Yu, Chenxi Lin, Jiazhuo Wang, Minxuan Li, Xiaoping Li

Carton detection is an important technique in the automatic logistics system and can be applied to many applications such as the stacking and unstacking of cartons, the unloading of cartons in the containers. However, there is no public large-scale carton dataset for the research community to train and evaluate the carton detection models up to now, which hinders the development of carton detection. In this paper, we present a large-scale carton dataset named Stacked Carton Dataset(SCD) with the goal of advancing the state-of-the-art in carton detection. Images are collected from the internet and several warehourses, and objects are labeled using per-instance segmentation for precise localization. There are totally 250,000 instance masks from 16,136 images. In addition, we design a carton detector based on RetinaNet by embedding Offset Prediction between Classification and Localization module(OPCL) and Boundary Guided Supervision module(BGS). OPCL alleviates the imbalance problem between classification and localization quality which boosts AP by 3.1% - 4.7% on SCD while BGS guides the detector to pay more attention to boundary information of cartons and decouple repeated carton textures. To demonstrate the generalization of OPCL to other datasets, we conduct extensive experiments on MS COCO and PASCAL VOC. The improvement of AP on MS COCO and PASCAL VOC is 1.8% - 2.2% and 3.4% - 4.3% respectively.

📄 PDF Abstract BibTeX arXiv:2102.12808

Code (1)

yancie-yjr/scd.github.io/blob/main/index.md 공식 구현

Tasks

Instance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FPN 설명 없음
RetinaNet RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training.…

Similar Papers 제목 키워드 기반

Context Transformer with Stacked Pointer Networks for Conversational Question Answering over Knowledge Graphs

2021-03-13 · Joan Plepi, Endri Kacupaj, Kuldeep Singh, Harsh Thakkar 외

Neural semantic parsing approaches have been widely used for Question Answering (QA) systems over knowledge graphs. Such methods provide the flexibility to handle QA datasets with complex queries and a large number of en…

Conversational Question AnsweringKnowledge GraphsLogical ReasoningQuestion Answering+1

Carton dataset synthesis method for domain shift based on foreground texture decoupling and replacement

2021-03-19 · Lijun Gou, Shengkai Wu, Jinrong Yang, Hangcheng Yu 외

One major impediment in rapidly deploying object detection models for industrial applications is the lack of large annotated datasets. We currently have presented the Sacked Carton Dataset(SCD) that contains carton image…

Image Generationobject-detectionObject Detection

Training-free Suction Grasp Detection for Deformed Aseptic Cartons Using Vision-Language Models and Geometric Surface Scoring

2026-08-28 · Marin Maletic, Goran Vasiljevic arxiv

Robotic sorting of recyclable waste is challenging due to the deformable and geometrically inconsistent nature of target objects. We present a training-free suction grasping system for sorting deformed aseptic beverage c…

Stacked Cross Refinement Network for Edge-Aware Salient Object Detection

2019-10-01 · ICCV 2019 10 · Zhe Wu, Li Su, Qingming Huang

Salient object detection is a fundamental computer vision task. The majority of existing algorithms focus on aggregating multi-level features of pre-trained convolutional neural networks. Moreover, some researchers attem…

AttributeEdge DetectionObjectobject-detection+3

Stacked U-Nets: A No-Frills Approach to Natural Image Segmentation

2018-04-27 · Sohil Shah, Pallabi Ghosh, Larry S. Davis, Tom Goldstein

Many imaging tasks require global information about all pixels in an image. Conventional bottom-up classification networks globalize information by decreasing resolution; features are pooled and downsampled into a single…

General ClassificationImage Segmentationobject-detectionObject Detection+2