top | item 37292357

Self-driving cars less likely to detect children and people of color

69 points| Tozen | 2 years ago |businessinsider.com | reply

89 comments

order
[+] jl6|2 years ago|reply
> While the study did not use the exact software companies like Tesla use to power self-driving cars because they are confidential, the software systems used for the study are based on the same open-source AI those companies use, according to Zhang.

I was under the impression that commercial self-driving software was deeply proprietary and confidential, and there is no way to know that this study will generalize if run on state of the art detectors. Tesla and Cruise are name-checked in the article - how do we know this isn’t a problem they have worked extensively on and made great improvements to, relative to the open source components?

Feels like a case of outrage-for-clicks.

[+] jnovek|2 years ago|reply
> Feels like a case of outrage-for-clicks.

The BI article is definitely outrage for clicks. I wouldn't be surprised if the actual journal article was more measured in its conclusions and this is just typical bad science reporting.

[+] dee-bee|2 years ago|reply
Presumably these companies are free to provide their software for research. The onus is on them to demonstrate it works in the first place....

> how do we know this isn’t a problem they have worked extensively on and made great improvements to, relative to the open source components?

They are a private, for-profit entity with a strong incentive to mislead people about their products. I see no reason to assume they've addressed this issue.

[+] candiddevmike|2 years ago|reply
The point of the article, to me, is computer vision will never be enough. These are machines and need to be augmented with radar and other object detection methods.
[+] foooorsyth|2 years ago|reply
> Feels like a case of outrage-for-clicks

Like 99% of these “AI discrimination” articles.

>human-detecting AI is developed in a western country with ~60% white population. Most of the training data is collected there

>the AI performed slightly worse in Uttar Pradesh, where the people and everything else in the background look different

>AI is prejudiced! Get outraged!

Every time.

[+] tetromino_|2 years ago|reply
Human driver eyes (and I suspect any other optical systems working in the visible color range) are also less likely to detect people of color. Five years ago I avoided running over a pedestrian at night only by luck: he was black, wearing a black jacket, black pants, walking across a badly-lit suburban street; I think that either my visual system did not perceive him at all until the last fraction of a second, or perhaps perceived him as a shadow. I managed to swerve. But a fraction of a second later? I am afraid to think about it...

I am a big fan of Scandinavian style pedestrian safety reflectors. Attach one to your bag or jacket if you are walking late at night; it might save your life. But if you don't have a reflector, wear at least one piece of bright, light-colored clothing; this is particularly important it your skin color is dark!

[+] joker_minmax|2 years ago|reply
Regardless of race, it shouldnt be on the road if it cannot detect jaywalkers at night wearing all black. Where I live POC are more likely to be the pedestrians because it's an immigrant-heavy community. I've seen a white guy jaywalking at night wearing all black in between street lights but I couldn't tell he was white until he got across the street and I could see him head-on.
[+] zephrx1111|2 years ago|reply
Apparently the media wanted to sell an optical problem as racial problem.

Some saying: racists are people that are thinking of race, talking about race, and acting based upon race.

[+] Lewton|2 years ago|reply
they're testing 8 different detection algorithms

> The detection systems were 19.67% more likely to detect adults than children, and 7.52% more likely to detect people with lighter skin tones than people with darker skin tones, according to the study.

while they all had a harder time with adults vs children, that 7.52% is gotten by averaging 2 algorithms that performed abysmally, with 6 that had no statistically significant differences

https://arxiv.org/pdf/2308.02935.pdf table 6

[+] strken|2 years ago|reply
The two with significantly worse performance were RetinaNet and YOLOX. I don't really know anything about the field, but it's interesting they're both single stage performant models, while the slower but lower miss-rate RCNN variants are two-stage. It's interesting that the pedestrian-specific models are all worse than the general models at detecting people!

The conclusion is kind of weird: apparently their "findings reveal significant bias in the current pedestrian detectors" despite the bias being almost entirely within the single-pass general object detectors. And where it's statistically significant in the other models, the miss rate is low in both cases, and the effect is reversed! (Dry-weather Cascade-RCNN does better on dark-skin than light-skin, among others.)

[+] yorwba|2 years ago|reply
I think you misunderstood table 6. All algorithms show significant differences in miss rate for children, two show significant differences based on gender, and four others based on skin color. The four that showed no statistically significant difference between light and dark skin had very high miss rates overall. Of the other four, two are much worse for dark skin, and two are slightly better. Those last two are also best at detecting children, but 28% miss rate is still a bit too high for my taste.
[+] techwizrd|2 years ago|reply
Are these pedestrian detection models in use in any widely-deployed commercial self-driving car? Is there a limitation since these are images rather than videos? I would've expected these to be addressed in the "Threats to Validity." There is also no control comparison to humans, beyond the two annotators. Are these detectors significantly worse than humans?

There is telling whether these results are valid or applicable at all, but they purport that there are statistically significant unfairness based on gender and skin color. At best, this feels misleading.

[+] zirgs|2 years ago|reply
How do they work in winter then? You can't see much skin if someone is wearing a winter coat. Right - self driving cars are a solution for Silicon Valley only only so they don't even bother testing those cars elsewhere.
[+] mrweasel|2 years ago|reply
The skin color is going to be the least of your issues in the winter time. How are the cars going to "see" the road under 10cm of snow? Granted humans shouldn't really be driving in those conditions either, but we do and mostly successfully, to avoid sleeping on the side of the road in -10C.

What is it that makes it so hard for all these algorithms to work on people with darker skin? This has been an issue for more than ten years, surely someone has started adding various skin colors into the training data. Is it a case of lack of training material, or is it just faster to focus on one skin type?

[+] mrkeen|2 years ago|reply
> A team of researchers in the UK and China tested how well eight popular pedestrian detectors worked depending on a person's race, gender, and age.

- edit -

Sorry, I read the article too quickly and assumed it was talking about the countries UK and China. Perhaps they only bothered testing the cards in UK, Silicon Valley and China, Silicon Valley.

[+] hermannj314|2 years ago|reply
"A new technology reduces mortality risk for all people, but has slightly better outcomes for white adults."

Conclusion - we call on lawmakers to make this technology illegal. We prefer more people die at equal rates more than we prefer less people to die at unequal rates.

I am not sure I agree with the ethics that underlies this way of seeing the world.

[+] asddubs|2 years ago|reply
What if the technology was only/primarily tested with white people, rather than inherently having better outcomes for white adults? It's not really as clear cut as you make it out to be, technologies at this level of complexity aren't just derived from physical/biological principles. Perhaps there was a better variant of the technology that was scrapped as a cost-cutting measure, because it performed the same for white adults, but better for other classes of people (alluding to radar here, though I'm not sure it really performed the same, but I'm trying to make a larger point than any specific technology anyway).
[+] candiddevmike|2 years ago|reply
It should be illegal, the current systems will never deliver without additional object detection methods (radar, lidar, etc). Get this shit recalled and back to the drawing board.
[+] HunterWare|2 years ago|reply
In other news, it turns out that detecting smaller and lower contrast objects is harding with optical sensors. Almost, you know, like how it is with real people.
[+] Eddy_Viscosity2|2 years ago|reply
It won't be long till they won't just be detecting people, by identifying specifically which people they are. Think of the data! All those cars logging time/location of all those people. (which, of course, will only be used for good and the occasional targeted ad)
[+] solarkraft|2 years ago|reply
Buddy, you're commenting on an article showing that cars aren't even that good at identifying people as people.
[+] candiddevmike|2 years ago|reply
I think what you're trying to say is cars will start identifying folks and logging their location. Cell tracking/triangulation data is already available from cell companies. Self driving cars aren't going to make things worse.
[+] sbuttgereit|2 years ago|reply
This seems like a pretty poor article on a pretty poor research subject.

The way I read it is something like this...

Some researchers got their hands on software that purports to do similar stuff to what self driving cars might also do, but crucially isn't the same as what the cars actually use, and then extrapolate the results into the headline-like title of the research paper: "Dark-Skin Individuals Are at More Risk on the Street: Unmasking Fairness Issues of Autonomous Driving Systems". That's justified isn't it? After all, all software in a category is more or less the same program and the car company software and their research subject software all runs on computers? Right? Must be valid... clearly you can make factual assertions on that kind of extrapolation about computer systems and software.

Then some bright-eyed-bushy-tailed reporter comes along and applies the criticality of the typical college educated/professional journalist, which is to say they carefully considered the headline they could write, but otherwise just took the word of the researchers that something resembling knowledge was actually gained by the study. News is delivered! Job done!

Look, sarcasm aside, could I have read/understood things incorrectly? Sure... I'm not an expert in this field. Could this be a problem in production-used-in-the-real-world pedestrian detection systems? Sure. But insofar as I can tell, the best the paper could be telling us is that racial biases in pedestrian detection systems is a viable possibility: not the assertion that "Dark-Skin Individuals Are at More Risk on the Street". It might be true, but I don't think these researchers know that any better than I do. Of course, "Dark-Skin Individuals Could Be at More Risk on the Street" isn't nearly so catchy or attention grabbing, is it?

And who knows... maybe this research team should pick up the search for low temperature/low pressure super-conductivity... sounds like they have the right temperament.

[+] steveBK123|2 years ago|reply
To be fair, human drivers would likely have the same problem given seating position in cars & certain lighting conditions..
[+] skinkestek|2 years ago|reply
Can confirm to some degree.

I had one dark skinned kid in dark clothes casually crossing the road in front of me during the dark months here were I live.

I didn't have to slam the brakes or anything because it was a bit ahead of me, bit it was scary because of how hard it was to detect.

[+] GaggiX|2 years ago|reply
>This is due to bias in open-source AI, on which self-driving cars rely, researchers say.

Or they are simply less visible.

[+] cj|2 years ago|reply
What's "less visible" to the human eye shouldn't be used to lower our expectations of what can be visible to a machine.
[+] elcano|2 years ago|reply
You mean, to all possible sensors and spectrum signals in the arsenal?
[+] gcanyon|2 years ago|reply
> This is due to bias in open-source AI, on which self-driving cars rely, researchers say.

The second line in the article

[+] haunter|2 years ago|reply
The abstract sounds a bit different than the (rage baiting) article

>bias towards dark-skin pedestrians increases significantly under scenarios of low contrast and low brightness

https://arxiv.org/pdf/2308.02935.pdf

[+] endymi0n|2 years ago|reply
In other words: "Objects with less surface area and lower albedo are less reliably picked up by visual deep neural nets. We haven't benchmarked this against human drivers."
[+] im3w1l|2 years ago|reply
The researchers supposedly used similar but not quite the same approach as Tesla, and claimed it worked worse for people of color. That makes sense since optical recognition is harder for dark skinned people.

However, the article leads with a picture of a Cruise car, which use lidar technology. Those should afaik recognize people with the same accuracy regardless of skin color.

[+] seanmcdirmid|2 years ago|reply
I thought Waymo and Cruise are both using optical and LiDAR (using fancy sensor fusion algorithms to make those work safely together), so this would impact them as well? LiDAR alone isn’t going to be able to tell if something is a pedestrian, just that something is there, optical is still needed to determine that the thing is a person.
[+] joe__f|2 years ago|reply
Also, children are small
[+] elif|2 years ago|reply
They should have controlled with a person painted blue or purple to determine whether it is simply a matter of photonics rather than AI bias.
[+] gcanyon|2 years ago|reply
Anyone know how likely it is that this is the result of imbalanced training data? You have fewer dark-skinned people and children in the training data, you end up with a model less-skilled at detecting those people.
[+] causi|2 years ago|reply
You'd have to compare the machine's performance to real human performance. I suspect humans also have an uneven detection rate between those categories.
[+] Horffupolde|2 years ago|reply
If skin colors differ how can you possibly expect to obtain the same result?
[+] epivosism|2 years ago|reply
One good bit of news is that I can confidently predict that at least they don't follow the sizeism of our society, and are likely able to detect larger people more easily than skinnier.
[+] lemper|2 years ago|reply
as much as I dislike "AI" and its adjacent topics in HN, I think this can be solved with the companies which have the stake to get data from Asia and African nations. I don't know, pay someone group of people to drive around Cape Town, Bengaluru, Shanghai, Shaanxi, Jakarta, and whichever place that has a lot of "PoC" and kids.