All Projects → Mrzhouqifei → Dba

Mrzhouqifei / Dba

Detection by Attack: Detecting Adversarial Samples by Undercover Attack

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Dba

a11yjson
A11yJSON: A standard to describe the accessibility of the physical world.
Stars: ✭ 58 (-72.64%)
Mutual labels:  bim
Xbimessentials
A .NET library to work with data in the IFC format. This is the core component of the Xbim Toolkit
Stars: ✭ 277 (+30.66%)
Mutual labels:  bim
Freecad
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker
Stars: ✭ 10,366 (+4789.62%)
Mutual labels:  bim
BCF-js
bcf-js is a BIM Collaboration Format (BCF) reader & parser developed and maintained by Parametricos Ltd.
Stars: ✭ 18 (-91.51%)
Mutual labels:  bim
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (+20.28%)
Mutual labels:  bim
Xeogl
A WebGL-based 3D engine for technical visualization. Not actively maintained.
Stars: ✭ 920 (+333.96%)
Mutual labels:  bim
Nina
A collection of Shorcuts to work faster in Revit.
Stars: ✭ 17 (-91.98%)
Mutual labels:  bim
Ares
A Python library for adversarial machine learning focusing on benchmarking adversarial robustness.
Stars: ✭ 166 (-21.7%)
Mutual labels:  bim
Imodeljs
Monorepo for iModel.js Library
Stars: ✭ 256 (+20.75%)
Mutual labels:  bim
Wl Bim Viewer
用于vue框架的bim三维模型预览插件。Bim 3D model preview plugin for vue framework.
Stars: ✭ 78 (-63.21%)
Mutual labels:  bim
xeokit-metadata
A multi-platform command line tool for extracting the structural hierarchy of the building elements within an IFC into the metadata format of the xeokit-sdk.
Stars: ✭ 20 (-90.57%)
Mutual labels:  bim
CityLite
CityLite is an award-winning and 100% open-source smart-cities concept! Join us in improving our built environment. Developed and maintained by Parametricos Ltd.
Stars: ✭ 31 (-85.38%)
Mutual labels:  bim
Bimserver
The open source BIMserver platform
Stars: ✭ 1,027 (+384.43%)
Mutual labels:  bim
xeokit-react
Integratation of the xeokit viewer into a React application.
Stars: ✭ 27 (-87.26%)
Mutual labels:  bim
Xeokit Bim Viewer
A browser-based BIM viewer, built on the xeokit SDK
Stars: ✭ 99 (-53.3%)
Mutual labels:  bim
IFC4.3.x-development
Repository to collect updates to the IFC4.3 Specification
Stars: ✭ 59 (-72.17%)
Mutual labels:  bim
Xeokit Sdk
Open source JavaScript SDK for viewing high-detail, full-precision 3D BIM and AEC models in the Web browser.
Stars: ✭ 316 (+49.06%)
Mutual labels:  bim
Bim workbench
A BIM Workbench for FreeCAD
Stars: ✭ 197 (-7.08%)
Mutual labels:  bim
Grevit
Grevit - Build your BIM Model in Grasshopper or SketchUp
Stars: ✭ 104 (-50.94%)
Mutual labels:  bim
Bim Core
Bitrix Migration (BIM)
Stars: ✭ 45 (-78.77%)
Mutual labels:  bim

Detection by Attack: Detecting Adversarial Samples by Undercover Attack

Description

This repository includes the source code of the paper "Detection by Attack: Detecting Adversarial Samples by Undercover Attack". Please cite our paper when you use this program! 😍 This paper has been accepted to the conference "European Symposium on Research in Computer Security (ESORICS20)". This paper can be downloaded here.

@inproceedings{zhou2020detection,
  title={Detection by attack: Detecting adversarial samples by undercover attack},
  author={Zhou, Qifei and Zhang, Rong and Wu, Bo and Li, Weiping and Mo, Tong},
  booktitle={European Symposium on Research in Computer Security},
  pages={146--164},
  year={2020},
  organization={Springer}
}

DBA overview

image.png

The pipeline of our framework consists of two steps:

  1. Injecting adversarial samples to train the classification model.
  2. Training a simple multi-layer perceptron (MLP) classifier to judge whether the sample is adversarial.

We take MNIST and CIFAR as examples: the mnist_undercover_train.py and cifar_undercover_train.py refer to the step one; the mnist_DBA.ipynb and cifar_DBA.ipynb refer to the step two.

Report issues

Please let us know if you encounter any problems.

The contact email is [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].