CVLGFeb 28

BornoViT: A Novel Efficient Vision Transformer for Bengali Handwritten Basic Characters Classification

Rafi Hassan Chowdhury, Naimul Haque, Kaniz Fatiha
arXiv:2603.00755v12024 27th International Conference on Computer and Information Technology (ICCIT)
Originality Synthesis-oriented
AI Analysis

This addresses the need for efficient models in resource-limited languages like Bengali, though it is incremental as it adapts existing methods to a specific domain.

The paper tackles the problem of Bengali handwritten character classification by proposing BornoViT, a lightweight Vision Transformer model that achieves 95.77% accuracy on the BanglaLekha Isolated dataset with only 0.65 million parameters and 0.16 GFLOPs.

Handwritten character classification in the Bengali script is a significant challenge due to the complexity and variability of the characters. The models commonly used for classification are often computationally expensive and data-hungry, making them unsuitable for resource-limited languages such as Bengali. In this experiment, we propose a novel, efficient, and lightweight Vision Transformer model that effectively classifies Bengali handwritten basic characters and digits, addressing several shortcomings of traditional methods. The proposed solution utilizes a deep convolutional neural network (DCNN) in a more simplified manner compared to traditional DCNN architectures, with the aim of reducing computational burden. With only 0.65 million parameters, a model size of 0.62 MB, and 0.16 GFLOPs, our model, BornoViT, is significantly lighter than current state-of-the-art models, making it more suitable for resource-limited environments, which is essential for Bengali handwritten character classification. BornoViT was evaluated on the BanglaLekha Isolated dataset, achieving an accuracy of 95.77%, and demonstrating superior efficiency compared to existing state-of-the-art approaches. Furthermore, the model was evaluated on our self-collected dataset, Bornomala, consisting of approximately 222 samples from different age groups, where it achieved an accuracy of 91.51%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes