Can we have a less flamey discussion of self driving cars?
11–20 of 32 posts
Re: Can we have a less flamey discussion of self driving cars?
#122. Going beyond AI, the fastest approach is commercial vehicles controlled by drivers operating from remote offices. Think buses, trucks, etc.
3. Test the cars in locations where people who could possibly be affected cannot afford to create lawsuits for any kind of accidents that may occur.
4. Absolutely not. Edge cases are fairly infinite.
5. Number of acceptable road deaths per year will be higher than what people want. However, the deaths will be more randomly distributed rather than being concentrated mostly on bad or unsafe drivers as we have today.
6. Driving will become a less valuable skill and thus there will be cheaper and fewer jobs available for such people who specialize in it.
Re: Can we have a less flamey discussion of self driving cars?
#13Define "competent". Existing isn't enough. In an ideal case of bug free self driving cars making up 100% of traffic on the road, yes the world is a better place with less vehicle related deaths.
Short of that utopia, we have a reality where software bugs cause injuries and deaths and the ultra wealthy companies avoid liability.
> What are the various approaches to get from here to there, and what are their relative merits and risks?
I see no realistic path to the utopian ideal. Even if some company can deliver a truly safe self driving car, it will be a long time before they are ubiquitous. And short of that, you have issues where even if the self driving car behaves safely, it may be acting in ways human drivers do not expect, and thus cause accidents anyway.
> Do the technically-savvy folks on this list think that a heuristic approach (i.e. a bunch of rules written by humans) could ever succeed at effective self driving in diverse conditions? Or is the machine learning + massive data approach more likely to solve it? Or do you consider it fundamentally unsolveable?
Manually coded self drivint has too mant corner cases, so no, I don't believe it is possible.
I don't believe it is possible via ML either. People have way too much faith in ML. I don't think truly safe 100% self driving cars is a realistic goal.
> What interesting moral and legal questions arise if effective self-driving becomes available?
How do we hold parties liable for the damage they cause? So far this doesn't seem to be happening.
> What might be the economic and environmental ramifications of a world with ubiquitous “robotaxis”?
It's not realistic so I don't think it's worth thinking about. It's like daydreaming about a world where nobody dies. Yes there are charlatans pushing this idea. No, it's not happening soon.
Re: Can we have a less flamey discussion of self driving cars?
#14So in reality in a world that has driver-less cars, the first thing we will see is a congestion tax. And the first thing we would like to see as a result of that congestion tax is better public transportation. Driver-less buses will do well, especially if they have dedicated lanes. Trains will do better. If you think that you can avoid public spending on public transportation because driver-less cars will save you, you are mistaken. You should be funding that such that if driver-less cars become a reality, but even if they don't, you will be ready.
Re: Can we have a less flamey discussion of self driving cars?
#15AI/ML just isn't at a point yet where it can encounter something it's never seen and make a decision about it in a predictable way. Which is problematic with driving for two reasons. 1) crazy things happen on the road all the time, none of which are 100% predictable, since humans have free will. Sure, the majority of driving is very predicable, but it's that tiny fraction of clown cars that's a problem. 2) humans are…
Not just humans. The judgement call of "hit the critter with my car or try to avoid a crash while swerving to avoid it" is hard for humans too; how will we program our machines to make that choice for us?
My wife ran into a falling tree branch once, wasted the windshield but no other real damage, fortunately. It was traumatic for her and the circumstance wouldn't have been avoidable, human or computer driving.
Re: Can we have a less flamey discussion of self driving cars?
#16Until car companies can be sued into the ground for their self driving car killing someone, there won't be proper incentives in place to ensure the tech is safe and not a move fast and break things race between manufacturers that puts everyone at risk.
The consequences should be severe, but should not prevent the company from finding ways to learn from their mistakes. There's a middle ground here: if there's no consequences, then we get careless implementations without improvement. If the consequence is bankruptcy, then there's no version of the tech that would ever be released by a respectable company. So we need something in the middle, where the consequences are severe enough to motivate good tech, but not severe enough to block the tech altogether.
Re: Can we have a less flamey discussion of self driving cars?
#17Re: Can we have a less flamey discussion of self driving cars?
#18Until car companies can be sued into the ground for their self driving car killing someone, there won't be proper incentives in place to ensure the tech is safe and not a move fast and break things race between manufacturers that puts everyone at risk.
> sued into the ground The consequences should be severe, but should not prevent the company from finding ways to learn from their mistakes. There's a middle ground here: if there's no consequences, then we get careless implementations without improvement. If the consequence is bankruptcy, then there's no version of the tech that would ever be released by a respectable company. So we need something in the middle, whe…
Re: Can we have a less flamey discussion of self driving cars?
#19The typical car is on the road 1% of the time. The typical driver-less car will be on the road whenever possible, so will see 100x usage. Just 1% of cars being driver-less will therefore double cars on the road. That will go to things that are good - taking the kids to soccer practice, go to things that are neutral - sleeping in the car as it drives to the beach, and it will go to things that are wasteful, like shipp…
Re: Can we have a less flamey discussion of self driving cars?
#20The only solution that sounds plausible to me is a hybrid approach.
Much like when building a car you can make the engine as complex as you like - but you keep things simple with the brakes. Aircraft autopilots sometimes have three separate processors, programmed by three separate teams.
In a self-driving car, I'd expect a heavily audited core of code to take care of not hitting clearly visible stationary objects like concrete barriers and fire trucks even if other parts of the system relied heavily on ML.
> Or do you consider it fundamentally unsolveable?
I think self-driving vehicles will trade off some types of accidents for others.
For example, you see a running child who disappears behind a truck, then a ball rolls out into the road? A skilled, attentive driver would anticipate that the kid might run into the road. But that needs fairly detailed scene understanding. Accidents like that might increase.
On the other hand, a lot of accidents are due to lack of attention - and a machine can provide consistent vigilance. So accidents arising due to drowsiness and drivers fiddling with the radio could be expected to decrease.