paper-with-me

Papers

UNICORN: A Unified Backdoor Trigger Inversion Framework

2023-04-05 · Zhenting Wang, Kai Mei, Juan Zhai, Shiqing Ma

The backdoor attack, where the adversary uses inputs stamped with triggers (e.g., a patch) to activate pre-planted malicious behaviors, is a severe threat to Deep Neural Network (DNN) models. Trigger inversion is an effective way of identifying backdoor models and understanding embedded adversarial behaviors. A challenge of trigger inversion is that there are many ways of constructing the trigger. Existing methods cannot generalize to various types of triggers by making certain assumptions or attack-specific constraints. The fundamental reason is that existing work does not consider the trigger's design space in their formulation of the inversion problem. This work formally defines and analyzes the triggers injected in different spaces and the inversion problem. Then, it proposes a unified framework to invert backdoor triggers based on the formalization of triggers and the identified inner behaviors of backdoor models from our analysis. Our prototype UNICORN is general and effective in inverting backdoor triggers in DNNs. The code can be found at https://github.com/RU-System-Software-and-Security/UNICORN.

📄 PDF Abstract BibTeX arXiv:2304.02786

Code (1)

ru-system-software-and-security/unicorn 공식 구현 pytorch

Tasks

Backdoor Attack

Similar Papers 제목 키워드 기반

A Dual-Purpose Framework for Backdoor Defense and Backdoor Amplification in Diffusion Models

2025-02-26 · Vu Tuan Truong, Long Bao Le

Diffusion models have emerged as state-of-the-art generative frameworks, excelling in producing high-quality multi-modal samples. However, recent studies have revealed their vulnerability to backdoor attacks, where backd…

Backdoor Attackbackdoor defenseDenoising

Gradient Shaping: Enhancing Backdoor Attack Against Reverse Engineering

2023-01-29 · Rui Zhu, Di Tang, Siyuan Tang, Guanhong Tao 외

Most existing methods to detect backdoored machine learning (ML) models take one of the two approaches: trigger inversion (aka. reverse engineer) and weight analysis (aka. model diagnosis). In particular, the gradient-ba…

Backdoor Attack

TIJO: Trigger Inversion with Joint Optimization for Defending Multimodal Backdoored Models

2023-08-07 · ICCV 2023 1 · Indranil Sur, Karan Sikka, Matthew Walmer, Kaushik Koneripalli 외

We present a Multimodal Backdoor Defense technique TIJO (Trigger Inversion using Joint Optimization). Recent work arXiv:2112.07668 has demonstrated successful backdoor attacks on multimodal models for the Visual Question…

backdoor defenseobject-detectionObject DetectionQuestion Answering+1

CSO-LLM: Class Subspace Orthogonalization for Post-Training Backdoor Detection and Trigger Inversion in LLMs

2026-06-30 · Zhengxing Li, David J. Miller, Guangmingmei Yang, George Kesidis arxiv

While post-training backdoor detection and trigger inversion schemes have been developed for AIs used e.g. for images, there is a paucity of such methods for LLMs. First, the LLM input space is discrete, with up to 150,0…

Better Trigger Inversion Optimization in Backdoor Scanning

2022-01-01 · CVPR 2022 1 · Guanhong Tao, Guangyu Shen, Yingqi Liu, Shengwei An 외

Backdoor attacks aim to cause misclassification of a subject model by stamping a trigger to inputs. Backdoors could be injected through malicious training and naturally exist. Deriving backdoor trigger for a subject …