BMI Prediction from Handwritten English Characters Using a Convolutional Neural Network

N. T. Diba,N. Akter,S. A. H. Chowdhury,J. E. Giti
2024-09-04
Abstract:A person's Body Mass Index, or BMI, is the most widely used parameter for assessing their health. BMI is a crucial predictor of potential diseases that may arise at higher body fat levels because it is correlated with body fat. Conversely, a community's or an individual's nutritional status can be determined using the BMI. Although deep learning models are used in several studies to estimate BMI from face photos and other data, no previous research established a clear connection between deep learning techniques for handwriting analysis and BMI prediction. This article addresses this research gap with a deep learning approach to estimating BMI from handwritten characters by developing a convolutional neural network (CNN). A dataset containing samples from 48 people in lowercase English scripts is successfully captured for the BMI prediction task. The proposed CNN-based approach reports a commendable accuracy of 99.92%. Performance comparison with other popular CNN architectures reveals that AlexNet and InceptionV3 achieve the second and third-best performance, with the accuracy of 99.69% and 99.53%, respectively.
Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to predict an individual's body mass index (BMI) through hand - written English characters. Specifically, the author points out that although deep - learning models have been used to estimate BMI from facial photos and other physical attributes, no previous research has clearly established the connection between deep - learning techniques in handwriting analysis and BMI prediction. Therefore, this paper aims to fill this research gap and proposes a method based on convolutional neural network (CNN) for estimating BMI from hand - written characters. It is mentioned in the paper that BMI is a widely - used health assessment parameter, which is associated with body fat percentage and is an important predictor of potential diseases. In addition, BMI can also be used to determine the nutritional status of an individual or a group. In view of this, developing an automated system to continuously monitor BMI is very beneficial for ensuring physical health. Besides physical attributes, handwriting is also considered as a personal - specific attribute, and everyone's writing style is unique and private. Therefore, this paper shows how to automatically estimate an individual's BMI value from their hand - written data, which not only contributes to health monitoring, but also plays an important role in the field of digital forensics and can be used for crime - scene analysis. To achieve this goal, the author collected a data set containing hand - written letter samples from 48 people and designed a benchmark CNN model for BMI prediction. The experimental results show that the proposed CNN method achieved an accuracy rate of 99.92%, which is better than other popular CNN architectures such as AlexNet and InceptionV3. This is the first research attempt to use hand - written characters for BMI prediction and has achieved remarkable results. In summary, this research solves the problem of how to effectively predict BMI using deep - learning, especially CNN technology, from an unexplored angle - that is, hand - written characters - and provides new ideas and technical support for subsequent research in related fields.