Git Product home page Git Product logo

knfst's Introduction

COPYRIGHT

This package contains Matlab source code to perform novelty detection with KNFST as described in:

Paul Bodesheim and Alexander Freytag and Erik Rodner and Michael Kemmler and Joachim Denzler: "Kernel Null Space Methods for Novelty Detection". Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2013.

Please cite that paper if you are using this code!

(LGPL) copyright by Paul Bodesheim and Alexander Freytag and Erik Rodner and Michael Kemmler and Joachim Denzler

CONTENT

calculateKNFST.m learn_multiClassNovelty_knfst.m test_multiClassNovelty_knfst.m learn_oneClassNovelty_knfst.m test_oneClassNovelty_knfst.m learn_oneClassNovelty_knfst_artificialClass.m test_oneClassNovelty_knfst_artificialClass.m README.txt
License.txt

USAGE

Multi-class novelty detection:

  • Use the method "learn_multiClassNovelty_knfst" to learn a multi-class KNFST model and the method "test_multiClassNovelty_knfst" to compute novelty scores with the learned model.
  • Please refer to the documentations in those methods for explanations of input and output variables.

One-class classification (recommended strategy):

  • Use the method "learn_oneClassNovelty_knfst" to learn a one-class KNFST model and the method "test_oneClassNovelty_knfst" to compute novelty scores with the learned model.
  • Please refer to the documentations in those methods for explanations of input and output variables.

One-class classification (alternative strategy with artificial class):

  • Use the method "learn_oneClassNovelty_knfst_artificialClass" to learn a one-class KNFST model and the method "test_oneClassNovelty_knfst_artificialClass" to compute novelty scores with the learned model.
  • Please refer to the documentations in those methods for explanations of input and output variables.

knfst's People

Contributors

erodner avatar

Watchers

 avatar  avatar

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.