|
|
|
|
|
by danso
3002 days ago
|
|
"Racism" involves prejudice and discrimination predicated on the belief that one race is superior/inferior to another. If a face-detection algorithm fails to easily recognize black or Asian faces, such that people of that ethnicity/race have to go through a more manual/friction-laden process (think manual pat-downs and searches from TSA) to be verified as "human" or "citizen", then how is that algorithm not responsible for discriminatory treatment? I do agree, though, that it is wrong to infer that the algorithms themselves are evil or malicious -- it's possible to be racist without having negative intentions. But what does it say about a society if it continues to optimize algorithms (and related infrastructure) for one group over another? |
|
Say you make a sensor that is supposed to tell the difference between blue, green and purple, but you only test with one shade of blue and maybe two shades of green, you are going to have trouble actually matching your design goals.
In the case of the face detection system: they didn't specify and/or test is well enough, which can be due to a number of factors, but will most likely lie with the employees of the company that did the development. If they only have the classic 'pasty white guys' to work with, then it's going to be crap at actually doing face detections for all humans. On one hand you could setup a proper test protocol, on the other hand they shouldn't have taken broad or vague terms when developing/presenting the technology. If you don't have a broad selection of faces to test with, you shouldn't claim you have 'face detection', since you merely have 'detection of faces of the people that work on the project plus anyone who looks like them'.
This would be a completely different story if someone writing the face matching code specifically programmed code or wrote configuration data that targets skin tone or geometry of specific groups of people.
Some people would like to extend this type of technological issue into the area of HRM and race/gender-bias in society in general, but that is not a technology-only discussion and hardly something the people involved are qualified to argue about.
Also: >But what does it say about a society if it continues to optimize algorithms (and related infrastructure) for one group over another?
It says that society is imperfect, and that certain levels of xenophobia, bias and true racism exist. Doesn't say much about technology though.