Does Deep Learning Have Deep Flaws?
kdnuggets.com
Does Deep Learning Have Deep Flaws?
1–10 of 55 posts
Re: Does Deep Learning Have Deep Flaws?
#2Neutral networks are not perfect solutions, they are solutions that get an organism to reproduce successfully.
Read any book on color vision humans have similar problems, yet for the most part we see things, and realize that clouds are just clouds and not faces, except for the religious, they lose their shit when faces appear in clouds.
Re: Does Deep Learning Have Deep Flaws?
#3Can I turn all digital pictures of me into 'adversarial examples', so the eye of sauron can't identify me from pictures?
I'm sure it's not as simple as that, presumably any algorithmic modification to an 'adversarial' nature can be countered by other algorithms.
But I predict a new realm of 'arms race' here in the future.
Re: Does Deep Learning Have Deep Flaws?
#4Re: Does Deep Learning Have Deep Flaws?
#5Any algorithms have weaknesses. It's a matter of being aware of them and compensating for them in your model, possibly by using another model.
Re: Does Deep Learning Have Deep Flaws?
#6First thought: Can I turn all digital pictures of me into 'adversarial examples', so the eye of sauron can't identify me from pictures? I'm sure it's not as simple as that, presumably any algorithmic modification to an 'adversarial' nature can be countered by other algorithms. But I predict a new realm of 'arms race' here in the future.
Re: Does Deep Learning Have Deep Flaws?
#7Re: Does Deep Learning Have Deep Flaws?
#8> Second, we find that deep neural networks learn input-output mappings that are fairly discontinuous [...] Specifically, we find that we can cause the network to misclassify an image by applying a certain imperceptible perturbation [...] the same perturbation can cause a different network that was trained on a different subset of the dataset, to misclassify the same input.
It's an interesting outcome -- but there are many deep-learning approaches and many different benchmarks, so it will be important to see if this is a misleading anecdote or indicative of a systematic problem.
Re: Does Deep Learning Have Deep Flaws?
#9I wonder if subtle make up could be used to make a real life face into an adversarial example.
Re: Does Deep Learning Have Deep Flaws?
#10I think just like any machine learning algorithm, especially with computer vision, you need to prepare things properly. More robust data and images such as moving window on image patches and image rotations, even going as far as applying filters like sobel for edge detection will make your algorithm a lot better. Any algorithms have weaknesses. It's a matter of being aware of them and compensating for them in your mo…
However, maybe there's a middle ground. I.e. maybe we don't need the more esoteric features that SIFT uses, but it just makes sense to do edge detection, and say a Fourier transform for audio.