Sponsored

And this is why we can’t rely on self driving (eg FSD) features yet

OP
OP

DuoRivians

Well-Known Member
Joined
Dec 30, 2022
Threads
258
Messages
3,824
Reaction score
9,108
Location
California
Vehicles
R1T, R1S
I’m convinced that LLM based “autopilot” systems (which is what fsd is) will never get beyond L3. The driver will always need to be there.

Whether or not it’s easier to just drive yourself (gosh!) versus your supervising a computer to drive is debatable.

For me, I find it easier to just drive myself in most cases. And yes, I have fsd and use it on my MYP.
Sponsored

 

zefram47

Well-Known Member
First Name
Aaron
Joined
Feb 6, 2022
Threads
18
Messages
2,752
Reaction score
4,515
Location
Denver, CO
Vehicles
Rivian R1T, Alfa Romeo 4C
Occupation
Software Engineer
If I understand your comment correctly, you expected the truck to take the right exit from existing road, with Nav enabled.

Rivian’s D+ doesn’t take turns. It only maintains a lane and speed. It’s a pretty basic L2 driver assist.

If you have Nav set to a destination which requires you to make a deliberate turn off your existing road, it will not do so. Also, I do not believe it will warn you about the situation, so you’ll just blow past the exit and need to double back.
Again, I was established in a lane and it didn't follow that lane. It tried to stay on I-70 despite being in a lane that *only* continued off to the right. I expected it to maintain its lane and it didn't do that.
 

Tr4ckD4ys

Well-Known Member
Joined
Oct 22, 2023
Threads
20
Messages
304
Reaction score
435
Location
Noneya, NY
Vehicles
2023 R1T
Clubs
 
I’m convinced that LLM based “autopilot” systems (which is what fsd is) will never get beyond L3. The driver will always need to be there.

Whether or not it’s easier to just drive yourself (gosh!) versus your supervising a computer to drive is debatable.

For me, I find it easier to just drive myself in most cases. And yes, I have fsd and use it on my MYP.
Why are you calling it LLM based? You aren’t referring to “Large Language Model”, are you?

I don’t think that is correct. As far as I can tell they may use some combination of architectures including transformer-based ones including its attention mechanism but they are not using LLMs, which would be specifically for text based tokens.
As a “stupid” comparison, Tesla FSD is more based on Midjourney like architectures than on ChatGPT-like ones.

Ok I’m off my soap box.
 
OP
OP

DuoRivians

Well-Known Member
Joined
Dec 30, 2022
Threads
258
Messages
3,824
Reaction score
9,108
Location
California
Vehicles
R1T, R1S
Why are you calling it LLM based? You aren’t referring to “Large Language Model”, are you?

I don’t think that is correct. As far as I can tell they may use some combination of architectures including transformer-based ones including its attention mechanism but they are not using LLMs, which would be specifically for text based tokens.
As a “stupid” comparison, Tesla FSD is more based on Midjourney like architectures than on ChatGPT-like ones.

Ok I’m off my soap box.
It is basically LLM. Image, video decomposed into how ever millions (billions?) of parameters, eg pixel colors, transitions, etc.

Instead of word parameters, they’re video input parameters. LLM doesn’t care, it’s just an algorithm.

“Large language models (LLM) are very large deep learning models that are pre-trained on vast amounts of data. The underlying transformer is a set of neural networks that consist of an encoder and a decoder with self-attention capabilities. The encoder and decoder extract meanings from a sequence of text and understand the relationships between words and phrases in it.”
 

Tr4ckD4ys

Well-Known Member
Joined
Oct 22, 2023
Threads
20
Messages
304
Reaction score
435
Location
Noneya, NY
Vehicles
2023 R1T
Clubs
 
It is basically LLM. Image, video decomposed into how ever millions (billions?) of parameters, eg pixel colors, transitions, etc.

Instead of word parameters, they’re video input parameters. LLM doesn’t care, it’s just an algorithm.

“Large language models (LLM) are very large deep learning models that are pre-trained on vast amounts of data. The underlying transformer is a set of neural networks that consist of an encoder and a decoder with self-attention capabilities. The encoder and decoder extract meanings from a sequence of text and understand the relationships between words and phrases in it.”
It is not basically an LLM. I would not equate LLMs with Transformers for image recognition. The two architectures and how they are trained, ie the decoding/encoding process is similar yet different between the two.

The above idea that anything that takes an input and generates an output is an LLM, as long as it is a deep learning network with self attention, is flawed. Of course they are all closely related to the “Attention is all you need” paper, but that doesn’t make Dall-E, Midjourney and ChatGPT the same. In fact, even algorithmically and from a training process perspective there are many differences also simply due to the way an image decodes and a text decodes - ie the number of tokens you end up with.

Anecdotally, it would be called Large Everything Model in that case.

Semantics at this point I guess.
 

Sponsored

mikehmb

Well-Known Member
First Name
Mike
Joined
Jan 12, 2022
Threads
154
Messages
2,303
Reaction score
5,224
Location
SF Bay Area
Vehicles
My name is Mike, and I have a (car) problem
Again, I was established in a lane and it didn't follow that lane. It tried to stay on I-70 despite being in a lane that *only* continued off to the right. I expected it to maintain its lane and it didn't do that.
Aha - definitely a D+ fail then. I’m surprised it didn’t kick itself off. I’ve never been able to keep it active in that circumstance.
 
OP
OP

DuoRivians

Well-Known Member
Joined
Dec 30, 2022
Threads
258
Messages
3,824
Reaction score
9,108
Location
California
Vehicles
R1T, R1S
It is not basically an LLM. I would not equate LLMs with Transformers for image recognition. The two architectures and how they are trained, ie the decoding/encoding process is similar yet different between the two.

The above idea that anything that takes an input and generates an output is an LLM, as long as it is a deep learning network with self attention, is flawed. Of course they are all closely related to the “Attention is all you need” paper, but that doesn’t make Dall-E, Midjourney and ChatGPT the same. In fact, even algorithmically and from a training process perspective there are many differences also simply due to the way an image decodes and a text decodes - ie the number of tokens you end up with.

Anecdotally, it would be called Large Everything Model in that case.

Semantics at this point I guess.
Tokens are just factors, data, information. Abstractly, they can be taken from any mapping, analysis of data, whether it’s text, image, or video.

Yes, there might be different optimization techniques and stylizations depending on the context of the model, but LLMs at an abstract level are similar.

I guess we agree to disagree on this.
 

Tr4ckD4ys

Well-Known Member
Joined
Oct 22, 2023
Threads
20
Messages
304
Reaction score
435
Location
Noneya, NY
Vehicles
2023 R1T
Clubs
 
Tokens are just factors, data, information. Abstractly, they can be taken from any mapping, analysis of data, whether it’s text, image, or video.

Yes, there might be different optimization techniques and stylizations depending on the context of the model, but LLMs at an abstract level are similar.

I guess we agree to disagree on this.
I think we largely agree to agree. I don’t disagree with the context you are providing. I disagree with the generalization of defining everything happening right now as LLM (in this case defining Teslas FSD as LLM). I just don’t think it’s good for the AI industry and everybody working in it (including myself) to throw this all under the same definition of LLMs. We already see today what happens when research becomes too focused on one problem (ie LLMs) because it’s the big star right now. It is limiting us to get materially closer to AGI because we miss sufficient depth of discoveries in other areas of AI. My only worry with your statement was that: The public generalization and the hype causing everybody to call everything LLM will be limiting to our progress one day, and many in the industry would agree.
 

HaveBlue

Well-Known Member
Joined
Nov 22, 2022
Threads
41
Messages
2,928
Reaction score
2,237
Location
91107
Vehicles
R1S DMP Max, Lifted GX470, APR Audi A7, BMW 325Ci
Clubs
 
The one time I used fsd or whatever on the freeway it felt worse than my 15 year old learning to drive. Way too much attention needed vs just driving myself. I resolved I'd never buy a Tesla and pay for that feature. Acc, fine and the rivian comes with it's system. I'll reserve comment until I use it but I wouldn't have paid extra for it.
 

Sponsored

Chewy734

Well-Known Member
First Name
Ashu
Joined
Nov 8, 2020
Threads
27
Messages
1,319
Reaction score
2,732
Location
Los Angeles
Vehicles
BMW, Ford, Rivian
Clubs
 
Now, imagine FSD on a Cybertruck while you’re towing infinite mass.
 

SSteveEV

Well-Known Member
First Name
Spencer
Joined
Nov 3, 2022
Threads
7
Messages
1,320
Reaction score
1,795
Location
Michigan
Vehicles
R1T, etc
Clubs
 
Oh damn, that was a sketchier situation than I expected.
No hesitation, no surrender!!
 

blturner

Well-Known Member
First Name
Brian
Joined
Jun 10, 2021
Threads
17
Messages
263
Reaction score
239
Location
Kansas City MO
Vehicles
Rivian R1T
Occupation
Space Pirate
I agree that FSD is not ready for prime time. Elon said that there were fewer accidents per mile with it on than off. I believe that was a misrepresentation because no one uses FSD for the hard stuff.
At some point it will be true that a future FSD system is better than the average driver statistically. But that only means that instead of 10 people dying from human drivers, that 9 would die from FSD. I don't think we as a society are ready for the moral and legal implications of that. I expect that we will let human drivers kill thousands before we accept even a smaller number of robot caused deaths.
 

Dark-Fx

Well-Known Member
First Name
Brian
Joined
Jul 15, 2020
Threads
148
Messages
13,603
Reaction score
27,489
Location
Michigan
Vehicles
R1T, R1S, Livewire One, Sierra EV, R1S
Occupation
Engineering
Clubs
 
I agree that FSD is not ready for prime time. Elon said that there were fewer accidents per mile with it on than off. I believe that was a misrepresentation because no one uses FSD for the hard stuff..
Tesla also doesn't take responsibility for accidents that occur after handing off to the driver, even if the system handed off in a no-win situation it was responsible for.
Sponsored

 
 








Top