An Algorithm for Nudity Detection [pdf]
vidcat.org
An Algorithm for Nudity Detection [pdf]
1–10 of 24 posts
Re: An Algorithm for Nudity Detection [pdf]
#2Re: An Algorithm for Nudity Detection [pdf]
#3Re: An Algorithm for Nudity Detection [pdf]
#4how do these nudity detection API work? Is there a crowdsourcing going underneath the hood? Are they using some clustering algorithm to detect a range of skin color (if 90%), it's nude.
Re: An Algorithm for Nudity Detection [pdf]
#5how do these nudity detection API work? Is there a crowdsourcing going underneath the hood? Are they using some clustering algorithm to detect a range of skin color (if 90%), it's nude.
If you remap the palette for a desaturated image, so that everyone's skin is green or magenta, are there any fewer penises penetrating vaginas in the image? If it's a horse and a fully clothed person's mouth, where is the algorithm for that?
Think about it.
Re: An Algorithm for Nudity Detection [pdf]
#6Re: An Algorithm for Nudity Detection [pdf]
#7how do these nudity detection API work? Is there a crowdsourcing going underneath the hood? Are they using some clustering algorithm to detect a range of skin color (if 90%), it's nude.
Re: An Algorithm for Nudity Detection [pdf]
#8And social context plays a large role, for instance distinguishing between a fat male's nipples and a small-chested female's nipples would be impossible without analyzing a lot more than skin color.
Re: An Algorithm for Nudity Detection [pdf]
#9I messed around with algorithms that detected nudity (because big brand advertisers don't want their ads showing up on porn sites). One of the more interesting and simple-to-use one is actually a simple averaging of the images across multiple samples. That one was easy to implement and has relatively good results.
In the end though, I ended up not using it because text clustering algorithms worked better in classifying content.