Git Product home page Git Product logo

cvpr21_pass's People

Contributors

impression2805 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cvpr21_pass's Issues

NCM for classification

First of all, thank you for the great code repository. I noticed that you have mentioned in the paper that you are using the nearest class mean (NCM) classifier to classify between the classes. However, I could not locate the NCM classifier within the code. Could you please clarify?

Prototype Augmentation and Semantic Augmentation

It seems that the prototype augmentation is very similar to semantic augmentation. Are there any specific differences in details?

Implicit semantic data augmentation for deep networks. NIPS.

公式问题

请问下论文的公式是不是有点问题?
公式(2)求和下标为n,但没有用到
公式(8)总共的loss,但解释的Lt,ce项基于旋转后的数据作交叉熵,应该是对新数据+旋转数据还是单纯新数据?kD项也只是对旋转后的数据,原来数据没用?但图看起来是都用。

W

Hello , I wonder why the code in train() function writing like this?

target = torch.stack([target * 4 + k for k in range(4)], 1).view(-1)

instead of using this

target = torch.stack([target * k for k in range(4)], 1).view(-1)

Similarity to confirm?

Is PASS similar to the comparison method (ours Gaussian) in the GFR (generative feature replay) work, although SSL is not used in GFR. Many thanks.

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.