TopoReformer: Mitigating Adversarial Attacks Using Topological Purification in OCR Models
Bhagyesh Kumar, A S Aravinthakashan, Akshat Satyanarayan, Ishaan Gakhar, Ujjwal Verma
TL;DR
This work introduces TopoReformer, a topology-guided purification pipeline that defends OCR models from adversarial perturbations in a model-agnostic manner. By embedding persistent-homology–based losses into a topology-preserving autoencoder, the method achieves manifold-level robustness without adversarial training, and a Freeze-Flow training scheme with an auxiliary pathway further boosts performance under adaptive attacks. Results on MNIST, EMNIST, and OCR data show substantial gains against classical and adaptive attacks, including FAWA, while preserving or exceeding baseline accuracy on clean inputs. The approach offers a scalable defense that emphasizes global geometric consistency over pixel-level denoising, with practical implications for secure document processing and OCR-enabled systems.
Abstract
Adversarially perturbed images of text can cause sophisticated OCR systems to produce misleading or incorrect transcriptions from seemingly invisible changes to humans. Some of these perturbations even survive physical capture, posing security risks to high-stakes applications such as document processing, license plate recognition, and automated compliance systems. Existing defenses, such as adversarial training, input preprocessing, or post-recognition correction, are often model-specific, computationally expensive, and affect performance on unperturbed inputs while remaining vulnerable to unseen or adaptive attacks. To address these challenges, TopoReformer is introduced, a model-agnostic reformation pipeline that mitigates adversarial perturbations while preserving the structural integrity of text images. Topology studies properties of shapes and spaces that remain unchanged under continuous deformations, focusing on global structures such as connectivity, holes, and loops rather than exact distance. Leveraging these topological features, TopoReformer employs a topological autoencoder to enforce manifold-level consistency in latent space and improve robustness without explicit gradient regularization. The proposed method is benchmarked on EMNIST, MNIST, against standard adversarial attacks (FGSM, PGD, Carlini-Wagner), adaptive attacks (EOT, BDPA), and an OCR-specific watermark attack (FAWA).
