Coder Social home page Coder Social logo

wuhanstudio / adversarial-detection Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 2.0 20.35 MB

Adversarial Detection v.s. Object Detection.

Home Page: https://detection.wuhanstudio.uk

Python 2.40% HTML 0.19% JavaScript 0.28% CSS 0.10% Jupyter Notebook 97.03%
adversarial-detection object-detection adversarial-attacks yolov3 yolov4

adversarial-detection's Introduction

Adversarial Detection

Attacking Object Detection Systems in Real Time

[ Talk ] [ Video ] [ Code ] [ Paper ]

Overview

Generating adversarial patch is as easy as drag and drop.

Quick Start

You may use anaconda or miniconda.

$ git clone https://github.com/wuhanstudio/adversarial-detection
$ cd adversarial-detection

$ # CPU
$ conda env create -f environment.yml
$ conda activate adversarial-detection

$ # GPU
$ conda env create -f environment_gpu.yml
$ conda activate adversarial-gpu-detection

# Pre-trained models are available here
# https://github.com/wuhanstudio/adversarial-detection/releases

$ python detect.py --model model/yolov3-tiny.h5 --class_name coco_classes.txt

The web page will be available at: http://localhost:9090/

That's it!

Adversarial ROS Detection

We also tested our attacks in ROS Gazebo simulator.

https://github.com/wuhanstudio/adversarial-ros-detection

Citation

@INPROCEEDINGS{han2023detection,
  author={Wu, Han and Yunas, Syed and Rowlands, Sareh and Ruan, Wenjie and Wahlström, Johan},
  booktitle={2023 IEEE Intelligent Vehicles Symposium (IV)}, 
  title={Adversarial Detection: Attacking Object Detection in Real Time}, 
  year={2023},
  volume={},
  number={},
  pages={1-7},
  doi={10.1109/IV55152.2023.10186608}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.