用数据增强提升轻量模型在孟加拉手写字符识别中的泛化能力
Maximizing Generalization: The Effect of Different Augmentation Techniques on Lightweight Vision Transformer for Bengali Character Classification
- 组合随机仿射与颜色抖动增强数据多样性
- 在Ekush和AIBangla数据集上分别达97.48%和97.57%准确率
- 为资源有限语言提供高效训练方案,适合轻量化部署
深度学习在计算机视觉中表现优异,但依赖大规模数据以防过拟合。对于资源有限的语言如孟加拉语,大尺度数据集难以获取。本研究针对手写孟加拉字符识别问题,探索多种图像数据增强技术:CLAHE、随机旋转、随机仿射、颜色抖动及其组合。实验使用轻量级模型EfficientViT,在Ekush[1]和AIBangla[2]数据集上评估性能。结果显示,随机仿射与颜色抖动组合效果最佳,准确率分别达到97.48%和97.57%,优于其他单个或组合方法。该分析深入揭示了数据增强对资源稀缺语言场景下模型泛化能力的影响。
原文摘要 · Abstract (English)
Deep learning models have proven to be highly effective in computer vision, with deep convolutional neural networks achieving impressive results across various computer vision tasks. However, these models rely heavily on large datasets to avoid overfitting. When a model learns features with either low or high variance, it can lead to underfitting or overfitting on the training data. Unfortunately, large-scale datasets may not be available in many domains, particularly for resource-limited languages such as Bengali. In this experiment, a series of tests were conducted in the field of image data augmentation as an approach to addressing the limited data problem for Bengali handwritten characters. The study also provides an in-depth analysis of the performance of different augmentation techniques. Data augmentation refers to a set of techniques applied to data to increase its size and diversity, making it more suitable for training deep learning models. The image augmentation techniques evaluated in this study include CLAHE, Random Rotation, Random Affine, Color Jitter, and their combinations. The study further explores the use of augmentation methods with a lightweight model such as EfficientViT. Among the different augmentation strategies, the combination of Random Affine and Color Jitter produced the best accuracy on the Ekush [1] and AIBangla [2] datasets, achieving accuracies of 97.48% and 97.57%, respectively. This combination outperformed all other individual and combined augmentation techniques. Overall, this analysis presents a thorough examination of the impact of image data augmentation in resource-scarce languages, particularly in the context of Bengali handwritten character recognition using lightweight models.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。