Open Sourcing a Deep Learning Solution for Detecting NSFW Images
141–150 of 153 posts
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#142Earlier quoted context omitted.
Also, good luck trying to prove that your film was used to train this network.
You could be compelled to produce your training set during the discovery phase of a lawsuit.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#143Aren't there more important problems to work on than worrying about someone looking at naked people? This is just what we need: more effort spent on censoring and controlling people.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#144Earlier quoted context omitted.
When you said "reversed" I thought about it being a porn-generative neural network. Just enter your favorite keywords and an unique, tailored to your needs scene will be generated just for you!
This has been done, sort of. NSFW: http://deepdickdreams.tumblr.com/
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#145Aren't there more important problems to work on than worrying about someone looking at naked people? This is just what we need: more effort spent on censoring and controlling people.
Won't you say that preventing a kid from accidentally viewing porn while searching images with `Safe Search: On` an important problem?
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#146Earlier quoted context omitted.
As long as what you need is a nightmarish version of the requested scene. What happens here with generating illegal content? If you put a public text->image gan up, and someone uses it to generate child porn, are you responsible? How could you make sure it couldn't?
>How could you make sure it couldn't? I just realized the answer to this is pretty obvious, you could have a network trained to classify child pornography and use it to censor the output. Getting the training set would be an issue, you would probably have to work with law enforcement to do it.
To generate realistic images, you make two neural networks: one of them (D) takes an image as input and decides whether it's real or whether it's the output of (G). The other (G) takes random noise as input and turns it into an image that will fool the (D) network.
Make them fight until they both get strong, and then use (G) as the final model.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#147is this just the network or is it a fully trained model? The TechCrunch article suggests the former but the yahoo post the latter...
It's the trained model. You can use it out of the box or refine it to tailor to your environment.
Took a couple hours to get it all up and running but indeed it works, and not half badly at that!
This is obviously a way cheaper alternative to https://sightengine.com or http://imagevision.com
Kudos to Yahoo for releasing this!
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#148Earlier quoted context omitted.
how could anyone be harmed by you viewing those images? I think the argument is that pedophiles view existing media and it encourages them to do things to real people. The same reason why excessively violent movies are not considered acceptable for children- it's not out of concern for the people in the movies, it's the effect it will have on the person viewing it.
By that logic rape porn should be illegal too. And many movies and video games of realistic violence / gore. And that may be part of the argument, but I think the official position of the justice department is that each time a child porn image is viewed, additional harm is inflicted upon the victim in the image.