Image Recognition and Parameter Analysis Based on Joint Mixup and ResNet
摘要
This research paper centers on the evaluation of convolutional neural networks (CNNs) in the realm of image classification tasks, specifically employing the CIFAR-10 dataset to assess their effectiveness. To further enhance the performance of image classification, the authors introduce a combination of the Residual Network (ResNet) model and the Mixup technique, aiming to analyze the influence of Mixup training on the predictive capabilities of the model. In more detail, the paper conducts a comparative analysis between models trained with and without Mixup, specifically examining their performance on the test set. The aim is to investigate the influence of Mixup on the trained models and their capacity to achieve precise image classification. The experimental results reveal that employing Mixup during training yields a noteworthy improvement of nearly 1% in prediction accuracy on the test set compared to models trained without Mixup. The findings of this study provide valuable insights into the potential of Mixup as an effective technique for improving the performance of CNNs in image classification tasks. The combination of Mixup with the ResNet model offers a promising avenue for future research and practical applications in the field of computer vision. By leveraging the benefits of Mixup, researchers and practitioners can further advance the accuracy and robustness of CNN-based image classification systems.