Secure Transfer Learning: Training Clean Models Against Backdoor in (Both) Pre-trained Encoders and Downstream Datasets
Yechao Zhang, Yuxuan Zhou, Tianyu Li, Minghui Li, Shengshan Hu, Wei Luo, Leo Yu Zhang
TL;DR
This paper tackles backdoor risks in transfer learning where both pre-trained encoders and downstream data may be poisoned. It argues that reactive defenses struggle under unknown threat models and introduces a proactive Trusted Core Bootstrapping (T-Core) framework that identifiess trust-worthy data and encoder channels to bootstrap a clean model. T-Core combines seed data sifting via topological invariance, seed expansion with confusion training, selective encoder channel filtering, and progressive bootstrapping learning, and it is shown to outperform numerous baselines across multiple attacks, datasets, and even ViT architectures. The proposed approach delivers practical security improvements for edge TL with modest computational demands, highlighting a shift toward proactive, trust-based defense strategies in backdoor research.
Abstract
Transfer learning from pre-trained encoders has become essential in modern machine learning, enabling efficient model adaptation across diverse tasks. However, this combination of pre-training and downstream adaptation creates an expanded attack surface, exposing models to sophisticated backdoor embeddings at both the encoder and dataset levels--an area often overlooked in prior research. Additionally, the limited computational resources typically available to users of pre-trained encoders constrain the effectiveness of generic backdoor defenses compared to end-to-end training from scratch. In this work, we investigate how to mitigate potential backdoor risks in resource-constrained transfer learning scenarios. Specifically, we conduct an exhaustive analysis of existing defense strategies, revealing that many follow a reactive workflow based on assumptions that do not scale to unknown threats, novel attack types, or different training paradigms. In response, we introduce a proactive mindset focused on identifying clean elements and propose the Trusted Core (T-Core) Bootstrapping framework, which emphasizes the importance of pinpointing trustworthy data and neurons to enhance model security. Our empirical evaluations demonstrate the effectiveness and superiority of T-Core, specifically assessing 5 encoder poisoning attacks, 7 dataset poisoning attacks, and 14 baseline defenses across five benchmark datasets, addressing four scenarios of 3 potential backdoor threats.
