CRLGJun 12, 2023

When Vision Fails: Text Attacks Against ViT and OCR

DeepMind
arXiv:2306.07033v26 citationsh-index: 31
Originality Highly original
AI Analysis

This work exposes a critical security flaw in visual defenses for text models, impacting real-world systems from companies like Meta and Google.

The authors tackled the vulnerability of text-based machine learning models to Unicode-based adversarial attacks by demonstrating that optical character recognition (OCR) defenses fail, using a genetic algorithm to generate visual adversarial examples that reduce OCR accuracy and fool production models from major companies.

Text-based machine learning models are vulnerable to an emerging class of Unicode-based adversarial examples capable of tricking a model into misreading text with potentially disastrous effects. The primary existing defense against these attacks is to preprocess potentially malicious text inputs using optical character recognition (OCR). In theory, OCR models will ignore any malicious Unicode characters and will extract the visually correct input to be fed to the model. In this work, we show that these visual defenses fail to prevent this type of attack. We use a genetic algorithm to generate visual adversarial examples (i.e., OCR outputs) in a black-box setting, demonstrating a highly effective novel attack that substantially reduces the accuracy of OCR and other visual models. Specifically, we use the Unicode functionality of combining characters (e.g., ñ which combines the characters n and ~) to manipulate text inputs so that small visual perturbations appear when the text is displayed. We demonstrate the effectiveness of these attacks in the real world by creating adversarial examples against production models published by Meta, Microsoft, IBM, and Google. We additionally conduct a user study to establish that the model-fooling adversarial examples do not affect human comprehension of the text, showing that language models are uniquely vulnerable to this type of text attack.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes