enhancing image classification
Enhancing Image Classification in Small and Unbalanced Datasets through Synthetic Data Augmentation
De La Fuente, Neil, Majó, Mireia, Luzko, Irina, Córdova, Henry, Fernández-Esparrach, Gloria, Bernal, Jorge
Accurate and robust medical image classification is a challenging task, especially in application domains where available annotated datasets are small and present high imbalance between target classes. Considering that data acquisition is not always feasible, especially for underrepresented classes, our approach introduces a novel synthetic augmentation strategy using class-specific Variational Autoencoders (VAEs) and latent space interpolation to improve discrimination capabilities. By generating realistic, varied synthetic data that fills feature space gaps, we address issues of data scarcity and class imbalance. The method presented in this paper relies on the interpolation of latent representations within each class, thus enriching the training set and improving the model's generalizability and diagnostic accuracy. The proposed strategy was tested in a small dataset of 321 images created to train and validate an automatic method for assessing the quality of cleanliness of esophagogastroduodenoscopy images. By combining real and synthetic data, an increase of over 18\% in the accuracy of the most challenging underrepresented class was observed. The proposed strategy not only benefited the underrepresented class but also led to a general improvement in other metrics, including a 6\% increase in global accuracy and precision.
- Europe > Spain > Catalonia > Barcelona Province > Barcelona (0.05)
- North America > United States > Hawaii > Honolulu County > Honolulu (0.04)
- North America > Canada > Alberta > Census Division No. 15 > Improvement District No. 9 > Banff (0.04)
- Health & Medicine > Diagnostic Medicine > Imaging (1.00)
- Health & Medicine > Therapeutic Area > Gastroenterology (0.95)
MiAMix: Enhancing Image Classification through a Multi-stage Augmented Mixed Sample Data Augmentation Method
Liang, Wen, Liang, Youzhi, Jia, Jianguo
Despite substantial progress in the field of deep learning, overfitting persists as a critical challenge, and data augmentation has emerged as a particularly promising approach due to its capacity to enhance model generalization in various computer vision tasks. While various strategies have been proposed, Mixed Sample Data Augmentation (MSDA) has shown great potential for enhancing model performance and generalization. We introduce a novel mixup method called MiAMix, which stands for Multi-stage Augmented Mixup. MiAMix integrates image augmentation into the mixup framework, utilizes multiple diversified mixing methods concurrently, and improves the mixing method by randomly selecting mixing mask augmentation methods. Recent methods utilize saliency information and the MiAMix is designed for computational efficiency as well, reducing additional overhead and offering easy integration into existing training pipelines. We comprehensively evaluate MiaMix using four image benchmarks and pitting it against current state-of-the-art mixed sample data augmentation techniques to demonstrate that MIAMix improves performance without heavy computational overhead.
- Asia > China > Hong Kong (0.04)
- North America > United States > California > Santa Clara County > Stanford (0.04)
- North America > United States > California > Santa Clara County > Palo Alto (0.04)
- North America > United States > California > Santa Clara County > Mountain View (0.04)
Enhancing Image Classification with Data Image Augmentation in Python
Data image augmentation is a technique used in computer vision and deep learning to increase the amount and diversity of data available for training a model. This paper presents an overview of data image augmentation and provides a tutorial on how to perform data image augmentation in Python using the Keras.preprocessing.image The paper also includes a discussion on the benefits and limitations of data image augmentation and provides tips on how to use it effectively. In recent years, computer vision and deep learning have made significant strides in accurately classifying and detecting objects in images. One of the key factors that contribute to the success of these techniques is the availability of large and diverse datasets for training models.
- Overview (0.91)
- Instructional Material > Course Syllabus & Notes (0.61)