https://github.com/albumentations-team/autoalbument-benchmarks

Benchmarks for AutoAlbument - AutoML for Image Augmentation

https://github.com/albumentations-team/autoalbument-benchmarks

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Benchmarks for AutoAlbument - AutoML for Image Augmentation

Basic Info
  • Host: GitHub
  • Owner: albumentations-team
  • Language: Python
  • Default Branch: main
  • Size: 593 KB
Statistics
  • Stars: 10
  • Watchers: 5
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created over 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

Benchmarks for AutoAlbument - AutoML for Image Augmentation.

Results

CIFAR-10 (Classification)

| Augmentation strategy | Top-1 Accuracy | Top-5 Accuracy | |---------------------------|:--------------:|:--------------:| | Baseline | 91.79 | 99.63 | | AutoAlbument | 96.02 | 99.91 |

SVHN (Classification)

| Augmentation strategy | Top-1 Accuracy | Top-5 Accuracy | |---------------------------|:--------------:|:--------------:| | Baseline | 98.31 | 99.68 | | AutoAlbument | 98.48 | 99.72 |

ImageNet (Classification)

  • Model: ResNet-50.
  • Baseline augmentation strategy:
    • Resize an image to 256x256 pixels.
    • Crop a random 224x224 pixels patch.
    • Apply Horizontal Flip with probability 0.5.
  • AutoAlbument augmentation strategy:
    • Resize an image to 256x256 pixels.
    • Crop a random 224x224 pixels patch.
    • Apply AutoAlbument augmentation policies.
  • Configs: AutoAlbument augmentation search | Baseline training | AutoAlbument training.

| Augmentation strategy | Top-1 Accuracy | Top-5 Accuracy | |---------------------------|:--------------:|:--------------:| | Baseline | 73.27 | 91.64 | | AutoAlbument | 75.17 | 92.57 |

Pascal VOC (Semantic segmentation)

  • Model: DeepLab-v3-plus.
  • Baseline augmentation strategy:
    • Resize an image preserving its aspect ratio, so the longest size is 256 pixels.
    • If required, pad an image to the size 256x256 pixels.
    • Apply Horizontal Flip with probability 0.5.
  • AutoAlbument augmentation strategy:
    • Resize an image preserving its aspect ratio, so the longest size is 256 pixels.
    • If required, pad an image to the size 256x256 pixels.
    • Apply AutoAlbument augmentation policies.
  • Configs: AutoAlbument augmentation search | Baseline training | AutoAlbument training.

| Augmentation strategy | mIOU | |---------------------------|:--------------:| | Baseline | 73.34 | | AutoAlbument | 75.55 |

Cityscapes

  • Model: DeepLab-v3-plus.
  • Baseline augmentation strategy:
    • Resize an image preserving its aspect ratio, so the longest size is 256 pixels.
    • If required, pad an image to the size 256x256 pixels.
    • Apply Horizontal Flip with probability 0.5.
  • AutoAlbument augmentation strategy:
    • Resize an image preserving its aspect ratio, so the longest size is 256 pixels.
    • If required, pad an image to the size 256x256 pixels.
    • Apply AutoAlbument augmentation policies.
  • Configs: AutoAlbument augmentation search | Baseline training | AutoAlbument training.

| Augmentation strategy | mIOU | |---------------------------|:--------------:| | Baseline | 79.47 | | AutoAlbument | 79.92 |

How to run the benchmarks

  1. Download datasets and put them in the following directory structure:
  2. Clone this repository.
  3. Run the run.sh script that will build a Docker image and train models using the following command:

./run.sh </path/to/data/directory> </path/to/outputs/directory>

e.g. ./run.sh ~/data ~/outputs

where - </path/to/data/directory> is a path to a directory that contains datasets (e.g., a directory that contains folders imagenet, pascal_voc, etc) - </path/to/outputs/directory> is a path to a directory that should contain outputs from a training pipeline, such as a CSV log with metrics and a checkpoint with the best model.

Owner

  • Name: Albumentations.AI
  • Login: albumentations-team
  • Kind: organization
  • Location: United States of America

Fast and flexible image augmentation library for computer vision tasks. Albumentations helps researchers improve models with diverse training data.

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • huyhoangle86 (1)
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)

Dependencies

docker/Dockerfile docker
  • pytorch/pytorch 1.7.0-cuda11.0-cudnn8-runtime build
requirements.txt pypi
  • Pillow ==8.0.1
  • PyWavelets ==1.1.1
  • PyYAML ==5.3.1
  • Shapely ==1.7.1
  • albumentations ==0.5.1
  • antlr4-python3-runtime ==4.8
  • certifi ==2020.11.8
  • cycler ==0.10.0
  • dataclasses ==0.6
  • decorator ==4.4.2
  • efficientnet-pytorch ==0.6.3
  • future ==0.18.2
  • hydra-core ==1.0.4
  • imageio ==2.9.0
  • imgaug ==0.4.0
  • importlib-resources ==3.3.0
  • install ==1.3.4
  • kiwisolver ==1.3.1
  • matplotlib ==3.3.3
  • munch ==2.5.0
  • networkx ==2.5
  • numpy ==1.19.4
  • omegaconf ==2.0.5
  • opencv-python-headless ==4.4.0.46
  • packaging ==20.7
  • pretrainedmodels ==0.7.4
  • pyparsing ==2.4.7
  • python-dateutil ==2.8.1
  • scikit-image ==0.17.2
  • scipy ==1.5.4
  • segmentation-models-pytorch ==0.1.2
  • six ==1.15.0
  • tifffile ==2020.11.18
  • timm ==0.1.20
  • torch-lr-finder ==0.2.1
  • tqdm ==4.54.1
  • typing-extensions ==3.7.4.3