Earlier quoted context omitted.
It's funny you use Radar as an example of 'good sensor' while it is well known that most or maybe almost all?) of the stationary vehicle accidents you're talking about happened because of Radars inability to detect a stationary obstacle. On the other hand, RGB data does have that information, we use it everyday to avoid obstacles, even under foggy and rainy conditions (I'm no LIDAR expert but I know it sucks in rainy…
You mean some radars inability to detect stationary obstacles. Clutter rejection has a lot of more sophisticated algorithms to apply with greater compute power to throw at the problem.
Why Tesla removed radar and ultrasonic sensors [video]
61–70 of 483 posts
Re: Why Tesla removed radar and ultrasonic sensors [video]
#62I thought it was telling that Andrej immediately "reframed" the question because Lex asked the "wrong question". This is a classic evasion technique one learns from experience and/or media training. Lex's comment immediately after was a clever and gentle dig at Andrej's response. It seemed like all the "full cost" negatives Andrej mentioned were related to Tesla's ability to execute, and not what would actually produ…
You may be right about the actual decision process Tesla went through, but Karpathy is right in principle. One of the first things he says is "there can be problems with [the sensors]", and a lot of what he mentions increases the risk of run-time failure, not just cost.
It's easy to cast this as an optimization problem where you're trading off asymptotically improved sensing for linearly or superlinearly increased failure rates. There's certainly a point where the complexity of more sensors or certain types of sensors outweighs any marginal benefit they provide.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#63So the key question is how much of an improvement does radar/sensors/etc give you over just using computer vision?
If we're to trust what Elon and the team said during the last few AI day, none. They stated that the ultrasonic and radar sensors were actually performing worse than their pure vision stack.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#64Did Lex ask him why Tesla love to crash into emergency vehicles?
Re: Why Tesla removed radar and ultrasonic sensors [video]
#65TL;DW. Tesla doesn’t know how to do change management.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#66What is it that makes Lidar so expensive? Is it something intrinsic to the technology that prevents costs from coming down?
A LIDAR sensor is a complex device with spinning motors, mirrors, lasers and more. Costs are coming down and less-expensive and more capable devices are coming to market. Once the price-points come way down, I wouldn't be surprised to see Tesla reconsider their decision to exclude them from their sensor platform.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#67Earlier quoted context omitted.
I think one should distinguish between 'all necessary information is already in the pixel-space' vs 'we already know how to extract all the information needed from pixel-space' The fact that (most) humans manage to drive around safely and successfully in current roads proves that the information needed exists in the pixel-space (not just current image, but say current + history). We don't yet have stacks that can suc…
> The fact that (most) humans manage to drive around safely and successfully in current roads proves that the information needed exists in the pixel-space But that doesn't mean that it translates to a car. We constantly move our 576MP resolution eyes in multiple orientations in order to visualise a scene and focus on the most important areas. Cars have fixed, low-quality cameras. We then interpret this data using the…
Humans certainty have a stronger and general prior to make sense out of the information, and that's exactly why I left it as a possibility. Cars don't * yet * have anything close to it, just like they didn't have a way to accurate detect objects a few years ago and just like they didn't have a way to capture RGB information a few decades ago.
I am an optimistic guy, and I certainly believe in the power of learning at scale.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#68TL;DW. Tesla doesn’t know how to do change management.
Given Andrej's explanation this verges on mere gainsaying. Could you expand on what you think they should be doing? Other firms would also encounter "entropy", they always do; what's your way of reducing that severely?
And of course other companies encounter it. But this has very strong vibes of “no one knew health care can be so complicated”.
And what should they do? Change management. Yeah, it’s hard, and costs money, but it’s a hard industry to be in. What they should not do? Cripple products they already sold (like disabling radar in existing cars), because they need to milk their profit margins.
Andrej is a great researcher. But safety critical systems are very different from research projects.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#69I still suspect it's because they need to preserve compute resources for vision processing. Sensor fusion is likely eating up too much of their current HW and limiting their progress in other areas. I suspect Tesla will have to admit they need to upgrade the current HW before they ever 'solve' FSD.
The amount of compute that sensor fusion uses is miniscule compared to running a NN or computing stereo depth maps. Sensor fusion runs in the background of your phone the whole time to power things like [0] for example. 0. https://sensor-js.xyz/demo.html
Reading sensor data is not the same as feeding that data to a neural network and asking it to form a worldview composed of possibly conflicting sensor data streams(i.e. lidar vs vision vs ultrasonic).
You are somewhat correct that it is quite trivial to read sensor data. For many sensors, there is some work which needs to be done to denoise or cleanup the input data. That's not where the story ends, however.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#70Earlier quoted context omitted.
Given Andrej's explanation this verges on mere gainsaying. Could you expand on what you think they should be doing? Other firms would also encounter "entropy", they always do; what's your way of reducing that severely?
Andrej refused to answer the question about why, and instead gave whole speech about how change management and supply chain is hard. What else is there to expand on? And of course other companies encounter it. But this has very strong vibes of “no one knew health care can be so complicated”. And what should they do? Change management. Yeah, it’s hard, and costs money, but it’s a hard industry to be in. What they shou…
Securing supply chains is hard period. Tesla and SpaceX have gone to heavy vertical integration because ensuring quality seemed to insist upon that.
What specifically would the new management team do that would secure supply chains trivially, etc? What's not being done?