CVMMJun 2, 2020

A Novel Nudity Detection Algorithm for Web and Mobile Application Development

arXiv:2006.01780v21.22 citations
Originality Synthesis-oriented
AI Analysis

This addresses content moderation for developers, but it is incremental as it combines existing methods.

The paper tackles the problem of detecting nudity in images for web and mobile applications by using skin pixel and face region parameters, achieving 95% accuracy in nudity detection.

In our current web and mobile application development runtime nude image content detection is very important. This paper presents a runtime nudity detection method for web and mobile application development. We use two parameters to detect the nude content of an image. One is the number of skin pixels another is face region. A skin color model based on RGB, HSV color spaces are used to detect skin pixels in an image. Google vision api is used to detect the face region. By the percentage of skin regions and face regions an image is identified nude or not. The success of this algorithm exists in detecting skin regions and face regions. The skin detection algorithm can detect skin 95% accurately with a low false-positive rate and the google vision api for web and mobile applications can detect face 99% accurately with less than 1 second time. From the experimental analysis, we have seen that the proposed algorithm can detect 95% percent accurately the nudity of an image.

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