this post was submitted on 07 Dec 2023
622 points (96.1% liked)

Technology

58137 readers
4359 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Tesla Whistleblower Says 'Autopilot' System Is Not Safe Enough To Be Used On Public Roads::"It affects all of us because we are essentially experiments in public roads."

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 9 months ago* (last edited 9 months ago) (2 children)

Ah, but you see, his reasoning is that what if the camera and lidar disagree, then what? With only a camera based system, there is only one truth with no conflicts!

Like when the camera sees the broad side of a white truck as clear skies and slams right at it, there was never any conflict anywhere, everything went just as it was suppo... Wait, shit.

[–] [email protected] 30 points 9 months ago (2 children)

sees the broad side of a white truck as clear skies and slams right at it

RIP Joshua Brown:

The truck driver, Frank Baressi, 62, told the Associated Press that the Tesla driver Joshua Brown, 40, was “playing Harry Potter on the TV screen” during the collision and was driving so fast that “he went so fast through my trailer I didn’t see him”.

[–] [email protected] 13 points 9 months ago

he went so fast through my trailer I didn’t see him”.

Lidar would still prevail over stupidity in this situation. It does a better job detecting massive objects cars can't go through.

[–] [email protected] 5 points 9 months ago (1 children)

The in-car system shouldn't allow you to watch a movie wtf

[–] [email protected] 3 points 9 months ago

Allegedly it was on a portable DVD player

[–] [email protected] 0 points 9 months ago (1 children)

what if the camera and lidar disagree, then what?

This (sensor fusion) is a valid issue in mobile robotics. Adding more sensors doesn't necessarily improve stability or reliability.

[–] [email protected] 25 points 9 months ago (1 children)

After a point, yes. However, that point comes when the sensor you are adding is more than the second type in the system. The correct answer is to work into your algorithm a weighting system so the car can decide which sensor it trusts to not kill the driver, i.e. if the LIDAR sees the broadside of a trailer and the camera doesn't, the car should believe the LIDAR over the camera, as applying the brakes and speeding into the obstacle at 60mph is likely the safer option.

[–] [email protected] 2 points 9 months ago (1 children)

Yes the solution is fairly simple in theory, implementing this is significantly harder, which is why it is not a trivial issue to solve in robotics.

I'm not saying their decision was the right one, just that his argument with multiple sensors creating noise in the decision-making is a completely valid argument.

[–] [email protected] 3 points 9 months ago (2 children)

Doesn't seem too complicated... if ANY of the sensors see something in the way that the system can't resolve then it should stop the vehicle/force the driver to take over

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago) (1 children)

Then you have a very unreliable system, stopping without actual reason all the time, causing immense frustration for the user. Is it safe? I guess, cars that don't move generally are. Is it functional? No, not at all.

I'm not advocating unsafe implementations here, I'm just pointing out that your suggestion doesn't actually solve the issue, as it leaves a solution that's not functional.

[–] [email protected] 2 points 9 months ago (1 children)

If they're using such unreliable sensors that they're getting false positives all the time the system isn't going to be functional in the first place.

[–] [email protected] 2 points 9 months ago* (last edited 9 months ago)

All sensors throw a shitload of false positives (or negatives) when used in the real world, that's why the filtering and unification between sensors is so important, but also really hard to solve, while still getting a consistent and reliable solution.

[–] [email protected] 1 points 9 months ago

"seeing an obstacle" is a high level abstraction. Sensor fusion is a lower level problem. It's fundamentally kinda tricky to get coherent information out of multiple sensors looking partially at the same thing in different ways. Not impossible, but the basic model is less "just check each camera" and more sheafs