this post was submitted on 22 Oct 2021
0 points (NaN% liked)
technology
23218 readers
2 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
While having racial bias in training data is a massive issue, it is actually a symptom of a much larger issue with neural networks: we have no idea why they do what they do. There is no actual way to be certain why the model is giving what output. Even if you track the data from one side of the model to the other, each parameter does not necessarily imply anything in particular. It is, after all, just a statistical model that is prone to the same issues that simply linear regression is, but it's no longer as simple as saying correlation doesn't imply causation. Often there are as many if not more variables than there is training data, and way more parameters. This means that overfitting is a massive issue and the model cannot be used to make inferences on data that is in any way outside of the domain of the data it was trained on. So the question becomes what are neural networks learning? Are they even learning or can we just give them enough randomly assigned parameters that we end up with a 'golden ticket' path in the network? All we can really say is that this network with these weights hits a (local!) minimum on some loss function.
Deepfakes and stuff seem like this crazy technology, but ultimately it's just a parlor trick. It's literally training the network to do this one thing for one face and one video clip. NNs mean nothing of substance and should NOT be used in any manner where they are depended on for the safety of a human and especially the public as a whole until these issues are solved.