Next Article in Journal
Improving Ultrasound B-Mode Image Quality with Coherent Plane-Wave Compounding Using Adaptive Beamformers Based on Minimum Variance
Next Article in Special Issue
Psychophysiological and Dual-Task Effects of Biofeedback and Neurofeedback Interventions in Airforce Pilots: A Pilot Study
Previous Article in Journal
Accurate Localization Method Combining Optimized Hybrid Neural Networks for Geomagnetic Localization with Multi-Feature Dead Reckoning
Previous Article in Special Issue
Exploring the Neural Correlates of Flow Experience with Multifaceted Tasks and a Single-Channel Prefrontal EEG Recording
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Transfer Learning Approach for Toe Walking Recognition Using Surface Electromyography on Leg Muscles

National Research Council of Italy, Institute for Microelectronics and Microsystems, 73100 Lecce, Italy
*
Authors to whom correspondence should be addressed.
Sensors 2025, 25(5), 1305; https://doi.org/10.3390/s25051305
Submission received: 21 January 2025 / Revised: 10 February 2025 / Accepted: 18 February 2025 / Published: 20 February 2025
(This article belongs to the Special Issue Biosignal Sensing Analysis (EEG, EMG, ECG, PPG) (2nd Edition))

Abstract

:
Gait is a complex motor process that involves the coordination and synchronization of various body parts through continuous interaction with the environment. Monitoring gait is crucial for the early detection of abnormalities, such as toe walking, which is characterized by limited or absent heel contact with the floor during walking. Persistent toe walking can cause severe foot, ankle, and musculature conditions; poor balance; increased risk of falling or tripping; and can affect overall quality of life, making it difficult, for example, to participate in sports or social activities. This study proposes a new approach to detect toe walking using surface Electromyography (sEMG) on lower limbs. sEMG sensors, by measuring the electrical activity of muscles, can see signals before the movement corresponding to muscle activation, contributing to an early detection of a possible problem. The sEMG signal presents significant complexity due to its noisy nature and the challenge of extracting meaningful features for classification. To address this issue and enhance the model’s robustness across different devices and configurations, a Transfer Learning (TL) approach is introduced. This method leverages pre-trained models to effectively handle the variability of sEMG data and improve classification accuracy. In particular, Continuous Wavelet Transform (CWT) is applied to sEMG-filtered signals (with time windows of 1 s) to convert them into 2D images (scalograms). Preliminary tests were performed on a public dataset using some of the most well-known pre-trained architectures, obtaining an accuracy of about 95% on InceptionResNetV2.

1. Introduction

Gait assessment is a critical research field in biomechanics and clinical diagnostics, involving the analysis of walking patterns to diagnose, treat, and monitor various conditions. Gait abnormalities, such as toe walking, characterized by the absence or limitation of heel contact with the ground during the walking cycle, can have a serious impact on physical and social well-being. Persistent toe walking is associated with musculoskeletal complications, increased risk of falls, and limitations in daily and recreational activities [1]. This paper aims to focus on the detection of toe walking commonly observed in both children and adults. It can arise from various causes, including idiopathic factors or underlying neurological and orthopedic conditions, such as Achilles tendon shortening or stiffness in the calf muscles. The development of hardware–software systems for early detection of these abnormalities is critical for effective intervention [2,3]. Furthermore, in addition to clinical diagnostics, such systems can find application in rehabilitation through the production of real-time biofeedback to patients to improve therapy outcomes. Meanwhile, other areas of applications may be in the industrial field through integration into wearable devices for workplace ergonomics or the sports domain for monitoring athletic performance or inappropriate postures.
Traditional observational methods are widely used in clinical settings for their simplicity [4]; however, they suffer from considerable subjectivity and depend heavily on the observer’s experience, whereas motion analysis systems, such as those that exploit optical motion capture technology, provide accurate kinematic data but require ad hoc structured environments and are not portable. These limitations make them inaccessible for routine diagnostics or for use in remote or resource-limited scenarios.
Motion capture systems are widely used for gait analysis, using high-speed, time-of-flight cameras and reflective markers to track movement in three dimensions. These systems provide accurate kinematic data, allowing clinicians to quantify joint angles and stride length and cadence, as well as identify step cycle deviations characteristic of toe walking. However, they require expensive equipment and controlled laboratory environments, which can limit accessibility and usability [5]. Another technique used relies on the use of force platforms that measure ground reaction forces during walking, providing insight into the abnormal force patterns associated with forefoot loading, balance, and stability. These platforms are very accurate and valuable for kinetic analysis, but they have the limitation of being stationary and expensive, which may limit their routine use [6].
Wearable sensors, such as accelerometers, gyroscopes, and Inertial Measurement Units (IMUs), have emerged as a portable alternative [7,8]. These devices measure spatiotemporal parameters such as stride length and walking speed while detecting plantar pressure distribution to identify the first contact with the toe [9]. Although they have reduced accuracy and can be more affected by noise than vision and environmental laboratory systems, wearable sensors have the advantage of lower cost and allow continuous monitoring in both indoor and outdoor environments and can enable early detection of an abnormal condition in walking [10,11]. Table 1 shows recent works on gait assessment with their accuracy values. As can be seen, they achieve accuracies above 90%, indicating that they are reliable for the identification of toe walking conditions.
Surface Electromyography (sEMG) is a non-invasive technology that measures the electrical activity generated by muscles during movement. Its application in gait analysis has made significant progress in recent years. For instance, a 2023 study proposed a gait cycle-inspired learning strategy for the continuous prediction of knee joint trajectory from sEMG, highlighting the effectiveness of sEMG in predicting motor intentions prior to actual movement execution [18]. In the rehabilitation field, the integration of sEMG with motion capture systems has improved the understanding of motor coordination and compensation mechanisms. A 2024 study examined the use of motion analysis technologies in telerehabilitation, emphasizing the importance of sEMG in patient assessment and monitoring [19].
These advancements highlight the growing importance of sEMG in gait analysis, neural strategies, and biomechanical applications, providing more precise and reliable tools for motor assessment and rehabilitation.
Compared to video motion analysis systems, which are highly accurate but expensive, non-portable, and require significant effort for installation, sEMG offers a more practical and cost-effective alternative. Unlike observational techniques that rely on visible movement, sEMG detects muscle activation before it becomes externally observable, enabling earlier identification of gait abnormalities such as toe walking. Additionally, when compared to wearable IMU systems, sEMG provides higher accuracy, faster model learning, and valuable insights into muscle activation patterns, offering critical diagnostic information to identify the underlying causes of the problem. However, sEMG signals are intrinsically complex, characterized by high variability, noise, and dependence on sensor placement. To address these challenges, this study integrates sEMG with Continuous Wavelet Transform (CWT), a method that converts raw temporal signals into two-dimensional scalograms. As reported in [20,21], CWT is becoming an important tool for biomedical signal analysis. In particular, it provides significant advantages in the study of EMG signals, allowing researchers to investigate various aspects of neuromuscular function in both physiological and pathological processes within the time–frequency domain. In addition, scalograms facilitate the application of image-based Deep-Learning (DL) models, which excel at complex pattern recognition. Thus, the proposed approach combines the portability of sEMG with the accuracy of Transfer Learning (TL), offering a scalable and practical solution for gait analysis. Additionally, the TL-based software framework reduces the reliance on extensive training datasets, a common bottleneck in machine-learning applications. By leveraging TL, pre-trained models such as InceptionResNetV2 are fine-tuned for the specific task of gait detection, minimizing computational overhead and accelerating model deployment. This adaptability positions the proposed method as a viable solution for real-world applications, ranging from clinical diagnostics to wearable technologies. To the best of our knowledge, there is no relevant work on toe walking detection using sEMG wearable systems suitable for long-term monitoring. The proposed approach allows both an early identification of the problem and the acquisition of additional neuromuscular information useful for a more comprehensive investigation of the disorder in both diagnosis and rehabilitation.
The remainder of this paper is organized as follows. Section 2 reports details on the used dataset and implemented algorithmic pipeline. The results are included in Section 3, while the conclusions are reported in Section 4.

2. Materials and Methods

In this paper, an intelligent sEMG scalogram system for toe walking detection is proposed. In the presented approach, data from two lower limb muscles involved in the execution of the activities are extracted from publicly available EMG recordings from the dataset presented in [22]. In other papers, good results were achieved using the Gastrocnemius Medialis and Tibialis Anterior muscles [23,24,25] to evaluate muscular behavior during walking. So, these muscles are also analyzed in this work, and the data extracted from these muscles are segmented into fragments of 1000 samples that are transformed into images using CWT. The resulting scalograms are sent to deep neural networks for accurate classification into normal and toe walking. Figure 1 depicts the schematic diagram of the proposed methodology.

2.1. Dataset

To validate the presented approach, a public dataset of kinematic, kinetic, and sEMG data [22] of human locomotion during walking, toe and heel walking, and stair ascending and descending was used. The study included 50 healthy participants (25 male, 25 female) aged 6 to 72 years (18.2–110 kg, 116.6–187.5 cm). Data were collected at the Movement Analysis Laboratory, Department of Biomedical Technology, Don Carlo Gnocchi Foundation, Milan, Italy. EMG activity was recorded unilaterally on the dominant side using an 8-channel wireless system (ZeroWirePlus, Cometa, Bareggio, Italy [26]) with self-adhesive Ag-AgCl pre-amplified electrodes (Medtronic Kendall, 24 mm diameter, 10 mm active area, 20 mm interelectrode distance). The signals were bandpass filtered (10–400 Hz) to minimize aliasing. Recordings were obtained from eight muscles: Tibialis Anterior, Soleus, Gastrocnemius Medialis, Peroneus Longus, Rectus Femoris, Vastus Medialis, Biceps Femoris, and Gluteus Maximus. For this paper, the focus was only on the Gastrocnemius and Tibial muscles to reduce the invasiveness of the system, making it suitable for long-term monitoring. Those muscles with a sampling frequency of 1000 Hz were chosen for their effectiveness in gait analysis and evaluation of lower limb muscle behavior [25,27]. The electrodes were placed according to SENIAM recommendations, and the skin was shaved, cleaned with an alcohol solution, and allowed to dry to ensure optimal signal quality. For each participant, the data acquisition session included a static calibration phase followed by a dynamic phase, which included five locomotor activities performed barefoot: walking at different speeds, toe walking, heel walking, step ascent, and step descent. The dataset is available in “.mat” format.
As an example, Figure 2 shows the sEMG signal trend, from which the amplitude and timing of a normal walking can be appreciated, of the two muscles considered for two participants with different anthropometric characteristics (Male, 68 years, body height 179.57 cm, body mass 74.18 kg; Female, 34 years, body height 155 cm, body mass 51.63 kg).
To evaluate the generalization capabilities of the proposed approach, an additional data collection was conducted. Specifically, five participants (three women and two men, with a mean age of 40.52 ± 6.3 years) each performed ten normal walking tests and ten toe walking tests using a commercial platform different from the one employed in the previously described dataset. Specifically, the FREEEMG1000 system (Figure 3), manufactured by BTS Bioengineering [28], was used, which is based on wireless technology and can operate using a maximum of ten lightweight and minimally invasive EMG probes. The probes are attached to pre-gelled Ag/AgCl electrodes, ensuring stable attachment, maximizing the level of usability for the user. The probes allow a direct communication with a USB receiver plugged into a processing unit. BTS probes were worn following the same procedures as described in the Public Dataset. An added advantage of the proposed hardware is the wireless design, enabling the end-user a wide spectrum of movements during task execution without limitations.

2.2. Pre-Processing

This phase consists of two main steps: (1) noise reduction and (2) EMG envelope extraction. In the first step, baseline noise and signal artifacts caused by sEMG electrode movement [29] are reduced. Specifically, the raw signals are filtered using a forth-order Butterworth bandpass filter with a frequency range of [20, 450] Hz. In the second step, to ensure comparability of the signals for further processing, the linear envelope of the signal is derived through full rectification followed by low-pass Butterworth filtering with a 10 Hz cutoff frequency.

2.3. Continuous Wavelet Transform

It is assumed that the application of TL to toe walking recognition can use data from other users to acquire general features with a pre-trained Convolutional Neural Network (CNN) prior to fine-tuning it for a new user. The application of TL can thus improve the classification performance of a new user, reducing at the same time the training effort for the user since less data are necessary to fine-tune compared to training.
Such pre-trained networks require not 1D signals but 2D images as input. To achieve this, a Time–Frequency Representation (TFR) of the sEMG signal was considered, containing more in-depth information [30]. In particular, the obtained images depict the amplitude and frequency variation on time. To obtain the TFR of sEMG signals, CWT was employed, which is a mathematical procedure for analyzing time-varying signals by decomposing a signal into a collection of “wavelets” that can detect time–frequency information [31]. The result, known as a scalogram, is a two-dimensional image of the signal, where the x-axis is the time and the y-axis is the frequency, identifying signal features not visible in time or frequency domains alone. For a signal, s ( t ) , the corresponding CWT is evaluated as:
CWT s ( a , b ) = s ( t ) φ a , b * ( t ) d t
where a and b are the scale and time value, respectively ( a > 0 , a and b i n R ), and φ a , b * ( t ) is the analyzed mother wavelet defined by the following equation:
φ a , b * ( t ) = 1 a φ t b a
In the present work, CWT was performed using the Morlet wavelet as the mother wavelet, and the scaling value was set to 256. Using CWT to time windows of sEMG signals, a scalogram can be obtained representing the absolute value of the CWT coefficients, with the b and a values along the x- and y-axes, and the magnitude of each point determined from Equation (1). In our approach, the scalograms were retrieved from the time series of the sEMG signals from the Tibialis Anterior and Gastrocnemius Medialis muscles subdivided into 1 s time windows. The algorithmic pipeline was tested with segmentation time windows from 0.5 to 2.5 s in 0.5 s increments. The best performance in distinguishing between normal and toe walking based on sEMG signals was obtained with a time window of 1 s. This choice provides a balance between capturing a sufficient number of muscle activation patterns for reliable classification and maintaining a responsive and computationally efficient system. The corresponding scalograms were downscaled to 224 × 224 to match the input layer of the selected pre-trained architectures described in Section 2.4.
An example of a scalogram of normal walking for Gastrocnemius Medialis (a) and Tibilias Anterior (b) and toe walking for Gastrocnemius Medialis (a) and Tibilias Anterior (b) with corresponding raw and filtered sEMG signals are presented in Figure 4 and Figure 5, respectively.

2.4. Classification Approach for Toe Walking

To automatically classify sEMG scalograms in normal and toe walking, TL architectures were used in this work to limit the major problem of CNN architectures, i.e., the large training data requirements. This problem is more marked in the case of complex signals, as with sEMG. To increase learning, the main idea of TL is to transfer gained knowledge [32] from a dataset (i.e., “origin domain”) to a new dataset (i.e., “target domain”). In an EMG signal application context, our major motivation to use TL is the difficulty in identifying the most appropriate features for a correct classification due to the complexity of the signal under investigation.
In this study, six pre-trained models, DenseNet121, MobileNetV3, VGG16, ResNet50, InceptionV3, and InceptionResNetV2, were used to classify toe walking. These models were chosen because they were the most widely used in the analysis of the sEMG signal, although in different contexts from the proposed scenario in this work [33,34,35,36].
DenseNet121 (DN121) [37] is a model specializing in the use of a convolutional neural network in depth, capitalizing on the smallest knowledge between layers, linking with all others located lower in the grid, allowing maximum information flow between all layers. DenseNet121 includes several blocks, such as dense and transition blocks. Specifically, the model contains an input layer followed by a convolution layer, a dense layer, a convolution layer, a pooling layer, another dense layer, a convolution layer, a pooling layer, a dense layer, a pooling layer, and a linear layer, and finally the output.
MobileNetV3 (MN3) [38] is the evolution of MobileNetV1 and MobileNetV2. To improve computational efficiency and extract feature information efficiently, it consists of a deep convolution and a linear bottleneck structure. In this model, 3 × 3 and 5 × 5 convolution kernels are used. Overall, MobileNetV3 networks require less training time due to fewer parameters than large networks.
VGG16 [39] is considered one of the most sophisticated vision models currently available and is simple to use with TL. The number 16 refers to 16 weighted layers. Due to its massive training, this model ensures good accuracy also when the datasets are minimized. VGG16 is a classification model able to classify 1000 unique categories. The network consists of an input layer followed by 2 convolution networks, a max-pooling layer, 3 convolution layers, and another max-pooling layer. Then, the architecture includes 3 convolution layers, 1 max-pooling layer, 3 convolution layers, another max-pooling layer, 3 convolution layers, and another max-pooling layer. Finally, there are 3 dense layers and the output layer.
ResNet50 (RN50) [40] is composed of 48 convolution layers followed by 1 max-pooling layer and 1 average-pooling layer. An important innovation is the use of residual connections, allowing a residual set of functions to map the input to the desired output. The identity mapping method in ResNet enables the model to override a layer if the actual layer is not required. However, this avoids overfitting the training set.
InceptionV3 (Inc3) [41] is an improved version of the InceptionV1 model, factoring the convolutional layers to optimize the number of parameters. Specifically, the model includes three blocks: (1) the basic convolutional block, (2) the enhanced Inception block, and (3) the classifier. The first block, alternating convolutional and max-pooling layers, is responsible for feature extraction. To reduce the number of parameters and the computational overhead, the convolution is decomposed into smaller convolutions. As a result, InceptionV3 has state-of-the-art performance in object recognition and, therefore, this model is largely employed for TL.
InceptionResNetV2 (IncRN2) [42] is a modified version of the InceptionV3 model with improved computing power, increased network depth, and network non-linearity. The feature extraction consists of three similar modules: Inception-ResNet-A, Inception-ResNet-B, and Inception-ResNet-C. In particular, the second and third have asymmetric convolution kernels, as opposed to the symmetric ones of the first.
All six architectures used in this work are shown in Figure 6.
In this work, to classify toe walking, Global Average Pooling was appended after the main architectures to increase the connection of feature importance with the label class [43]. Subsequently, a dense layer, a dropout layer, another dense layer, a dropout layer, and a final dense layer with a “softmax” activation function were added. “Adam” was used as the optimization algorithm, with accuracy as the metric. The implemented architecture is illustrated in Figure 7, while the various network parameters are reported in Table 2.

3. Results and Discussion

To evaluate the effectiveness of the proposed approach, several experiments have been performed. The main algorithms were implemented using Python 3.8, with the following libraries: Tensorflow (2.10), pandas (2.0.3), scikit-learn (1.2.1), spkit (0.0.9.6.7). The hardware environment was a Dell Precision 7920 Rack workstation with 256 GB RAM, dual Intel Xeon Gold 5218R CPU@2.10 Ghz processors, and three NVIDIA RTX A2000 12 GB GPUs.
Results were analysed using the following four different metrics: accuracy (Acc), precision (Pr), recall (Re), and F1-Score, derived as:
Acc = TP + TN TP + TN + FP + FN
Pr = TP TP + FP
Re = TP TP + FN
F1-Score = 2 TP 2 TN + FP + FN
where TP (True Positive) denotes the presence of a toe walking detected successfully by the algorithm; FP (False Positive) implies the absence of toe walking but the algorithm detects it; TN (True Negative) means toe walking is missing and the algorithm correctly does not detect it; and finally, FN (False Negative) denotes toe walking but is not detected by the algorithm. Accuracy displays the ratio of all correctly classified samples to all samples, precision refers to the model’s accuracy in finding positive occurrences, recall refers to the model’s performance in successfully matching positive occurrences using all positive occurrences, and the F1-Score impacts true positive occurrences more than precision. The performance of the proposed approach was evaluated using a 10 cross-validation procedure [44]. Specifically, each pre-trained architecture was trained with 80% of the dataset, while the remaining 20% was used as the test set. Then, to prevent over-fitting, a validation set was generated with 20% of the training set. To reduce the simultaneous occurrence of the same samples in the training and test sets, the procedure was performed 10 times, with different training and test sets.
Table 3 reports the achieved results for each considered TL architecture. The metrics considered and the training time on the previously described hardware are included. From Table 3, it can be seen that the modified InceptionResNetV2 architecture performed best in terms of average accuracy compared to the others. In fact, after training 150 epochs, it achieved an accuracy of 95.25%, which is higher compared to the other evaluated architectures. In terms of computational efficiency, a comparable training time can be seen for all the proposed architectures, with the exception of modified MobileNetV3, which has a lower training time of about 30–40%, but a much worse accuracy. Considering the two best performing architectures (InceptionResnetV2 and DenseNet121), the difference in training time is about 280 s, which does not represent a significant challenge for actual hardware capabilities.
For the model with the best performance (InceptionResNetV2), Table 4 also shows the obtained performance for various considered users. For the sake of brevity, we report the considered metrics for six users with the anthropometric characteristics reported in Table 5. As we can see from the achieved results, the model continues to perform well, maintaining a similar accuracy for all the users whose Gender, Age, Body Height, and Body Mass are quite different from each other, confirming the goodness of the proposed approach.
Figure 8, Figure 9, Figure 10, Figure 11, Figure 12 and Figure 13 show the overall models’ performance, displaying model losses and accuracy in training and validation. From these figures, it can be seen that the validation accuracy can hardly be improved and oscillates around a robust value after 150 epochs of training, although the training accuracy constantly improves. Differences between training and validation accuracy and loss can also be noted, probably related to over-fitting problems most visible in the MobileNetV3, VGG16, and ResNet50 models, i.e., the models with the worst performance (90% lower accuracy). However, again from these figures it can be seen that the best model is still the modified InceptionResNetV2, given the smaller difference in accuracy between the training and validation phases, while MobileNetV3 is still the worst model, as can be seen in Figure 9a, given the large difference in the two phases.
Figure 14 shows the confusion matrices of the obtained average accuracies for each considered model. Again, observing the numbers on the main diagonal, modified InceptionResNetV2 remains the best performing model, followed by DenseNet121, while, once again, MobileNetV2 performs the worst. In addition, the confusion matrices reported for each considered architecture show that, for the best models, normal and toe walking both obtain an accuracy greater than 90% and similar to each other. In particular, InceptionResNetV2 achieves an accuracy of 97% for normal walking. Finally, it is evident that the lowest accuracy is found in the toe walking classification for VGG16 and ResNet50, which is 77%.
Once the best model was identified, it was saved in “.h5” format and, to show the real generalization of the proposed approach, it was tested using the FREEEMG1000 system, as described in Section 2.1. Table 6 reports the obtained results for the considered metrics varying the five considered users. It can be seen that, again, the proposed approach appears to be promising, although with a small dataset. In fact, in this case, an average accuracy of about 93.4% is obtained.
Finally, three classical Machine-Learning (ML) classifiers were used to further validate the proposed approach, using both the public dataset and the dataset obtained using the BTS system. In particular, Support Vector Machine (SVM) [45], Random Forest (RF) [46], and K-Nearest Neighbor (KNN) [47] were considered. The obtained results are shown in Table 7 and Table 8, respectively. In particular, considering the best model with the proposed approach (InceptionResNetV2) and the one with ML (RF), an increase of about 6% can be seen with the proposed approach using the public dataset and about 8% with the BTS system, which represents a considerable improvement in performance, even though it requires a significantly higher training time. However, the training is only performed once offline, and therefore the higher training time does not affect the total processing time during continuous monitoring. This ensures real-time operation in normal and toe walking classification using the previously trained model, also on embedded platforms such as Odroid N2+ [48]. This platform has a limited cost (around EUR 200) and is also equipped with a GPU, which certainly makes it usable in real environment contexts. In support of this, some tests have been carried out on Odroid N2+, achieving an average time to obtain the classification in normal or toe walking of approximately 0.114 s by giving, as input to the model, the scalograms acquired by the two muscles in the analyzed window.

4. Conclusions

Persistent toe walking can lead to foot and ankle muscle issues, resulting in instability, pain, and an increased risk of falls. Moreover, such walking can adversely influence quality of life, making it difficult, for example, to participate in sports activities or, even worse, provoking teasing and bullying in children. So, early detection can prevent more serious health problems, such as Achilles tendon shortening, avoiding negative impacts and consequently improving quality of life. Consequently, an accurate, safe, and low-cost detection method for toe walking is very important.
In this study, a novel approach for detecting toe walking using surface electromyography on the lower limb is proposed. sEMG sensors can facilitate early detection of the problem by measuring muscle electrical activity, enabling the identification of signals prior to the corresponding movement associated with muscle activation. To reduce the complexity of the sEMG signal and enhance generalization across different devices, a TL approach is introduced. Scalograms were applied to track the data in the time–frequency domain, attenuating the sEMG signal constraints. Six different pre-trained architectures were used to distinguish toe walking from normal walking, and the best results were obtained with InceptionResNetV2, achieving an average accuracy of about 95.2% on a public dataset. The approach was also validated using a different sEMG device from the one employed in the public dataset. Specifically, participants were asked to perform normal walking and toe walking tasks, generating a small dataset with the new device. The positive results obtained demonstrate the system’s ability to generalize across different devices.
Current sEMG systems, despite their effectiveness, exhibit certain limitations, such as the challenge of precisely positioning probes on targeted muscles and the discomfort that can arise from prolonged use. To address these concerns, an innovative approach for future development could involve the creation of sensorized wearable garments—such as socks, sleeves, or bands—that seamlessly integrate the necessary electronic and software components. These advanced garments would facilitate accurate probe placement while employing hypoallergenic materials designed to minimize skin irritation, thereby enhancing overall user experience. This approach would also reduce the requirement for specialized personnel, significantly improving user convenience and comfort during extended monitoring periods. Moreover, future advancements will likely focus on building an extensive dataset through collaboration with other project partners, enriching the quality and applicability of the research. Given the overfitting observed in some of the analyzed models, such as MobileNetV3, VGG16, and ResNet50, employing strategies like Regularization or Data Augmentation—potentially using Generative Adversarial Networks—will be essential to mitigate this issue. Further exploration of additional pre-trained architectures will be pursued to determine if InceptionResNetV2 remains superior. Additionally, expanding the scope of analysis to include other walking disorders, such as heel walking, and investigating additional muscles will provide a more comprehensive understanding of sEMG applications.

Author Contributions

Conceptualization, A.M., G.R. and A.L.; methodology, A.M., G.R. and A.L.; validation and experimental investigation, A.M., G.R., A.M.C., A.C. and A.L.; writing—original draft preparation, A.M. and G.R.; review and editing, A.M., G.R., A.M.C., A.C. and A.L.; supervision, A.L.; project administration, A.L.; funding acquisition, A.L. All authors have read and agreed to the published version of the manuscript.

Funding

This paper was developed within the project funded by Next Generation EU “Age-It—Ageing well in an ageing society” project (PE0000015), National Recovery and Resilience Plan (NRRP)-PE8-Mission 4, C2, Intervention 1.3. The views and opinions expressed are only those of the authors and do not necessarily reflect those of the European Union or the European Commission. Neither the European Union nor the European Commission can be held responsible for them.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the ethic committee for studies involving humans (ethic committee Lombardia 4, cod. CET 4/24, date 9 April 2024 and ethic committee Area Centro-Est Veneto, cod. 5982/U6/24, date 5 September 2024).

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to restrictions (with them containing information that could compromise the privacy of research participants).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Ruzbarsky, J.J.; Scher, D.; Dodwell, E. Toe walking: Causes, epidemiology, assessment, and treatment. Curr. Opin. Pediatr. 2016, 28, 40–46. [Google Scholar] [CrossRef] [PubMed]
  2. Bhambra, T.S.; Zafar, A.Q.; Fishlock, A. Understanding gait assessment and analysis. Orthop. Trauma 2024, 38, 371–377. [Google Scholar] [CrossRef]
  3. Tang, Y.M.; Wang, Y.H.; Feng, X.Y.; Zou, Q.S.; Wang, Q.; Ding, J.; Shi, R.C.-J.; Wang, X. Diagnostic value of a vision-based intelligent gait analyzer in screening for gait abnormalities. Gait Posture 2022, 91, 205–211. [Google Scholar] [CrossRef] [PubMed]
  4. Ridao-Fernàndez, C.; Pinero-Pinto, E.; Chamorro-Moriana, G. Observational gait assessment scales in patients with walking disorders: Systematic review. In BioMed Research International; Wiley: Hoboken, NJ, USA, 2019. [Google Scholar]
  5. Abroskina, M.; Ondar, V.; Ismailova, S.; Subocheva, S.; Khomchenkova, A.; Gurevich, V.; Kondratiev, S.; Mozheyko, E.; Prokopenko, S. Video Analysis of Human Gait: Advantages and Disadvantages in Neurological Diagnostics. In Proceedings of the 2021 International Symposium on Biomedical Engineering and Computational Biology, Nanchang, China, 13–15 August 2021; pp. 1–7. [Google Scholar]
  6. Dong, Y.; Wu, Y.; Noh, H.Y. Detecting Gait Abnormalities in Foot-Floor Contacts During Walking Through Footstep Induced Structural Vibrations. arXiv 2024, arXiv:2405.13996. [Google Scholar]
  7. Hutabarat, Y.; Owaki, D.; Hayashibe, M. Recent Advances in Quantitative Gait Analysis Using Wearable Sensors: A Review. IEEE Sensors J. 2021, 21, 26470–26487. [Google Scholar] [CrossRef]
  8. Prasanth, H.; Caban, M.; Keller, U.; Courtine, G.; Ijspeert, A.; Vallery, H.; von Zitzewitz, J. Wearable Sensor-Based Real-Time Gait Detection: A Systematic Review. Sensors 2021, 21, 2727. [Google Scholar] [CrossRef] [PubMed]
  9. Brasiliano, P.; Mascia, G.; Di Feo, P.; Di Stanislao, E.; Alvini, M.; Vannozzi, G.; Camomilla, V. Impact of Gait Events Identification through Wearable Inertial Sensors on Clinical Gait Analysis of Children with Idiopathic Toe Walking. Micromachines 2023, 14, 277. [Google Scholar] [CrossRef] [PubMed]
  10. Prisco, G.; Pirozzi, M.A.; Santone, A.; Esposito, F.; Cesarelli, M.; Amato, F.; Donisi, L. Validity of Wearable Inertial Sensors for Gait Analysis: A Systematic Review. Diagnostics 2025, 15, 36. [Google Scholar] [CrossRef]
  11. Dìaz, S.; Stephenson, J.B.; Labrador, M.A. Use of wearable sensor technology in gait, balance, and range of motion analysis. Appl. Sci. 2019, 10, 234. [Google Scholar] [CrossRef]
  12. Pendharkar, G.; Naik, G.R.; Nguyen, H.T. Using Blind Source Separation on accelerometry data to analyze and distinguish the toe walking gait from normal gait in ITW children. Biomed. Signal Process. Control 2014, 13, 41–49. [Google Scholar] [CrossRef]
  13. Ershadi, G.; Gwak, M.; Liu, J.; Lee, G.; Aminian, A.; Sarrafzadeh, M. AIToe: Gait Analysis Utilizing an IMU for Toe Walking Detection and Intervention. In IoT Technologies for Health Care, HealthyIoT 2021; Spinsante, S., Silva, B., Goleva, R., Eds.; Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering; Springer: Cham, Switzerland, 2021; Volume 432. [Google Scholar]
  14. Soangra, R.; Wen, Y.; Yang, H.; Grant-Beuttler, M. Classifying Toe Walking Gait Patterns Among Children Diagnosed With Idiopathic Toe Walking Using Wearable Sensors and Machine Learning Algorithms. IEEE Access 2022, 10, 77054–77067. [Google Scholar] [CrossRef]
  15. Chen, J.; Soangra, R.; Grant-Beuttler, M.; Nanehkaran, Y.A.; Wen, Y. Dense & Attention Convolutional Neural Networks for Toe Walking Recognition. IEEE Trans. Neural Syst. Rehabil. Eng. 2023, 31, 2235–2245. [Google Scholar] [PubMed]
  16. Pendharkar, G.; Lai, D.T.H.; Begg, R.K. Detecting Idiopathic Toe-Walking gait pattern from normal gait pattern using heel accelerometry data and Support Vector Machines. In Proceedings of the 2008 30th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Vancouver, BC, Canada, 20–25 August 2008; pp. 4920–4923. [Google Scholar]
  17. Kim, S.; Soangra, R.; Grant-Beuttler, M.; Aminian, A. Wearable Sensor-Based Gait Classification in Idiopathic Toe Walking Adolescents. Biomed. Sci. Instrum. 2019, 55, 178–185. [Google Scholar] [PubMed]
  18. Fu, X.; Zheng, H.; Liu, L.; Zhong, W.; Liu, H.; Xiong, W.; Zhang, Y.; Chen, Y.; Wei, D.; Dong, M.; et al. Gait cycle-inspired learning strategy for continuous prediction of knee joint trajectory from sEMG. arXiv 2023, arXiv:2307.13209. [Google Scholar]
  19. Pradon, D.; Tong, L.; Chalitsios, C.; Roche, N. Development of Surface EMG for Gait Analysis and Rehabilitation of Hemiparetic Patients. Sensors 2024, 24, 5954. [Google Scholar] [CrossRef]
  20. Borzelli, D.; Morano, M.; Fioretti, S.; Di Nardo, F. The pooled scalogram: A wavelet-based approach to detect the co-activation of several muscles in the time-frequency domain. Biomed. Signal Process. Control 2025, 99, 106802. [Google Scholar] [CrossRef]
  21. Negi, P.C.B.S.; Pandey, S.S.; Sharma, S.; Sharma, N. Classification of Gait Abnormalities Using Transfer Learning with EMG Scalogram Features. In ICT Infrastructure and Computing; Tuba, M., Akashe, S., Joshi, A., Eds.; ICT4SD 2023, Lecture Notes in Networks and Systems; Springer: Singapore, 2023; Volume 754, pp. 407–415. [Google Scholar]
  22. Lencioni, T.; Carpinella, I.; Rabuffetti, M.; Marzegan, A.; Ferrarin, M. Human kinematic, kinetic and EMG data during different walking and stair ascending and descending tasks. Sci. Data 2019, 6, 309. [Google Scholar] [CrossRef] [PubMed]
  23. Giampetruzzi, L.; Rescio, G.; Leone, A.; Siciliano, P. Analysis of skeletal muscles contractility using smart semg-based socks. In Italian Forum of Ambient Assisted Living; Springer: Cham, Switzerland, 2019; pp. 39–47. [Google Scholar]
  24. Horsak, B.; Heller, M.; Baca, A. Muscle co-contraction around the knee when walking with unstable shoes. J. Electromyogr. Kinesiol. 2015, 25, 175–181. [Google Scholar] [CrossRef]
  25. Yi, S.Y.; Kim, Y.J.; Lee, D.Y.; Yu, J.H.; Kim, J.S.; Kim, S.G. Effects of Open Kinetic Chain Exercise for the Gastrocnemius and Tibialis Anterior Muscles on Balance. J. Korean Phys. Ther. 2021, 33, 278–285. [Google Scholar] [CrossRef]
  26. Cometa srl. Available online: https://www.cometasystems.com (accessed on 10 December 2024).
  27. Leone, A.; Rescio, G.; Manni, A.; Siciliano, P.; Caroppo, A. Comparative Analysis of Supervised Classifiers for the Evaluation of Sarcopenia Using a sEMG-Based Platform. Sensors 2022, 22, 2721. [Google Scholar] [CrossRef] [PubMed]
  28. BTS s.p.a. Available online: https://www.btsbioengineering.com/products/freeemg/ (accessed on 10 December 2024).
  29. De Luca, C.J.; Gilmore, L.D.; Kuznetsov, M.; Roy, S.H. Filtering the surface EMG signal: Movement artifact and baseline noise contamination. J. Biomech. 2010, 43, 1573–1579. [Google Scholar] [CrossRef] [PubMed]
  30. Gupta, K.; Bajaj, V.; Ansari, I.A.; Acharya, U.R. Hyp-net: Automated detection of hypertension using deep convolutional neural network and Gabor transform techniques with ballistocardiogram signals. Biocybern. Biomed. Eng. 2022, 42, 784–796. [Google Scholar] [CrossRef]
  31. Aguiar-Conraria, L.; Soares, M.J. The Continuous Wavelet Transform: A Primer. Technical Report, 2011, NIPE-Universidade do Minho. Available online: https://econpapers.repec.org/paper/nipnipewp/16_2f2011.htm (accessed on 10 December 2024).
  32. Zhuang, F.; Qi, Z.; Duan, K.; Xi, D.; Zhu, Y.; Zhu, H.; Xiong, H.; He, Q. A comprehensive survey on transfer learning. Proc. IEEE 2020, 109, 43–76. [Google Scholar] [CrossRef]
  33. Sun, J.; Wang, Y.; Hou, J.; Li, G.; Sun, B.; Lu, P. Deep Learning for Electromyographic Lower-Limb Motion Signal Classification Using Residual Learning. IEEE Trans. Neural Syst. Rehabil. Eng. 2024, 32, 2078–2086. [Google Scholar] [CrossRef] [PubMed]
  34. Demir, F.; Bajaj, V.; Ince, M.C.; Taran, S.; Sengür, A. Surface EMG signals and deep transfer learning-based physical action classification. Neural Comput. Appl. 2019, 31, 8455–8462. [Google Scholar] [CrossRef]
  35. Deepa, R.; Vidyabharathi, D.; Hemlata, D.; Kalaivaani, P.C.D.; Marimuthu, M.; Ismail, M.K. Revolutionizing Hand Gesture Recognition: A Transfer Learning Approach using Surface Electromyography and Convolutional Neural Networks. In Proceedings of the Second International Conference on Augmented Intelligence and Sustainable Systems (ICAISS 2023), Trichy, India, 23–25 August 2023; pp. 70–75. [Google Scholar]
  36. Rezaee, K.; Savarkar, S.; Yu, X.; Zhang, J. A hybrid deep transfer learning-based approach for Parkinson’s disease classification in surface electromyography signals. Biomed. Signal Process. Control 2022, 71, 103161. [Google Scholar] [CrossRef]
  37. Iandola, F.; Moskewicz, M.; Karayev, S.; Girshick, R.; Darrell, T.; Keutzer, K. DenseNet: Implementing efficient ConvNet descriptor pyramids. arXiv 2014, arXiv:1404.1869. [Google Scholar]
  38. Howard, A.; Sandler, M.; Chu, G.; Chen, L.C.; Chen, B.; Tan, M.; Wang, W.; Zhu, Y.; Pang, R.; Vasudevan, V.; et al. Searching for mobilenetv3. In Proceedings of the IEEE International Conference on Computer Vision, Seoul, Republic of Korea, 2 September–27 October 2019; pp. 1314–1324. [Google Scholar]
  39. Simonyan, K.; Zisserman, A. Very Deep Convolutional Networks for Large-Scale Image Recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  40. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  41. Szegedy, C.; Vanhoucke, V.; Ioffe, S.; Shlens, J.; Wojna, Z. Rethinking the inception architecture for computer vision. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 2818–2826. [Google Scholar]
  42. Szegedy, C.; Ioffe, S.; Vanhoucke, V.; Alemi, A. Inception-v4, inception-resnet and the impact of residual connections on learning. In Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence, San Francisco, CA, USA, 4–9 February 2017. [Google Scholar]
  43. Lin, M.; Chen, Q.; Yan, S. Network In Network. arXiv 2014, arXiv:1312.4400. [Google Scholar]
  44. Hastie, T.; Tibshirani, R.; Friedman, J. The Elements of Statistical Learning: Data Mining, Inference, and Prediction; Spinger: Berlin/Heidelberg, Germany, 2009. [Google Scholar]
  45. Suykens, J.A.; Vandewalle, J. Least squares support vector machine classifiers. Neural Process. Lett. 1999, 9, 293–300. [Google Scholar] [CrossRef]
  46. Breiman, L. Random Forests. Mach. Learn. 2000, 45, 5–32. [Google Scholar] [CrossRef]
  47. Wu, X.; Kumar, V.; Quinlan, J.R.; Ghosh, J.; Yang, Q.; Motoda, H.; McLachlan, G.J.; Ng, A.; Liu, B.; Yu, P.S.; et al. Top 10 Algorithms in Data Mining. Knowl. Inf. Syst. 2008, 14, 1–37. [Google Scholar] [CrossRef]
  48. Odroid UK. Available online: https://www.odroid.co.uk/index.php?route=product/product&path=246_239&product_id=868 (accessed on 8 January 2025).
Figure 1. Proposed toe walking detection methodology.
Figure 1. Proposed toe walking detection methodology.
Sensors 25 01305 g001
Figure 2. sEMG signal trend of a normal walking for two different partecipants.
Figure 2. sEMG signal trend of a normal walking for two different partecipants.
Sensors 25 01305 g002
Figure 3. BTS Bioengineering FREEEMG1000 platform.
Figure 3. BTS Bioengineering FREEEMG1000 platform.
Sensors 25 01305 g003
Figure 4. Representation of raw signal, filtered signal, and CWT scalograms for normal walking considering Gastrocnemius Medialis (a) and Tibialis Anterior (b).
Figure 4. Representation of raw signal, filtered signal, and CWT scalograms for normal walking considering Gastrocnemius Medialis (a) and Tibialis Anterior (b).
Sensors 25 01305 g004
Figure 5. Representation of raw signal, filtered signal, and CWT scalograms for toe walking considering Gastrocnemius Medialis (a) and Tibialis Anterior (b).
Figure 5. Representation of raw signal, filtered signal, and CWT scalograms for toe walking considering Gastrocnemius Medialis (a) and Tibialis Anterior (b).
Sensors 25 01305 g005
Figure 6. Architecture of six models employed in this study. (a) DenseNet121 contains an input layer followed by a convolution layer, a dense layer, a convolution layers, a pooling layer, another dense layer, a convolution layer, a pooling layer, a dense layer, a pooling layer, and a linear layer, and finally the output. (b) MobileNetV3 consists of three deep convolution and a linear bottleneck structure. (c) VGG16 contains various convolution layers, pooling layers, and dense layers. The number 16 refers to 16 weighted layers. (d) ResNet50 is composed of 48 convolution layers followed by 1 max-pooling layer and 1 average-pooling layer. (e) InceptionV3 includes three blocks: (1) the basic convolutional block, (2) the enhanced Inception block, and (3) the classifier. (f) InceptionResNetV2 consists of three similar modules: Inception-ResNet-A, Inception-ResNet-B, and Inception-ResNet-C, where the second and third have asymmetric convolution kernels, as opposed to the symmetric ones of the first.
Figure 6. Architecture of six models employed in this study. (a) DenseNet121 contains an input layer followed by a convolution layer, a dense layer, a convolution layers, a pooling layer, another dense layer, a convolution layer, a pooling layer, a dense layer, a pooling layer, and a linear layer, and finally the output. (b) MobileNetV3 consists of three deep convolution and a linear bottleneck structure. (c) VGG16 contains various convolution layers, pooling layers, and dense layers. The number 16 refers to 16 weighted layers. (d) ResNet50 is composed of 48 convolution layers followed by 1 max-pooling layer and 1 average-pooling layer. (e) InceptionV3 includes three blocks: (1) the basic convolutional block, (2) the enhanced Inception block, and (3) the classifier. (f) InceptionResNetV2 consists of three similar modules: Inception-ResNet-A, Inception-ResNet-B, and Inception-ResNet-C, where the second and third have asymmetric convolution kernels, as opposed to the symmetric ones of the first.
Sensors 25 01305 g006
Figure 7. TL architecture implemented in the proposed approach. Resulting scalograms are resized to 224 × 224 to fit with the input layer of the selected deep architectures. Global Average Pooling was appended after the main architectures, followed by various dense layers and dropout layers to obtain the classification of normal and toe walking.
Figure 7. TL architecture implemented in the proposed approach. Resulting scalograms are resized to 224 × 224 to fit with the input layer of the selected deep architectures. Global Average Pooling was appended after the main architectures, followed by various dense layers and dropout layers to obtain the classification of normal and toe walking.
Sensors 25 01305 g007
Figure 8. (a) Accuracy and (b) loss of the proposed DenseNet121 at the training and validation phase.
Figure 8. (a) Accuracy and (b) loss of the proposed DenseNet121 at the training and validation phase.
Sensors 25 01305 g008
Figure 9. (a) Accuracy and (b) loss of the proposed MobileNetV3 at the training and validation phase.
Figure 9. (a) Accuracy and (b) loss of the proposed MobileNetV3 at the training and validation phase.
Sensors 25 01305 g009
Figure 10. (a) Accuracy and (b) loss of the proposed VGG16 at the training and validation phase.
Figure 10. (a) Accuracy and (b) loss of the proposed VGG16 at the training and validation phase.
Sensors 25 01305 g010
Figure 11. (a) Accuracy and (b) loss of the proposed ResNet50 at the training and validation phase.
Figure 11. (a) Accuracy and (b) loss of the proposed ResNet50 at the training and validation phase.
Sensors 25 01305 g011
Figure 12. (a) Accuracy and (b) loss of the proposed InceptionV3 at the training and validation phase.
Figure 12. (a) Accuracy and (b) loss of the proposed InceptionV3 at the training and validation phase.
Sensors 25 01305 g012
Figure 13. (a) Accuracy and (b) loss of the proposed InceptionResNetV2 at the training and validation phase.
Figure 13. (a) Accuracy and (b) loss of the proposed InceptionResNetV2 at the training and validation phase.
Sensors 25 01305 g013
Figure 14. The confusion matrix on test dataset for (a) DenseNet121, (b) MobileNetV2, (c) VGG16, (d) ResNet50, (e) InceptionV3, (f) InceptionResNetV2.
Figure 14. The confusion matrix on test dataset for (a) DenseNet121, (b) MobileNetV2, (c) VGG16, (d) ResNet50, (e) InceptionV3, (f) InceptionResNetV2.
Sensors 25 01305 g014
Table 1. Summary of related studies on toe walking.
Table 1. Summary of related studies on toe walking.
ReferencesSensor TypeMethodologyAccuracy
[12]accelorometerk-means0.96
[13]accelerometerMachine Learning0.93
[14]accelerometer and gyroscopeMachine Learning0.93
[15]accelerometer and gyroscopeDeep Learning0.93
[16]accelerometerMachine Learning0.87
[17]accelerometer and gyroscopeDeep Learning0.94
Table 2. Hyperparameters for the proposed TL models.
Table 2. Hyperparameters for the proposed TL models.
HyperparameterModel Architecture
DN121 MN3 VGG16 RN50 Inc3 IncRN2
Learning rate0.0010.0010.0020.0010.0020.002
Batch size128128128128128128
OptimizerAdamAdamAdamAdamAdamAdam
Output activationsoftmaxsoftmaxsoftmaxsoftmaxsoftmaxsoftmax
# epochs150150150150150150
Table 3. Comparison of the performance for each TL architecture.
Table 3. Comparison of the performance for each TL architecture.
ModelAccuracyPrecisionRecallF1-ScoreTraining Time (s)
DenseNet1210.92000.92210.91790.92065571.04
MobileNetV30.83720.87200.86360.84173595
VGG160.87390.87250.84790.87256095.78
ResNet500.86920.86780.84470.86814869.20
InceptionV30.90070.90040.87910.90024845.21
InceptionResnetV20.95250.95190.94400.95195849.34
Table 4. Performance comparison of InceptionResNetV2 for different users.
Table 4. Performance comparison of InceptionResNetV2 for different users.
UsersAccuracyPrecisionRecallF1-Score
Subject280.95950.95230.94680.9506
Subject300.95180.95710.94630.9572
Subject220.94380.94860.94520.9479
Subject200.95860.95120.94370.9511
Subject100.95320.94940.94280.9507
Subject210.95070.95120.94430.9514
Table 5. Anthropometric characteristics of the considered users.
Table 5. Anthropometric characteristics of the considered users.
SubjectGenderAge (Years)Body Height (cm)Body Mass (kg)
Subject28M7118.78614129.037024
Subject30F9134.93247132.973236
Subject22M32174.44779970.764818
Subject20F3415551.625319
Subject10M56179.56924874.179373
Subject21F68154.32231955.007142
Table 6. Performance for each users using BTS FREEEMG1000.
Table 6. Performance for each users using BTS FREEEMG1000.
End-UserAccuracyPrecisionRecallF1-Score
User 10.95180.95120.94470.9512
User 20.91980.92010.91960.9198
User 30.94370.94510.94380.9432
User 40.90700.91030.90790.9071
User 50.94600.95400.93700.9410
Table 7. Obtained performance with ML classifiers using public dataset.
Table 7. Obtained performance with ML classifiers using public dataset.
ModelAccuracyPrecisionRecallF1-Score
SVM0.84120.84180.84120.8414
RF0.89040.89040.89040.8904
KNN0.87010.87000.87010.8698
Table 8. Obtained performance with ML classifiers using dataset with BTS.
Table 8. Obtained performance with ML classifiers using dataset with BTS.
ModelAccuracyPrecisionRecallF1-Score
SVM0.81160.81220.81150.8109
RF0.86440.86040.86040.8604
KNN0.85760.85790.85670.8577
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Manni, A.; Rescio, G.; Carluccio, A.M.; Caroppo, A.; Leone, A. A Transfer Learning Approach for Toe Walking Recognition Using Surface Electromyography on Leg Muscles. Sensors 2025, 25, 1305. https://doi.org/10.3390/s25051305

AMA Style

Manni A, Rescio G, Carluccio AM, Caroppo A, Leone A. A Transfer Learning Approach for Toe Walking Recognition Using Surface Electromyography on Leg Muscles. Sensors. 2025; 25(5):1305. https://doi.org/10.3390/s25051305

Chicago/Turabian Style

Manni, Andrea, Gabriele Rescio, Anna Maria Carluccio, Andrea Caroppo, and Alessandro Leone. 2025. "A Transfer Learning Approach for Toe Walking Recognition Using Surface Electromyography on Leg Muscles" Sensors 25, no. 5: 1305. https://doi.org/10.3390/s25051305

APA Style

Manni, A., Rescio, G., Carluccio, A. M., Caroppo, A., & Leone, A. (2025). A Transfer Learning Approach for Toe Walking Recognition Using Surface Electromyography on Leg Muscles. Sensors, 25(5), 1305. https://doi.org/10.3390/s25051305

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop