Augmented Balanced Image Dataset Generator Using AugStatic Library

The mixed data consists of various structured and unstructured data. The exponential boom of the amount of data has made the datasets of varying samples. This paper focuses on the image dataset generator that balances an imbalanced dataset using the AugStatic augmentation library. The datasets, including various classes, are said to be balanced if the number of samples in the classes is equal. This gives a fair chance for the model to learn about all the classes. An augmented image dataset balances an imbalanced image dataset. It is useful when the data is less in a specific category, generating new data with it. There are multiple augmentation techniques supported by the AugStatic library that helps in developing the augmented balanced library by the iterative implementation of the augmentations on the generated dataset. It takes an input of the existing dataset, majority and minority classes sample count that returns a balanced image dataset by iteratively applying the augmentations on the generated augmented images in the minority class. This generator is efficient and can be used for any image dataset.

PDF Abstract

Datasets


  Add Datasets introduced or used in this paper

Results from the Paper


  Submit results from this paper to get state-of-the-art GitHub badges and help the community compare results to other papers.

Methods