False Training Information Can Dupe Machine Learning Models

Researchers from Boston University have shown how really small amounts of disinformation can taint the learning process used by many AI programs.

Larry Loeb, Blogger, Informationweek

November 27, 2019

3 Min Read

Researchers from Boston University have recently shown how really small amounts of disinformation can taint the learning process that is used by many "AI" programs.

Panagiota Kiourti, Kacper Wardega, Susmit Jha and Wenchao Li authored the paper that has come out of this effort, "TrojDRL: Trojan Attacks on Deep Reinforcement Learning Agents." The paper examines machine learning (ML) systems that are being trained with "reinforcement learning" and came up with a way to fool them so that a Trojan could be slipped into the result of the training.

Neural nets used in ML have long been known to be sensitive to the effects of any low-quality data used in training them. These so-called "adversarial examples" are slightly perturbed inputs that can cause a neural network for a classification task to classify them as a completely different category compared to the original input.

Disturbingly, these perturbed inputs can appear identical to the original from a human perspective.

Sometimes, ML machines will be trained on third-party data sets. Should an attacker gain access to such a model data set and weaponize it with a backdoor to Trojan, the effects could be immense.

The researchers set out to deliberately introduce malicious adversarial examples that would affect the ML's performance in making classifications. For their research, they used a popular and publicly available reinforcement-learning algorithm from DeepMind, called Asynchronous Advantage Actor-Critic, or A3C.

The attack methods were tested on several Atari games that were set up to function in an environment created for reinforcement-learning research. They were Breakout, Pong, Qbert, Space Invaders, Seaquest and Crazy Climber. The games were used since the researchers could measure the effects of the decision/classification performed by the ML used by them.

The attacks are performed on a machine with an Intel i7-6850K CPU and 4×NvidiaGeForce GTX 1080 Ti GPUs that typically completes one training process every 2.4 hours.

Once they tried to defend against attacks they had recognized, things got head-scratching for them. They found that, "Untargeted attacks are difficult to defend against because untargeted attack triggers induce a distribution over outputs […] an effect that breaks the assumptions of Neural Cleanse. There is no demonstrated defense for partial Trojans, where the trigger only corrupts a subset of the output labels."

If an attack is involved with a system having wide dynamic range in its training, they say a defense "will require entirely new defense techniques as all known defenses rest on the basis of discrete outputs. Furthermore, we claim that previous works promising defenses under Threat Model 2 are not effective on Trojaned DRL agents as large training sets and small amount of poisoned inputs inhibit the proper function of such techniques."

So, they can get ML systems to make major classification errors with these adversarial examples, but they are not sure how to defend against them. It makes sense for them to conclude that, "Our work suggests caution in deploying reinforcement learning in high-security safety-critical applications where the training process is not restricted to a controlled and secure environment."

— Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek.

Read more about:

Security Now

About the Author(s)

Larry Loeb

Blogger, Informationweek

Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek. He has written a book on the Secure Electronic Transaction Internet protocol. His latest book has the commercially obligatory title of Hack Proofing XML. He's been online since uucp "bang" addressing (where the world existed relative to !decvax), serving as editor of the Macintosh Exchange on BIX and the VARBusiness Exchange. His first Mac had 128 KB of memory, which was a big step up from his first 1130, which had 4 KB, as did his first 1401. You can e-mail him at [email protected].

Keep up with the latest cybersecurity threats, newly discovered vulnerabilities, data breach information, and emerging trends. Delivered daily or weekly right to your email inbox.

You May Also Like


More Insights