Hacker News new | ask | show | jobs
by simion314 1747 days ago
Filtering out is the problem that develoeprs/engineers should solve right? I can't accept the idea that the car can hit a wall because "our devs are too incompetent or we are to cheap to use better hardware" , a wall or a truck does not look like a bridge or a shadow or a sign, if the AI is too stupid then is not ready, even if is better then a drunk teen that drives a 15 years old car in some very specific situations.

The lidar/radar detects the objects the AI should label them and decide, if it can't do it then throw more video cards at it and more training or find some competent people that could use more deterministic code to reduce the complexity before the AI attempts to run.

2 comments

The problem is with the sensors, not the AI, and occurs across the industry and isn't exclusive to Tesla. Volvo's Pilot Assist has the same short comings.

https://www.wired.com/story/tesla-autopilot-why-crash-radar/

From my reading of your link you are wrong.

How a code that decides what to ignore or not is a sensor issue? Sensors tell you that there is something in front, sure maybe is a sudden thing and there is no velocity/acceleration vector for a few moments but the object is detected ...the software DECIDES what to ignore.

The example where a car changes slane and the code ignores any static object in front of that car seems a clear case of a crash waiting to happen, the car in front might change the lane to avoid something. (and the fact that some other tech that is honestly labeled lane assist has this issue does not excuse a self claimed autopilot to have same flaws."

Let me summarize and let me know where I am wrong:

"Because the software is bad and it triggers too many false positives the coders added a "clever" hack , we ignore most static objects."

> How a code that decides what to ignore or not is a sensor issue?

I guess "Sensor Module" would be a more accurate description.

Most automotive systems are designed as a series of modules that function independently but jointly form a system. They either broadcast or consume messages over the CAN BUS.

The Volvo V60 for example has a Forward Sensor Module, the radar, which outputs a handful parameters like Primary Target Range, Voltage, and Automatic Alignment Offset. It's the responsibility of other body modules to consume that data. The Closing Velocity Module might then broadcast Acceleration related messages which intern would be picked up by the Adaptive Cruise Control Module. Or it might broadcast Collision Warning Messages which the Stereo Module reads and responds by blaring a warning noise out the speakers and also the Brake Control Module receives and applies the brakes.

Yes, in principle there are systems that could detect stationary hazards. But as far as I'm aware the best lidar and radar approaches are currently no better than Tesla's RGB approach. It seems that the AI is much more important than the sensor.
The sensors could detect a solid object, the issue seems to be that the sensors will detect many things and the AI or the hardware is incapable to handle the amount of sensors data.

Though the Google car seems to have strong enough hardware to keep track of many vehicles and objects at a big enough distance to not be surprised if something appears or disappears for a frame.

Not sure what people want for a sensor, to detect and label the objects for you? or calculate velocities and predict the future? That seems to be the software developers job but you might need competent people and not throwing big data into a black box and retrain until it mostly works.

No Waymo car has crashed into an emergency vehicle yet.
Waymo has driven 20 million miles. Autopilot has driven (about) 4 billion miles.