Why Tesla removed radar and ultrasonic sensors [video]
191–200 of 483 posts
Re: Why Tesla removed radar and ultrasonic sensors [video]
#192Earlier quoted context omitted.
Lack of focus is a major problem for companies and we all know that tech debt leads to increased bug counts. Team focus on vision which is by far the highest accuracy and bandwidth sensor allows for a faster rate of safety innovation given a constant team size.
Tesla engineers are currently doing post-commit review of Twitter source code. Focus is the last thing I would credit them with.
Tesla has ca. 1000 software engineers working in various capacities. The ca. 300 that work on car firmware and autonomous driving are probably not participating in the Twitter drama.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#193Earlier quoted context omitted.
Lack of focus is a major problem for companies and we all know that tech debt leads to increased bug counts. Team focus on vision which is by far the highest accuracy and bandwidth sensor allows for a faster rate of safety innovation given a constant team size.
Uhh highest accuracy and bandwidth for what? You can have a camera that can see piece of steak at 100K resolution at 1000 FPS but doesn’t mean you can use a camera to replace a thermometer. Blows my mind how people eat up that cameras can replace every sensor in existence without even entertaining basic physics. ML is not omnipotent.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#194I didn't find his answers particularly convincing. His answer focused on costs mainly, and how "the best part is no part". We have already seen multiple accidents caused by camera's limitations [1] which would not have happened if Tesla used Lidars. Cameras have poor dynamic range and can be easily blinded by bright surfaces. While it is true that humans do fine with only eyes, our eyes are significantly better than…
The dynamic range is the reason Tesla know counts photons rather than use traditional camera processing. They basically remove the concept of exposure entirely and simply pass the sensor photon counts to the neural net. This approach not only simpler as it removes photo processing/encoding but the result is that the NN can operate with a very high dynamic range similar to the human eye and in many cases can be sensit…
Nice tech and single photons and whatnot but it still runs into things that a radar with some really simple code wouldn't. ¯\_(ツ)_/¯
Re: Why Tesla removed radar and ultrasonic sensors [video]
#195Earlier quoted context omitted.
That was hilarious. Basically (unless this needs a reframing/realignment/repositioning/reorienting): Q: "are less sensors less safe/effective?" A: "well more sensors are costly to the organization and add more tech debt so safety is orthogonal and not worth answering".
The video has a more reasonable answer. The sensors are unreliable and expensive in terms of R&D. Having marginal parts which takes money from a finite R&D budget can easily result in a worse product. “They contribute noise and entropy into everything.” … “you’re investing fully into that [vision] and you can make that extremely good. You only have a finite amount of spend of focus across different facets of the syst…
This is what doesn't add up to me. Either a lot of that previous wonder-talk was actually a lie, or there's something else going on here.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#196Andrej's argument about more sensors adding entropy strikes me as disingenuous considering that in the next question he then says that Tesla's biggest advantage over everyone else is "the fleet", which clearly introduces orders of magnitude more entropy into the system than anything else. Can you imagine the infrastructure required to gather video from "the fleet" anytime a car sees something unexpected? How about di…
Re: Why Tesla removed radar and ultrasonic sensors [video]
#197I didn't find his answers particularly convincing. His answer focused on costs mainly, and how "the best part is no part". We have already seen multiple accidents caused by camera's limitations [1] which would not have happened if Tesla used Lidars. Cameras have poor dynamic range and can be easily blinded by bright surfaces. While it is true that humans do fine with only eyes, our eyes are significantly better than…
The dynamic range is the reason Tesla know counts photons rather than use traditional camera processing. They basically remove the concept of exposure entirely and simply pass the sensor photon counts to the neural net. This approach not only simpler as it removes photo processing/encoding but the result is that the NN can operate with a very high dynamic range similar to the human eye and in many cases can be sensit…
The human eye isn't so great on those terms. But humans can raise their hand to block the sun if it's straight at our eyes.
Re: Why Tesla removed radar and ultrasonic sensors [video]
#198I 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…
I feel the other reason is that Tesla has not figured out a way to put Radar into their ML pipeline. If you take the Range-Doppler Map from the radar as the 'pixel' map, that data is inherently very dependent on the scenario and the radar sensor intrinsic parameters. This variability in what the radar sees in the RD space is what makes this a challenge for ML/AI pipelines. If Tesla were to 'fuse' information from the…
Re: Why Tesla removed radar and ultrasonic sensors [video]
#199Earlier quoted context omitted.
> While it is true that humans do fine with only eyes We do not. Humans are terrible at driving. Traffic accidents are one of the leading causes of death in the developed world. Billions of dollars of property damage occur every year because humans are not up to the task. A self driving system that is as safe as an average human driver would be an absolute failure.
> Traffic accidents are one of the leading causes of death in the developed world. Not even close, really. A bit under 1%. You are more likely to die from an overdose, or suicide. And much, much, much more likely to die from cancer or heart disease. And that is without getting into the trade-offs. Cars at least have a significant utility value, which is not true of suicide, opiate addiction, cancer, or heart disease.…
Re: Why Tesla removed radar and ultrasonic sensors [video]
#200Earlier quoted context omitted.
Two thoughts: 1) He's not touching on the software cost of integrating different sensor data into the same trained machine learning model; it is likely far simpler to just stick to stereoscopic vision data (the same thing the human genome decided!) 2) That said, it seems at least theoretically advantageous to have a sensory system that exceeds that which humans are limited to; things like LIDAR can work in complete d…
> likely far simpler to just stick to stereoscopic vision data (the same thing the human genome decided!) Yeah and till we had reliable and powerful artificial lighting, it was highly unsafe to journey in low visibility/ darkness. We used to finish journeys when darkness fell. Animals that do require precise movement in low visibility (bats, dolphins) conditions often evolved ultrasound solutions. So should we licens…