For questions related AI used to automate vehicles, including the autonomous vehicles capabilities of automated piloting and air traffic control for aircraft and orbital and interplanetary vehicles, automated driving of road vehicles, and other types of vehicle automation requiring intelligent acquisition and control systems.
Questions tagged [autonomous-vehicles]
52 questions
104
votes
14 answers
How could self-driving cars make ethical decisions about who to kill?
Obviously, self-driving cars aren't perfect, so imagine that the Google car (as an example) got into a difficult situation.
Here are a few examples of unfortunate situations caused by a set of events:
The car is heading toward a crowd of 10 people…

kenorb
- 10,423
- 3
- 43
- 91
20
votes
1 answer
Would Google's self-driving-car stop when it sees somebody with a T-shirt with a stop sign printed on it?
In Hidden Obstacles for Google’s Self-Driving Cars article we can read that:
Google’s cars can detect and respond to stop signs that aren’t on its map, a feature that was introduced to deal with temporary signs used at construction sites.
Google…

kenorb
- 10,423
- 3
- 43
- 91
12
votes
8 answers
What are the advantages of having self-driving cars?
What are the advantages of having self-driving cars?
We will be able to have more cars in the traffic at the same time, but won't it also make more people choose to use the cars, so both the traffic and the public health will actually become…

Jamgreen
- 309
- 1
- 5
10
votes
2 answers
Do self-driving cars resort to randomness to make decisions?
I recently heard someone make a statement that when you're designing a self-driving car, you're not building a car but really a computerized driver, so you're trying to model a human mind -- at least the part of the human mind that can drive.
Since…

guillaume31
- 203
- 1
- 8
8
votes
5 answers
Why are autonomous cars categorized as AI?
How are autonomous cars related to artificial intelligence? I would presume that artificial intelligence is when we are able to copy the human state of mind and perform tasks in the same way. But isn't an autonomous car just rule-based machines that…

Jamgreen
- 309
- 1
- 5
7
votes
1 answer
What will happen when you place a fake speedsign on a highway?
I was wondering what will happen when somebody places a fake speedsign, of 10 miles per hour on a high way. Will a autonomous car slow down? Is this a current issue of autonomous cars?

Eddy
- 81
- 2
7
votes
3 answers
What kind of road and weather conditions can a self-driving car deal with?
Can self-driving cars deal with snow, heavy rain, or other weather conditions like these? Can they deal with unusual events, such as ducks on the road?

liori
- 513
- 2
- 9
7
votes
1 answer
What technologies are needed for a self-driving car?
Google, Tesla or Apple have all built or are building their own self-driving cars. As an expert in a related area, I am interested in knowing at a high level, the systems and techniques that go into self-driving cars.
How easy is it for me to make…

Harsh
- 1,307
- 8
- 21
6
votes
3 answers
Why did a Tesla car mistake a truck with a bright sky?
Do we know why Tesla's autopilot mistaken empty sky with a high-sided lorry which resulted in fatal crash involving a car in self-drive mode? Was it AI fault or something else? Is there any technical explanation behind this why this happened?
The…

kenorb
- 10,423
- 3
- 43
- 91
6
votes
4 answers
Which machine learning algorithm is used in self-driving cars?
Which deep neural network is used in Google's driverless cars to analyze the surroundings? Is this information open to the public?

kenorb
- 10,423
- 3
- 43
- 91
5
votes
4 answers
What are the typical sizes of practical/commercial artificial neural networks?
I'm interested in artificial neural networks (ANN) and I wonder how big ANNs in practical use are, for example, Tesla Autopilot, Google Translate, and others.
The only thing I found about Tesla is this one:
"A full build of Autopilot neural…

Mitarano
- 53
- 1
- 6
5
votes
2 answers
Are self-driving cars using single frame or multiple frame to make decision?
This might be a trivial question but I couldn't find any reliable answers on the internet.
Almost all the neural network architectures for self-driving cars that I have seen on the internet have a feedforward network, previous frames will not help…
4
votes
1 answer
Self-driving control logic based on semantic segmentation
In the context of autonomous driving, two main stages are typically implemented: an image processing stage and a control stage. The first aims at extracting useful information from the acquired image while the second employs those information to…

firion
- 269
- 1
- 7
4
votes
1 answer
What topologies support recognition of action sequences?
The ability to recognize an object with particular identifying features from single or multiple camera shoots with the temporal dimension digitized as frames has been shown. The proof is that the movie industry does face replacement to reduce…

Douglas Daseeco
- 7,423
- 1
- 26
- 62
4
votes
1 answer
Semantic Segmentation how to upsampling
Many of the architectures that do semantic segmentation like SegNet, DilatedNet (Yu and Koltun), DeepLab, etc. do not work on high resolution images. For such benchmarks like Cityscapes, what is a standard/practical approach for such methods to…

AugLe
- 169
- 1
- 6