LGCVMLJun 16, 2020

DeepCapture: Image Spam Detection Using Deep Learning and Data Augmentation

arXiv:2006.08885v113 citations
Originality Incremental advance
AI Analysis

This addresses the issue of overfitting in image spam detection for email security, though it appears incremental as it builds on prior CNN-based methods.

The paper tackled the problem of detecting image spam emails, which evade text-based filters, by proposing DeepCapture, a CNN-XGBoost framework with data augmentation, achieving an F1-score of 88%, a 6% improvement over the best existing model.

Image spam emails are often used to evade text-based spam filters that detect spam emails with their frequently used keywords. In this paper, we propose a new image spam email detection tool called DeepCapture using a convolutional neural network (CNN) model. There have been many efforts to detect image spam emails, but there is a significant performance degrade against entirely new and unseen image spam emails due to overfitting during the training phase. To address this challenging issue, we mainly focus on developing a more robust model to address the overfitting problem. Our key idea is to build a CNN-XGBoost framework consisting of eight layers only with a large number of training samples using data augmentation techniques tailored towards the image spam detection task. To show the feasibility of DeepCapture, we evaluate its performance with publicly available datasets consisting of 6,000 spam and 2,313 non-spam image samples. The experimental results show that DeepCapture is capable of achieving an F1-score of 88%, which has a 6% improvement over the best existing spam detection model CNN-SVM with an F1-score of 82%. Moreover, DeepCapture outperformed existing image spam detection solutions against new and unseen image datasets.

Code Implementations1 repo
Foundations

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

Your Notes