Rotational augmentation techniques: a new perspective on ensemble learning for image classification
The popularity of data augmentation techniques in machine learning has increased in recent years, as they enable the creation of new samples from existing datasets. Rotational augmentation, in particular, has shown great promise by revolving images and utilising them as additional data points for training. This research study introduces a new approach to enhance the performance of classification methods where the testing sets were generated employing transformations on every image from the original dataset. Subsequently, ensemble-based systems were implemented to determine the most reliable outcome in each subset acquired from the augmentation phase to get a final prediction for every original image. The findings of this study suggest that rotational augmentation techniques can significantly improve the accuracy of standard classification models; and the selection of a voting scheme can considerably impact the model's performance. Overall, the study found that using an ensemble-based voting system produced more accurate results than simple voting.
Code (0)
등록된 구현이 없습니다.
Tasks
Data AugmentationEnsemble Learningimage-classificationImage ClassificationSimilar Papers 제목 키워드 기반
Revisiting Data Augmentation for Rotational Invariance in Convolutional Neural Networks
Convolutional Neural Networks (CNN) offer state of the art performance in various computer vision tasks. Many of those tasks require different subtypes of affine invariances (scale, rotational, translational) to image tr…
Data Augmentationimage-classificationImage ClassificationCombining Ensembles and Data Augmentation can Harm your Calibration
Ensemble methods which average over multiple neural network predictions are a simple approach to improve a model's calibration and robustness. Similarly, data augmentation techniques, which encode prior information in th…
Data AugmentationEnsemble Augmentation for Deep Neural Networks Using 1-D Time Series Vibration Data
Time-series data are one of the fundamental types of raw data representation used in data-driven techniques. In machine condition monitoring, time-series vibration data are overly used in data mining for deep neural netw…
Data AugmentationGenerative Adversarial NetworkTime SeriesTime Series Analysis+1Sorted Convolutional Network for Achieving Continuous Rotational Invariance
The topic of achieving rotational invariance in convolutional neural networks (CNNs) has gained considerable attention recently, as this invariance is crucial for many computer vision tasks such as image classification a…
Data Augmentationimage-classificationImage ClassificationData Augmentation for Brain-Computer Interfaces: Analysis on Event-Related Potentials Data
On image data, data augmentation is becoming less relevant due to the large amount of available training data and regularization techniques. Common approaches are moving windows (cropping), scaling, affine distortions, r…
Data Augmentation