ASlilith / FISVDD

Fast Incremental Support Vector Data Description implemented in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FISVDD

This package contains the implementation of the Fast Incremental Support Vector Data Descrption (FISVDD) method, an algorithm for online training an SVDD model for outlier detection.

The paper was accepted and presented in the AAAI-19 conference.

Demo

Training process: gif Final Result: SAMPLE RESULT

License

There is currently a patent pending that covers the FISVDD method.

For non-commercial or academic use the source code in this package can be distributed and/or modified under the terms of the GNU Lesser General Public License (LGPL) version 3 as published by the Free Software Foundation (http://opensource.org/licenses/lgpl-3.0.html).

For other usage, please contact the authors.

References

If you use this code for your publications, please cite the following paper:

@inproceedings{jiang2019fast,
  title={Fast Incremental SVDD Learning Algorithm with the Gaussian Kernel},
  author={Jiang, Hansi and Wang, Haoyu and Hu, Wenhao and Kakde, Deovrat and Chaudhuri, Arin},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={33},
  pages={3991--3998},
  year={2019}
}

About

Fast Incremental Support Vector Data Description implemented in Python

License:Other


Languages

Language:Python 100.0%