GithubHelp home page GithubHelp logo

Comments (4)

kevinlemon avatar kevinlemon commented on July 22, 2024 1

Many thanks !

from osdn.

aadeshnpn avatar aadeshnpn commented on July 22, 2024

Thanks Kevin.

Based on the paper I have implemented the authors report OpenMax performing better than Softmax. My implementation also supports the claim. The paper was from 2014. I heard they have now better methods than Openmax. Take a look at the following page for the researcher

https://www.wjscheirer.com/projects/openset-recognition/

If the code in this repo doesn't work. Let me know.

from osdn.

kevinlemon avatar kevinlemon commented on July 22, 2024

I am sorry for the late reply. However, In the “Softmax.ipynb” the OpenMax behaves actually worse than the softmax.
For example: In MNIST test. The first test image, the actual label is 0, the openmax predicts 9; the third image, the actual label is 7, the openmax predicts 2; the fifth image, the actual label is 0, the openmax predicts 9; whereas the softmax predicts correctly for all the above images.

from osdn.

aadeshnpn avatar aadeshnpn commented on July 22, 2024

Thanks for pointing that out.
Since we are just picking out random 5 images that the openmax just predicted correctly 3 out of 5 samples. But when I ran it through the whole test set, it accuracy was about 95%.
Look at the Chinese dataset example, how openmax correctly classified those characters as unknown where softmax was giving wrong predictions. This was what openmax was designed to do: detect distributions that are not within the range of training distributions.

from osdn.

Related Issues (17)

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.