International Journal on Document Analysis and Recognition (IJDAR) [IF: 4.40, Q1]
Abstract: Bangla Optical Character Recognition (OCR) poses a unique challenge due to the presence of hundreds of diverse conjunct characters formed by the combination of two or more letters. In this paper, we propose two novel grapheme representation methods that improve the recognition of these conjunct characters and the overall performance of OCR in Bangla. We have utilized the popular Convolutional Recurrent Neural Network architecture and implemented our grapheme representation strategies to design the final labels of the model. Due to the absence of a large-scale Bangla word-level printed dataset, we created a synthetically generated Bangla corpus containing 2 million samples that are representative and sufficiently varied in terms of fonts, domain, and vocabulary size to train our Bangla OCR model. To test the various aspects of our model, we have also created 6 test protocols. Finally, to establish the generalizability of our grapheme representation methods, we have performed training and testing on external handwriting datasets. Experimental results proved the effectiveness of our novel approach. Furthermore, our synthetically generated training dataset and the test protocols are made available to serve as benchmarks for future Bangla OCR research.
2023
26th International Conference on Pattern Recognition (ICPR)
Abstract: It is common to have continuous streams of new data that need to be introduced in the system in real-world applications. The model needs to learn newly added capabilities (future tasks) while retaining the old knowledge (past tasks). Incremental learning has recently become increasingly appealing for this problem. Task-incremental learning is a kind of incremental learning where task identity of newly included task (a set of classes) remains known during inference. A common goal of task-incremental methods is to design a network that can operate on minimal size, maintaining decent performance. To manage the stability-plasticity dilemma, different methods utilize replay memory of past tasks, specialized hardware, regularization monitoring etc. However, these methods are still less memory efficient in terms of architecture growth or input data costs. In this study, we present a simple yet effective adjustment network (SAN) for task incremental learning that achieves near state-of-the-art performance while using minimal architectural size without using memory instances compared to previous state-of-the-art approaches. We investigate this approach on both 3D point cloud object (ModelNet40) and 2D image (CIFAR10, CIFAR100, MiniImageNet, MNIST, PermutedMNIST, notMNIST, SVHN, and FashionMNIST) recognition tasks and establish a strong baseline result for a fair comparison with existing methods. On both 2D and 3D domains, we also observe that SAN is primarily unaffected by different task orders in a task-incremental setting.
2022
Intelligent Systems and Sustainable Computing, Proceedings of ICISSC 2021 (ICISSC)
Abstract: Keyboards are the primary devices for interaction with computer platforms and have been a central topic in HCI research for decades. The study of their layout design is important in deciding their efficiency, practicality and adoption. Multiple keyboard layouts have been developed for Bangla without any rigorous study for their comparison. In this paper, we take a quantitative data-driven approach to compare their efficiency. Our evaluation strategy is based on the key-pair stroke timing with data collected from standard QWERTY English keyboards. Our experiments conclude that the Bijoy keyboard layout is the most efficient design for Bangla among the four layouts studied. This quantitative approach can lay the groundwork for further study of these layouts based on other criteria.
2021
2020 IEEE/ACM International Conference on Big Data Computing, Applications and Technologies (BDCAT)
Abstract: Continuous launching of new satellites and increasing numbers of space missions is making space a congested environment. Collision with space debris or other satellites is now a real problem for satellites with the problem more acute in highly trafficked orbits. Thus, mission operators and space agencies are in need of high accuracy collision avoidance systems for spacecrafts and satellites. This paper focuses on tackling the satellite collision problem by implementing a collision avoidance system using neural networks and relevant machine learning techniques. The primary model is based on General Regression Neural Network (GRNN) and the secondary models are based on Artificial Neural Networks (ANN), Random Forest Regression & Support Vector Regression techniques. The dataset used in this paper is collected from the ESA (European Space Agency) which contains the events of risk assessment or in other words, Conjunction Data Messages (CDM). The proposed collision avoidance system predicts the collision risk percentage between target (a satellite of interest) and chaser (space debris or another satellite) objects. The predicted risk enables the target to maneuver accordingly and ultimately avoid collision with the chaser object. The GRNN algorithm uses lazy learning which does not require iterative training and makes predictions based on stored parameters. The training data has been normalized before applying the algorithm as GRNN network is sensitive to high deviation among input features. However, the GRNN model predicts the risk of collision between the target & the chaser object with an MSE (Mean Squared Error) of 11% which means the model predicts the risk of collision with 89% accuracy and this 89% risk can give enough confidence factor to the concerned authority to take necessary evasive maneuvers. This is reliable enough and lower than other models’ MSE to consolidate the fact that the GRNN model is best fit for our dataset.
2020
12th International Conference on Computational Collective Intelligence (ICCCI)
Abstract: In this study, Random Forest Regressor, Linear Regression, Generalized Regression Neural Network (GRNN) and Fully connected Neural Network (FCNN) models are leveraged for predicting unconfined compression coefficient with respect to standard penetration test (N-value), depth and soil type. The study is focused on a particular correlation of undrained shear strength of clay (Cu) with the standard penetration strength. The data used is from 14 no. ward in Mymensingh and Rangamati districts which are situated in Bangladesh. By using this data, the study tries to solidify the correlation of SPT (N-value) with Cu. It also tries to check the goodness of the relationship by comparing it with unconfined compression strength values gained from the unconfined compression test calculated from the field by experts.
2020
2020 IEEE 10th International Conference on Intelligent Systems (ICIS)
Abstract: In this study, General Regression Neural Network(GRNN), Artificial Neural Network (ANN), Fully Connected Neural Network (FCNN), Support Vector Regression (SVR) and Linear Regression (LR) models have been implemented in order to predict the composition of soil with respect to the Standard Penetration Test (SPT), and soil depth. The primary focus has been on determining a significant correlation between the soil composition with SPT value and depth. Data sets have been used from ward 14, Mymensingh district of Bangladesh and from a construction project along India-Myanmar border. In this study, 8 types of soil, namely, fine sand, silty clay, clayey silt with fine sand, clayey silt, fine sand with silt, silty fine sand, sandy silt, and rubbish has been classified, and the probability of obtaining the soil type classification has been determined.
2020
TIU Transactions on Intelligent Computing (TTIC)
Abstract: During the past few decades, climate change has been posing as a vital game changer for the world stability of natural conditions. The effect can be easily demonstrated via the rise of sea levels on global and local scenarios. Increase of temperature, change in precipitation, melting of glaciers are causing the sea levels to rise in an alarming rate like never before. This particular paper focuses on predicting the sea level of Bangladesh, a third world South Asian regional country using advanced machine learning techniques to produce a potential model for future cautions. The proposed methodology uses climate data of previous 40 years (approx.) from 1977 to 2017 to train our model using different machine learning algorithms like Random Forest (RF), KNN and MLP. In testing phase, KNN algorithm prompted 91.3204% accuracy.
2019