paper-with-me

Papers

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, Anirban Roy, Xiao Lin, Ajay Divakaran, Susmit Jha

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 Answering task. Their dual-key backdoor trigger is split across two modalities (image and text), such that the backdoor is activated if and only if the trigger is present in both modalities. We propose TIJO that defends against dual-key attacks through a joint optimization that reverse-engineers the trigger in both the image and text modalities. This joint optimization is challenging in multimodal models due to the disconnected nature of the visual pipeline which consists of an offline feature extractor, whose output is then fused with the text using a fusion module. The key insight enabling the joint optimization in TIJO is that the trigger inversion needs to be carried out in the object detection box feature space as opposed to the pixel space. We demonstrate the effectiveness of our method on the TrojVQA benchmark, where TIJO improves upon the state-of-the-art unimodal methods from an AUC of 0.6 to 0.92 on multimodal dual-key backdoors. Furthermore, our method also improves upon the unimodal baselines on unimodal backdoors. We present ablation studies and qualitative results to provide insights into our algorithm such as the critical importance of overlaying the inverted feature triggers on all visual features during trigger inversion. The prototype implementation of TIJO is available at https://github.com/SRI-CSL/TIJO.

📄 PDF Abstract BibTeX arXiv:2308.03906

Code (0)

등록된 구현이 없습니다.

Tasks

backdoor defenseobject-detectionObject DetectionQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

UnGANable: Defending Against GAN-based Face Manipulation

2022-10-03 · Zheng Li, Ning Yu, Ahmed Salem, Michael Backes 외

Deepfakes pose severe threats of visual misinformation to our society. One representative deepfake application is face manipulation that modifies a victim's facial attributes in an image, e.g., changing her age or hair c…

Face SwappingMisinformation

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 …

Django: Detecting Trojans in Object Detection Models via Gaussian Focus Calibration

2023-09-21 · NeurIPS 2023 11

Object detection models are vulnerable to backdoor or trojan attacks, where an attacker can inject malicious triggers into the model, leading to altered behavior during inference. As a defense mechanism, trigger inversio…

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…

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 effe…

Backdoor Attack