Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Neuro-symbolic AI & Autonomous Cars

This site may earn commission on affiliate links.

diplomat33

Average guy who loves autonomous vehicles
Aug 3, 2017
12,698
18,656
USA
I stumbled upon this article called " Neuro-symbolic AI is the future of artificial intelligence. Here's how it works":
https://www.digitaltrends.com/cool-tech/neuro-symbolic-ai-the-future/

The idea is to combine neural nets with symbolic AI to create better AI.

"The idea of neuro-symbolic A.I. is to bring together these approaches to combine both learning and logic. Neural networks will help make symbolic A.I. systems smarter by breaking the world into symbols, rather than relying on human programmers to do it for them. Meanwhile, symbolic A.I. algorithms will help incorporate common sense reasoning and domain knowledge into deep learning. The results could lead to significant advances in A.I. systems tackling complex tasks, relating to everything from self-driving cars to natural language processing. And all while requiring much less data for training."


In the article, David Cox, the Director of the MIT-IBM Watson AI Lab and co-founder of Perceptive Automata, explains that deep neural nets alone are actually not good at solving edge cases for autonomous driving because they require a lot of annotated data. The problem is that edge cases are rare, so you probably won't have enough data of the edge case to properly train your NN for it. And if the NN is not properly trained, it will fail the edge case. He gives the example of the edge case of a traffic light on fire. It is a very rare event so you probably won't have the thousands of annotated images of traffic lights on fire, needed to train the NN. So, your car will not recognize a traffic light on fire as being a traffic light and will blow through the traffic light.

I think this might explain some of the issues that Tesla has had with FSD and why vision only autonomous driving is so hard. If you get a large amount of data, statistically you will probably get too much of data on the common cases (more data than you need to train the NN) and not enough data on every single edge case you need to solve for. And even when you get a NN that works really well in most cases, chasing those edge cases is hard. You will have to identify every single edge case and then collect enough data, annotate the data, to then train the NN. That takes time.

Cox is working on neuro-symbolic AI and believes that it will be better because it requires less data so it will be easier to catch those edge cases and it is also smarter.

It sounds like neuro-symbolic AI could help with autonomous driving, not just with solving edge cases but also in making the car smarter in how it responds to cases.