Slashdot Mirror


Volvo's Driverless Cars 'Confused' by Kangaroos (bbc.com)

An anonymous reader shares a report: Volvo's self-driving technology is struggling to identify kangaroos in the road. The Swedish car-maker's 2017 S90 and XC90 models use its Large Animal Detection system to monitor the road for deer, elk and caribou. But the way kangaroos move confuses it. "We've noticed with the kangaroo being in mid-flight when it's in the air, it actually looks like it's further away, then it lands and it looks closer," its Australia technical manager said. But the problem would not delay the rollout of driverless cars in the country, David Pickett added.

160 comments

  1. Kangaroo vs White-Tailed Deer by damn_registrars · · Score: 3, Interesting

    The White-Tailed Deer (and likely other related species - I'm only personally familiar with this one) moves in a bounding manner, often with all four legs off the ground. What makes it that much different from the kangaroo in the eyes of the driverless car? Is it at in the height difference in terms of on the ground versus not on the ground?

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:Kangaroo vs White-Tailed Deer by OrangeTide · · Score: 0

      The difference is the lack of training data. Volvo didn't try hard enough to get this right.

      --
      “Common sense is not so common.” — Voltaire
    2. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      Deer only bound like that occasionally, its not their default locomotion,. Kangaroos hop as their primary means of movement and they can bound easily 20 feet in distance and 5-6 feet in height and do so on a pretty regular basis. In short, what makes the deer look different than a kangaroo to a car? Pretty much everything.

      Here is another question, does a deer look anything like a kangaroo to you?

    3. Re:Kangaroo vs White-Tailed Deer by religionofpeas · · Score: 1

      I expect that Volvo did most of the training with animals they find on the road in Sweden. The White Tailed Deer lives in North America.

    4. Re:Kangaroo vs White-Tailed Deer by David_Hart · · Score: 1

      The difference is the lack of training data. Volvo didn't try hard enough to get this right.

      I'm guessing that the system assumes that any object in it's path is on the ground. Anything in the air would appear to be further away as the ground would only rise up to meet it in the distance. Basically, they didn't throw bouncy balls at the car to see what would happen....

      PS: One of the US ads for car safety includes signs indicating that bouncing balls have kids following them.

    5. Re:Kangaroo vs White-Tailed Deer by DontBeAMoran · · Score: 4, Funny

      Volvo isn't in the habit of testing their cars upside-down.

      --
      #DeleteFacebook
    6. Re:Kangaroo vs White-Tailed Deer by DontBeAMoran · · Score: 4, Funny

      Does a deer look anything like a kangaroo to you?

      Only when I'm drunk.

      --
      #DeleteFacebook
    7. Re:Kangaroo vs White-Tailed Deer by Dutch+Gun · · Score: 4, Interesting

      I know it's passé to read TFA, but:

      Volvo's safety engineers began filming kangaroos' roadside behaviour in a nationally recognised hotspot for collisions in 2015.

      There's a picture of a Volvo vehicle with "Kangaroo detection data collection vehicle" printed on its side.

      So... they're working on it, with good training data.

      --
      Irony: Agile development has too much intertia to be abandoned now.
    8. Re: Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      We have plenty of varieties of deer in Sweden. Some of which do bound.

      The body shape of a kangaroo is quite different from other animals though.

      Either way. Seems like this indicates a need to analyse the sensor data from this type of source to identify it properly in the future. Or the need for an extra sensor type.

    9. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      You stupid fucktard. This article IS the traing data results specifically for kangaroos. The picture of the car has LARGE letters that say KANGAROO DETECTION DATA COLLECTION VEHICLE.

    10. Re: Kangaroo vs White-Tailed Deer by Wycliffe · · Score: 0

      Either way. Seems like this indicates a need to analyse the sensor data from this type of source to identify it properly in the future. Or the need for an extra sensor type.

      If the shape of the object interferes with your code then you're doing it wrong. Whether it is a kangaroo, a bird, a box, a balloon, or a sheet of glass, if something is in the roadway, you need to stop. Because of the lack of intelligence and depth perception, I would expect a self driving car to pretty much require a second sensing mechanism like sonar, radar, etc...

    11. Re:Kangaroo vs White-Tailed Deer by dj245 · · Score: 5, Funny

      I expect that Volvo did most of the training with animals they find on the road in Sweden. The White Tailed Deer lives in North America.

      But Moose live in Sweden. Moose are much larger than deer, but share the same basic body type (large body on relatively long and thin legs). Special caution needs to be taken with moose, since their eyes don't glow in the dark, and they have tendencies to bite. In fact, a moose once bit my sister.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    12. Re: Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 1

      I have worked professionally with the kind of system used in self-driving cars.
      The trouble is that usually the video frames are analysed as static images, using no information from the previous frame. Continuity of objects moving around is puzzled together after the fact at a higher software level.
      So what really needs to be added here, probably at that higher level because we're just not ready for the alternative beyond ‘toy’ applications and static mapping, is a bit of code that checks the scale estimate. Since objects don't magically get bigger, you can deduce that the object is no longer standing on the ground further away, but has moved up instead.
      What would also help is the addition of an extra camera for parallax, or a depth sensor. Various kinds exist, for example using a kind of radar, or a pattern projector.

    13. Re:Kangaroo vs White-Tailed Deer by wonkey_monkey · · Score: 1

      Didn't you know? If driverless cars can't work 100% perfectly now, how will they ever do so in the future?

      I mean, that is proper actual logic, that.

      --
      systemd is Roko's Basilisk.
    14. Re:Kangaroo vs White-Tailed Deer by TheCastro1689 · · Score: 1

      https://i.ytimg.com/vi/ZfxJXBM... Yes, they look very similar.

    15. Re:Kangaroo vs White-Tailed Deer by rogoshen1 · · Score: 1

      what about when the deer are drunk, what then?

    16. Re:Kangaroo vs White-Tailed Deer by DontBeAMoran · · Score: 3

      When the deer are drunk, cars look like metal bears.

      --
      #DeleteFacebook
    17. Re: Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      no. just ban kangaroos.

    18. Re:Kangaroo vs White-Tailed Deer by nnet · · Score: 2

      newfoundland speedbump...

    19. Re:Kangaroo vs White-Tailed Deer by OrangeTide · · Score: 1

      I'm guessing that the system assumes that any object in it's path is on the ground.

      That's not how these systems work. It's a combination of image processing, Computer Vision and neutral networks. Most of the good ones will stop if a soccer ball bounces through the street too. And if you dig into how the system categorizes pedestrians you'll find that you can trick a poorly trained one if a person doesn't form a neat triangle. Like if they are in a wheelchair or have their leg up in a cast and using crutches. (or a child on a pogo stick)

      The human brain organizes these things differently than a Computer Vision system. And you'll have a hard time understanding how it works by comparing the computer to yourself.

      --
      “Common sense is not so common.” — Voltaire
    20. Re:Kangaroo vs White-Tailed Deer by OrangeTide · · Score: 1

      Volvo's safety engineers began filming kangaroos' roadside behaviour in a nationally recognised hotspot for collisions in 2015.

      No, it's not good training data.

      --
      “Common sense is not so common.” — Voltaire
    21. Re:Kangaroo vs White-Tailed Deer by viperidaenz · · Score: 3

      Unless you see kangaroos in a zoo setting. Then they mope around walking like a tripod on their feet and tails without enough room to jump.

    22. Re:Kangaroo vs White-Tailed Deer by OrangeTide · · Score: 3, Insightful

      Didn't you know? If driverless cars can't work 100% perfectly now, how will they ever do so in the future?

      I mean, that is proper actual logic, that.

      It's the same people that demand zero insect parts in their wheat and corn. It's just not going to happen. We can keep the amount of crushed up insects you accidentally ingest very low, but it's unreasonable to expect it to be zero. The amount of dead mice (by mass) ground up with your flour is even lower than the insect parts.

      PS - The amount of urine in a public swimming pool is much higher than it is reasonable, and everyone has a right to complain about that and demand that it be lower.

      --
      “Common sense is not so common.” — Voltaire
    23. Re:Kangaroo vs White-Tailed Deer by viperidaenz · · Score: 1

      I don't think you need to worry too much about a moose biting your car when you're hurtling towards it at speed.

    24. Re:Kangaroo vs White-Tailed Deer by OrangeTide · · Score: 0

      You stupid fucktard. This article IS the traing data results specifically for kangaroos. The picture of the car has LARGE letters that say KANGAROO DETECTION DATA COLLECTION VEHICLE.

      I've read TFA and I am familiar with the details beyond TFA. The data is not very good. "The difference is the lack of training data. Volvo didn't try hard enough to get this right."

      --
      “Common sense is not so common.” — Voltaire
    25. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      Well, if it takes you a few years to figure out how to recognize one specific kind of obstruction, that doesn't exactly bode well for the thousands of others that are in play. The problem gets exponentially more difficult as you add more types of obstacles and different responses. If it's just a matter of saying "Hey meatbag, look at this," then it's no big deal. Working properly without the meatbag is another matter entirely.

    26. Re:Kangaroo vs White-Tailed Deer by serviscope_minor · · Score: 3, Funny

      a moose once bit my sister.

      Realli?

      --
      SJW n. One who posts facts.
    27. Re:Kangaroo vs White-Tailed Deer by thegarbz · · Score: 1

      A lot of the answer is in the vertical movement and the erratic movement. It's not just the legs leaving the ground, a kangaroo when it jumps ... jumps. When sprinting (away from cars especially) they will easily cover their own height in each leap and cover a lot of horizontal ground in the process. When contacting the ground it can change direction suddenly. It's an incredible problem for computer vision to analyse.

    28. Re:Kangaroo vs White-Tailed Deer by Mr+D+from+63 · · Score: 1

      The difference is the lack of training data. Volvo didn't try hard enough to get this right.

      Maybe they should just train the damn kangaroos to stay the heck out of the way.

    29. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 1

      Well, if it takes you a few years to figure out how to recognize one specific kind of obstruction, that doesn't exactly bode well for the thousands of others that are in play.

      Well, still a better situation than we have for human drivers where every single one has to be manually trained to deal with every situation.
      Unfortunately human drivers make misjudgements all the time and drives into stuff instead.
      But hey, at least you were killed by a human instead of a machine.

    30. Re: Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      I would expect a self driving car to pretty much require a second sensing mechanism like sonar, radar, etc...

      Yes, "second" is the keyword here.
      Just because they have a second sensing mechanism doesn't mean they can shrug it off.
      The first thing about safety critical system is redundancy.
      Sometimes systems break or fail, so you need two different systems that operate completely differently, and you need them both to work under normal conditions so that it is unlikely that both fails at the same time.
      Their vision system is "confused" by kangaroos. That doesn't mean that the car didn't stop for them, it just means that when the second sensing mechanism breaks the car won't handle kangaroos safely.
      In conclusion their tech isn't ready for use in Australia yet but they are working on it.
      Nothing really surprising, or exiting for that matter.

    31. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      Whöosh!

    32. Re: Kangaroo vs White-Tailed Deer by backslashdot · · Score: 1

      As more self driving vehicles are on the road the more anomalous situations they will encounter to near miss and learn from.

      Self driving cars are still very very rare. Self driving technology is safer than human drivers. We need self driving cars. I hope in the future whoever wants to be a human driver must pass a rigorous exam proving they are at least as safe as an autonomous machine driver. My guess is only a small percent of today's drivers would be able to pass.

    33. Re:Kangaroo vs White-Tailed Deer by aliquis · · Score: 1

      Swedish deer:
      http://www.jaktjournalen.se/wp...
      And reindeer:
      http://jaktmarkerna.se/wp-cont...

      Can't be very different?

    34. Re:Kangaroo vs White-Tailed Deer by ChunderDownunder · · Score: 1

      (Sorry to any vegetarians)

      Much better to market the vehicles as hunting machines.

      With climate change, it'd fix the environment in switching to gamey roo meat rather than continue to destroy the landscape with cattle farming. Cows belch emissions and require land clearing for pasture.

    35. Re:Kangaroo vs White-Tailed Deer by OutOnARock · · Score: 1

      ...but he got the Berkowitz's by mistake.....

    36. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      The Australian air force modified their training simulators to model the behavior of groups of wild kangaroos in order to make helicopter training more environmental friendly. They took the AI code of ground troops and replaced the geometry with kangaroos. Following natural behavior, the simulated kangaroos would first run away from the threat object, and seek cover behind bushes or hills. But the AI programmers forgot to take the bits involving regrouping and launching a counter-offensive with anti-aircraft weaponry.

    37. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      They said that about Chess AI, Go AI, numberplate recognition, voice recognition, music recognition, but all of those are now consumer technology.

      Avoiding kangaroos, elephants, rhinos, moose, crocodiles, wolves are all region based hazards. Possibly they'll need different AI for countries with right-hand drive, multi-lane roundabouts like the Arc-De-Triomphe in France:

      https://vignette3.wikia.nocookie.net/pixar/images/6/6b/Cars_2_arc_de_triomphe_paris.png

    38. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      It will fly through the windscreen and crush the occupants, causing broken hands and arms:

      http://www.mirror.co.uk/news/weird-news/carnage-after-moose-hits-car-3846329

    39. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      Old school - In Oz they invented Roo Bars; Kangaroo detection not needed

    40. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      I love pissing in the pool and will never stop doing it.

    41. Re:Kangaroo vs White-Tailed Deer by MichaelSmith · · Score: 1

      And what happens if it sees a bike rider ahead of it but fails to see the wheels?

    42. Re:Kangaroo vs White-Tailed Deer by goose-incarnated · · Score: 1

      I love pissing in the pool and will never stop doing it.

      If you stop doing it from the diving board fewer people will complain.

      --
      I'm a minority race. Save your vitriol for white people.
    43. Re:Kangaroo vs White-Tailed Deer by goose-incarnated · · Score: 1

      Didn't you know? If driverless cars can't work 100% perfectly now, how will they ever do so in the future?

      I mean, that is proper actual logic, that.

      No. The "proper actual logic" (which, in a fit of irony, you appear to miss) is that it's premature to crow about the future existence of SDCs when computational power running SDCs was increased a thousandfold over two decades for a measly 1% increase in performance.

      The only people who believe that SDCs are right around the corner are those who are not aware of all the SDC successes of the 90s. The current state of SDCs have them possessing less obstacle avoidance abilities than a cockroach.

      For five years people like yourself have been whining that SDCs are only five years away. All the evidence says that the incremental improvements being made have already reached the point of diminishing returns - the extra expenditure of effort has not yet resulted in similar progress.

      --
      I'm a minority race. Save your vitriol for white people.
    44. Re:Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      The main problem is that as far as software is concerned Kangaroos are armed with missiles. http://www.snopes.com/humor/nonsense/kangaroo.asp

    45. Re: Kangaroo vs White-Tailed Deer by Anonymous Coward · · Score: 0

      Self driving cars are still very very rare.

      Technically true, because they don't exist. They're still in the early stages of development.

      Self driving technology is safer than human drivers.

      On the micro level, on a case-by-case basis, maybe. On the macro level in aggregate, that has yet to be seen. There are a lot of things that go into safety, you can't just cherry pick a few cases and call one side a definitive winner. Without the total package to evaluate, this is pure speculation. And a lot of the features that contribute to safety can be applied to both cases anyway. They're just expensive.

      We need self driving cars.

      Accidents in the US are quite rare. Fatalities even more so, only about one every 100 million miles. We perceive things quite differently though because one thing that humans are worse at than driving is processing big numbers. On top of that, we see plenty of "bad" driving that is tolerated without consequence. So human drivers are terrible but that terrible driving almost never causes serious problems, thus failing to provide feedback to correct the human failings while reinforcing a negative impression of human driving that doesn't fit the results.

      I hope in the future whoever wants to be a human driver must pass a rigorous exam proving they are at least as safe as an autonomous machine driver. My guess is only a small percent of today's drivers would be able to pass.

      Safe in what way? Safely able to operate in a real-world environment without causing damage at a rate above statistical noise? That's basically where most human drivers are at now. I'm all for revoking the licenses of the more flagrant violators, so sure, make them ride in hypothetical self-driving cars. But once you remove the outliers, you're going to be left with a safety standard that even a perfect self-driving setup would be hard-pressed to match. You can teach a car to do all the neat tricks you want, but it still has to work in a reality that involves 3 trillion vehicle miles traveled per year in the US alone.

    46. Re:Kangaroo vs White-Tailed Deer by david_thornley · · Score: 1

      My current non-self-driving car has better obstacle avoidance abilities than a cockroach. Of course, having an allegedly intelligent driver adds additional safety features.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    47. Re:Kangaroo vs White-Tailed Deer by scdeimos · · Score: 1

      I'm guessing that the system assumes that any object in it's path is on the ground.

      That's not how these systems work.

      I think you'll find it is. They're not using stereoscopic camera systems so they can't directly measure the distance of an object in view.

      In steroscopic systems a Difference Map allows you to estimate the distance by, in conjunction with the optic parameters, measuring the number of pixels offset between the left and right image any given object is.

      In monoscopic camera systems, such as what Volvo's using, regardless of Neural Network magic, you can only estimate an object's distance by its vertical position in the image based on some calculated (or calibrated) horizon line setting "infinite" and working back from there. The further up from the bottom it is the further away it must be and vice-versa. As David_Hart said, these kinds of systems are brain dead and cannot reliably measure the distance of any objects suspended above the ground.

    48. Re: Kangaroo vs White-Tailed Deer by swamp_ig · · Score: 1

      You will have to take my pool piss from my cold dead.... Yeh :)

    49. Re:Kangaroo vs White-Tailed Deer by RockDoctor · · Score: 1

      There's a picture of a Volvo vehicle with "Kangaroo detection data collection vehicle" printed on its side.

      So... they're working on it, with good training data.

      Maybe they've been using Apple iKangaroos but they're just holding them wrong?

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  2. Me too. by Anonymous Coward · · Score: 0

    I'm confused by Kangaroos too.

    1. Re:Me too. by K.+S.+Kyosuke · · Score: 0

      But you don't need to now that Volvo has invented artificial confusion!

      --
      Ezekiel 23:20
    2. Re:Me too. by Anonymous Coward · · Score: 0

      I don't need to now? what the fuck does that mean, you dimwitted cock-gobbler? Go punch your mom's mud whistle.

      Hugs and kisses,

      Juan Epstein

    3. Re:Me too. by Anonymous Coward · · Score: 0

      if you're going to use that old joke, the get it right and use Epstein's mom, you insensitive clod

    4. Re:Me too. by TechyImmigrant · · Score: 4, Funny

      I'm confused by Kangaroos too.

      Let's not jump to conclusions.

      --
      I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    5. Re:Me too. by K.+S.+Kyosuke · · Score: 1

      Good job quoting six fifths of a clause. :)

      --
      Ezekiel 23:20
    6. Re:Me too. by Anonymous Coward · · Score: 0

      what old joke?

    7. Re:Me too. by tsqr · · Score: 1

      Were you really in such a hurry to troll that you couldn't apply some basic reading comprehension, or did you comprehend but were just overwhelmingly infuriated at his omission of what would have been a helpful comma after "to"?

    8. Re:Me too. by Anonymous Coward · · Score: 0

      Go stretch yourself, neckbeard.

    9. Re:Me too. by Anonymous Coward · · Score: 0

      Mutant Marsupials Take Up Arms Against Australian Air Force
      http://www.snopes.com/humor/nonsense/kangaroo.asp
      This seems applicable here.

    10. Re:Me too. by youngone · · Score: 1

      I'm confused by Kangaroos too.

      Of course you're confused by Kangaroos. They're 6-foot tall mice that are not even proper mammals, and they keep stuff in a pouch on the front of their fur coat.

      I believe they're also keen boxing fans, so keep away from them, especially on Friday nights after the pubs close, they're Australian, so are probably heavy drinkers.

  3. Binocular Vision by Anonymous Coward · · Score: 0

    Use 2 or more cameras to perceive depth? Or have one camera that slowly wobbles left and right.

    1. Re:Binocular Vision by DontBeAMoran · · Score: 1

      In the Animatrix, the machines have more than two eyes.

      I don't know why people in A.I./etc are so obsessed with doing everything with a single camera. Those things are cheap these days.

      --
      #DeleteFacebook
    2. Re:Binocular Vision by Oswald+McWeany · · Score: 1

      In the Animatrix, the machines have more than two eyes.

      I don't know why people in A.I./etc are so obsessed with doing everything with a single camera. Those things are cheap these days.

      Two cameras would probably be smart. Nature evolved to have multiple eyes for a reason (plus it introduces a fail-safe).

      With that said. It's probably NOT the cameras that are expensive, but writing code to interpret data from two different cameras and merge it into an interpreted 3D image that is expensive.

      --
      "That's the way to do it" - Punch
    3. Re:Binocular Vision by religionofpeas · · Score: 1

      Even better would be to integrate data from all sensors into one vision: camera + IR + ultrasound + radar + lidar, all around the vehicle, and then construct a unified 3D model of the surroundings.

    4. Re:Binocular Vision by Greystripe · · Score: 1

      Have to wonder how many kangaroo crashes before it would pay for itself.

    5. Re:Binocular Vision by DontBeAMoran · · Score: 1

      Probably still easier than writing code to interpret data from a single camera into an interpreted 3D image.

      --
      #DeleteFacebook
    6. Re:Binocular Vision by aaronb1138 · · Score: 1

      If writing more code to generate true 3D data from two cameras is too much work, then those companies shouldn't be in the automated driving industry.

      As I have said many times before, the software must be gnostic, knowing what is ahead and with all sensor suites agreeing on what is ahead within overlapping resolution scopes. This is non-negotiable and should be subject to regulatory scrutiny / testing for level 4-5 automation.

    7. Re:Binocular Vision by Anonymous Coward · · Score: 0

      can't handle one, so more is better?

    8. Re:Binocular Vision by viperidaenz · · Score: 1

      If the kangaroo crashes write the car off and insurance buys the customer a new car, each crash generates profit.

    9. Re:Binocular Vision by angel'o'sphere · · Score: 2

      All self driving/autonomous/driver assisted cars have minimum 2 cameras.
      Facepalm.

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

      If writing more code to generate true 3D data from two cameras is too much work, then those companies shouldn't be in the automated driving industry.

      Writing the code is "easy". Proving that it is safe is expensive as hell.

      As I have said many times before, the software must be gnostic, knowing what is ahead and with all sensor suites agreeing on what is ahead within overlapping resolution scopes. This is non-negotiable and should be subject to regulatory scrutiny / testing for level 4-5 automation.

      OK, that is your opinion.
      What actually matters in this case is ISO 26262. Read it and develop the system accordingly.
      Yes, it covers every obscure theoretical case that will never happen that has been listed on Slashdot.
      Or more specifically, you have to think about them, document that you have thought about them and documented how you avoid that case leading to a dangerous situation.
      And yes, you need to document every safety related code path in your software to show that the code can't execute in an unintended order so say goodby to exceptions, garbage collectors, abstractions and everything else you like about your favorite high level language.
      You also need to have an idea of how to deal with what happens if a random transistor in the ALU fries and other possible hardware failures.

    11. Re:Binocular Vision by Anonymous Coward · · Score: 0

      Binocular from 1 camera and mirrors could also work. It would be just like a left-right split-screen.

            If you know the distance between the two "eyes" you can determine the actual distance to the object based on the disparity of the object's occurrence in the left and right images (think Angle-Side-Angle from geometry).

      I still would prefer 1 wobbling camera (think how owls move their head sideways). It would provide an "infinity" of perspectives to use throughout the continuous motion instead of 2 fixed perspectives. Correlating which object in the left image corresponds to which object in the right image can be troublesome. With a wobbling camera, each frame is only a slightly different perspective from the previous frame/perspective (not a large discrete jump from left to right perspective) so correlating/tracking is easier.

    12. Re: Binocular Vision by Anonymous Coward · · Score: 0

      TFA gets rid of any plausible deniability. If Volvo ships in Australia with the kangaroo defect and someone hits a kangaroo while in autopilot, they're at fault

    13. Re:Binocular Vision by Anonymous Coward · · Score: 0

      It's the cost of stitching together all those CCD sensor images. Each sensor will have a different overall brightness/contrast/saturation. That has to be compensated for each CCD video buffer (4096x4096 pixels @ 16-bits). Then any fisheye lens effects have to be removed by software/hardware. All the gigabytes of transformed image data then have to overlaid and blended together. Even 360 degree cameras have noticable seams. Some areas won't be of much interest, and some areas will be of extreme interest and may need more magnification or detail, provided by a zoom system

      There are military systems that do this like ARGUS or Gorgon Stare:

      http://aviationintel.com/skynet-coming-to-a-city-near-you-wide-area-airborne-surveillance-will-be-a-game-changer-over-the-war-zone-and-the-home-front/

    14. Re:Binocular Vision by Anonymous Coward · · Score: 0

      Better yes, but much harder to test.

      If you have 3 different systems that all detect objects (Say LIDAR, Camera and IR-Camera) and you make a change to one of them then you only need to test that one.

      They will get there eventually.

    15. Re:Binocular Vision by Carewolf · · Score: 1

      All self driving/autonomous/driver assisted cars have minimum 2 cameras.
      Facepalm.

      They have a lot more than that, but they are usually not mounted in pairs pointing in the same direction.

    16. Re:Binocular Vision by angel'o'sphere · · Score: 1

      They usually always have one pair that point in the same direction.
      That was my point.
      However I got surprised after I wrote my previous comment as I saw a Hunday with driver assist system afterwards that in fact only had one camera pointing forward instead of a pair.

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

    Kangaroo/car crashes surge in Australia, authorities baffled.

    1. Re: This just in: by Anonymous Coward · · Score: 0

      Bang goes another kanga on the bonnet of the van.

    2. Re: This just in: by Anonymous Coward · · Score: 0

      +10 for Kate Bush reference. If I had mod points...

    3. Re: This just in: by MichaelSmith · · Score: 1

      Somehow I don't think KB will be doing any more tracks with Rolf Harris.

  5. uhuh, long way to go by holophrastic · · Score: 1

    These are the types of things that just make all of the hype totally obviously completely garbage. No animal on the planet would run into a kangaroo. Perhaps the entire concept of the sensor is just way off.

    I have memories of the way machine guns evolved. From large gatling systems to the smallest of springs. These cars are still at the large gatling systems.

    1. Re:uhuh, long way to go by religionofpeas · · Score: 3, Informative

      No animal on the planet would run into a kangaroo.

      Except for humans. According to TFA there are 16,000 kangaroo strikes per year.

    2. Re:uhuh, long way to go by OrangeTide · · Score: 2

      Not very many 1200 kg animals roll along the ground at 120 km/h. Newton's first law of motion combined with the square-cube law makes this a non-trivial problem. I think the key to self-driving cars is for them to not kill any more people than human driven cars already do, luckily for self-driving cars we human drivers established a fairly easy baseline to pass.

      With your analogy, we didn't simply give up, we still used machine guns even if they were not perfected.

      --
      “Common sense is not so common.” — Voltaire
    3. Re:uhuh, long way to go by drinkypoo · · Score: 2

      No animal on the planet would run into a kangaroo. Perhaps the entire concept of the sensor is just way off.

      Except for humans. According to TFA there are 16,000 kangaroo strikes per year.

      Seems like you're both right (although you're much more right.) Humans' sensors aren't great for depth perception at night, which is when most animal strikes occur — and according to WP, most roos are nocturnal. If the excuse is that the roo "looks" like it's closer or further away depending on whether it's in the air, then I suspect the flaw is inadequate depth sensing. The car should be dramatically better at this than a human before it's allowed to run around at speeds over a walking pace.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:uhuh, long way to go by xevioso · · Score: 1

      But these are all software problems, and we humans have gotten pretty good at that. It's an interesting case here because it's an unusual animal that travels in a way most other animals don't, but there's nothing here that can't be fixed by adding in some code.

      What's more interesting to me is that Volvo is trying to test it's cars in Australia, where there's long stretches of unpaved roads and all sorts of weird things that cross the road. Does the car stop when it sees a snake in the road crossing? How big does the snake have to be before the car decides it will just roll over it? How does it determine if it's a snake or a cable or rope? These are all software things though...

    5. Re:uhuh, long way to go by religionofpeas · · Score: 3, Insightful

      The good thing is that the car's sensors and algorithms can be fixed. It sounds like it's mostly a case of Volvo overlooking the effect of jumping animals. According to the Volvo information about their autonomous cars, they have camera, radar, laser, and ultrasonic sensors. With the right algorithms, the car should be much better than a human at detecting animals at night, and respond much quicker too.

      The car should be dramatically better at this than a human

      Better than a human is good enough for now.

    6. Re:uhuh, long way to go by Wycliffe · · Score: 4, Insightful

      The good thing is that the car's sensors and algorithms can be fixed. It sounds like it's mostly a case of Volvo overlooking the effect of jumping animals. According to the Volvo information about their autonomous cars, they have camera, radar, laser, and ultrasonic sensors. With the right algorithms, the car should be much better than a human at detecting animals at night, and respond much quicker too.

      There will always be unknown objects at or near ground level. With camera, radar, laser, and ultrasonic sensors, how did they screw up the depth perception that badly? Will it be able to detect a small child? What about a medium size child? What about a box? What about a bumper that fell of a car? What about a flock of birds? What about a chair,cage of turkeys,sofa,trashcan,bale of hay, etc.. that fell off a truck. If you're designing it for known obstacles, you're likely doing it wrong. Every human driver out there is able to detect something that isn't suppose to be there and take corrective actions even if they don't know what the unknown object is.

    7. Re:uhuh, long way to go by drinkypoo · · Score: 1

      Every human driver out there is able to detect something that isn't suppose to be there and take corrective actions even if they don't know what the unknown object is.

      Yeah, this. If I don't know what a thing is, I still hit the brakes, because I don't know what its density is and that might be important. If it turns out to be a plastic bag or something, well, that's OK so long as the person behind me wasn't following too close. And since I have a nice safe car with lots of crumple zones, frankly I don't really give a shit if someone drives up my ass as long as I don't go off the road, and they have enough insurance to replace my nice safe car.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    8. Re:uhuh, long way to go by GungaDan · · Score: 1

      "How does it determine if it's a snake or a cable or rope?"

      Or a cop's spike strip...

      --
      Eloi are stupid, throw morlocks at them!
    9. Re:uhuh, long way to go by religionofpeas · · Score: 1

      Unlike the summary suggests, the Volvo is not a driverless car. It's a car with a Driver Assist function, with a special module to warn for large animals. The first step is to signal the driver, and provide information on the type of object. The driver can then decide what to do. Only if the driver doesn't react on time, the system takes over and brakes. It's still a fairly simple system.

      Keep in mind that large wild animals are also potentially dangerous if they are not in the middle of the road, but standing next to the road, thinking about crossing.

    10. Re:uhuh, long way to go by holophrastic · · Score: 1

      ...and just look at how many people were killed by bad machine guns. The car needs to be way better than a human before it's kills are acceptable. I can accept another human making a mistake that I would make. I don't accept a machine making a mistake that I would make. I already find it tough enough to accept a human making a mistake that I wouldn't make.

      In any event, how's this for an algorithm: look forward. if you see the you expect to see (a road) keep driving. If you see fur, instead of a road, slow down. If it keeps getting bigger, slow down more. If it gets smaller, speed up. Doesn't matter if it's in the air, or on the ground. If a part of it is an eye level, slow down if it's getting bigger.

      Who cares what it is, or how it's moving. It's either getting bigger, or getting smaller, as you move forward. That's it.

    11. Re:uhuh, long way to go by tsqr · · Score: 1

      The good thing is that the car's sensors and algorithms can be fixed. It sounds like it's mostly a case of Volvo overlooking the effect of jumping animals. According to the Volvo information about their autonomous cars, they have camera, radar, laser, and ultrasonic sensors. With the right algorithms, the car should be much better than a human at detecting animals at night, and respond much quicker too.

      According to TFA, Volvo has been working on this problem for two years. I'm guessing the "right algorithms" have been right around the corner for some time now.

    12. Re:uhuh, long way to go by tsqr · · Score: 1

      Unlike the summary suggests, the Volvo is not a driverless car.

      It's not just the summary. The TFA is entitled, "Volvo's driverless cars 'confused' by kangaroos", and contains such suggestive phrases as, "Volvo's self-driving technology is struggling to identify kangaroos in the road" and "the problem would not delay the rollout of driverless cars in the country".

    13. Re:uhuh, long way to go by Anonymous Coward · · Score: 1

      and according to WP, most roos are nocturnal.

      No, roos are not nocturnal. I live in the bush and have a friend that rehabilitates rescued Joeys (baby roos) and you don't drive certain roads at dawn or dusk as the roos are on the move seeking water. That's when most of the strikes happen.

    14. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      In the last 4 days I've watched two broad daylight collisions on a wide open intersection where both vehicles were entirely visible so your assertion about corrective actions is clearly wrong in some cases. If you think that humans run into things less frequently than automated cars, even at this early stage, I'd suggest you are probably wrong.

    15. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      If it gets smaller, speed up.

      Test Engineer #1: Ok, cue the grizzly bear.
      Test Engineer #2: See how the sensors detect the bear as it crosses the road and automatically slow down the car?
      Test Engineer #1: Perfect. That test passes.
      [Bear stops and turns to face the car, presenting a smaller profile]
      [Car speeds up and crashes into bear]
      Test Engineer #1: Shit.

    16. Re:uhuh, long way to go by angel'o'sphere · · Score: 1

      Volvo is reporting that they have "trouble" to judge the distance.
      They did not say they won't stop or have problems to detect the Kangaroo at all.
      So your questions about kids etc. are rather absurd.

      chair,cage of turkeys,sofa,trashcan,bale of hay, etc
      Most of them don't fly ... so you have no problem to judge the distance.
      Or is it easy for you you to judge how high a bird is flying which species (aka size) you don't know?

      With camera, radar, laser, and ultrasonic sensors
      Radar does not pick up Kangaroos. (They are made of meat, you know ...)
      Nor does ultra sonics, as ultra sonic sensors are used for close range (e.g parking) and the street surface.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    17. Re:uhuh, long way to go by angel'o'sphere · · Score: 1

      I'm guessing the "right algorithms" have been right around the corner for some time now.
      It is most likely not an algorithm problem but a sensor problem. Or kets say a combination. How to interpret the sensor data in a meaningful way.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    18. Re:uhuh, long way to go by angel'o'sphere · · Score: 1

      Doesn't matter if it's in the air, or on the ground.
      Of course it matters. Without any "cross reference point" you can not judge how far something is away if it is in the air and the background behind it is only sky.

      look forward. if you see the you expect to see (a road) keep driving. If you see fur, instead of a road, slow down.
      That is what the car is doing. Volvo only stated that there are troubles to get the distance accurate.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    19. Re:uhuh, long way to go by fluffernutter · · Score: 1

      Unlike many Slashdotter's suggest, there is no self driving. Only cars following rules that are too rigid for real world use.

      --
      Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
    20. Re:uhuh, long way to go by freeze128 · · Score: 1

      I would not want my self-driving car to take corrective action if it were about to hit a flock of birds. That would more likely than not cause an accident. Birds have flown across the road at low levels in front of my car all the time, and I have never slowed down or swerved, and I have never hit one.

    21. Re:uhuh, long way to go by ColaMan · · Score: 4, Informative

      It's not about depth perception.

      Roos are erratic creatures and can move very quickly. So one will be grazing 20 metres off the side of the road, become spooked by your headlights, bound onto the road in two or three hops, and hit your car.

      It's about a second per hop for roos, so this takes place very quickly, well inside the illuminated area that your headlights project. Often they will appear from the vegetation on the side of the road and then be on the road in one hop, only 10 or so metres in front of you. It's why most cars in rural Australia are festooned with LED light bars and spotlights because the further and - most importantly - the wider you can see at night, the better.

      Here are a few typical roo strikes to give you some idea of the problem -

      https://www.youtube.com/watch?...
      https://www.youtube.com/watch?...
      https://www.youtube.com/watch?... - This one in particular.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    22. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      Kangaroos are actually really hard to avoid. They're fast, pretty well camouflaged against Australian bush, move unpredictably, tend to be active at dusk when visibility is poor, and have precisely zero instincts telling them that jumping out in front of a car is a bad idea. Driving along a rural road with lots of tree/bush cover around sunset is a genuinely risky business.

    23. Re:uhuh, long way to go by dlingman · · Score: 1

      If it gets smaller, speed up.

      Test Engineer #1: Ok, cue the grizzly bear.
      Test Engineer #2: See how the sensors detect the bear as it crosses the road and automatically slow down the car?
      Test Engineer #1: Perfect. That test passes.
      [Bear stops and turns to face the car, presenting a smaller profile]

      [Car comes to complete halt.]
      Test Engineer #2: Told you we fixed that...
      [Bear wanders over to car, peels open roof, eats contents, and leaves.]
      Test Engineer #1: Shit.

    24. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      Except for humans.

      Fun fact: It's the kangaroos doing the hitting, not the humans. Erratic movement is a defensive mechanism, but is suicidal around highways. Keep mind that roos can jump a dual lane road in one go, so they can go from hiding in the scrub to smashing through your windscreen in less than a second. Or they'll happily bound along the parallel to the road, and the second you try to overtake them they jump into your grill. Locals are on to this and use defensive driving such as slowing down if scrub is near the edge of the road, avoid driving at dusk, not overtaking a roo if there is oncoming traffic, and maintaining constant awareness that collision could occur at any moment and the worst thing you can do if that happens at highway speeds is to attempt to avoid it.

    25. Re:uhuh, long way to go by jezwel · · Score: 1

      'Roos are leaping away from unknown / danger, which at night is their shadow. This is why they leap towards lights and your car.

    26. Re:uhuh, long way to go by RespekMyAthorati · · Score: 1

      Better than a human is good enough for now

      For the research phase, sure. But not for actual deployment.

    27. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      What about kangaroos that deliberately try to kill themselves?

      https://www.youtube.com/watch?v=3kTeoO7IGjc

    28. Re:uhuh, long way to go by OrangeTide · · Score: 1

      ...and just look at how many people were killed by bad machine guns. The car needs to be way better than a human before it's kills are acceptable. I can accept another human making a mistake that I would make. I don't accept a machine making a mistake that I would make. I already find it tough enough to accept a human making a mistake that I wouldn't make.

      I don't agree with your position, and I doubt the legislature of your country will agree with you either. You're certainly free to have your opinions, and refuse to use self-driving vehicles. But I the rest of your community are not likely to put a halt on this because of the concerns you raise, because I believe they are very much a minority concern that doesn't carry much weight philosophically with most people.

      --
      “Common sense is not so common.” — Voltaire
    29. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      But that's not what the system does. They already have an auto brake system to try to stop you if something is in front of the car.

      What *this* system does is that it uses sensors to notify the driver that there is a large animal near the road. And it tries to assess the risk of that animal getting in front of the car. So it basically tries to help the driver notice large animals. This is especially good when they can be found with IR Cameras in the dark.

      How ever Volvo also has a program to develop driverless cars and it's a safe bet that the same technology that today is in an assist system will one day form the basis of the self driving car.

    30. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      You are right, and I can't emphasize this enough, but kangaroos are extremely erratic near roadways. I've seen them bounce away from a road and then turn back at the last minute and bounce right back in front of the car from the side. Heck, I once had a deranged kangaroo bounce into the *back* of my car once while I was crawling along a country road trying not to hit anything. They're fucking crazy animals.

      Dodging roos is practically impossible for human drivers, I don't see how a self driving car with all the additional uncertainty from the sensor data can possibly hope to do better. The only safe option is to slow the car to a crawl/stop whenever a kangaroo is seen within 10-20m of the roadside...which is not conducive to getting anywhere in Oz, the little bastards are everywhere.

    31. Re:uhuh, long way to go by mjwx · · Score: 1

      With the right algorithms, the car should be much better than a human at detecting animals at night, and respond much quicker too.

      Also much better at false positives as we're finding out. Many of these vehicles are unnecessarily slamming on the brakes over nothing. Not only is this dangerous, it's also expensive with increased congestion (and bad for the environment).

      The car should be dramatically better at this than a human

      Better than a human is good enough for now.

      But they aren't. Computers are reactive, humans are predictive. A good driver avoids dangers before they happen. The only reason Google's autonomous car has been successful is because the human driver is predicting issues. Left to it's own devices it drove right in front of a bus.

      Autonomous cars as you imagine them will not be a thing for some time now. Proponents of autonomous cars are counting on technology that doesn't exist at the moment and may not exist or be good enough for use within our life times. This technology does not simply need to be "better than a human", it needs to be so safe it can be given, with confidence, to the dumbest and riskiest humans imaginable. Sorry if this bursts some bubbles.

      --
      Calling someone a "hater" only means you can not rationally rebut their argument.
    32. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      Unlike many Slashdotter's suggest, there is no self driving. Only cars following rules that are too rigid for real world use.

      As opposed to humans, of course, who have perfectly flexible and adaptable rules, and therefore are never at fault for any accident ever.

    33. Re:uhuh, long way to go by drinkypoo · · Score: 1

      It's not about depth perception.

      Well, no. And also no. TFA explicitly says that the problem is not that the car doesn't have time to react, but that the car is having trouble identifying the roo as not being a bird, and thus is making incorrect assumptions about how it will move.

      It's about a second per hop for roos, so this takes place very quickly, well inside the illuminated area that your headlights project.

      So what you're saying is that it's well within sensor range? And so they have absolutely no excuse for not detecting it? Right-o!

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    34. Re:uhuh, long way to go by drinkypoo · · Score: 1

      I would not want my self-driving car to take corrective action if it were about to hit a flock of birds. That would more likely than not cause an accident. Birds have flown across the road at low levels in front of my car all the time, and I have never slowed down or swerved, and I have never hit one.

      Well, birds do the same thing with me, and I have hit them on occasion. And I have had to brake to avoid hitting them. And I have been able to do that fast enough to make a difference sometimes, and not other times.

      Your lack of experience does not constitute proof of a negative. Thanks for playing, though.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    35. Re:uhuh, long way to go by ColaMan · · Score: 1

      Sensor range isn't headlight range.

      Time to identify an object emerging from the undergrowth 20 metres away with a varying trajectory is minimal at 100km/hr. It's less than a second. Coupled with kangaroos typical behaviours - like running parallel to the road for a bit as you approach before jumping across in front of you - well, it's going to be tough to do with software.

      Roo running alongside the road which is an immediate threat? Or person on a bike, which will maintain speed and position as you pass? Hard to figure that out in a couple of seconds unless you're doing full-on machine vision.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    36. Re:uhuh, long way to go by drinkypoo · · Score: 1

      Sensor range isn't headlight range.

      What? Of course it is, at least, some of the sensors can clearly see at least as far as the headlights, not least because they are using a camera in the visible spectrum. Talk sense.

      Time to identify an object emerging from the undergrowth 20 metres away with a varying trajectory is minimal at 100km/hr. It's less than a second.

      No, I don't give half a squashed shit what it is. If it is looking like it's about to get in front of the car, stop. It doesn't matter if it's a plastic bag that might clog my air intakes, or a roo that might destroy the front of my vehicle, I want to avoid hitting it either way.

      Roo running alongside the road which is an immediate threat? Or person on a bike, which will maintain speed and position as you pass?

      No, bullshit. A person on a bike doesn't emerge from the undergrowth at umpty-ump miles per hour, and if they do, you want to give them some extra space anyway because they might fall off their bike and go under your wheels. It's completely irrelevant what an erratically moving object is, you want to avoid it. Also, you're changing the parameters again. You started with a mystery object well off the road suddenly charging for the road, and then compared that with a cyclist, which doesn't make sudden mystery moves which are anything like that. Make up your mind!

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    37. Re:uhuh, long way to go by brantondaveperson · · Score: 1

      But these are all software problems, and we humans have gotten pretty good at that.

      That hasn't been my observation of human's track record with creating software at all. Humans are great at hardware problems, but to this day humans are manifestly terrible at creating software.

    38. Re:uhuh, long way to go by Anonymous Coward · · Score: 0

      My god, but you're a fucking idiot.

    39. Re:uhuh, long way to go by gwjgwj · · Score: 1

      Eats, shoots and leaves.

    40. Re:uhuh, long way to go by LordWabbit2 · · Score: 1

      My brother was working on the road trains in the outbacks (he had just immigrated) and the first kangaroo he saw the truck ran over it.
      Didn't even stop, the trucks have these huge bull bars on them, they are designed to hit kangaroo's and keep going.
      If you don't know what a road train is (I didn't) Road Trains

      --
      There are three kinds of falsehood: the first is a 'fib,' the second is a downright lie, and the third is statistics.
  6. under the EULA we are not at fault just be lucky by Joe_Dragon · · Score: 1

    under the EULA we are not at fault just be lucky that it was not kid / baby as under the EULA we do not need to do any think to help you in court or wave the NDA so we can give out log's / source code / etc to your legal team.

  7. Not Many Roos in Pakistan by Anonymous Coward · · Score: 0

    Or wherever they make those boxes on wheels.

  8. Note to self by Valley+Redneck · · Score: 1

    Avoid Volvo driverless cars in Australia, around zoos with bad security.

    1. Re:Note to self by Anonymous Coward · · Score: 1

      You do know they have kangaroos in the wild in Australia, don't you? They aren't just in zoos.

  9. No! by Anonymous Coward · · Score: 0

    The car AI is right! It is the animals that are wrong!

  10. To be fair... by Xenolith0 · · Score: 1

    I'm confused by kangaroos too.

  11. The obvious solution is... by Nutria · · Score: 2

    to kill all kangaroos.

    (If I were Bender Bending RodrÃguez, the obvious solution would be to kill all humans, but since I'm not Bender Bending RodrÃguez, that's not the solution.)

    --
    "I don't know, therefore Aliens" Wafflebox1
  12. Imagine them getting attacked by Drop Bears... by cant_get_a_good_nick · · Score: 1

    then they'll really be hurtin'

  13. Backwards Automation by Anonymous Coward · · Score: 0

    They should have outfitted the kangaroos with electronics to avoid the automobiles. Besides riding in a kangaroo's pouch is way more comfortable than a Volvo..

    1. Re:Backwards Automation by Thud457 · · Score: 1

      No.
      Obviously they should arm the kangaroos with stinger missiles.

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    2. Re:Backwards Automation by Anonymous Coward · · Score: 0

      Would you just arm the roos, or also provide them with training? Maybe put them through the, um, SEAL program?

  14. They confuse me too. by gurps_npc · · Score: 2

    What's with the boxing? Who the hell taught them to fight like men? WHY?

    And marsupials are just flip-floppers. Birth but still inside the mother's pouch? Come on out already. Are they going for a second birthday?

    --
    excitingthingstodo.blogspot.com
    1. Re:They confuse me too. by ghoul · · Score: 1

      Marsupials Millenials. Whats it with Mxxxilas never wanting to leave the mother's basement/pouch

      --
      **Life is too short to be serious**
  15. The real problem of the 'self driving car': by Anonymous Coward · · Score: 2, Insightful

    The real problem is the 'so-called' 'AI' is not a real 'AI' (and I and many others wish they'd stop referring to it as such). It only half-assed recognizes things based on what it's 'trained' to recognize. A human being, seeing some animal they've never seen before in their life but that is crossing the road, is going to swerve or stop anyway because the human brain is actually intelligent. These 'deep learning algorithms' are not even as smart as a dog brain. I think the entire approach is doomed; it shows enough promise to get investors to give them money, but it'll never be as good as a human driver because it's not really 'intelligent'.

    1. Re:The real problem of the 'self driving car': by Anonymous Coward · · Score: 0

      A fruit fly has more intelligence. We have been running AI programs in academia for the last 50 years and have not come anywhere close to the brain power of an animal that has a life span of 45 days.

    2. Re:The real problem of the 'self driving car': by Anonymous Coward · · Score: 0

      Driving is simply a task. Like chess, computers will inevitably be better at it than human drivers. It doesn't need to know how to eat or reproduce to accomplish this task.

      I'd actually be very interested in your definition of intelligent if you thing fruit flies are.

    3. Re:The real problem of the 'self driving car': by Anonymous Coward · · Score: 0

      Hm, and how good will your AI do in chess game without rules? In a game, where you can in your first move remove the queen?

  16. With your amazing social interaction skills by presidenteloco · · Score: 1

    I would like to invite you to be a valuable and ongoing member of our technology development team. Also, I would like to subscribe to your newsletter.

    --

    Where are we going and why are we in a handbasket?
    1. Re:With your amazing social interaction skills by Anonymous Coward · · Score: 0

      Is this the new slashdot? Being amazed (and annoyed) on people who reads TFA?

    2. Re:With your amazing social interaction skills by Anonymous Coward · · Score: 0

      No, it's the same old Slashdot where unhinged lunatics scream with rage at other commenters and then get modded down and/or made fun of.

  17. Not the first time. by Anonymous Coward · · Score: 0

    http://www.snopes.com/humor/nonsense/kangaroo.asp

    An oldie but a goodie.

  18. Comment by WallyL · · Score: 1

    Wait, so everything Down Under is out to kill you, and now they've developed stealth technology?! We're doomed!

  19. To be fair by Anonymous Coward · · Score: 0

    To be fair, kangaroos can be a bit confusing. I wonder how those cars feel about platypuses. That must be quite a shock.

  20. Volvo Cars by Anonymous Coward · · Score: 0

    Volvo Cars are not Swedish they are a Chinese company

  21. Kind of makes me wonder by Anonymous Coward · · Score: 0

    Kind of makes me wonder what other common everyday occurrences their systems have difficulty detecting, that the designers aren't even aware of, nor would have ever suspected to test for.

    No thanks. I'm looking forward to never having to set foot in one of those death traps.

    1. Re:Kind of makes me wonder by Anonymous Coward · · Score: 0

      Pedestrian here. I see how people drive and want everyone to switch over to self-driving cars as soon as possible.
      There are plenty of things that human drivers have difficulty detecting that they aren't even aware of, nor suspect to look for.
      And those are the skilled drivers.
      Then we have aggressive dumbfucks that intentionally takes risks with other peoples lives.
      On top of that we have a group of drivers that are too busy surfing on their phones that they don't even bother looking up.

      If their main problem right now is that their cars can get confused by kangaroos then we need to get those cars out on the street as soon as possible because the human drivers we have now gets confused by straight roads and regular intersections.

    2. Re:Kind of makes me wonder by Anonymous Coward · · Score: 0

      That's fine, so long as you realize that you will never be able to push one on me (not that I have to worry to much about it, because we can't hope for full autonomy in our lifetime, only driver-assist.)

      I trust my own judgement. Not some dopey computer programmer's, who is working for a crooked corporation that will try to weasel out of a lawsuit when their product fails.

      I'll maintain control, thank you.

  22. Not only them by nospam007 · · Score: 1

    I'm confused as well.

    Personally I can't do such leaps with an empty purse.

  23. Close up wallaby by Hognoxious · · Score: 1

    Close up wallaby, or distant kangaroo?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  24. kangaroos can be deadly. by Anonymous Coward · · Score: 1

    You'll be driving on a highway at night, a roo will all of a sudden land in the middle of the road and if they dont stop to look at your headlights they'll be gone in one jump. If you happen to hit that roo, imagine hitting a tree at highway speeds, thats the kind of damage you can expect. The best course of action is to stear around behind the roo or stop if either of those is at all possible without killing yourself, and thats how roos are deadly.

  25. Animals by fluffernutter · · Score: 1

    If they can't detect kangaroo, how the heck do they detect rabbits and birds or anything smaller? Or do animals lives only count when they might damage the precious humans?

    --
    Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
  26. Note to self... by hyades1 · · Score: 1

    Stop riding pogo stick to work.

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
  27. Do the kangaroos have rocket launchers? by Anonymous Coward · · Score: 0

    http://www.snopes.com/humor/nonsense/kangaroo.asp [snopes.com]

  28. Wombats are more dangerous by Anonymous Coward · · Score: 0

    Wombats are far more dangerous than kangaroos. Hitting a wombat at high speed, it will probably rip both your axles and transmission shaft right off, and take your fuel tank with it, probably causing an explosion. The wombat will almost certainly survive the encounter and waddle off to its next meal of roots, shoots and leaves.

  29. Seriously... driverless vehicles shouldn't exist! by squash_me_quickly · · Score: 1

    There should in every street vehicle be a person why is responsible/liable the operation of the vehicle.
    There should be "driver assistance vehicles" where the driver gets...
    - collision detection... warns the driver of obstacles, and possible can apply brakes
    - lane change detection... if one crosses lanes without indicating one is "suspected" of not being alert
    - blink rate detection... this should warn the driver that they are getting tired, and give the driver a short time to find a save place to park
    - male hormone detection... prevents the car from driving more that 60mph
    - a "screen light detector"... a camera which point towards the driver and shuts the engine off if it detect a phone/tablet/etc.


    This should all be mandatory by 2025.

  30. Australian here by mjwx · · Score: 1

    I expect that Volvo did most of the training with animals they find on the road in Sweden. The White Tailed Deer lives in North America.

    But Moose live in Sweden. Moose are much larger than deer, but share the same basic body type (large body on relatively long and thin legs). Special caution needs to be taken with moose, since their eyes don't glow in the dark, and they have tendencies to bite. In fact, a moose once bit my sister.

    You see, moose or deer are not analagous to Kangaroos. Kangaroos are as fast as deer, as heavy as moose, as tall as a basketballer and not fucking afraid. Also they jump. Because they have a high centre of gravity, if you hit them they go over the bonnet, through the windscreen and into the occupants in quite a way that a deer or moose does not.

    --
    Calling someone a "hater" only means you can not rationally rebut their argument.
    1. Re:Australian here by Anonymous Coward · · Score: 0

      You see, moose or deer are not analagous to Kangaroos. Kangaroos are as fast as deer, as heavy as moose, as tall as a basketballer and not fucking afraid. Also they jump. Because they have a high centre of gravity, if you hit them they go over the bonnet, through the windscreen and into the occupants in quite a way that a deer or moose does not.

      Did someone mutate your kangaroos? Moose can get up to 1500 lbs. Kangaroos, meanwhile, only get up to 200 lbs.