▲ | AnIrishDuck 5 days ago | ||||||||||||||||
> They don't work by merely taking a straw poll. They effectively build the joint probability distribution, which improves accuracy with any number of sensors, including two. Lots of safety critical systems actually do operate by "voting". The space shuttle control computers are one famous example [1], but there are plenty of others in aerospace. I have personally worked on a few such systems. It's the simplest thing that can obviously work. Simplicity is a virtue when safety is involved. You can of course do sensor fusion and other more complicated things, but the core problem I outlined remains. > If you are so worried, override the AI in the moment. This is sneakily inserting a third set of sensors (your own). It can be a valid solution to the problem, but Waymo famously does not have a steering wheel you can just hop behind. This might seem like an edge case, but edge cases matter when failure might kill somebody. 1. https://space.stackexchange.com/questions/9827/if-the-space-... | |||||||||||||||||
▲ | mafuy 4 days ago | parent | next [-] | ||||||||||||||||
Voting is used when the systems are equivalent, e.g. 3 identical computers, where one might have a bit flip. This is completely different from systems that cover different domains, like vision and lidar. | |||||||||||||||||
▲ | sfifs 4 days ago | parent | prev [-] | ||||||||||||||||
Isn't the historical voting pattern something more of a legacy thing dictated by limited edge compute of the past vs necessarily a best practice. I see in many domains a tendency to oversimplify decision making algorithms for human understanding convenience (eg vote rather that develop a joint probability distribution in this case, supply chain and manufacturing in particular seem to love rules of thumb) rather than use better algorithms that modern compute enables higher performance, safety etc | |||||||||||||||||
|