paper-with-me

홈 › Papers

Over-sampling De-occlusion Attention Network for Prohibited Items Detection in Noisy X-ray Images

2021-03-01 · Renshuai Tao, Yanlu Wei, Hainan Li, Aishan Liu, Yifu Ding, Haotong Qin, Xianglong Liu

Security inspection is X-ray scanning for personal belongings in suitcases, which is significantly important for the public security but highly time-consuming for human inspectors. Fortunately, deep learning has greatly promoted the development of computer vision, offering a possible way of automatic security inspection. However, items within a luggage are randomly overlapped resulting in noisy X-ray images with heavy occlusions. Thus, traditional CNN-based models trained through common image recognition datasets fail to achieve satisfactory performance in this scenario. To address these problems, we contribute the first high-quality prohibited X-ray object detection dataset named OPIXray, which contains 8885 X-ray images from 5 categories of the widely-occurred prohibited item ``cutters''. The images are gathered from an airport and these prohibited items are annotated manually by professional inspectors, which can be used as a benchmark for model training and further facilitate future research. To better improve occluded X-ray object detection, we further propose an over-sampling de-occlusion attention network (DOAM-O), which consists of a novel de-occlusion attention module and a new over-sampling training strategy. Specifically, our de-occlusion module, namely DOAM, simultaneously leverages the different appearance information of the prohibited items; the over-sampling training strategy forces the model to put more emphasis on these hard samples consisting these items of high occlusion levels, which is more suitable for this scenario. We comprehensively evaluated DOAM-O on the OPIXray dataset, which proves that our model can stably improve the performance of the famous detection models such as SSD, YOLOv3, and FCOS, and outperform many extensively-used attention mechanisms.

📄 PDF Abstract BibTeX arXiv:2103.00809

Code (1)

OPIXray-author/OPIXray 공식 구현 pytorch

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Batch Normalization 설명 없음
FPN 설명 없음
Residual Connection 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…
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…

Similar Papers 제목 키워드 기반

Prohibited Items Segmentation via Occlusion-aware Bilayer Modeling

2025-06-13 · Yunhan Ren, Ruihuang Li, Lingbo Liu, Changwen Chen

Instance segmentation of prohibited items in security X-ray images is a critical yet challenging task. This is mainly caused by the significant appearance gap between prohibited items in X-ray images and natural objects,…

DecoderImage SegmentationInstance SegmentationOcclusion Estimation+3

Occluded Prohibited Items Detection: an X-ray Security Inspection Benchmark and De-occlusion Attention Module

2020-04-18 · Yanlu Wei, Renshuai Tao, Zhangjie Wu, Yuqing Ma 외

Security inspection often deals with a piece of baggage or suitcase where objects are heavily overlapped with each other, resulting in an unsatisfactory performance for prohibited items detection in X-ray images. In the …

Autonomous Drivingobject-detectionObject DetectionPedestrian Detection

Towards Real-World Prohibited Item Detection: A Large-Scale X-ray Benchmark

2021-08-16 · ICCV 2021 10 · Boying Wang, Libo Zhang, Longyin Wen, Xianglong Liu 외

Automatic security inspection using computer vision technology is a challenging task in real-world scenarios due to various factors, including intra-class variance, class imbalance, and occlusion. Most of the previous me…

An Enhanced Prohibited Items Recognition Model

2021-02-24 · Tianze Rong, Hongxiang Cai, Yichao Xiong

We proposed a new modeling method to promote the performance of prohibited items recognition via X-ray image. We analyzed the characteristics of prohibited items and X-ray images. We found the fact that the scales of som…

Data Augmentationmodel

PIDray: A Large-scale X-ray Benchmark for Real-World Prohibited Item Detection

2022-11-19 · Libo Zhang, Lutao Jiang, Ruyi Ji, Heng Fan

Automatic security inspection relying on computer vision technology is a challenging task in real-world scenarios due to many factors, such as intra-class variance, class imbalance, and occlusion. Most previous methods r…

Binary ClassificationInstance SegmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+3