Super-Efficient Super Resolution for Fast Adversarial Defense at the Edge
Kartikeya Bhardwaj, Dibakar Gope, James Ward, Paul Whatmough, Danny, Loh

TL;DR
This paper demonstrates that tiny, computationally efficient super resolution models can effectively defend against adversarial attacks on image classifiers, maintaining robustness while significantly reducing computational costs on edge devices.
Contribution
The study introduces SESR, a super resolution model that is much smaller and faster than existing models, yet provides comparable adversarial robustness for edge deployment.
Findings
SESR achieves similar robustness to larger models.
SESR requires 2x to 330x fewer MAC operations.
SESR attains nearly 3x higher FPS on a micro-NPU.
Abstract
Autonomous systems are highly vulnerable to a variety of adversarial attacks on Deep Neural Networks (DNNs). Training-free model-agnostic defenses have recently gained popularity due to their speed, ease of deployment, and ability to work across many DNNs. To this end, a new technique has emerged for mitigating attacks on image classification DNNs, namely, preprocessing adversarial images using super resolution -- upscaling low-quality inputs into high-resolution images. This defense requires running both image classifiers and super resolution models on constrained autonomous systems. However, super resolution incurs a heavy computational cost. Therefore, in this paper, we investigate the following question: Does the robustness of image classifiers suffer if we use tiny super resolution models? To answer this, we first review a recent work called Super-Efficient Super Resolution (SESR)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Integrated Circuits and Semiconductor Failure Analysis · Anomaly Detection Techniques and Applications
