DeDe: Detecting Backdoor Samples for SSL Encoders via Decoders
Sizai Hou, Songze Li, Duanyi Yao
TL;DR
The paper addresses the vulnerability of self-supervised learning (SSL) encoders to backdoor attacks that map triggered inputs to target embeddings. It introduces DeDe, a decoder-based detector that learns an inverse mapping of the encoder by jointly training a patch encoder and a decoder on an auxiliary dataset, and signals backdoor activation via reconstruction errors, without requiring clean training data. DeDe shows robust detection across contrastive learning and CLIP settings against a range of stealthy and patch-like attacks, outperforming existing defenses such as DECREE and ASSET. The approach is non-invasive, data-agnostic, and effective at inference time, offering practical protection for downstream tasks relying on SSL encoders.
Abstract
Self-supervised learning (SSL) is pervasively exploited in training high-quality upstream encoders with a large amount of unlabeled data. However, it is found to be susceptible to backdoor attacks merely via polluting a small portion of training data. The victim encoders associate triggered inputs with target embeddings, e.g., mapping a triggered cat image to an airplane embedding, such that the downstream tasks inherit unintended behaviors when the trigger is activated. Emerging backdoor attacks have shown great threats across different SSL paradigms such as contrastive learning and CLIP, yet limited research is devoted to defending against such attacks, and existing defenses fall short in detecting advanced stealthy backdoors. To address the limitations, we propose a novel detection mechanism, DeDe, which detects the activation of backdoor mappings caused by triggered inputs on victim encoders. Specifically, DeDe trains a decoder for any given SSL encoder using an auxiliary dataset (which can be out-of-distribution or even slightly poisoned), so that for any triggered input that misleads the encoder into the target embedding, the decoder generates an output image significantly different from the input. DeDe leverages the discrepancy between the input and the decoded output to identify potential backdoor misbehavior during inference. We empirically evaluate DeDe on both contrastive learning and CLIP models against various types of backdoor attacks. Our results demonstrate promising detection effectiveness over various advanced attacks and superior performance compared over state-of-the-art detection methods.
