🌙

一种新颖的增量学习驱动实例分割框架,用于识别高度杂乱的违禁品实例

A Novel Incremental Learning Driven Instance Segmentation Framework to Recognize Highly Cluttered Instances of the Contraband Items

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2021
被引 38
ABS 3

中文导读

提出一种扩展编码器-解码器架构的实例分割方法,无需额外子网络或目标检测器,通过增量学习和贝叶斯推理从X光行李扫描图像中识别杂乱违禁品,在公开数据集上优于现有方法。

Abstract

Screening cluttered and occluded contraband items from baggage X-ray scans is a cumbersome task even for the expert security staff. This article presents a novel strategy that extends a conventional encoder-decoder architecture to perform instance-aware segmentation and extract merged instances of contraband items without using any additional subnetwork or an object detector. The encoder-decoder network first performs conventional semantic segmentation and retrieves cluttered baggage items. The model then incrementally evolves during training to recognize individual instances using significantly reduced training batches. To avoid catastrophic forgetting, a novel objective function minimizes the network loss in each iteration by retaining the previously acquired knowledge while learning new class representations and resolving their complex structural interdependencies through Bayesian inference. A thorough evaluation of our framework on two publicly available X-ray datasets shows that it outperforms state-of-the-art methods, especially within the challenging cluttered scenarios, while achieving an optimal tradeoff between detection accuracy and efficiency.

计算机视觉深度学习实例分割安检图像分析增量学习