CVOct 5, 2023

Visual inspection for illicit items in X-ray images using Deep Learning

arXiv:2310.03658v26 citationsh-index: 6
Originality Synthesis-oriented
AI Analysis

This addresses the problem of automating security screening for public safety in high-throughput settings like airports, but it is incremental as it focuses on comparative evaluation of existing methods.

The paper conducted a comparative assessment of deep neural network components for detecting contraband items in X-ray images, finding that Transformer detectors are superior, auxiliary neural modules are obsolete, and the CSP-DarkNet backbone is efficient.

Automated detection of contraband items in X-ray images can significantly increase public safety, by enhancing the productivity and alleviating the mental load of security officers in airports, subways, customs/post offices, etc. The large volume and high throughput of passengers, mailed parcels, etc., during rush hours practically make it a Big Data problem. Modern computer vision algorithms relying on Deep Neural Networks (DNNs) have proven capable of undertaking this task even under resource-constrained and embedded execution scenarios, e.g., as is the case with fast, single-stage object detectors. However, no comparative experimental assessment of the various relevant DNN components/methods has been performed under a common evaluation protocol, which means that reliable cross-method comparisons are missing. This paper presents exactly such a comparative assessment, utilizing a public relevant dataset and a well-defined methodology for selecting the specific DNN components/modules that are being evaluated. The results indicate the superiority of Transformer detectors, the obsolete nature of auxiliary neural modules that have been developed in the past few years for security applications and the efficiency of the CSP-DarkNet backbone CNN.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes