SkillAgentSearch skills...

LADA

Official PyTorch implementation for Look-Ahead Data Acquisition via Augmentation for Deep Active Learning [NeurIPS 2021]

Install / Use

/learn @aailabkaist/LADA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LADA: Look-Ahead Data Acquisition via Augmentation for Deep Active Learning (NeurIPS 2021)

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train the model(s) in the paper, run this command:

python main.py --data Cifar10 --method LADA

Evaluation

  • Data will be downloaded to folder 'data'.
  • Result will be recorded to folder 'Results'.

Results

Our model achieves the following performance on active learning settings:

| Model name | FashionMNIST | SVHN | CIFAR-10 | CIFAR-100 | | ----------- |-------------- | ------------- | ------------- | ------------- | | LADA | 83.68% | 75.72% | 53.45% | 46.92% |

View on GitHub
GitHub Stars9
CategoryEducation
Updated1y ago
Forks1

Languages

Python

Security Score

70/100

Audited on Aug 13, 2024

No findings