Giter VIP home page Giter VIP logo

videoat's People

Contributors

kaleab-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

videoat's Issues

Adversarial training procedure

Hi @kaleab-k ,
The paper mentions that the results are based on ResNext101 architecture for the UCF101 dataset. For benign training of 3D convs on smaller datasets such as UCF101, the general idea is to first train it on a larger dataset such as Kinetics400 and then fine-tune the model on UCF101 by freezing initial conv layers. How the model was adversarially trained is not clear from the paper. Can you please elaborate if one of the following is true?

  1. Start with weights from the Kinetics400 dataset, freeze some layers, and then adversarially train ResNext101 for the presented accuracies in the paper
  2. Adversarially train ResNext101 from scratch on UCF101 (i didn't achieve the accuracies presented in the paper with this)
  3. Any other procedure

About the loss function of the Discriminater

Line 173 in traning.py is y_real = D(adv_inputs).squeeze(),but according to the description in the paper it should bey_real = D(inputs).squeeze().
Is there somethong wrong with code?

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.