A curated list of awesome Active Learning

Overview

Awesome Active Learning Awesome

🤩 A curated list of awesome Active Learning ! 🤩

Background

(image source: Settles, Burr)

What is Active Learning?

Active learning is a special case of machine learning in which a learning algorithm can interactively query a oracle (or some other information source) to label new data points with the desired outputs.

(image source: Settles, Burr)

There are situations in which unlabeled data is abundant but manual labeling is expensive. In such a scenario, learning algorithms can actively query the oracle for labels. This type of iterative supervised learning is called active learning. Since the learner chooses the examples, the number of examples to learn a concept can often be much lower than the number required in normal supervised learning. With this approach, there is a risk that the algorithm is overwhelmed by uninformative examples. Recent developments are dedicated to multi-label active learning, hybrid active learning and active learning in a single-pass (on-line) context, combining concepts from the field of machine learning (e.g. conflict and ignorance) with adaptive, incremental learning policies in the field of online machine learning.

(source: Wikipedia)

Contributing

If you find the awesome paper/code/book/tutorial or have some suggestions, please feel free to pull requests or contact [email protected] to add papers using the following Markdown format:

Year | Paper Name | Conference | [Paper](link) | [Code](link) | Tags | Notes |

Thanks for your valuable contribution to the research community. 😃

Table of Contents

Books

Surveys

Papers

Tags

Sur.: survey | Cri.: critics | Pool.: pool-based sampling | Str.: stream-based sampling | Syn.: membership query synthesize | Meta.: meta learning | SSL.: semi-supervised learning | RL.: reinforcement learning | FS.: few-shot learning | SS.: self-supervised |

Before 2017

Year Title Conf Paper Code Tags Notes
1994 Improving Generalization with Active Learning Machine Learning paper
2007 Discriminative Batch Mode Active Learning NIPS paper
2008 Active Learning with Direct Query Construction KDD paper
2008 An Analysis of Active Learning Strategies for Sequence Labeling Tasks EMNLP paper
2008 Hierarchical Sampling for Active Learning ICML paper
2010 Active Instance Sampling via Matrix Partition NIPS paper
2011 Ask Me Better Questions: Active Learning Queries Based on Rule Induction KDD paper
2011 Active Learning from Crowds ICML paper
2011 Bayesian Active Learning for Classification and Preference Learning CoRR paper
2011 Active Learning Using On-line Algorithms KDD paper
2012 Bayesian Optimal Active Search and Surveying ICML paper
2012 Batch Active Learning via Coordinated Matching ICML paper
2013 Active Learning for Multi-Objective Optimization ICML paper
2013 Active Learning for Probabilistic Hypotheses Usingthe Maximum Gibbs Error Criterion NIPS paper
2014 Active Semi-Supervised Learning Using Sampling Theory for Graph Signals KDD paper
2014 Beyond Disagreement-based Agnostic Active Learning NIPS paper
2016 Cost-Effective Active Learning for Deep Image Classification TCSVT paper
2016 Active Image Segmentation Propagation CVPR paper

2017

Title Conf Paper Code Tags Notes
Active Decision Boundary Annotation with Deep Generative Models ICCV paper
Active One-shot Learning CoRR paper code Str. RL. FS.
A Meta-Learning Approach to One-Step Active-Learning [email protected]/ECML paper Pool. Meta.
Generative Adversarial Active Learning arXiv paper Pool. Syn.
Active Learning from Peers NIPS paper
Learning Active Learning from Data NIPS paper code Pool.
Learning Algorithms for Active Learning ICML paper
Deep Bayesian Active Learning with Image Data ICML paper code Pool.

2018

Title Conf Paper Code Tags Notes
The Power of Ensembles for Active Learning in Image Classification CVPR paper
Adversarial Learning for Semi-Supervised Semantic Segmentation BMVC paper code Pool. SSL.
A Variance Maximization Criterion for Active Learning Pattern Recognition paper
Meta-Learning Transferable Active Learning Policies by Deep Reinforcement Learning ICLR-WS paper Pool. Meta. RL.
Active Learning for Convolutional Neural Networks: A Core-Set Approach ICLR paper
Adversarial Active Learning for Sequence Labeling and Generation IJCAI paper
Meta-Learning for Batch Mode Active Learning ICLR-WS paper

2019

Title Conf Paper Code Tags Notes
ViewAL: Active Learning with Viewpoint Entropy for Semantic Segmentation CVPR paper Pool.
Bayesian Generative Active Deep Learning ICML paper code Pool. Semi.
Variational Adversarial Active Learning ICCV paper code Pool. SSL.
Integrating Bayesian and Discriminative Sparse Kernel Machines for Multi-class Active Learning NeurIPS paper
Active Learning via Membership Query Synthesisfor Semi-supervised Sentence Classification CoNLL paper
Discriminative Active Learning arXiv paper
Semantic Redundancies in Image-Classification Datasets: The 10% You Don’t Need arXiv paper
Bayesian Batch Active Learning as Sparse Subset Approximation NIPS paper
Learning Loss for Active Learning CVPR paper code Pool.
Rapid Performance Gain through Active Model Reuse IJCAI paper
Parting with Illusions about Deep Active Learning arXiv paper Cri.
BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning NIPS paper

2020

Title Conf Paper Code Tags Notes
Reinforced active learning for image segmentation ICLR paper code Pool. RL.
[BADGE] Batch Active learning by Diverse Gradient Embeddings ICLR paper code Pool.
Adversarial Sampling for Active Learning WACV paper Pool.
Online Active Learning of Reject Option Classifiers AAAI paper
Deep Active Learning for Biased Datasets via Fisher Kernel Self-Supervision CVPR paper
Deep Reinforcement Active Learning for Medical Image Classification MICCAI paper Pool. RL.
State-Relabeling Adversarial Active Learning CVPR paper code Pool.
Towards Robust and Reproducible Active Learning Using Neural Networks arXiv paper Cri.
Consistency-Based Semi-supervised Active Learning: Towards Minimizing Labeling Cost ECCV paper Pool. SSL.

2021

Title Conf Paper Code Tags Notes
MedSelect: Selective Labeling for Medical Image Classification Combining Meta-Learning with Deep Reinforcement Learning arXiv paper Pool. Meta. RL.
Can Active Learning Preemptively Mitigate Fairness Issues ICLR-RAI paper code Pool. Thinking fairness issues
Sequential Graph Convolutional Network for Active Learning CVPR paper code Pool.
Task-Aware Variational Adversarial Active Learning CVPR paper code Pool.
Effective Evaluation of Deep Active Learning on Image Classification Tasks arXiv paper Cri.
Semi-Supervised Active Learning for Semi-Supervised Models: Exploit Adversarial Examples With Graph-Based Virtual Labels ICCV paper Pool. SSL.
Contrastive Coding for Active Learning under Class Distribution Mismatch ICCV paper code Pool. Defines a good question
Mind Your Outliers! Investigating the Negative Impact of Outliers on Active Learning for Visual Question Answering ACL-IJCNLP paper code Pool. Thinking about outliers
LADA: Look-Ahead Data Acquisition via Augmentation for Active Learning NeurIPS paper Pool.
Multi-Anchor Active Domain Adaptation for Semantic Segmentation ICCV paper code Pool.
Active Learning for Lane Detection: A Knowledge Distillation Approach ICCV paper Pool.
Active Contrastive Learning of Audio-Visual Video Representations ICLR paper code Pool.
Multiple instance active learning for object detection CVPR paper code Pool.
SEAL: Self-supervised Embodied Active Learning using Exploration and 3D Consistency NeurIPS paper Robot exploration
Influence Selection for Active Learning ICCV paper code Pool.
Reducing Label Effort: Self-Supervised meets Active Learning arXiv paper Pool. SS. Cri. A meaningful attempt on the combination of SS & AL

Turtorials

Tools

Owner
BAI Fan
Deep Learning, Active Learning, Robotics, Artificial Intelligence.
BAI Fan
Imagededup - 😎 Finding duplicate images made easy

imagededup is a python package that simplifies the task of finding exact and near duplicates in an image collection.

idealo 4.3k Jan 07, 2023
Ros2-voiceroid2 - ROS2 wrapper package of VOICEROID2

ros2_voiceroid2 ROS2 wrapper package of VOICEROID2 Windows Only Installation Ins

Nkyoku 1 Jan 23, 2022
PyTorch code for the paper "Complementarity is the King: Multi-modal and Multi-grained Hierarchical Semantic Enhancement Network for Cross-modal Retrieval".

Complementarity is the King: Multi-modal and Multi-grained Hierarchical Semantic Enhancement Network for Cross-modal Retrieval (M2HSE) PyTorch code fo

Xinlei-Pei 6 Dec 23, 2022
[CVPR 21] Vectorization and Rasterization: Self-Supervised Learning for Sketch and Handwriting, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2021.

Vectorization and Rasterization: Self-Supervised Learning for Sketch and Handwriting, CVPR 2021. Ayan Kumar Bhunia, Pinaki nath Chowdhury, Yongxin Yan

Ayan Kumar Bhunia 44 Dec 12, 2022
ICLR 2021: Pre-Training for Context Representation in Conversational Semantic Parsing

SCoRe: Pre-Training for Context Representation in Conversational Semantic Parsing This repository contains code for the ICLR 2021 paper "SCoRE: Pre-Tr

Microsoft 28 Oct 02, 2022
PyTorch implementation of Wide Residual Networks with 1-bit weights by McDonnell (ICLR 2018)

1-bit Wide ResNet PyTorch implementation of training 1-bit Wide ResNets from this paper: Training wide residual networks for deployment using a single

Sergey Zagoruyko 122 Dec 07, 2022
TAPEX: Table Pre-training via Learning a Neural SQL Executor

TAPEX: Table Pre-training via Learning a Neural SQL Executor The official repository which contains the code and pre-trained models for our paper TAPE

Microsoft 157 Dec 28, 2022
Implementation of the bachelor's thesis "Real-time stock predictions with deep learning and news scraping".

Real-time stock predictions with deep learning and news scraping This repository contains a partial implementation of my bachelor's thesis "Real-time

David Álvarez de la Torre 0 Feb 09, 2022
Structure-Preserving Deraining with Residue Channel Prior Guidance (ICCV2021)

SPDNet Structure-Preserving Deraining with Residue Channel Prior Guidance (ICCV2021) Requirements Linux Platform NVIDIA GPU + CUDA CuDNN PyTorch == 0.

41 Dec 12, 2022
An Efficient Training Approach for Very Large Scale Face Recognition or F²C for simplicity.

Fast Face Classification (F²C) This is the code of our paper An Efficient Training Approach for Very Large Scale Face Recognition or F²C for simplicit

33 Jun 27, 2021
Official PyTorch code of Holistic 3D Scene Understanding from a Single Image with Implicit Representation (CVPR 2021)

Implicit3DUnderstanding (Im3D) [Project Page] Holistic 3D Scene Understanding from a Single Image with Implicit Representation Cheng Zhang, Zhaopeng C

Cheng Zhang 149 Jan 08, 2023
TFOD-MASKRCNN - Tensorflow MaskRCNN With Python

Tensorflow- MaskRCNN Steps git clone https://github.com/amalaj7/TFOD-MASKRCNN.gi

Amal Ajay 2 Jan 18, 2022
A computational optimization project towards the goal of gerrymandering the results of a hypothetical election in the UK.

A computational optimization project towards the goal of gerrymandering the results of a hypothetical election in the UK.

Emma 1 Jan 18, 2022
[cvpr22] Perturbed and Strict Mean Teachers for Semi-supervised Semantic Segmentation

PS-MT [cvpr22] Perturbed and Strict Mean Teachers for Semi-supervised Semantic Segmentation by Yuyuan Liu, Yu Tian, Yuanhong Chen, Fengbei Liu, Vasile

Yuyuan Liu 132 Jan 03, 2023
PyTorch CZSL framework containing GQA, the open-world setting, and the CGE and CompCos methods.

Compositional Zero-Shot Learning This is the official PyTorch code of the CVPR 2021 works Learning Graph Embeddings for Compositional Zero-shot Learni

EML Tübingen 70 Dec 27, 2022
This repository includes code of my study about Asynchronous in Frequency domain of GAN images.

Exploring the Asynchronous of the Frequency Spectra of GAN-generated Facial Images Binh M. Le & Simon S. Woo, "Exploring the Asynchronous of the Frequ

4 Aug 06, 2022
A tf.keras implementation of Facebook AI's MadGrad optimization algorithm

MADGRAD Optimization Algorithm For Tensorflow This package implements the MadGrad Algorithm proposed in Adaptivity without Compromise: A Momentumized,

20 Aug 18, 2022
GuideDog is an AI/ML-based mobile app designed to assist the lives of the visually impaired, 100% voice-controlled

Guidedog Authors: Kyuhee Jo, Steven Gunarso, Jacky Wang, Raghav Sharma GuideDog is an AI/ML-based mobile app designed to assist the lives of the visua

Kyuhee Jo 5 Nov 24, 2021
Implementation of Shape and Electrostatic similarity metric in deepFMPO.

DeepFMPO v3D Code accompanying the paper "On the value of using 3D-shape and electrostatic similarities in deep generative methods". The paper can be

34 Nov 28, 2022
Official implementation of the paper Do pedestrians pay attention? Eye contact detection for autonomous driving

Do pedestrians pay attention? Eye contact detection for autonomous driving Official implementation of the paper Do pedestrians pay attention? Eye cont

VITA lab at EPFL 26 Nov 02, 2022