paper-with-me

홈 › Papers

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 rarely touch the cases where the prohibited items are deliberately hidden in messy objects because of the scarcity of large-scale datasets, hindering their applications. To address this issue and facilitate related research, we present a large-scale dataset, named PIDray, which covers various cases in real-world scenarios for prohibited item detection, especially for deliberately hidden items. In specific, PIDray collects 124,486 X-ray images for $12$ categories of prohibited items, and each image is manually annotated with careful inspection, which makes it, to our best knowledge, to largest prohibited items detection dataset to date. Meanwhile, we propose a general divide-and-conquer pipeline to develop baseline algorithms on PIDray. Specifically, we adopt the tree-like structure to suppress the influence of the long-tailed issue in the PIDray dataset, where the first course-grained node is tasked with the binary classification to alleviate the influence of head category, while the subsequent fine-grained node is dedicated to the specific tasks of the tail categories. Based on this simple yet effective scheme, we offer strong task-specific baselines across object detection, instance segmentation, and multi-label classification tasks and verify the generalization ability on common datasets (e.g., COCO and PASCAL VOC). Extensive experiments on PIDray demonstrate that the proposed method performs favorably against current state-of-the-art methods, especially for deliberately hidden items. Our benchmark and codes will be released at https://github.com/lutao2021/PIDray.

📄 PDF Abstract BibTeX arXiv:2211.10763

Code (3)

lutao2021/pidray 공식 구현 pytorch
avm-debatr/bagganhq pytorch
avm-debatr/ganecdotes pytorch

Tasks

Binary ClassificationInstance SegmentationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

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…

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

Open-Vocabulary X-ray Prohibited Item Detection via Fine-tuning CLIP

2024-06-16 · Shuyang Lin, Tong Jia, Hao Wang, Bowen Ma 외

X-ray prohibited item detection is an essential component of security check and categories of prohibited item are continuously increasing in accordance with the latest laws. Previous works all focus on close-set scenario…

object-detectionObject DetectionOpen-vocabulary object detectionOpen Vocabulary Object Detection

GSA-YOLO: A High-Efficiency Framework via Structured Sparsity and Adaptive Knowledge Distillation for Real-Time X-ray Security Inspection

2026-05-20 · Jiahao Kong arxiv

X-ray security inspection requires accurate real-time detection of prohibited items, but existing models often struggle to balance the challenges of severe occlusion, complex clutter, and strict speed requirements. To ov…

Computational EfficiencyKnowledge Distillation

Self-Supervised One-Shot Learning for Automatic Segmentation of StyleGAN Images

2023-03-10 · Ankit Manerikar, Avinash C. Kak

We propose a framework for the automatic one-shot segmentation of synthetic images generated by a StyleGAN. Our framework is based on the observation that the multi-scale hidden features in the GAN generator hold useful …

Data AugmentationImage GenerationImage SegmentationOne-Shot Learning+3