Skip to content

Source code for ICLR 2018 Paper: Active Learning for Convolutional Neural Networks: A Core-Set Approach

License

Notifications You must be signed in to change notification settings

pq7799/active_learning_coreset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Active Learning via Core-Sets

Source code for ICLR 2018 Paper: Active Learning for Convolutional Neural Networks: A Core-Set Approach

Main Organization of the Code

  • additional_baselines:
    • This folder includes baselines as well as pytorch implementation of the CIFAR-10 VGG network training code.
  • coreset
    • This folder includes the discrete optimization code which given feature emeddings, solves for core-sets. Its output chosen ids which is further used by learning code.

Training

Greedy Solver

Reference

If you find the code useful, please cite the following papers:

Active Learning for Convolutional Neural Networks: A Core-Set Approach. O. Sener, S. Savarese. International Conference on Learning Representations (ICLR), 2018. ()

@inproceedings{sener2018active,
    title={Active Learning for Convolutional Neural Networks: A Core-Set Approach},
    author={Ozan Sener and Silvio Savarese},
    booktitle={International Conference on Learning Representations},
    year={2018},
    url={https://openreview.net/forum?id=H1aIuk-RW},
}

About

Source code for ICLR 2018 Paper: Active Learning for Convolutional Neural Networks: A Core-Set Approach

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%