paper-with-me

홈 › Papers

MAM Faster R-CNN: Improved Faster R-CNN based on Malformed Attention Module for object detection on X-ray security inspection

2023-07-01 · journal 2023 7 · Wenming Zhang, Qikai Zhu, Yaqian Li, Haibin Li

X-ray security inspection machine is currently the most widely used security inspection technology in our country. It is widely used in urban rail transit, railways, airports, key venues, logistics delivery and other scenarios. Using artificial intelligence technology to assist front-line security inspectors in X-ray security inspection can effectively reduce problems such as missed reports due to personnel fatigue or inattention. However, in actual scenes, the detection accuracy is not high due to the diversity of item types, the particularity of imaging angles, and the limitations of detection algorithms. In order to solve related problems, we propose MAM Faster R-CNN. First, in order to expand the receptive field of the feature map and effectively extract the regional features of the target object with shape distortion in the feature map, we propose the Malformed Attention Module (MAM). Secondly, the Large Kernel Attention (LKA) block is used to connect the corresponding backbone output feature layer to use the adaptive selection feature of self-attention module to better focus on the effective feature information in the feature map. Finally, for the neck part, we replace feature pyramid network (FPN) with path aggregation network (PAN), and add the Conv-MLP block to the bottom-up feature fusion part on the right side of the PAN network to reduce the loss of some low-level details. In this paper, the Faster R-CNN benchmark model with ResNet50 as the backbone network is used to evaluate our proposed MAM Faster R-CNN model on HiXray and OPIXray datasets, and the results show that it outperforms the SOTA detection method. We do ablation experiments on the HiXray dataset, and the results show that our proposed MAM Faster R-CNN improves about 2.0%, compared to baseline model (Faster R-CNN).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIPool 설명 없음
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…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Improved YOLOv5 Based on Attention Mechanism and FasterNet for Foreign Object Detection on Railway and Airway tracks

2024-03-13 · Zongqing Qi, Danqing Ma, Jingyu Xu, Ao Xiang 외

In recent years, there have been frequent incidents of foreign objects intruding into railway and Airport runways. These objects can include pedestrians, vehicles, animals, and debris. This paper introduces an improved Y…

object-detectionObject Detection

Hybrid Proposal Refiner: Revisiting DETR Series from the Faster R-CNN Perspective

2024-01-01 · CVPR 2024 1 · Jinjing Zhao, Fangyun Wei, Chang Xu

With the transformative impact of the Transformer DETR pioneered the application of the encoder-decoder architecture to object detection. A collection of follow-up research e.g. Deformable DETR aims to enhance DETR w…

Decoderobject-detectionObject Detection

FasterViT: Fast Vision Transformers with Hierarchical Attention

2023-06-09 · Ali Hatamizadeh, Greg Heinrich, Hongxu Yin, Andrew Tao 외

We design a new family of hybrid CNN-ViT neural networks, named FasterViT, with a focus on high image throughput for computer vision (CV) applications. FasterViT combines the benefits of fast local representation learnin…

Image Classificationobject-detectionObject DetectionRepresentation Learning

PC-Droid: Faster diffusion and improved quality for particle cloud generation

2023-07-13 · Matthew Leigh, Debajyoti Sengupta, John Andrew Raine, Guillaume Quétant 외

Building on the success of PC-JeDi we introduce PC-Droid, a substantially improved diffusion model for the generation of jet particle clouds. By leveraging a new diffusion formulation, studying more recent integration so…

All

LAM-YOLO: Drones-based Small Object Detection on Lighting-Occlusion Attention Mechanism YOLO

2024-11-01 · Yuchen Zheng, Yuxin Jing, Jufeng Zhao, Guangmang Cui

Drone-based target detection presents inherent challenges, such as the high density and overlap of targets in drone-based images, as well as the blurriness of targets under varying lighting conditions, which complicates …

object-detectionObject DetectionSmall Object Detection