Earlier quoted context omitted.
Interesting thought - doesn't every single porn producer now have a valid copyright claim on the trained network? I don't see how you can argue this isn't a derivative work based on the movies they produced.
I was debating with a friend about just this: whether a text-to-speech model is a derivative work of audio recordings by a given speaker, such that they'd then have claim on ownership of it. (You could almost certainly create an [overfit] model that could re-generate the original performance of a text from said text.) Moot if it was a work-for-hire, of course; but if I, say, created a Samuel L. Jackson speech model b…
Open Sourcing a Deep Learning Solution for Detecting NSFW Images
101–110 of 153 posts
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#102So can it be reversed to become the ultimate porn-finding neural network?
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!
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#103We are not releasing the training images or other details due to the nature of the data, but instead we open source the output model which can be used for classification by a developer. I'm guessing the one who had to input the data/images had a fun time at work :p
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#104Earlier 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!
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?
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#105To be precise they are only releasing the already trained model. The associated dataset is not being made public. Thus, it is meant to be for off the shelf use rather than being able to tinker with the network to produce nuanced results.
Making the data set available and whether you can tinker with or retrain it are very different things.
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#106Earlier quoted context omitted.
Would computer generated child porn be illegal? No children are harmed in its creation.
No " (8) “child pornography” means any visual depiction, including any photograph, film, video, picture, or computer or computer-generated image or picture, whether made or produced by electronic, mechanical, or other means, of sexually explicit conduct, where— (A) the production of such visual depiction involves the use of a minor engaging in sexually explicit conduct; (B) such visual depiction is a digital image, c…
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#107I should update my sexy map finder: http://exclav.es/2016/05/20/sexy-maps/
I don't understand how Google's algorithm can be misled into finding sexiness in those. I imagine it has something to do with skin tones or flesh colors, but then what about the high-contrast patchwork of green and brown fields Google finds "likely to contain adult content"? That's totally puzzling.
The confusion with medical images is way more understandable. If you squint, you can almost imagine those are pics of skin cancer or lesions.
Oddly enough, I even see violence in the "violent" picture. In an abstract, Rorschach Test sort of way. Well done, Google!
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#108So can it be reversed to become the ultimate porn-finding neural network?
Re: Open Sourcing a Deep Learning Solution for Detecting NSFW Images
#109I'm not a deep learning person whatsoever, but I do have an interesting use case that I won't disclose publicly: Is there a way to build this, and output detections based on the, ugh, object it has detected? e.g. penis 0.94 vagina 0.01
Yes. You would have to have a large training set with these labels but it would be pretty straightforward to train. You would probably want a tagging model not a classifier because there could be multiple objects of interest in the same image. If you get me the training data I could train a model for you pretty quickly.