Code Monkey home page Code Monkey logo

sequential-gcn-for-active-learning's Introduction

Sequential GCN for Active Learning

Please cite if using the code: Link to paper.

Requirements:

python 3.6+

torch 1.0+

pip libraries: tqdm, sklearn, scipy, math

Run:

For running UncertainGCN on CIFAR-10 over 5 sampling stages of 1000 images:

python main.py -m UncertainGCN -d cifar10 -c 5 # Other available datasets cifar100, fashionmnist, svhn

CoreGCN, the geometric method that uses GCN training, can be run as:

python main.py -m CoreGCN -d cifar10 -c 5 # Other AL methods: Random, VAAL, CoreSet, lloss

Please have a look over the config file before running. Also, check the args of the code. CUDA-GPU implementation, not tested on CPU. Different random seed might produce different results.

Active Learning methods implemented:

Active Learning for Convolutional Neural Networks: A Core-Set Approach: https://arxiv.org/pdf/1708.00489.pdf [CoreSet]

Learning Loss for Active Learning: https://arxiv.org/pdf/1905.03677.pdf [lloss]

Variational Adversial Active Learning: https://arxiv.org/pdf/1904.00370.pdf [VAAL]

Contact

If there are any questions or concerns feel free to send a message at: [email protected]

sequential-gcn-for-active-learning's People

Contributors

razvancaramalau avatar

Watchers

 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.