GithubHelp home page GithubHelp logo

bravolu / ssae Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 32.16 MB

the source code of ACM MM'21 paper "Discriminator-free Generative Adversarial Attack"

Python 9.61% Shell 0.09% Jupyter Notebook 90.30%
acmmm2021 gan

ssae's Introduction

[ACM MM'21] Discriminator-Free Generative Adversarial Attack

Installation

> git clone https://github.com/BravoLu/SSAE.git
> cd SSAE
> pip -r install requirements.txt

Get Started

Demo

Citation

@inproceedings{lu2021s,
  title={Discriminator-Free Generative Adversarial Attack},
  author={Shaohao Lu, Yuqiao Xian, Ke Yan, Yi Hu, Xing Sun, Xiaowei Guo, FeiyueHuang, and Wei-Shi Zheng},
  booktitle={In Proceedings of the 29th ACM International Conference onMultimedia (MM ’21)},
  year={2021}
}

ssae's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ssae's Issues

A question about SSAE structure

sir, I wonder why use deepcopy rather than copy, copy use the same parameters in the three decode layers but deepcopy need relearn parameters which maybe consume more time?

    self.mask_decoder_1 = deepcopy(self.perturb_decoder_1)
    self.mask_decoder_2 = deepcopy(self.perturb_decoder_2)
    self.mask_decoder_3 = nn.Sequential(*end_layers2)

a question about saving pictures after the attack

I saved the pictures after the attack, read them back into CV2, and then calculate the cosine similarity. The effect almost disappeared. Is it because the RGB value is rounded and the information is lost when saving?

the results of an experiment are as follows:
cosine_direct: 0.6383863687515259
cosine_readback: 1.8832021951675415

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.