GithubHelp home page GithubHelp logo

meta-open's People

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

Watchers

 avatar

meta-open's Issues

confused with paper and its corresponding code.

what i get from the paper is
(1) there is a stage-like train procedure
(2) there is a h like meta-model to aux the backbone.
(3) there seems a unseen classes in the test.

what i get from the code is
(1) the loss-function could consists three parts.
i. the few-shot loss-functions, aka, the -Euclidean distance.
ii. the open-set loss-functions, aka, the papers' open-set evaluation algorithm.
iii. the aux part. this part use the fc to evaluation logits. is the fc the paper's h-thing?
(2) the dataloader gather the same-class for few-shot ,open-set and aux types, but different images from the train-set. could it be possible to the unseen classes?

thanks a lot.

How do I train with resnet18

In original setting, the backbone is resnet10. I try to change it to resnet18, so in 'default.yaml', I change the parameter model.structure: 'resnet10' to model.structure: 'resnet18', while other parameters unchanged. But the result I got is much lower than the result in the paper. Is there something wrong with my operation?

OpenMax baseline experimental configuration in Few-shot setting

Hi, thank you for sharing your experimental code.

In the paper, the OpenMax baseline uses the negative of distances like ProtoNet.

But, the lower $\omega$ value in OpenMax indicates the query sample is more likely to be an unknown sample.
Therefore, I think the OpenMax method assumes all elements in the activation vector to be non-negative.
However the logits of ProtoNet are non-positive, which is inconsistent with the assumption.

Also, since there is a single sample for each class in 1-shot cases, it is nearly impossible to fit the Weibull model using supports as stated in the OpenMax paper (e.g. The OpenMax code uses 20 samples for each class to fit the Weibull model).

Due to those problems, I could not reproduce your result on the baselines.

Could you give more detailed information to reproduce your baselines (Openmax & Counterfactual)?

Thank you!

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.