-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdean.jemdoc
8 lines (6 loc) · 949 Bytes
/
dean.jemdoc
1
2
3
4
5
6
7
8
== Noisy Batch Active Learning with Deterministic Annealing
~~~
{}{img_left}{pics/DeAnMain.png}{bci}{750px}{400px}{}{}
~~~
*Abstract:* We study the problem of training machine learning models incrementally with batches of samples annotated with noisy oracles. We select each batch of samples that are important and also diverse via clustering and importance sampling. More importantly, we incorporate model uncertainty into the sampling probability to compensate poor estimation of the importance scores when the training data is too small to build a meaningful model. Experiments on benchmark image classification datasets (MNIST, SVHN, CIFAR10, and EMNIST) show improvement over existing active learning strategies. We introduce an extra denoising layer to deep networks to make active learning robust to label noises and show significant improvements.\n
[https://arxiv.org/abs/1909.12473 \[paper]] [https://github.com/gaurav71531/DeAn \[code]]