Slashdot Mirror


Self-Driving Cars May Hit People With Darker Skin More Often, Study Finds (futurism.com)

According to a new paper from the Georgia Institute of Technology, autonomous cars could disproportionately endanger pedestrians with darker skin, a troubling sign of how AI can inadvertently reproduce prejudices from the wider world. Futurism reports: [In the paper, the researchers] detail their investigation of eight AI models used in state-of-the-art object detection systems. These are the systems that allow autonomous vehicles to recognize road signs, pedestrians, and other objects. They tested these models using images of pedestrians divided into two categories based on their score on the Fitzpatrick scale, which is commonly used to classify human skin color. According to the researchers' paper, the models exhibited "uniformly poorer performance" when confronted with pedestrians with the three darkest shades on the scale. On average, the models' accuracy decreased by 5 percent when examining the group containing images of pedestrians with darker skin tones, even when the researchers accounted for variables such as whether the photo was taken during the day or at night. Thankfully, the researchers were able to figure out what was needed to avoid a future of biased self-driving cars: start including more images of dark-skinned pedestrians in the data sets the systems train on and place more weight on accurately detecting those images.

237 comments

  1. Wrong by SuperKendall · · Score: 5, Interesting

    This is not true at all, it's based on false assumptions.

    First of all, most self driving cars will end up using LIDAR. Skin color, not an issue.

    Secondly. even cars with cameras do a lot of image transformations such that color is usually disposed of. You kin color is irrelevant to a recognizer looking for human forms.

    In fact you could argue that during the day, darker skin is an advantage because against a blue sky it's more noticeable than really pale skin which could look like clouds... #GingerLivesMatter.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Wrong by Krishnoid · · Score: 1

      it's based on false assumptions. ... Skin color, not an issue.

      So *that*'s what it is! I knew something was missing from this exercise.

    2. Re:Wrong by Anonymous Coward · · Score: 0

      Sure you can. A self-driving car may not be safe so it definitely shouldn't be mass produced.

    3. Re:Wrong by Mostly+a+lurker · · Score: 1

      Does anyone know why infrared detectors are not used to locate people and animals by self driving cars?

    4. Re:Wrong by Anonymous Coward · · Score: 0

      RTFA or even better the actual paper!

      "In a new paper published on the preprint server arXiv, researchers from the Georgia Institute of Technology detail their investigation of eight AI models used in state-of-the-art object detection systems. These are the systems that allow autonomous vehicles to recognize road signs, pedestrians, and other objects." ...
        "On average, the models’ accuracy decreased by 5 percent when examining the group containing images of pedestrians with darker skin tones, even when the researchers accounted for variables such as whether the photo was taken during the day or at night."

      Nice try though.

    5. Re:Wrong by Anonymous Coward · · Score: 0

      Because they'd only possibly work at night and they are blurry AF, next.

    6. Re:Wrong by Anonymous Coward · · Score: 0

      Actually, wrong.
      LIDAR is a patent protected technology and will cost many thousands of dollars putting it out of reach of common implementation for car manufacturer's.

      The question I'd have about dark skin people: Are they already hit more often by human drivers? If so, what's the problem? If we're no better off and no worse off with a particular technology, it isn't an argument in either direction.

    7. Re:Wrong by Anonymous Coward · · Score: 0

      "On average, the models’ accuracy decreased by 5 percent when examining the group containing images of pedestrians with darker skin tones"

      Finally, some good news. I may have to rethink my opposition to self-driving vehicles. Hopefully, in the future, the technology will improve and we can get that number up much higher than 5 percent.

    8. Re:Wrong by quonset · · Score: 2

      Because oddly enough, there are other things which radiate heat at night. In places where it's warm to hot all day, the road itself would radiate large amounts of heat at night. The same with car engines and car exhausts, both of which move.

      Manhole covers also give off heat so the system would see this big spot and come to a stop in the middle of the road unless it had been specifically programmed to ignore such things, which then presents a whole new set of problems.

    9. Re:Wrong by Anonymous Coward · · Score: 0

      You lying asshole. Just another uninformed jackass spouting off on topics you don't understand, stating your own hunches as facts while ignoring science.

      Fuck you.

    10. Re:Wrong by Anonymous Coward · · Score: 0

      Professional photographer here...

      Although I cannot explain the exact mechanics behind it; I can personally attest that auto focus on professional level cameras has a significantly degraded performance when dealing with very dark skinned people.

    11. Re:Wrong by Anonymous Coward · · Score: 0

      First of all, most self driving cars will end up using LIDAR.

      False assumption.

      Secondly. even cars with cameras do a lot of image transformations such that color is usually disposed of.

      Do you have any experience with machine vision?

    12. Re:Wrong by dgatwood · · Score: 5, Insightful

      This is not true at all, it's based on false assumptions.

      First of all, most self driving cars will end up using LIDAR. Skin color, not an issue.

      Secondly. even cars with cameras do a lot of image transformations such that color is usually disposed of. You kin color is irrelevant to a recognizer looking for human forms.

      In fact you could argue that during the day, darker skin is an advantage because against a blue sky it's more noticeable than really pale skin which could look like clouds... #GingerLivesMatter.

      Yes and no. Image recognition tends to be more sensitive to texture than to shape, and darker skin results in less contrast, which means less ability to see things like facial features that otherwise might identify the object as a human.

      You are correct that object detection should not be a meaningful part of your strategy for avoiding hitting things. Rather, object detection is for doing things like traffic light detection, road sign reading, and determining where nearby cars are located so that you can calculate when to change lanes, whether you need to accelerate while doing so, etc.

      Similarly, object detection should not be used for verifying that nothing is beside you, behind you, or in front of you. Those additional sanity checks are what RADAR, LIDAR, and SONAR are for.

      Moreover, even if we assume that image recognition is used for that purpose, parallax differences between cameras should tell you that there is something in front of you. No matter how dark your skin is, if the car thinks that you're part of the road, the software is doing something very wrong, and it's the procedural part of the code base that is failing, not the image recognition part. After all, if dark skin is indistinguishable from the road, so are grey or black automobiles.

      But — and this is a big but — detecting people near the road is often useful in terms of avoiding unexpected interactions later by slowing down, changing lanes, etc. And detecting gestures of police officers or other personnel directing traffic also needs to work regardless of their skin color. So it is important to ensure that training data doesn't show racial bias. The same is true for gender bias, attire bias, and any number of other things that could cause confusion for machine vision.

      What bugs me about this article is not that the premise is wrong, because it isn't necessarily, but rather that it appears to be entirely built upon a giant tower of hypotheticals, such as the training data being inadequate, the computer vision being used for critical behavior rather than LIDAR or other tech, etc., none of which are necessarily going to happen in the real world, and all of which are readily avoidable by just not cutting corners in development.

      Basically, it's like saying that a new nuclear reactor could seriously screw up the world if you forget to connect it to a water supply. My response is, "Yeah, no kidding."

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    13. Re:Wrong by PPH · · Score: 1

      LIDAR is a patent protected technology

      Correction. Someone's implementation of LIDAR may be patent protected. But the technology itself has been around since the 1960s and is well beyond patent coverage.

      --
      Have gnu, will travel.
    14. Re: Wrong by Anonymous Coward · · Score: 0

      Jim?

    15. Re:Wrong by Anonymous Coward · · Score: 0

      If it’s published on ArXiv, you know the study is bullshit. Real science publishes in real journals.

    16. Re:Wrong by Anonymous Coward · · Score: 0

      ... darker skin is an advantage because against a blue sky it's more noticeable ...

      That is RACIST!

    17. Re:Wrong by Freischutz · · Score: 1

      This is not true at all, it's based on false assumptions.

      First of all, most self driving cars will end up using LIDAR. Skin color, not an issue.

      Secondly. even cars with cameras do a lot of image transformations such that color is usually disposed of. You kin color is irrelevant to a recognizer looking for human forms.

      In fact you could argue that during the day, darker skin is an advantage because against a blue sky it's more noticeable than really pale skin which could look like clouds... #GingerLivesMatter.

      On the one hand there is SuperKendall with a totally unsupported but very authoritative set of assertions that he pulled out of his posterior. On the other hand there is a bunch of scientists at the Georgia Institute of Technology.... hmmmm .... whom to believe ???? .... I'm gonna go with Georgia Tech.

    18. Re:Wrong by squiggleslash · · Score: 1

      It's about the datasets being used to feed the AI to help it recognize human beings. Your comments, while I'm sure entirely well meant, don't seem to pertain to anything the paper is discussing. I'm not really sure why you posted it or why 5 people thought it was "Insightful".

      --
      You are not alone. This is not normal. None of this is normal.
    19. Re:Wrong by angel'o'sphere · · Score: 1

      You kin color is irrelevant to a recognizer looking for human forms.
      It is not.

      When it is dark white skin is easier to see than black skin. For your eyes, as well as for a camera.

      do a lot of image transformations such that color is usually disposed of.
      Making a colour picture into a black and white picture still leaves the black people black and the white people white.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    20. Re: Wrong by Anonymous Coward · · Score: 0

      I have theory, Kendal trolls his own posts to garner more attention.

    21. Re:Wrong by Hylandr · · Score: 1

      It's not racism, it's contrast. Pure and simple. Camera's are at work as Lidar can be jammed.

      --
      ~ People that think they are better than anyone else for any reason are the cause of all the strife in the world.
    22. Re: Wrong by Anonymous Coward · · Score: 0

      Living organisms emit infrared genius. Geezus.

    23. Re: Wrong by Anonymous Coward · · Score: 0

      You obviously have never used Flir....it is and can be used as one in a lost of things used to identify and negotiate environments.

      And it works well enough for guided missiles flying at speeds way faster than a vehicle can achieve.

    24. Re:Wrong by Cassini2 · · Score: 1

      The anti-collision system pretty much has to use LIDAR. It's the only current technology with sufficient spacial accuracy and reliability sufficient for a self-driving application.

      The issue with using a camera system for anti-collision is that it doesn't work in many edge cases, as Tesla is experiencing.

      The combination of the two systems does work well, and can cover off many edge cases where the Lidar or the camera system by themselves is inadequate.

      While it is easily documented that a camera system responds differently to people with different skin tones, facial recognition cannot be used reliably for any form of vehicle navigation. There are many situations where people don't have camera-recognizable faces. People can be facing away from oncoming traffic. In cold weather, people may be wearing full gloves, goggles and face masks. This blocks facial recognition. Similarly, firemen wear face gear in all dangerous situations year round. Firemen and construction workers often carry gear that obscures their shape. There are lots of situations where the vehicle navigation system is going to have to deal with unusual obstacles, and facial recognition does not provide much useful information. At best, facial recognition only tells if a person is aware of the on-coming traffic. It does not predict how people will respond, to a sufficient accuracy for a safety system.

    25. Re:Wrong by Bert64 · · Score: 1

      How much skin is actually being shown on average? Most people will be wearing clothes, and in colder areas will be covering most of their skin with them.

      That said, differentiating any object from the background depends on contrast, if the object you're trying to identify is dark and so is the background then recognising it becomes harder. The colour of clothes is important too.

      Based on practical experience, i've often encountered dark skinned people wearing dark clothes at night which can make them much harder to notice. When someone light skinned is wearing dark clothes the face still stands out if nothing else.

      If you're going to walk around on poorly lit roads at night, don't wear dark clothes.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    26. Re: Wrong by Anonymous Coward · · Score: 0

      Nah. He his stalkers are paid trolls. There are many of them infesting Slashdot these days.

    27. Re: Wrong by Anonymous Coward · · Score: 0

      The premise is wrong precisely because it refers to the problem as bias. There is no bias, simply a harder problem to solve for darker skin tones.

    28. Re: Wrong by Anonymous Coward · · Score: 0

      Appeal to authority denied. Also, you are a n!gger for making such a logically fallacious argument.

    29. Re:Wrong by Anonymous Coward · · Score: 0

      Any form of image analysis/recognition as a sole safety mechanism is probably illegal to begin with.
      I don't see how a function like that would be able to comply with ISO 26262.

      The primary safety mechanisms (At least two are needed.) has to be more "mechanical" so it will have to rely on LIDAR and ultra sound to brake for any physical object in front of the car.

      Other methods could be used as a supplement to allow for the car to stop more smoothly as a convenience feature for the passengers but the actual safety function has to be written in a way where it can be shown that it will work for all plausible inputs and I don't see how anyone could afford doing that for camera data.

    30. Re: Wrong by Anonymous Coward · · Score: 0

      Missiles tend to be looking for the very hot engine type thing. When animals have blood temperatures of 80C, let me know.

    31. Re:Wrong by Anonymous Coward · · Score: 0

      Dark skinned hominids. Corrected that for you.

    32. Re:Wrong by AmiMoJo · · Score: 1

      Lidar isn't a given. Tesla is trying to do self driving with only cameras and a front facing radar, for example.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    33. Re:Wrong by Anonymous Coward · · Score: 0

      Well, the numbers say another thing... People driving cars are more dangerous than self-driving cars so lets ban actual people from driving!

    34. Re:Wrong by Anonymous Coward · · Score: 0

      Well... You do not stop just because there was something warm in front of the car.. The image can be used to detect the form of the object, seeing thru clothes and other obstructions, and detect if it's a person.. You don't program it to ignore specific things... You program it to detect specific things that it should avoid, like a human body.

      You can also combine it with a near-infrared camera and some infrared emitting LED's you can shine a light that is invisible to normal people but that the camera can pick up.
      Try it yourself. Take a IR-Remote and your cellphone and aim your camera against the IR-LED on the remote.. When you press a button on the remote you will see a light on your phone.. The amount of light is proportional to how good IR filter your phone's camera has.

    35. Re:Wrong by Cederic · · Score: 1

      Unprofessional photographer here. Not just focus, but also correct automatic exposure too.

      But I buy cameras designed and made in Japan, so I wont blame Western civilisation.

    36. Re: Wrong by Anonymous Coward · · Score: 0

      But is that accuracy difference caused by the model or the selection of images used to test the model. Does the deviation stay the same if completely different sets of light and dark skinned people is tested? What is the deviation between different sets if light skinned images.

      Seems like this was quick to claim prejudice. Was selection bias involved.

    37. Re:Wrong by LostMyAccount · · Score: 1

      How do you explain Subaru's EyeSight system which relies on stereo cameras? There's no LIDAR or sonar.

    38. Re:Wrong by Anonymous Coward · · Score: 0

      which are readily avoidable by just not cutting corners in development.

      ...so what you're saying is... Uber cars hit more dark skinned people than anyone elses?

    39. Re: Wrong by Opportunist · · Score: 1

      So does the sun, cars, hot rooftops, ...

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    40. Re: Wrong by Anonymous Coward · · Score: 0

      Nah. Just one obsessive loser who mutters all day about Kendall and republicans, because nobody would pay for something that stupid.

    41. Re:Wrong by Bryansix · · Score: 1

      Actually the Subaru Eyesight system relies entirely on cameras and does active cruise control today. I own one so I know. It's mostly good at classifying what things are obstacles. It still gets confused every once in a while by a tennis ball I hung in my garage to tell me how far forward to pull in. Mostly it ignores is but sometime it has a conniption fit. Also, since I have the 2016 version, its generally terrible at pedestrian detection because the cameras are focused far out in front of the camera. In later models, they added a wide view camera to detect pedestrians.

    42. Re:Wrong by Bryansix · · Score: 1

      *The cameras are focused far out in front of the car.

    43. Re:Wrong by cayenne8 · · Score: 1

      Unprofessional photographer here. Not just focus, but also correct automatic exposure too.

      Another good reason to learn how to shoot manual mode.

      It's NOT just for pro's.

      After you've had a decent camera a month or so, take it off auto, spend a weekend shooting manual...or at least the shutter or aperture priority modes.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    44. Re:Wrong by Anonymous Coward · · Score: 0

      LIDAR. Skin color, not an issue.

      image transformations such that color is usually disposed of. You[r s]kin color is irrelevant to a recognizer looking for human forms.

      darker skin is an advantage because against a blue sky it's more noticeable

      Because you say so? Where's your data? Are you aware of e.g. the hand dryer story?

    45. Re:Wrong by Anonymous Coward · · Score: 0

      instead of jamming lidar you could just always cut out the middle man and just kill the pedestrians yourself

    46. Re:Wrong by Anonymous Coward · · Score: 0

      Have they proven it works flawlessly? No.

      Ok then.

    47. Re: Wrong by Freischutz · · Score: 1

      Appeal to authority denied. Also, you are a n!gger for making such a logically fallacious argument.

      Oh my, I appear to have hit a nerve,

    48. Re:Wrong by Anonymous Coward · · Score: 0

      Dark people may have "less contrast", and that doesn't matter.

      It is not necessary to identify anything as "humans". A self-driving car should not hit cattle, dogs, brick walls or garbage cans either. Any obstacle is bad. A rock the size of a cat could wreck the car. Even true racists don't want their car to hit black people - don't want a dimpled car, too lazy to wash off the blood.

    49. Re:Wrong by Anonymous Coward · · Score: 0

      and what do you think the camera and lidar images and profiles are compared to in order to identify that it is a person and not a mailbox? Guess what, it's a database of regular images! Wow, your myopia is showing! Dumb fuck.

    50. Re:Wrong by Cederic · · Score: 1

      No shit sherlock. Although that doesn't help when the sun's behind them, the sky's already clipping and the vegetation is horribly bright, yet their face is still lacking definition.

      But hey, the man lying on a beach in Papua New Guinea with a pig asleep across his back came out just fine, so maybe I'm just getting lucky.

    51. Re:Wrong by Anonymous Coward · · Score: 0

      Only provides information to the driver, not part of a self-driving system.

      Using it as a safety critical component would not be ISO 26262 compliant so if an engineer designed it as such he or she would be personally liable of any accident and would probably end up in jail.

      A self driving car could use it as a convenience feature, but the safety critical parts have to use something where it is realistic to document why any possible input can't lead to failure and why failure in any single transistor doesn't cause a safety hazard.
      Image recognition software would be way too expensive and time consuming to certify.

    52. Re:Wrong by Anonymous Coward · · Score: 0

      Lidar isn't a given. Tesla is trying to do self driving with only cameras and a front facing radar, for example.

      The keyword here is radar.

      It is not realistic to get a camera solution certified under road safety standards.
      Radar on the other hand should be equivalent with lidar or ultra sound in that regard.

    53. Re:Wrong by dgatwood · · Score: 1

      Dark people may have "less contrast", and that doesn't matter.

      It is not necessary to identify anything as "humans". A self-driving car should not hit cattle, dogs, brick walls or garbage cans either. Any obstacle is bad. A rock the size of a cat could wreck the car.

      Yeah, that was the whole point of this bit:

      After all, if dark skin is indistinguishable from the road, so are grey or black automobiles.

      Technically speaking, there are circumstances where it is better to hit a sufficiently small object than to swerve to avoid it. For example, if a squirrel runs out across the road, you're probably better off hitting it than the car in the next lane. Same goes for a plastic bag blowing in the wind.

      IIRC, there are existing techniques for crudely gauging the mass of an object based on its size and how it moves, and determining whether it is safe to hit based on that. None of those approaches would have any chance of allowing a collision with humans, cattle, large dogs, brick walls, garbage cans, or rocks the size of a cat, regardless of the human's skin tone, the color of the dog's fur, or whether the brick wall was painted to look like a road tunnel through the side of a mountain.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    54. Re:Wrong by cayenne8 · · Score: 1

      No shit sherlock. Although that doesn't help when the sun's behind them, the sky's already clipping and the vegetation is horribly bright, yet their face is still lacking definition.

      Well, in some conditions, you need a bit more help equipment-wise.

      Set your exposure for the background, and use speed lights or now portable strobes are available at reasonable costs, and you can then use that to light your subjects face, etc...

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    55. Re:Wrong by Cederic · · Score: 1

      Yes, I always carry speed lights and portable strobes halfway around the world and across a Yam garden, over the pig-proof fence and into the rain forest.

      I mean, who wouldn't.

    56. Re:Wrong by Anonymous Coward · · Score: 0

      Elon Musk wants Teslas to use image recognition only, and coincidentally he is a South African who benefitted from Apartheid to get where he is.

  2. Duh... by TimMD909 · · Score: 1

    "may" and "finds" don't belong together. You can't promote a 'maybe' to a 'definitely' in the same sentence.

    1. Re:Duh... by liquid_schwartz · · Score: 1

      "may" and "finds" don't belong together. You can't promote a 'maybe' to a 'definitely' in the same sentence.

      That's standard practice in the humanities, especially the grievance majors. All things are explained by an "ism" in those circles.

    2. Re:Duh... by Anonymous Coward · · Score: 0

      Maybe or maybe not, but you definitely can.

    3. Re:Duh... by mentil · · Score: 1

      Equivocation may be combinable in sentence with definitive statement, amateur grammatist finds.

      --
      Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
  3. Physics by Anonymous Coward · · Score: 0

    Light objects are easier to see than dark objects

    1. Re:Physics by tomhath · · Score: 1

      Only if the dark-skinned person is running around naked at night.

    2. Re:Physics by Anonymous Coward · · Score: 0

      Hey I enjoy running around naked at night and i'm Black.

      Are you some sort of racist that says black people are not allowed to run?
      Are you some sort of racist that says black people are not allowed to be naked, i guess this one as it will embarrass you as you have such a small pin dick.

    3. Re:Physics by Anonymous Coward · · Score: 0

      You may be a muslim woman but the rest of us in the world don't cover our faces and hands with clothing.

    4. Re:Physics by aevan · · Score: 1

      Or is wearing dark clothing. On an unlit road near here, nearly smeared a group of teens (white kids - teen idiocy is colour-blind) while going around a corner, because they were middle of the lane, wearing all black clothing, on a moonless night.

    5. Re:Physics by aevan · · Score: 1

      True, some of you like frost bite.

    6. Re:Physics by Cyberax · · Score: 1

      White face is seriously easier to notice. You'd be surprised how much it improves visibility, especially since humans are hard-wired to recognize faces quickly.

    7. Re:Physics by Bert64 · · Score: 1

      Or if they're also wearing dark clothes... The face is not typically covered so light skinned people still have light faces at night even if the rest of their body is covered with dark clothing.

      How do these systems perform when identifying people wearing dark coverings such as motorcycle helmets, veils or balaclavas etc?

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    8. Re: Physics by Anonymous Coward · · Score: 0

      I'm the sort of racist that says "black people" is an oxymoron. Now which are you, black or people?

    9. Re:Physics by Anonymous Coward · · Score: 0

      It's colorist now, get with the times.

    10. Re:Physics by Anonymous Coward · · Score: 0

      Leaving the scene of a rape?

  4. Image recognition is racist by Anonymous Coward · · Score: 0

    Image recognition is racist

  5. OH LORT OH LORT by Anonymous Coward · · Score: 0

    DATS RAYCISSSSSSSS.

  6. But LIDAR scans will miss skinny people more often by ffkom · · Score: 4, Funny

    So the anorexic may be hit by self-driving cars more often. On the other hand, fugitives from jails in their vertical striped uniforms may be in grave danger near crosswalk signs. While the hypertonic will survive more often, their red faces being interpreted as red traffic lights.

    So much prejudice to consider!

  7. So, until this tech is everywhere ... by Anonymous Coward · · Score: 0

    Smile and show those pearly-whites or you'll get run over by the racist bot.

  8. Low contrast is not a vendetta by Anonymous Coward · · Score: 1

    If the glaring sun is behind you at sunrise, you'll be hit too. The laws of physics are not selective.

  9. Okay, we have a winner by Anonymous Coward · · Score: 1

    This is officially the most snowflake story I have ever seen on SlashDot. Are you serious? Good grief, you kids all need to be spanked. Also: 'self-driving' cars hit any people they hit because *the tech doesn't work*. And it never will.

    1. Re:Okay, we have a winner by mark-t · · Score: 1

      To be fair, "the tech doesn't work" applies to the human driven cars that hit people too... and it never will either, because people will always make mistakes.

      The best we can hope for in self-driving cars is to reduce the number of people that get hit to be low enough that when someone gets hit by a car at all, it's so outside the norm that it becomes real news.

    2. Re:Okay, we have a winner by Anonymous Coward · · Score: 0

      Easy solution. Sell white makeup so self driving cars aren't fooled. Next!

    3. Re: Okay, we have a winner by Anonymous Coward · · Score: 0

      If blackface is racist, so is whiteface.

    4. Re:Okay, we have a winner by Cederic · · Score: 1

      What the fuck is snowflake about this? Image recognition systems have a discernable measurable flaw that impinges on their ability to support required safety levels. That's not snowflake, that's technology and something to explore and address.

      But sure, I'll go for the spanking.

    5. Re:Okay, we have a winner by serviscope_minor · · Score: 2

      This is officially the most snowflake story I have ever seen on SlashDot. Are you serious? Good grief, you kids all need to be spanked.

      This is the most slashdot ever answer. World throws up results you don't like? Just beat people until they start denying reality. Problem solved!

      --
      SJW n. One who posts facts.
  10. Anyone have text of the actual study? by RyanFenton · · Score: 2

    I looked at the actual article, and the article it references - and they're all short tabloid blabs without any link to the full article.

    Nothing obvious showing up on Georgia Institute of Technology's websites.

    Like with most reports on early reporting on scientific studies, it helps to see what the actual text says - reporters have a tendency to, well, sensationalize findings to meet their own needs.

    Ryan Fenton

    1. Re:Anyone have text of the actual study? by RyanFenton · · Score: 3, Informative

      Nevermind:

      https://arxiv.org/pdf/1902.110...

      Ryan Fenton

    2. Re:Anyone have text of the actual study? by Aighearach · · Score: 2

      Thanks! That quickly clarifies that this research is about the machine learning datasets used to train AI-based optical image classifiers.

    3. Re:Anyone have text of the actual study? by bobstreo · · Score: 1

      I looked at the actual article, and the article it references - and they're all short tabloid blabs without any link to the full article.

      Nothing obvious showing up on Georgia Institute of Technology's websites.

      Like with most reports on early reporting on scientific studies, it helps to see what the actual text says - reporters have a tendency to, well, sensationalize findings to meet their own needs.

      Ryan Fenton

      I believe the reporters are trying to cite the study from Veridian Dynamics (2009):

      https://www.youtube.com/watch?...

  11. It could get worse by Anonymous Coward · · Score: 0

    The AI might be Tay.

  12. Darker people or darker things in general? by Anonymous Coward · · Score: 1

    How about people wearing all black? Are ninja's safe? Will stage workers get run over on the way to their cars after the show?

    How much skin was showing in the images? Were these streakers or people wearing blaze orange hunting parkas? Can just a face cause this issue if their hands are in the pockets of their parka?

    Shouldn't these cars be avoiding things in the road in general? Say deer, pets, moose, etc?

    1. Re:Darker people or darker things in general? by Aighearach · · Score: 1

      Ninjas are never safe, and they never expected to be safe.

      I recommend leaping to safety, or at least throwing shuriken at the grill so that they can identify and return your body.

    2. Re: Darker people or darker things in general? by Anonymous Coward · · Score: 0

      Next thing you know, experts will recommend wearing reflective clothing in order to be more careful visible.

    3. Re:Darker people or darker things in general? by h33t+l4x0r · · Score: 1

      What about North Carolina politicians doing Michael Jackson impressions?
      We need more training data!

    4. Re:Darker people or darker things in general? by Obfuscant · · Score: 1

      What about North Carolina politicians doing Michael Jackson impressions?

      What about Michael Jackson himself? I mean, before he died but after cosmetic procedures.

  13. Is there a topic Kendall HASN'T been caught lying? by Anonymous Coward · · Score: 0

    Serious question that comes first here in Kendall's opine-fest : IS there ANY single topic Kendall has yet to be caught lying about on slashdot? We should approach it from that angle to save time here.

    https://www.media.mit.edu/articles/when-the-robot/

    https://www.wired.com/story/can-apples-iphone-x-beat-facial-recognitions-bias-problem/ - One example out of thousands.

  14. Sorry, Liarbot Kendall by Anonymous Coward · · Score: 0

    Uh... well.. https://www.media.mit.edu/articles/when-the-robot/ == actually related, nice try though.

  15. Well... by msauve · · Score: 2

    Unless the study is done in winter, in Scandinavia, that is.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
    1. Re:Well... by Anonymous Coward · · Score: 0

      Have you seen Scandinavian winter dress codes?

      First snow and the people practically switches to black uniforms.

  16. Let's see what's racist this week! by Chas · · Score: 0

    Flipflipflipflipflipflipflipflipflipflipflipflipflipflipflip

    Automotive AI!

    --


    Chas - The one, the only.
    THANK GOD!!!
    1. Re:Let's see what's racist this week! by Anonymous Coward · · Score: 0

      You're a known racist though, ironic faggot.

    2. Re:Let's see what's racist this week! by Anonymous Coward · · Score: 0

      And you're a flaming homosexual. With any luck, robot cars will run your kind over too.

    3. Re:Let's see what's racist this week! by Anonymous Coward · · Score: 0

      Last week it was Knitting.
      I saw that story and your post and wasn't sure if you knew about it because your timing was perfect.

  17. social relativism tofu burger, hold the physics by epine · · Score: 3, Insightful

    There aren't many black people where I live, and when I do encounter a black person, especially a very dark person, it is definitely more difficult at first to accurately read facial expressions.

    This is probably a combination of my environment, my long relationship with my keyboard in a dark room, and a side order of actual physics (optics).

    1. Re:social relativism tofu burger, hold the physics by quantaman · · Score: 1

      There aren't many black people where I live,

      So there's an argument you may want to prioritize light skinned pedestrians since there's more of them... but that's probably controversial.

      and when I do encounter a black person, especially a very dark person, it is definitely more difficult at first to accurately read facial expressions.

      This is probably a combination of my environment, my long relationship with my keyboard in a dark room, and a side order of actual physics (optics).

      It's also not really relevant.

      The person detection systems in use are relying more on general body form than facial features. More likely they just don't have as many training samples in their data sets.

      --
      I stole this Sig
    2. Re:social relativism tofu burger, hold the physics by aevan · · Score: 2

      You just agreed with him though: he listed a lack of training samples as a cause for his inability. i.e. not enough encounters with darker skinned people

    3. Re:social relativism tofu burger, hold the physics by Anonymous Coward · · Score: 0

      There aren't many black people where I live,

      So there's an argument you may want to prioritize light skinned pedestrians since there's more of them... but that's probably controversial.

      I just drove home from work and there was a person in a total black outfit who barely stood out on the side of the road (edge of their driveway probably). He or she was light skinned. I can easily imagine not seeing someone with very dark skin on the side of the road in the right conditions, if that person was also wearing all black.

      The point being, human vision is hardly foolproof either. The interesting thing about self driving cars is they will improve. Humans have more limits. Of course I'd also implore people not to walk around wearing all black at night close to traffic...

    4. Re:social relativism tofu burger, hold the physics by Anonymous Coward · · Score: 0

      This is probably a combination of my environment, my long relationship with my keyboard in a dark room, and a side order of actual physics (optics).

      No. It is probably a combination of you not being of the same ethnicity as them.

      People having harder to read facial expressions of people of other ethnicities is a known bug.
      They have no idea what your supposedly facial expression is either.

    5. Re:social relativism tofu burger, hold the physics by AmiMoJo · · Score: 0

      Yep, it's a well understood issue. It's why it's important to have dark skinned people represented on TV and in movies - it helps everyone get used to it.

      Now watch the push-back against an easy, simple solution.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    6. Re:social relativism tofu burger, hold the physics by Anonymous Coward · · Score: 0

      Yep, it's a well understood issue. It's why it's important to have dark skinned people represented on TV and in movies - it helps everyone get used to it.

      Before all the PC crap your type licks up, they were already well represented on TV. The local news was almost exclusively a whole hour of them every day.

  18. Autonomous lowrider hops on its own owner by Dirk+Becher · · Score: 1

    Before you die, you see the bling.

  19. No. by Anonymous Coward · · Score: 0

    Darker skin people are incapable of using a crosswalk. They have a tenancy of crossing anywhere. I have to steer away from those people 20 times a day.

    Actually, if Trump REALLY wanted to stop illegal immigration, he would make the US-Mexico border one giant cross-walk - and all those illegals would walk into the ocean to get around.

    Just say'in.

    *Yep, I'm a racist and a bigot. I got my opinions from personal observations. If that many people can sway my opinion - with a very few that sway the other way - then, I'm a blind idiot or ... a blind idiot that doesn't see systemic problems with our society.

    1. Re:No. by Anonymous Coward · · Score: 0

      The problem is your steering around them.
      You put a huge old solid push bar on and just plow right thru them.

    2. Re:No. by Cederic · · Score: 1

      You're also a fucking idiot. Skin colour has no fucking correlation to using a defined crossing.

      Culture does; Chinese people seem incapable of avoiding them. British people treat them as convenient but entirely optional.

    3. Re:No. by Anonymous Coward · · Score: 0

      Am i a racist if i hate people that behave in a certain manner when the majority of a ethnicity are the ones that show this behavior?

      Just asking..

  20. We all know why.... by argStyopa · · Score: 3, Interesting

    ....because physics is racis.

    --
    -Styopa
    1. Re:We all know why.... by Anonymous Coward · · Score: 0

      ^ Nazi faggot attempting irony, how quaint.

    2. Re:We all know why.... by Anonymous Coward · · Score: 0

      Shouldn't you be pissing and whining about how Trump is going to prison tomorrow or something? Enjoy that second term soyboy!

    3. Re:We all know why.... by Anonymous Coward · · Score: 0

      I will not bake a cake for you.

    4. Re:We all know why.... by Anonymous Coward · · Score: 0

      Found the n1gg3r.

    5. Re: We all know why.... by Anonymous Coward · · Score: 0

      U mad faggot

    6. Re:We all know why.... by AmiMoJo · · Score: 1, Insightful

      Why is it always racism with you? You are obsessed.

      It's hard to have a conversation about improving tech when people go around screaming racism at everything. Please stop.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    7. Re:We all know why.... by Anonymous Coward · · Score: 0

      Why is it always racism with you? You are obsessed.

      It's hard to have a conversation about improving tech when people go around screaming racism at everything. Please stop.

      What's the sound of someone completely missing the MOCKING of "progressive" obsession with race and every other way to create "victims" of the "white male Christian patriarchy"?

      WOOOOSH!!!

    8. Re:We all know why.... by serviscope_minor · · Score: 1

      Why is it always racism with you?

      It's because he doesn't understand what the word "racist" actually means. This is quite common over here. As far as many people understand, "racist" is just an insult word thrown around by liberals, that just means "you're a bad person". There's some vague understanding that it often crops up around matters of race but that's about as far as it goes.

      --
      SJW n. One who posts facts.
    9. Re:We all know why.... by AmiMoJo · · Score: 1

      Actually that whooshing sound was my mocking of Styopa, who seems to assume that "SJWs" are always making it about racism, but in fact he is the only one making that claim. He's outraged at imaginary outrage, and the only one doing the thing he is complaining about other people doing.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    10. Re:We all know why.... by AmiMoJo · · Score: 1

      I think they are just primed to launch into their anti-SJW diatribe any time anything to do with race or skin colour comes up. Maybe it's deliberate, maybe it's some kind of programmed Pavlovian response. Either way someone is pushing that narrative.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    11. Re:We all know why.... by Anonymous Coward · · Score: 0

      Probably has something to do with all those other times SJWs made something about racism when it clearly wasn't. Remember the last story like this, about facial recognition? Even a story here was saying the programmers were motivated by racism to choose training data that contained people to look more like them (notwithstanding the fact a good percentage of the programmers in question were likely of Asian background, particularly Indian).

    12. Re:We all know why.... by Anonymous Coward · · Score: 0

      Hey, pot...stop yelling at kettle.

    13. Re:We all know why.... by AmiMoJo · · Score: 1

      You have a faulty memory.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    14. Re:We all know why.... by Anonymous Coward · · Score: 0

      White mails invntd siense.

      We want reparashuns. We wuz kangs.

    15. Re:We all know why.... by Anonymous Coward · · Score: 0

      I'd prefer to have a faulty memory over exhibiting the utter absence of mental capability that you express on the regular. But hey.

    16. Re:We all know why.... by Anonymous Coward · · Score: 0

      I second that. When is it *not* about race in the media's narrative?

    17. Re:We all know why.... by Anonymous Coward · · Score: 0

      Will Smith disagrees.

    18. Re:We all know why.... by Anonymous Coward · · Score: 0

      It is well known that the database of images used to train machine vision had a lack of dark skinned people. This is not new. It has nothing to do with racism and no one sane ever claimed it did. (guess where that places you?) In fact the reason we know this was in trials the machines couldn't recognize faces and gestures of dark skinned people.
      Oh, yeah, you're a dumb fuck.

    19. Re: We all know why.... by Anonymous Coward · · Score: 0

      Communists don't deserve rights.

    20. Re:We all know why.... by Anonymous Coward · · Score: 0

      Why is it always racism with you?

      Um... because the summary explicitly blames racism/prejudice as the root cause? Why is it always racist when some difference is detected between one race and another?

  21. Don't you mean "whiter" world? by Anonymous Coward · · Score: 0

    "AI can inadvertently reproduce prejudices from the wider world"

    Don't you mean "whiter" world?

    1. Re:Don't you mean "whiter" world? by Anonymous Coward · · Score: 0

      "AI can inadvertently reproduce prejudices from the wider world"

      Don't you mean "whiter" world?

      Plenty of "white" around here. Hard to see people with all this snow.

  22. Same solution as casinos -- by Anonymous Coward · · Score: 0

    When they run over too many people of color, they will just send out an update to target white males who are on the company's hit list until the stats are back in SJW synch. Better watch your posts critical of the recognizer SW companies... Just sayin'.

  23. Racism by Anonymous Coward · · Score: 0

    Not everything is racism, but it's amazing sad how human guilt and imagination can turn any event into racism.

  24. Yet by sunking2 · · Score: 1

    Nothing would be said if it were that people wearing dark colored clothes and a hoody are more difficult to detect. And why wouldn't they just train these systems with all dark skinned people.

  25. The good news: nazi scum will be hunted to death by Anonymous Coward · · Score: 0

    They'll be programmed to kill nazis on sight though because the Liberals control technology and the internet. Sorry traitor, you're going to be hunted for sport by robots as you deserve, low-IQ Republican trash.

    You're already on the FBI's radar, but soon? You'll be on their windshields too, splattered like nazi insects. If there's one thing that made America great, it was killing inbred nazi faggots by the thousands. Hu rah!

  26. Pixel counting by Z80a · · Score: 3, Insightful

    I think the clothing counts a lot more than the skin, given they cover most of the body of people.
    Which means if you're a goth, self-driving cars are most likely to hit you.

    1. Re:Pixel counting by Tablizer · · Score: 4, Insightful

      2 or 3 times I've come very close to accidentally flattening pedestrians at night wearing dark clothes and having a dark complexion/tan. They just blended into the background. Regardless of your skin color, please DON'T walk around at night wearing dark clothes. Leave ninja-ing to ninjas.

    2. Re:Pixel counting by Anonymous Coward · · Score: 0

      Which means if you're a goth, self-driving cars are most likely to hit you

      So it's a feature, then?

    3. Re:Pixel counting by Z80a · · Score: 1

      In a way.
      At least they can celebrate "being like a vampire for not showing on the self-driving car's detection"

    4. Re:Pixel counting by Anonymous Coward · · Score: 0

      As someone who has walked around at night wearing usually jeans and a dark coat but without remotely a dark complexion, cars have nearly blinding light to the point that it's frequently painful to look at. If that's not enough to see a person in the dark, then I'm not sure what is. In fact, of the several times I've nearly been hit I'd say about 50% of the time was my fault--not judging well enough the velocity of the vehicle or quickly looking and not seeing a vehicle.

      My point is, I think at least for humans it's more the bit about effectively turning off one's brain to the sensation of something until it's too late--it's a reason why driving long distances can be very dangerous. "AI" should be a lot better because of the constant vigilance, but it's clear from Uber's testing that such constant vigilance is probably going to be practically disabled and visual images are probably going to be more relied upon. At that point, clothes should play a big part in it, but clothes don't walk around on their own. Machine learning simply can't and won't be built to check clothes alone. So, regardless you need to have test cases with people of all complexions and all sorts of clothes.

      Honestly, this is my big reason to wonder if self-driving will ever be good enough. Humans, as bad as they are at misidentifying things, tend to place enough judgment to slow down, stop, and reevaluate. Self-driving cars can't really do that, and depending on the safety driver to do that job is likely to lead to a lot of pedestrian deaths--more or less than human drivers, it's still something that will be painfully shown when it happens. The least that should be done is making self-driving cars equal opportunity killers.

    5. Re:Pixel counting by swillden · · Score: 1

      As someone who has walked around at night wearing usually jeans and a dark coat but without remotely a dark complexion, cars have nearly blinding light to the point that it's frequently painful to look at. If that's not enough to see a person in the dark, then I'm not sure what is.

      I recommend one of these: https://www.amazon.com/kwmobil.... Maybe a set of these, too: https://www.amazon.com/dp/B018.... And some reflectors to make sure those bright headlights are bounced back, too.

      Seriously, light yourself up for safety if you're out on the road at night.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:Pixel counting by Cederic · · Score: 1

      If that's not enough to see a person in the dark, then I'm not sure what is.

      It's enough to luminate a person in the dark but there's still the challenge of differentiating them from the background while dealing with controlling a vehicle, looking for other obstructions, coping with weather and/or a dirty windscreen, checking satnav and bouncing up and down in time to whatever music is playing.

      Which is why I drive slower when I have poor visibility and pedestrians are likely, but wearing dark clothing still isn't going to help you.

    7. Re:Pixel counting by Cederic · · Score: 1

      Just don't set the vest to strobe or I'll aim for you.

      Not even on purpose, it draws my eye and my attention and my steering instinctively follows. Although even if I miss you I'll want to turn and have a second go, I fucking hate strobe lights when I'm driving.

    8. Re:Pixel counting by Deaddy · · Score: 1

      Also, walk on the correct side, which is in absence of a designated pedestrian area AGAINST the traffic, so in almost all of the world on the left, and in Britain/Australia/what have you on the right. That way, even if the driver does not see you, at least you see him, and if the driver sees you, he can better gauge whether you are aware that he's coming or not.

    9. Re:Pixel counting by Anonymous Coward · · Score: 0

      I should note that when I said 50% of the time it was not my fault for nearly being hit, nearly 100% of the time when it was the drivers fault it was when they came to an intersection/parking lot exit/etc, were required to stop and look, and they clearly didn't look or even consider a pedestrian as being there. About half the time these events occurred in the middle of the day. Further, I'm not even counting the many, many times I've witnessed people who seemed to be engaging in a rolling stop where I had right of way, and I stopped rather anyways rather than risk the potential of being hit.

      I definitely agree that dark clothing doesn't help. It's just very clear to me, though, that most drivers simply don't look for pedestrians in most circumstances--this is especially true with turning into one way streets, areas without sidewalks, etc. To me most of this amounts to drivers blaming pedestrians for being not visible enough rather than acknowledging their lazy attention putting other people at risk. I can say this confidently precisely because I'm well aware I'm guilty of it, and it's precisely why I try to retain an over-alertness because as much as there are many good drivers out there who do a good job recognizing the rights of pedestrians to be there, too many are too quick to treat them as proverbial speedbumps.

      As in such a showdown I would be severely hurt or dead while the risk to them may be nothing (so long as they don't hit and run, a jury of drivers is likely to side with them especially if I'm too dead to testify), that makes me more cautious and less confrontational. It makes me much more inclined to try hard to judge when I was at fault, even if the fault was "not recognizing the driver didn't bother looking my way and waiting until they pass". Or "don't use [strobe] lights because it blinds me, and I'd aim for you." It's basically a lose, lose situation to be anywhere near drivers who just don't care.

  27. Incorrect conclusion by Anonymous Coward · · Score: 0

    Lighter skinned people are hit less often. Because they don't loiter in the middle of the street when crossing.

  28. I Hate Black People by Anonymous Coward · · Score: 2, Interesting

    Apparently I hate black people because I almost ran one down last night. He was wearing black, standing on the highway, and was waving his hands around. The only thing you could see of him before the headlights hit him was the tiny cell phone light in his hand.

    Guy ran out of gas and was too poor to pay for a tow truck. Yeah I drove him to a gas station and wasn't murdered, nor did I kill him. But the internet says I hate black people since I've never almost ran over a white guy. Anyone one to volunteer so I can clear my reputation?

    1. Re:I Hate Black People by Anonymous Coward · · Score: 0

      nope.
      too late your are a racist mutherfu..er

    2. Re:I Hate Black People by mentil · · Score: 2

      You'll just have to intentionally nearly run over a white person, to make yourself an equal-opportunity near-vehicular-manslaughterer. Maybe an Asian, too, just to be safe.

      --
      Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
    3. Re:I Hate Black People by Cederic · · Score: 1

      If it helps, you also failed to run me over last night too, so I think you can claim to be an equal opportunity accident avoider.

    4. Re:I Hate Black People by Anonymous Coward · · Score: 0

      But the internet says I hate black people since I've never almost ran over a white guy.

      Don't worry. You almost ran me down, because you didn't see me at all. I am the white guy with a black ski mask that go around at night stealing gas. Of course nobody sees me - they're too busy picking up hysterical people who just ran out of gas.

  29. Re:Kendall is lying again by nonBORG · · Score: 0

    The real issue is not that the system has more trouble with darker skin but that it is interpreted as bias. Seems like the racist button is too easy to press now days.

    --
    You can't handle the truth! - Because I don't post left all my comments get modded down, bye bye Karma.
  30. Albedoism by Anonymous Coward · · Score: 0

    It's albedoism, not prejudice... To be safe, wear reflective clothing, regardless of your skin colour.

  31. What fucking moron wrote this? by Oligonicella · · Score: 4, Insightful

    a troubling sign of how AI can inadvertently reproduce prejudices from the wider world

    1. Re:What fucking moron wrote this? by Anonymous Coward · · Score: 0

      People looking for racism everywhere wrote that. People writing AI aren't closet racists. They're using data sets that represent the general populace where the data was taken. it just happens that dark skin is a minority in much of the US. There's nothing inherently racist about that. It's just reality.

    2. Re:What fucking moron wrote this? by bill_mcgonigle · · Score: 1

      You ask the right question. Somebody fishing for clicks and/or cannot understand the idea of contrast.

      And, yes, everything where I am now is covered with snow and ice.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    3. Re:What fucking moron wrote this? by Drethon · · Score: 1

      a troubling sign of how AI can inadvertently reproduce prejudices from the wider world

      Well the sun is prejudiced against light skinned people because it gives them more sun burns /s

    4. Re:What fucking moron wrote this? by Trip6 · · Score: 1

      The only logical response to this horrid article.

      --
      I hate being bipolar; it's awesome!
    5. Re:What fucking moron wrote this? by TheGoodNamesWereGone · · Score: 1

      The demand for racism far exceeds the supply. It's made-up clickbait

  32. How do the auomated systems compare by mark_reh · · Score: 0

    to human drivers?

    1. Re:How do the auomated systems compare by Anonymous Coward · · Score: 0

      In the dark, the automated systems probably compare pretty well - especially late at night. A very high percentage of late night accidents are due to drunk drivers. They don't discriminate so much because they don't see anything at all while passed out at the wheel. They can't tell you if they hit anything at all much less if it was a human and much less if they were light or dark skinned.

  33. New law? by Anonymous Coward · · Score: 0

    Self-Driving Cars May Hit People With Darker Skin More Often

    When I first read that, I wasn't sure if it was a statistic, or the latest executive order from the president.

    1. Re:New law? by Scarletdown · · Score: 1

      Self-Driving Cars May Hit People With Darker Skin More Often

      When I first read that, I wasn't sure if it was a statistic, or the latest executive order from the president.

      When I first read it, I immediately thought of a Stupid Kid Joke(tm) learned way back in that weird era known as the 1970s.

      Not giving the set up, just the punch line...

      "No, but I got him with the gas can."

      --
      This space unintentionally left blank.
  34. NAKED people with darker skin? by swell · · Score: 1

    In my part of the world most people wear clothing. It doesn't matter what your skin color is when only 4% of your surface area is skin.

    Unfortunately, most of those people wear dark clothing at night. Children and adults, male and female, pedestrians and bicyclists. Even fire engine red is almost indistinguishable from black at night. So, these people are at risk from motorists already. Self-driving cars are obviously not a concern of these people.

    --
    ...omphaloskepsis often...
    1. Re:NAKED people with darker skin? by Bert64 · · Score: 1

      If 4% is a light color and stands out from the background that's still a bit better than 0%, which gives a slight advantage to light skinned people.

      But a bigger advantage can be had by wearing light colored and/or reflective clothes. If you're walking around at night wearing dark clothes in a poorly lit area you're less likely to be seen which is generally not to your advantage unless you're planning to do something illegal.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  35. Project much? by Anonymous Coward · · Score: 0

    Looks at username...looks back to post...looks at username...looks back at post...

    *yells in best Patrick Stewart voice*

    OH FUCK OFF!

  36. Re:Kendall is lying again by Anonymous Coward · · Score: 2, Funny

    Oh no no no. The AI was trained correctly but then let its prejudice take over and decided for itself that it liked the idea of running over darker skinned people because it's racist.

  37. How does that compare to human drivers? by Anonymous Coward · · Score: 0

    A 5% difference isn't desirable but if there is a 10% difference for human drivers it might be a net improvement. Without that context it's hard to know whether this is a case of biased code or the cold fact that reflective objects are easier to see.

  38. Racist cars by Anonymous Coward · · Score: 0

    Only a matter of time. Now if we could get them to target LGBTQq that would be real progress.

    1. Re:Racist cars by Anonymous Coward · · Score: 0

      The cars would need to be outfitted with gaydar.

    2. Re:Racist cars by Anonymous Coward · · Score: 0

      Rim shot!

  39. Déjà vu by DontBeAMoran · · Score: 1
    --
    #DeleteFacebook
  40. Self driving cars may hit people by MicroSlut · · Score: 1

    How about making self driving cars that don't hit any people at all? If a person to jumps in front of the car and gets hit, then the car was going to fast for that environment. Isn't this how it works with non self driving cars? In most situations I am aware of, if I hit a pedestrian, it was my fault. In the few situations I am not at fault, like jaywalking from behind a completely obstructed vantage point or a small child running under the car from a completely obstructed vantage point, I cannot imagine any vehicle stopping in time due to the nature of friction and rubber, no matter what color they are. What about dark deer? Dark turtles? Dark rocks? Potholes? Dark cardboard boxes with unknown contents? Are all these just run over?

  41. lol by Hugh+Jorgen · · Score: 1

    I'd hope so!

  42. I call bullshit on the artical tittle. by Anonymous Coward · · Score: 0

    The system in question rely on machine learning for predictive movement. Stop using machine learned algorithms to test and the problem goes away.
    Radar doesn't see in color and it was good enough for defense.

  43. Being an oppressed white male by Snotnose · · Score: 1

    All I can say is "Whoo hoo!" Mow them down, cut the welfare!

    / just kidding
    // really, just kidding. And why do I have to put explicit break HTML tags in this day and age.
    /// Can we train them to mow down lazy /. HTML coders instead?

    1. Re:Being an oppressed white male by phantomfive · · Score: 1

      And why do I have to put explicit break HTML tags in this day and age.

      You should be able to change that in your settings.

      --
      "First they came for the slanderers and i said nothing."
  44. What were the subjects wearing by Anonymous Coward · · Score: 0

    What about recognizing dark skin with light clothing?

  45. How about humans? by trawg · · Score: 1

    I only had a quick glance through the paper so not sure if it's addressed, but: what is the normal everyday rate of human drivers hitting people with darker skin? How does that compare to self-driving cars?

    I nearly hit a dark-skinned cyclist just a couple days ago, about 3 seconds after he was nearly hit by another car. Wearing almost all black and riding at night with no lights. He was nearly completely invisible and it was obvious the other car only saw him at the last second, just like I did - in fact one of the only reasons I saw him at all was I saw the other car stop weirdly suddenly and then reverse.

    If your self-driving car relies on the same stuff as humans then it seems obvious they're going to have similar problems, right? I learned as a kid not to wear dark colours at night if I was going to be near roads.

    It'd be nice if self-driving cars were better than humans in every single case but it's not necessary - as long as they're not worse, but generally better, they'll be worth it, I reckon.

  46. Not quite right as well... by SuperKendall · · Score: 2

    Image recognition tends to be more sensitive to texture than to shape

    Not the kind used in autonomous driving which it lots, lot more concerned about the shape of people than textures, since they could be wearing anything.

    darker skin results in less contrast, which means less ability to see things like facial features

    Facial features are like 1/1000000 as important as just knowing "that is a human" which is looking at a whole body shape. Mostly a car camera would not have enough resolution to perceive facial features very well.

    You have to be able to determine a fully masked human just as well as anything, and measure intent purely by large scale gestures and movement.

    Similarly, object detection should not be used for verifying that nothing is beside you, behind you, or in front of you. Those additional sanity checks are what RADAR, LIDAR, and SONAR are for.

    All sensors should be collecting data on all objects at all times anywhere around you and doing a thing called "sensor fusion" to determine what is actually around them. You CANNOT partition object recognition to just one system. Even simply ultrasonic sensors can verify if something is really as close as cameras say it is.

    detecting people near the road is often useful

    And that is back to what I am saying, you want to detect people way more than faces, skin color DOES NOT MATTER ONE BIT for that task, especially as the cameras are probably very IR sensitive.

    And detecting gestures of police officers or other personnel directing traffic also needs to work regardless of their skin color.

    Exactly, so SKIN COLOR DOES NOT MATTER.

    So it is important to ensure that training data doesn't show racial bias.

    It cannot have a "racial bias" and work at all, because the world is not a nudist colony.

    Basically, it's like saying that a new nuclear reactor could seriously screw up the world if you forget to connect it to a water supply. My response is, "Yeah, no kidding."

    This part I agree on, because basically nothing can work if the training data is as poor as they suppose, such a system would not even be on the road with a test driver. Any self driving car system to even think about being put on the road is way beyond skin color as an issue, by definition of what it has to do.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Not quite right as well... by serviscope_minor · · Score: 1

      >>And detecting gestures of police officers or other personnel directing traffic also needs to work regardless of their skin color.

      >Exactly, so SKIN COLOR DOES NOT MATTER.

      My god you're desparate. Skin colour must not be a factor, therefore it isn't a factor. Checkmate liberals!

      --
      SJW n. One who posts facts.
    2. Re:Not quite right as well... by AmiMoJo · · Score: 1

      Thanks, that post was a TL;DR rant but you managed to find the humour in it. Gave me a good chuckle.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    3. Re:Not quite right as well... by Obfuscant · · Score: 1

      skin color DOES NOT MATTER ONE BIT for that task, especially as the cameras are probably very IR sensitive.

      Yes, CCD and CMOS cameras are sensitive in the IR -- near IR, not far. In fact, most color cameras have an IR cut filter in front of the sensor just to prevent false color renditions, and many B/W cameras have them, too. Near IR is close to visible, and is not generated in any significant amount by something that isn't also radiating visible light, except for those deliberate near IR radiators. People aren't.

      Far IR is what comes from thermal emitters, like warm bodies, and unless you have a camera specifically designed for far IR detection, you don't see it.

  47. Non Issue by Anonymous Coward · · Score: 0

    Not an issue as self driving cars will only be used by those that can afford them and be driven in areas with such people.

  48. Could have been worse. by martinX · · Score: 1

    Self-Driving Cars May Hit People With Darker Skin More Often, Study Recommends.

    --
    When they came for the communists, I said "He's next door. Take him away. Goddam commies."
  49. Current stats? by Anonymous Coward · · Score: 0

    My guess if you looked at the stats. Normally driven cars hit n1ggers more often too. Since they never use the crosswalk and just jaywalk where ever the fu*k they feel like it.

  50. Re: Kendall is lying again by Anonymous Coward · · Score: 0

    No no, really it was built to take out racist white trash in blackface!

  51. I think by NewYork · · Score: 1
  52. Humans can make the same mistakes. by ron_ivi · · Score: 1

    A dark skinned person wearing dark clothing at night is also harder for a human to notice.

    1. Re:Humans can make the same mistakes. by Anonymous Coward · · Score: 0

      I don't see how it is relevant what a pedestrian looks like.
      It's not like any driver will lift their eyes from the phone to look.

    2. Re:Humans can make the same mistakes. by Anonymous Coward · · Score: 0

      Okay, you win. Spoken like a true pedestrian. God, how I wish you were wrong... :(

  53. Re: The good news: nazi scum will be hunted to dea by Anonymous Coward · · Score: 0

    Triggered.

  54. Re: Racust faggots don't get a say by Anonymous Coward · · Score: 0

    Nice try, but nazi technology is as superior as its creators.

  55. Re: The good news: nazi scum will be hunted to dea by Anonymous Coward · · Score: 0

    Oy vey, imagine being this jealous of nazi technology.

  56. Natura selection is a bitch! by Anonymous Coward · · Score: 0

    only fittest survive ^)

  57. Equality by Anonymous Coward · · Score: 0

    We can solve this problem like we do with women hires. Adjust a thresold so that white people are hit as often as dark people.

  58. Racist cars, forbid them by Anonymous Coward · · Score: 0

    What this world has come to.....

  59. Is that more or less often by Anonymous Coward · · Score: 0

    Is that more or less often than a human driver? This is a serious question as if both are wearing dark clothes a white face shows up in your headlamps from much further away than a dark one.

  60. Luckily it's all irrelevant by CptLoRes · · Score: 1

    A self driving car does not need to specifically recognize people, only object of any type to avoid crashing into them.

  61. Depends on wavelength by Anonymous Coward · · Score: 0

    Dark surface emits more enegy in infrared.

    Thus, people of color should be bright spots on any sensors working on IR wavelengths.

  62. Training Data Sets by Anonymous Coward · · Score: 0

    It is logical to build a training data set from cameras in a country where you are doing the development and hoping to deploy. If that country has a lot more people of one ethnic group than others (as all countries do) the dominant ethnic group will be over-represented in the training set and the computer vision algorithm will be better at identifying that ethnic group.

    If there is an extreme paucity of one particular thing in a training data set that needs to be manually corrected. That might include different skin colors, different animals which might cross the road, photos in unusual weather conditions like snow or fog. This sort of issue would only be identified later in the development cycle- as these are edge cases (unusual images in the dataset) and early testing would focus on performance in an ideal environment.

    I'll bet the algorithms aren't great at recognizing deer as well ( as a potential roadside hazard).

    If this reflected performance of a finished product this might be a story. As it is this is just a statement of the obvious to anyone with even a passing familiarity with AI.

  63. Based AI by Anonymous Coward · · Score: 0

    Trying to correct the 13% / 52% disparity

  64. flawed by fluffernutter · · Score: 1

    I just wish the self-driving advocates would decide whether we want it to be better than a human or not. So many "but a human does it too" comments are way off base. In self driving you have the opportunity to be better than a human, why would you not take every opportunity to eliminate every flaw?

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  65. IR... by Anonymous Coward · · Score: 0

    I'm somewhat amazed that self driving cars don't have thermal imaging abilities included in their visual systems. Body heat shows up very clearly in TI systems, there's no difference between black / white people, animals show up. Basically if it's living, you can see it, which should be really handy in the "prioritising things you definitely don't want to hit" algorithm. I know the performance deteriorates in bad weather but at the ranges an AV needs to take into account for anti-collision, the weather would have to be truly appalling for it not to be effective and the car would simply rely on the other available sensors (and be driving at a safe speed given the conditions, i.e. dead slow!)

  66. And in further news... by CharlieG · · Score: 1

    I'll bet they will hit people who wear all black/navy blue with their hoods up more often too!

    Heck, I'll bet humans hit them more too. You know, Scene Contrast. I can't tell you how much I hate the NY "we wear all dark clothes" thing on rainy nights. Add in jaywalking, and I can't tell you how close I've come at times. It is why I added "Black retro-reflective" stripes to one of my black jackets, and one of my new jackets is safety yellow with DOT level 3 striping. Sometimes I'm required to be roadside at night in bad weather, and I want to be seen.

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
  67. Prejudice? by Shaitan · · Score: 1

    Thinking that accidently being more likely to hit people who are harder to detect on cameras is a carry-over of real world prejudice tends to show how people have lost perspective on what that really is.

    Not everything that disproportionately impacts some racial marker is racist, only a deliberate effort to target by race does that.

    Automated processes and algorithms aren't racist.

  68. That's some weapons grade clickbait there by cascadingstylesheet · · Score: 1

    n/t

  69. Stop the presses by Anonymous Coward · · Score: 0

    Is the gist of the article the software for autonomous cars may have some bugs? Yet another man bites dog story

  70. Dark clothes or dark skin. by Anonymous Coward · · Score: 0

    I was taught from childhood that wearing dark clothing while walking along the road made it harder for drivers to see me. Once I started driving, I recognized the truth in this.

  71. Re:But LIDAR scans will miss skinny people more of by Anonymous Coward · · Score: 0

    BREAKING NEWS
    Self-driving cars not safe for pedestrians; women and minorities hardest hit

  72. Another possible solution to avoid bias ... by gotan · · Score: 1

    "Thankfully, the researchers were able to figure out what was needed to avoid a future of biased self-driving cars: start including more images of dark-skinned pedestrians in the data sets the systems train on and place more weight on accurately detecting those images."

    Another possible solution would've been to randomly hit people with light skin color that the AI recognized with a small probability, so that it evens out.

    --
    "By the way if anyone here is in advertising or marketing... kill yourself." -- Bill Hicks
  73. Facial AI recognition by Anonymous Coward · · Score: 0

    Just a thought. Now I FULLY REALIZE this referencing far cruder technology, my adopted daughter is African American. I have noticed on my smart phone that in taking pictures where it has to lock on faces, it seems to have more of an issue finding her face. She may have lighter skinned friends around her, and those funny circles do not as often lock on to my daughter as the others. The pictures are fine but could they have been better with improved facial recognition ? Again just a strictly non-scientific ( but real world ) observation.

  74. Heat seeking radar by Anonymous Coward · · Score: 0

    Obviously, autonomous cars need to use heat seeking radar, or whatever night vision goggles use to see objects in the dark.

  75. Re:The good news: nazi scum will be hunted to deat by Anonymous Coward · · Score: 0

    Time to reorder that Clozapine. You're off your meds again.

  76. Reproduce prejudices? by Anonymous Coward · · Score: 0

    Really? That is nature, if image is darker, with less contrast, it is harder to see. Many animals use this. You have to do more to achieve same recognition rate. How can that be called copying bad ideas? Bad journalism, that's what it is.

  77. Meanwhile police robots ... by Anonymous Coward · · Score: 0

    ...Will be targeting more lighter skinned people.

  78. Better Off Ted by samwichse · · Score: 1

    Man, I wish that show hadn't been cancelled. The episode with the drinking fountains was just too predictive.

    https://vimeo.com/29017688