CVAIDec 21, 2024

Sensitive Image Classification by Vision Transformers

arXiv:2412.16446v11 citationsh-index: 5SMC
Originality Synthesis-oriented
AI Analysis

This addresses the need for more effective tools in content moderation for platforms handling sensitive material, though it is incremental as it applies an existing model type to a specific domain.

The researchers tackled the problem of classifying sensitive images (pornographic content) by comparing vision transformer models against traditional ResNet models and established CNN-based methods, finding that vision transformers achieved superior classification and detection performance.

When it comes to classifying child sexual abuse images, managing similar inter-class correlations and diverse intra-class correlations poses a significant challenge. Vision transformer models, unlike conventional deep convolutional network models, leverage a self-attention mechanism to capture global interactions among contextual local elements. This allows them to navigate through image patches effectively, avoiding incorrect correlations and reducing ambiguity in attention maps, thus proving their efficacy in computer vision tasks. Rather than directly analyzing child sexual abuse data, we constructed two datasets: one comprising clean and pornographic images and another with three classes, which additionally include images indicative of pornography, sourced from Reddit and Google Open Images data. In our experiments, we also employ an adult content image benchmark dataset. These datasets served as a basis for assessing the performance of vision transformer models in pornographic image classification. In our study, we conducted a comparative analysis between various popular vision transformer models and traditional pre-trained ResNet models. Furthermore, we compared them with established methods for sensitive image detection such as attention and metric learning based CNN and Bumble. The findings demonstrated that vision transformer networks surpassed the benchmark pre-trained models, showcasing their superior classification and detection capabilities in this task.

Foundations

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

Your Notes