Download PDFOpen PDF in browser

Preprocessing Method Comparisons For VGG16 Fast-RCNN Pistol Detection

10 pagesPublished: March 1, 2021

Abstract

In recent years, gun detection and threat surveillance became a popular issue as gun violence continued to threaten public safety. Convolution Neural Networks (CNN) has achieved impressive gun detection precision with the advancements in graphic processing units. While many articles have proposed beneficial complex architectures within the neural network, there has been little study on effective image preprocessing techniques that supplement neural networks. With the objective of increasing neural net precision using image processing techniques, this research analyzes three different approaches to image preprocessing using a VGG16 trained Fast Regional Convolutional Neural Network (F- RCNN) pistol detector. The base VGG16 was trained with transfer learning in MATLAB on a dataset of 1500 pistol images and tested on 500 more. The results of the original VGG16 detector are compared with the results of the other VGG16 detectors trained with various image processing techniques to determine the viability of each technique. The three image processing techniques are as follows, color contrast enhancement, principle component analysis (PCA), and a combined preprocessing method. After testing the detector trained with the three methods above, it was found that the color enhancement technique had the best success in raising precision with proper levels of color contrast adjustments. The PCA analysis proved to be incompatible for the neural net to learn features of images that has not underwent PCA processing and thus the method failed to produce beneficial results on the unmodified testing dataset. The combined method processing took both PCA and color contrast enhancement techniques and combined the results into a single training dataset. The combined preprocessing method proved to be ineffective in raising precision potentially due to conflicting features.

Keyphrases: Gun Surveillance, Image Preprocessing, Object Detector, Pistol Detection, VGG16

In: Alexander Redei, Rui Wu and Frederick C. Harris Jr (editors). SEDE 2020. 29th International Conference on Software Engineering and Data Engineering, vol 76, pages 39--48

Links:
BibTeX entry
@inproceedings{SEDE2020:Preprocessing_Method_Comparisons_For,
  author    = {Jiahao Li and Charles Ablan and Rui Wu and Shanyue Guan and Jason Yao},
  title     = {Preprocessing Method Comparisons For VGG16 Fast-RCNN Pistol Detection},
  booktitle = {SEDE 2020. 29th International Conference on Software Engineering and Data Engineering},
  editor    = {Alex Redei and Rui Wu and Frederick Harris},
  series    = {EPiC Series in Computing},
  volume    = {76},
  pages     = {39--48},
  year      = {2021},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/MQFz},
  doi       = {10.29007/ml35}}
Download PDFOpen PDF in browser