Giter Site home page Giter Site logo

gabon_wildlife_training's Introduction

DOI

This repo contains records of the modelling phase of the Gabon Wildlife MVP project - the model is used in Mbaza AI desktop application (link to repository).

Links to key artifacts

Key findings

  1. images come in sequences (e.g., 30 images long), one can identify them using algorithmic methods or with datetimes
  2. images come from many sources with varying species distributions
  3. images have varying sizes, from 1088x816 to 3264x2448 and proportions, form 1.25 to 1.78
  4. had issues with Neptune reporting (on/off of callbacks) - switched to Weights&Biases
  5. training worked best when training on 384x512 -> 576x768 images (starting lower seemed to overfit quickly, probably due to sequence redundancy)
  6. best model has accuracy 80%, top2_accuracy = 88.97%, top3_accuracy = 92.15%
  7. accuracies vary significantly per source and per species
  8. grad-CAM suggests the right parts of images are used for inference
  9. extra data on gorillas and chimps plus removing some mislabels, helped accuracy on gorillas and chimps, but overall the accuracy stayed similar

Process description and contents

data_dive

  • extraction of datetimes from EXIFs - not utilized yet
  • identifying sequences algorithmically by
    • hashing
    • histogram comparisons
    • NN feature extraction + k-means clustering
  • inspect image sizes and rescale images

inspect_data_split_validation

  • missing images (8)
  • inspect of metadata from Robbie Whytock (source-path-datetime), see inspect_data_04_investigate_metadata_from_Robbie.ipynb
  • train/test split and data summary inspect_data_05_validation_split_on_subfolders.ipynb
  • inspect sizes of images based on exif inspect_data_06_find_images_sizes.ipynb (we used method from data_dive eventually)

training

  • started with reporting in Neptune, but due to issues with callbacks, turned to Weights&Biases
  • notes on training runs with links can be found here
  • functions used during training are in functions_wandb.py and functions_wandb_no_rescale.py (depending on the data used)
  • best model was trained first on 384x512 images (stage1a and stage2a - training_13_wandb_full_from_scratch_bigger_images.ipynb) next on 576x768 images (stage3a and stage4a - training_14_wandb_full_from_scratch_bigger_images.ipynb)
  • best model has accuracy of 80%
  • confusion matrix for best model with grouped species (conf_m-new_order-stage4a-5epochs-576_768-rescaled.png)
  • accuracy of best model on rescaled validation set is 76% (training_15-check_4a_on_rescaled.ipynb)

inspect_model

  • top2 and top3 accuracies of best model (inspect_model_02.ipynb)
  • accuracies per species vary significantly (inspect_model_02.ipynb)
  • accuracies per source vary significantly (Compressed Camera Trap Images > Camera trap Nki National Park > allData) (inspect_model_02.ipynb)
  • plots of confusion matrices for a subset of data (e.g., per source) (inspect_model_03.ipynb)
  • use grad-CAM ideas to inspect areas of images used for making predictions (inspect_model_4a...)

extra_data

  • added some extra chimp and gorilla images, removed some mislabels (train_valid_df_200722.csv contains the new data list)
  • retrained the model with to_fp16()
  • tried EfficientNet but training was super slow, so stuck to ResNet50
  • improved on chimps and gorillas noticeably, however, overall the accuracy was slightly lower (release with model)

Ideas for future improvements

  • use Megadetector to detect animal, then classify it
  • possibly ensamble the above model with the current one
  • remove Blank and use sigmoid activation full argument starts from 45:00 of https://course.fast.ai/videos/?lesson=10
  • rescale all the data - not just current train+valid (in case useful)
  • use .to_fp16() (reduce precision to speed up and help generalization)
  • use ResNeXt architecture
  • investigate day vs night performance of models (bare in mind some day images are B&W)
  • investigate label quality - are Bird and Rail_Nkulengu disjoint? Are Monkey and Mandrillus disjoint? Are primates classified correctly? Are the 650 Rat_Giant in allData/StephBrittainZSL really there?

gabon_wildlife_training's People

Contributors

swiezew avatar rcwhytock avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.