xcatf / BackdoorBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to BackdoorBox (Under Development)

Python 3.8 Pytorch 1.8.0 torchvision 0.9.0 CUDA 11.1 License GPL

BackdoorBox is a Python toolbox for backdoor learning research. Specifically, BackdoorBox contains modules for conducting backdoor attacks and backdoor defenses.

This project is still under development and therefore there is no user manual yet. Please refer to the 'tests' sub-folder to get more insights about how to use our implemented methods.

Current Status

Developed Methods

  • BadNets (Key Properties: poison-only, visible, poison-label, non-optimized, non-semantic, sample-agnostic, digital)
  • Blended Attack (Key Properties: poison-only, invisible, poison-label, non-optimized, non-semantic, sample-agnostic, digital)
  • Refool (simplified version) (Key Properties: poison-only, visible, poison-label, non-optimized, non-semantic, sample-specific, physical)
  • WaNet (Key Properties: poison-only, invisible, poison-label, non-optimized, non-semantic, sample-specific, digital)
  • Label-consistent Attack (Key Properties: poison-only, invisible, clean-label, non-optimized, non-semantic, sample-agnostic, digital)
  • Blind Backdoor (blended-based) (Key Properties: training-controlled, invisible, poison-label, non-optimized, non-semantic, sample-agnostic, digital)
  • Input-aware Dynamic Attack (Key Properties: training-controlled, visible, poison-label, optimized, non-semantic, sample-specific, digital)
  • LIRA (Key Properties: training-controlled, invisible, poison-label, optimized, non-semantic, sample-specific, digital)

Methods Under Development

  • TUAP (basic version)
  • Physical Attack
  • ISSBA
  • SleeperAgent

Contributors

Organization Contributors
Tsinghua University Yiming Li, Mengxi Ya, Guanhao Gan, Kuofeng Gao, Xin Yan, Jia Xu, Yang Bai, Linghui Zhu

About

License:GNU General Public License v2.0


Languages

Language:Python 97.7%Language:Jupyter Notebook 2.3%