English

Patronus: Identifying and Mitigating Transferable Backdoors in Pre-trained Language Models

Cryptography and Security 2025-12-09 v1

Abstract

Transferable backdoors pose a severe threat to the Pre-trained Language Models (PLMs) supply chain, yet defensive research remains nascent, primarily relying on detecting anomalies in the output feature space. We identify a critical flaw that fine-tuning on downstream tasks inevitably modifies model parameters, shifting the output distribution and rendering pre-computed defense ineffective. To address this, we propose Patronus, a novel framework that use input-side invariance of triggers against parameter shifts. To overcome the convergence challenges of discrete text optimization, Patronus introduces a multi-trigger contrastive search algorithm that effectively bridges gradient-based optimization with contrastive learning objectives. Furthermore, we employ a dual-stage mitigation strategy combining real-time input monitoring with model purification via adversarial training. Extensive experiments across 15 PLMs and 10 tasks demonstrate that Patronus achieves 98.7%\geq98.7\% backdoor detection recall and reduce attack success rates to clean settings, significantly outperforming all state-of-the-art baselines in all settings. Code is available at https://github.com/zth855/Patronus.

Keywords

Cite

@article{arxiv.2512.06899,
  title  = {Patronus: Identifying and Mitigating Transferable Backdoors in Pre-trained Language Models},
  author = {Tianhang Zhao and Wei Du and Haodong Zhao and Sufeng Duan and Gongshen Liu},
  journal= {arXiv preprint arXiv:2512.06899},
  year   = {2025}
}

Comments

Work in progress

R2 v1 2026-07-01T08:13:47.144Z