English

Mask and Restore: Blind Backdoor Defense at Test Time with Masked Autoencoder

Machine Learning 2025-08-20 v3 Computer Vision and Pattern Recognition

Abstract

Deep neural networks are vulnerable to backdoor attacks, where an adversary manipulates the model behavior through overlaying images with special triggers. Existing backdoor defense methods often require accessing a few validation data and model parameters, which is impractical in many real-world applications, e.g., when the model is provided as a cloud service. In this paper, we address the practical task of blind backdoor defense at test time, in particular for local attacks and black-box models. The true label of every test image needs to be recovered on the fly from a suspicious model regardless of image benignity. We consider test-time image purification that incapacitates local triggers while keeping semantic contents intact. Due to diverse trigger patterns and sizes, the heuristic trigger search can be unscalable. We circumvent such barrier by leveraging the strong reconstruction power of generative models, and propose Blind Defense with Masked AutoEncoder (BDMAE). BDMAE detects possible local triggers using image structural similarity and label consistency between the test image and MAE restorations. The detection results are then refined by considering trigger topology. Finally, we fuse MAE restorations adaptively into a purified image for making prediction. Extensive experiments under different backdoor settings validate its effectiveness and generalizability.

Keywords

Cite

@article{arxiv.2303.15564,
  title  = {Mask and Restore: Blind Backdoor Defense at Test Time with Masked Autoencoder},
  author = {Tao Sun and Lu Pang and Weimin Lyu and Chao Chen and Haibin Ling},
  journal= {arXiv preprint arXiv:2303.15564},
  year   = {2025}
}
R2 v1 2026-06-28T09:36:43.709Z