Slashdot Mirror


Is It Illegal to Trick a Robot? (ssrn.com)

An anonymous reader writes: Can you get into trouble under anti-hacking laws for tricking machine learning...? A new paper by security researchers and legal experts asks whether fooling a driverless car into seeing a stop sign as a speed sign, for instance, is the same as hacking into it.
The original submission asks another question -- "Do you have inadequate security if your product is too easy to trick?" But the paper explores the possibility of bad actors who deliberately build a secret blind spot into a learning system, or reconstruct all the private data that was used for training. One of the paper's authors even coded DNA that corrupts gene-sequencing software and takes control of its underlying computer, and the researchers ultimately warn about the dangers of "missing or skewed security incentives" in the status quo.

"Our aim is to introduce the law and policy community within and beyond academia to the ways adversarial machine learning alter the nature of [cracking] and with it the cybersecurity landscape."

7 of 82 comments (clear)

  1. Stop sign by religionofpeas · · Score: 4, Insightful

    Modifying a stop sign with the purpose of fooling a self-driving car is similar to someone tampering with a stop sign to fool human drivers, and can be handled with existing laws.

    1. Re:Stop sign by michelcolman · · Score: 2

      Obligatory xkcd

      "Those things would also work on human drivers. What's stopping people now?

    2. Re: Stop sign by javaman235 · · Score: 3, Interesting

      AIs can be tricked with things way different than what would fool human mind:

      https://www.google.com/amp/s/w...

      --
      -The art of programming is the pursuit of absolute simplicity.
    3. Re:Stop sign by currently_awake · · Score: 2

      Attempts to teach a computer to spot military vehicles resulted in flagging all "Rainy" pictures as containing military vehicles, because all the learning photos had that. If you inserted a small christmas tree near every stop sign used to train the robot car, it might not recognize stop signs without one. That is not the same as disguising a stop sign, and probably not illegal under current law.

  2. How far does the biology analogy really go? by DRJlaw · · Score: 3, Informative

    The answer is probably going to depend upon one word:

    Computer Fraud and Abuse Act (18 USC 1030):
    (a) Whoever--
    (5)
    (A) knowingly causes the transmission of a program, information, code, or command, and as a result of such conduct, intentionally causes damage without authorization, to a protected computer;

    Can you convince judges that "cause the transmission" should only mean active electronic transmission, or can prosecutors convince judges that "cause the transmission" should have the same epidemiological sense as causing the transmission of a virus, worm, etc, regardless of means.

  3. Not a security issue by tomhath · · Score: 2

    Is cutting the brake lines on a car a security issue? Of course not. But it is a crime.

  4. Re: Is it illegal trick a neural net? by javaman235 · · Score: 3, Interesting

    Exactly. Just saw this article on advertisers and behavior control. It cited how people respond to the smell of disinfectant by keeping a room cleaner, cited it as a sort of mental weakness. Of course non-sociopathic people, on smelling disinfectant, will take it as a sign someone really wants the room clean, and thus keep it clean as a courtesy and possible medical safety thing...But advertisers see this sort of thing as a behavioral switch, and would feel free to place disinfectant smells in a businesses just to get that behavior. The whole mode of thinking behind advertising is the kind of manipulation that could lead AI astray.

    --
    -The art of programming is the pursuit of absolute simplicity.