BatchBALD
Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning.
Install / Use
/learn @BlackHC/BatchBALDREADME
BatchBALD
Note: A more modular re-implementation can be found at https://github.com/BlackHC/batchbald_redux.
This is the code drop for our paper BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning.
The code comes as is.
See https://github.com/BlackHC/batchbald_redux and https://blackhc.github.io/batchbald_redux/ for a reimplementation.
ElementAI's Baal framework also supports BatchBALD: https://github.com/ElementAI/baal/.
Please cite us:
@misc{kirsch2019batchbald,
title={BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning},
author={Andreas Kirsch and Joost van Amersfoort and Yarin Gal},
year={2019},
eprint={1906.08158},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
How to run it
Make sure you install all requirements using
conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
pip install -r requirements.txt
and you can start an experiment using:
python src/run_experiment.py --quickquick --num_inference_samples 10 --available_sample_k 40
which starts an experiment on a subset of MNIST with 10 MC dropout samples and acquisition size 40.
Have fun playing around with it!
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
13.8kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
000-main-rules
Project Context - Name: Interactive Developer Portfolio - Stack: Next.js (App Router), TypeScript, React, Tailwind CSS, Three.js - Architecture: Component-driven UI with a strict separation of conce
