Next Article in Journal
A Contribution to the Temperature Particles Method—Implementation of a Large-Eddy Simulation (LES) Model for the Temperature Field
Previous Article in Journal
A Methodology for Situation Assessing of Space-Based Information Networks
Previous Article in Special Issue
Decentralized Public Transport Management System Based on Blockchain Technology
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modeling and Analysis of Intrabody Communication for Biometric Identity in Wireless Body Area Networks

1
Department of Computer Engineering, HSE University, 101000 Moscow, Russia
2
Graduate School of Business, HSE University, 101000 Moscow, Russia
*
Author to whom correspondence should be addressed.
Appl. Sci. 2025, 15(8), 4126; https://doi.org/10.3390/app15084126
Submission received: 25 February 2025 / Revised: 25 March 2025 / Accepted: 7 April 2025 / Published: 9 April 2025
(This article belongs to the Special Issue Advancement in Smart Manufacturing and Industry 4.0)

Abstract

:
Intrabody communication (IBC) establishes a wireless connection between devices in a Wireless Body Area Network (WBAN) by utilizing the human body as a transmission medium. The characteristics of the IBC channel are significantly influenced by the geometric and biological features of the human body and tissues. This paper analyzes a dataset with experimental real subjects’ data on signal loss in a galvanic IBC channel, models IBC identification using the K-Nearest Neighbors (KNN) algorithm, and proposes a novel IBC WBAN architecture incorporating an identification function. The analysis of the dataset revealed that the IBC channel gain exhibits a wide range of variations depending on individual human body characteristics such as height, weight, body mass index, and body composition. Consequently, biometric identification can be leveraged within the IBC WBAN paradigm. Through modeling IBC identification on cleaned and labeled data, we demonstrated an identification accuracy of 99.9% based on the results of our modeling. The proposed IBC WBAN architecture with an integrated identification function is anticipated to enhance the application scope and accelerate the development of IBC WBANs.

1. Introduction and Motivation

Wireless Body Area Networks (WBANs) represent a class of wireless networks that facilitate data exchange between mobile devices located on or within the human body as part of the Narrowband Internet of Things (NB-IoT) group of devices. In recent years, WBANs have gained widespread adoption due to the diminutive sizes and weights of their constituent devices. WBANs typically comprise transceivers and sensors that communicate wirelessly. Presently, WBANs predominantly employ radio frequency (RF) communication technologies such as ZigBee, Bluetooth, and 6LoWPAN. However, these RF transceivers suffer from drawbacks, including high power consumption and mutual interference [1,2,3], thereby limiting their applicability. Intrabody communication (IBC) technology has emerged to mitigate these issues and reduce power consumption [4,5].
Intrabody communication leverages the human body as a conductive medium for wireless communication between WBAN devices. IBC systems find applications in diverse domains, such as healthcare, sports, military, and security. Researchers at the MIT Media Laboratory have introduced a wearable monitor for temperature measurement and hypothermia detection in soldiers [6]. Additionally, smart textiles equipped with acceleration sensors and leveraging IBC have been developed for applications in sports and medical rehabilitation [7,8,9,10,11]. IBC has also been explored for enhancing the reliability and security of access control systems [12,13,14,15]. Furthermore, inter-segment communication enables the establishment of connections between IBC-enabled WBAN devices located on different individuals [16].
The development of Industry 4.0 also drives the emergence of new requirements for organizing interactions between different participants in the manufacturing process: autonomous robotic systems and collaborative robots (cobots), humans and the production system. Researchers note that evolving production tasks and the adoption of technologies such as the Internet of Things (IoT) and artificial intelligence (AI) are reshaping the role of humans in manufacturing. One prominent approach is the Operator 4.0 concept, first introduced in [17] as a “human-centric” vision for the successful adoption and implementation of Industry 4.0 technologies in smart factories. A recent analysis of the evolution of this approach in [18] demonstrated that the nature of work, the social and organizational work environment, and related individual factors are key categories influencing the psychosocial state of Operator 4.0.
The task of identifying individual workers at a production site within a manufacturing facility enables the consideration of human-specific characteristics for fine-tuning equipment or specialized robotic systems (for instance, industrial exoskeleton) that collaborate with humans on production lines.
Research has shown that IBC can address some of the prevalent challenges associated with traditional communication methods used in industrial settings, such as high energy consumption and susceptibility to interference. The energy efficiency of IBC aligns well with the goals of Industry 4.0, where the emphasis is on creating sustainable and low-energy solutions. For instance, IBC-enabled wearable devices can facilitate real-time health monitoring among factory workers, ensuring both safety and productivity while simultaneously reducing operational costs linked with energy consumption [5,12]
This necessity highlights the importance of exploring solutions such as Intrabody communication for biometric identification. Intrabody communication facilitates wireless connections within wireless body area networks (WBANs) through the human body acting as a transmission medium. However, the efficacy of IBC is significantly affected by the intricate geometric and biological variances among individuals, which contributes to substantial signal loss and variations in channel gain. These challenges hinder the reliability of communication between devices in WBANs, thereby limiting the potential applications of IBC technology.
Numerical biological tissue modeling plays a pivotal role in the development and optimization of intrabody communication devices. Modeling is widely used to determine the characteristics and parameters of body area networks. IBC modeling is a complex task because of the propagation of the signal through tissues with varying dielectric properties. Modeling plays a crucial role in IBC design, enabling the optimization of wearable devices to achieve maximum reliability and data transfer rates while minimizing power consumption. The goal of IBC modeling is to assess the functional dependencies between the parameters of a real system during operation, such as the relationship between signal quality and the properties of external and internal tissues, the distance between transceivers, and the size and shape of the tissue channel [19]. However, experimental studies are necessary to validate these simulation results. The use of physical tissue models or phantoms allows repeatable measurements under controlled conditions, significantly simplifying the verification process. In [20], the authors measured the characteristics of the IBC channel in five subjects and two phantoms to investigate the feasibility of using these characteristics for biometric identification. This study confirmed the possibility of biometric identification with an accuracy of 98.5% using machine learning algorithms for data analysis.
This paper models the feasibility and effectiveness of using IBC channel characteristics for biometric identity, which further can be used in industrial applications based on the last known dataset containing experimentally measured signal loss data in IBC channels [21]. The K-Nearest Neighbors (KNN) algorithm was used to assess the feasibility of identifying and recognizing individual subjects in the dataset based on features extracted from their IBC channel characteristics.
The main contributions of our study are the following:
  • Our research presents a study that integrates biometric identification techniques into the IBC system, utilizing channel gain influenced by individual physical characteristics (such as height, weight, and body composition) to enhance user identification and authentication from an experimental dataset containing data about real subjects. By using the KNN algorithm, we achieved an accuracy of 99.9%, demonstrating the potential for IBC to serve as reliable biometric identifiers.
  • We proposed a novel IBC WBAN architecture that incorporates biometric identification functionalities, enhancing the performance and security of existing systems. This architectural advancement provides a framework for the development of future IBC-enabled devices and applications focused on personalized user experiences.
  • By exploring the synergy between IBC technologies and biometric identification, our study addresses significant challenges in the realms of security and energy efficiency relevant to Industry 4.0. Our findings suggest pathways for the deployment of energy-efficient, secure WBANs within industrial settings, highlighting opportunities for health monitoring and workforce management.
  • This analysis lays the groundwork for future studies assessing the applicability of IBC in diverse contexts.
This paper is organized as follows. Section 2 covers related work in IBC. Section 3 provides a brief overview of types, identification, and measurement of signal loss in IBC channels. Section 4 is devoted to the analysis of the dataset and description of the influence of individual human body characteristics on IBC channel gain. Section 5 presents a biometric identity modeling based on IBC channel gain data from the dataset using the KNN algorithm. Section 6 is devoted to the architecture for an IBC system with biometric identity. Section 7 is focused on discussion of the results and future studies. Finally, Section 8 concludes the paper.

2. Related Work

The concept of leveraging the human body as a communication medium was pioneered by Zimmerman [4], who demonstrated the feasibility of capacitive coupling for low-power data transmission through the body. Early work focused on basic signal transmission, but recent studies have explored IBC’s potential for biometric identification [22]. In [23], several parameters of IBC were measured using body channel response (BCR) as a unique identifier, noting that variations in body composition (e.g., fat-to-muscle ratio, hydration levels) induce distinct signal attenuation patterns. But practical implementations were limited by simplistic feature extraction methods.
Early studies like [22] modeled IBC intra-palm propagation signals as a function of frequency (10–100 MHz) and electrode placement, identifying optimal operating frequencies for minimal loss. Recent research has linked channel gain dynamics to biometric identity. Advancements in machine learning have enabled more sophisticated biometric frameworks. In [20], machine learning algorithms were introduced to identify users based on IBC channel characteristics, achieving 98,5% accuracy using the Naive Bayes algorithm. K-nearest neighbors yielded the second-best results, with identification accuracy of 97.8%. It provides good results with the simplest model and least computational power budget. Their dataset, however, relied on controlled laboratory settings, limiting generalizability. Research in the field of Intrabody Communication is often focused on using data obtained from artificial phantoms [20,24,25,26,27] rather than actual human subjects. This limits researchers’ ability to account for individual biometric characteristics and geometric variations that can significantly influence the performance of IBC channels. The use of phantoms may not fully capture the real-world conditions of communication, highlighting the need for more comprehensive studies based on data from real users to ensure the reliability and accuracy of IBC technologies. Despite progress, these studies largely overlooked the impact of dynamic channel conditions (e.g., motion artifacts, environmental interference) on biometric reliability.
Comparative studies have also explored modulation schemes for IBC-based biometrics. For example, in [28], the combination of Ultra-Wide-Band IBC showed that offers superior resilience to motion artifacts but at the cost of higher power consumption. These findings underscore the trade-offs between biometric accuracy and energy efficiency in WBAN design. The absence of standardized IBC datasets has hindered reproducibility in biometric research.
WBAN architectures for IBC biometrics must reconcile security, latency, and energy constraints. The effectiveness and increased demand of WBAN forced the development of communication standard IEEE 802.15.6 [29] to bring low-power sensor devices and protocols under one umbrella for seamless communication and to expand the range of applications. In [30], it was proposed a tiered WBAN framework with centralized hubs for data aggregation, but their design prioritized throughput over security. However, their work did not address biometric-specific challenges like template protection.
The integration of Intrabody Communication in Wireless Body Area Networks is gaining traction, particularly in the context of Industry 4.0, where the convergence of physical and digital systems is creating opportunities for innovative solutions across various domains. IBC utilizes the human body as an effective transmission medium, enabling seamless and secure communication between wearable devices utilized in industrial environments. The existing literature on IBC often neglects a comprehensive examination of how individual biometric characteristics—such as height, weight, body mass index (BMI), and body composition—impact IBC channel characteristics. Additionally, while numerous studies have explored the advantages of IBC over traditional radio frequency (RF) communication, very few have proposed robust methodologies for integrating biometric identification into IBC frameworks. This gap in the research highlights the need for a systematic approach to utilize IBC for reliable user identification within WBANs.

3. Materials and Methods

This section begins by analyzing two types of IBC and then discusses research related to measuring IBC parameters and their use for user identification.

3.1. IBC

Currently, two IBC techniques are known: capacitive and galvanic, which were analyzed in [31]. Capacitive coupling does not depend on external wires, but the quality of transmission is influenced by the environment. For capacitive coupling, a ground connection between the input and output circuits is necessary. The signal is transmitted between the body channel of the transceivers via a current loop, which consists of a transmitter electrode, body channel, receiver electrode, and a capacitive return path through the external ground.
Galvanic coupling operates without a connection to the external ground. High-frequency electromagnetic waves are generated at the input. They propagate throughout the body and reach the receiver electrodes. This method does not require external wires, and the transmission quality does not depend on the environment. Two transmitting electrodes generate signals, and the body is used as a waveguide for signal propagation. Then, the signal is received by two receiver electrodes.
The main difference between these two techniques is that the IBC channel characteristics in capacitive coupling are highly dependent on the environment around the body, whereas in galvanic coupling, they depend on the physical characteristics of the human body.
IBC data transmission offers the following advantages:
  • Security: IBC provides a secure and private communication network, offering natural security and interference-resistant communication [32]. IBC requires a significantly lower operating frequency compared to RF systems. This means that signals are limited to human proximity, so data reading requires body contact [33].
  • Energy efficiency: research has shown that IBC consumes an order of magnitude less energy, at data rates up to 10 Mbps, making it an attractive communication technique for WBAN applications [24,34].
  • Frequency reuse: IBC forms a near-field communication network inside and around the human body. Consequently, it allows for the reuse of the same frequency band by other WBAN users.

3.2. IBC Identification

In [20], a study was conducted to measure the signal transmitted characteristics through galvanic coupling. The signal includes information about the transmission channel (channel gain profile). This information is primarily determined by the channel gain/attenuation profile, which develops due to the unique body biological and geometric characteristics [25]. Conducted measurement used a miniVNA Pro vector network analyzer on five subjects and two phantoms. The phantoms represent a five-layer model constructed using materials that accurately mimic the tissues dielectric properties (dielectric permittivity and conductivity), as shown in [26]. Over 150 measurements were conducted at distances between the TX and RX of 10, 15, and 20 cm. The possibility of using the channel gain profile in the galvanic link frequency range to obtain unique characteristics defining the biometric identity of each individual was investigated.
To identify a subject, the received signal is compared to previously recorded identifiers (unique to that subject) using machine learning algorithms. In [20], the following machine learning algorithms were used: Support Vector Machine (SVM), K-Nearest Neighbors (KNN), J48, Random Forest, and Naive Bayes classifier. These algorithms were used to train and test models capable of identifying individuals using features extracted from IBC channel characteristics obtained from the measurements. After training the model on IBC channel features, the model was tested on a test set of instances, where the model must accurately and reliably identify the subject.
In [20], a biometric classifier is used to determine the user measurement sample. IBC channel features were selected in order to not make the model more complicated, but to maintain accuracy and performance. The IBC channel gain was used as a feature. An identification accuracy ranging from 92% to 100% was observed when measurements were conducted at a distance of 10 cm. However, when using data for larger distances (15 and 20 cm), accuracy decreased as signal attenuation increased with increasing distance. The study concluded that KNN provides high accuracy and resilience against noise, which can make it particularly suitable for real-time applications. The simplicity of KNN also contributes to reduced computational complexity compared to more involved algorithms like Support Vector Machine or Random Forest, which may require more extensive tuning and computational resources. Overall, while several algorithms were tested, KNN’s optimal balance of accuracy and computational efficiency positions it as a highly suitable choice for biometric identity verification.
Therefore, the KNN algorithm was selected for modeling in our research.

3.3. Signal Loss Measurement in IBC Channel

In [35], the authors presented a dataset on signal loss in galvanic-coupled IBC channels [21], containing over 17,000 measurements. The data were measured on 30 experimental participants (subjects) in a frequency range from 50 kHz to 20 MHz. The signal was transmitted from a signal generator through the human body using galvanic coupling to a receiver. Stable skin–electrode contact was achieved by applying ECG gel to the skin under the electrode contact plates. One oscilloscope measured the signal on the transmitter side, and the second on the receiver side. The IBC channel gain was calculated based on the measurement data.
The dataset contains the following data: participant identifier; experiment number; participant’s height and weight, body mass index (BMI), percentage of body fat, age, and gender (male or female); transmitter point number; receiver point number; distance between transmitter and receiver; average fat content at the transmission point; average fat content at the reception point; sum of fat levels at the transmission and reception points; measurement frequency; receiver gain using a 50 Ω load resistance; and receiver gain using a 1 mΩ load resistance. Currently, study [35] is the most extensive experiment on measuring IBC characteristics; therefore, in our study, we used that dataset.

4. Data Analysis and IBC Channel Gain Characteristics

For data analysis, we used the dataset “all_measurements_by_freq_filtered.csv” from [21], as it contains key results for a single frequency in each row, and noise was cleaned from it. The dataset consists of data in the frequency range of 50 kHz to 20 MHz. Figure 1 shows the dependence of IBC channel gain on the signal transmission frequency. Based on the analysis, we identified the most suitable frequency for signal transmission at 12.5 MHz.
We analyzed only data measured at a frequency of 12.5 MHz from the first experiment. All measurements were carried out under the same environmental conditions and at the same time, and they also contain the largest number of measurements compared to other experiments. The frequency of 12.5 MHz has the lowest signal attenuation (Figure 1); therefore, that frequency is the most suitable for signal transmission. We analyzed 616 measurements in our study.
In Figure 2, the dependence of the receiver gain on the individual subject body parameters is presented. The gain of the receiver for a 50 Ω load is in the range −38.8 to −46.0 dB, and for a 1 mΩ load −31.2 to −37.4 dB. Based on the dataset analysis, we concluded that the IBC channel gain depends on the subject’s individual characteristics. As shown in Figure 3, the receiver gain depends on the subject’s height and is in the range −29.0 to −46.0 dB for a 50 Ω load and −31.8 to −37.4 dB for a 1 mΩ load. Figure 4 shows the dependence of the receiver gain on the subject’s weight. The gain of the receiver for a 50 Ω load is in the range −23.6 to −46.0 dB, and for a 1 mΩ load −31.2 to −37.4 dB. As shown in Figure 5, the receiver gain depends on the subject’s body mass index and is in the range −21.2 to −44.9 dB for a 50 Ω load and −32.5 to −35.8 dB for a 1 mΩ load. Figure 6 shows the dependence of the receiver gain on the subject’s body fat composition. The gain of the receiver for a 50 Ω load is in the range −19.6 to −45.2 dB, and for a 1 mΩ load −31.8 to −36.9 dB. As shown in Figure 7, the receiver gain depends on the sum of the fat levels at the transmit and receive points and ranges from −25.6 to −39.6 dB for a 50 Ω load and −30.9 to −36.5 dB for a 1 mΩ load.
As shown in Figure 3, Figure 4, Figure 5, Figure 6 and Figure 7, the receiver gain varies over a wide range depending on the subject’s body characteristics; therefore, the IBC channel gain is influenced by height, weight, body mass index, and body fat composition. These indicators form a channel gain profile that can be used to identify IBC system users. In case of any changes in the human body, those changes are recorded in the database, and further, the accumulated changes are analyzed by the system in order to predict possible changes in the future. One of the major findings is that it is possible to arrange biometric identity using the individual human body characteristics in IBC.

5. Modeling of IBC Identification

This section describes the modeling of IBC identification conducted in the Jupyter Notebook software 7.0.8 [36] using the NumPy library [37] and the KNN algorithm. Jupyter Notebook is an interactive browser-based environment that includes a convenient computer navigator and consists of fields that are filled with text information or Python 3.11.7 code. Jupyter Notebook is used for data analysis. NumPy is an open-source tool designed for array computations. KNN is a classification algorithm based on the assumption that objects located close to each other in the feature space have similar values of the target variable or belong to the same class.
There are three main metrics for calculating the distance between objects: Euclidean distance, Manhattan distance, or other distance metric.
After removing unnecessary data from “all_measurements_by_freq_filtered dataset” from [21], we obtained modeling Table 1. The table only left the data of the first experiment and a frequency of 12.5 MHz. The table contains data, from 616 measurements made on 30 subjects, and several columns:
  • subject_id—unique subject identifiers.
  • distance—distance between the transmission and reception points.
  • rx_gain_50—receiver gain using a 50 Ω load resistance.
  • rx_gain_1M—receiver gain using a 1 mΩ load resistance.
This table was loaded into NumPy (Figure 8) and divided into a measurement matrix and a subject vector. Figure 9 shows the measurement matrix, which has a size of 616 rows and three columns: distance, rx_gain_50, and rx_gain_1M. Figure 10 shows the subject vector containing the subject identifiers from the subject_id column.
Ten values were randomly selected from the measurement matrix and subject vector for modeling purposes. Selected values from the measurement matrix, selected values from the subject vector, and selected values from the overall matrix were loaded into NumPy.
The Euclidean distance was calculated between each vector from the matrix of selected values and each vector from the measurement matrix using the KNN algorithm. The KNN algorithm is defined as:
L p , q = i = 1 n q i p i 2 ,
where qi is a feature of the measurement matrix, pi is a feature of the random value matrix, and n is the number of features in the dataset. Listing 1 shows a function that returns a distance matrix from each vector of the random value matrix to each vector of the measurement matrix, performing a single loop over the random value matrix. In Listing 1, the measurement matrix is denoted as M, and the random value matrix is denoted as M_random. The distances calculated using the KNN algorithm were recorded in a distance matrix.
Listing 1. Python code to calculate distance matrix.
def dist_one_loop(M_random):
          dist = np.zeros ( (M_random.shape[0],M.shape[0]) )
          for i, m_random in enumerate(M_random):
                   m_len = M – m_random
                   dist[i, :] = np.sqrt( (m_len ** 2).sum(axis=1) )
          return dist
dist = dist_one_loop(M_random)
print(dist)
Then, we formed an array of class labels for a given sample of vectors. The subject vector was used to obtain the labels.
Ten modeling attempts were conducted, with 10 random values selected in each. As a modeling result, 100 out of 100 values were correctly identified; therefore, the achieved identification accuracy was 99.9%. The modeling was carried out on cleaned and labeled data, so this is an ideal case. In a practical case, the identification accuracy can be as low as 98.5%, as indicated in [20].
It is also necessary to mention that, based on regression analysis, the channel amplification is influenced by the characteristics of the human body when using a load resistance of 50 Ω (rx_gain_50) (Figure 11). In contrast, when a load resistance of 1 m Ω is employed, the characteristics of the human body have a negligible effect on channel amplification (Figure 12).

6. IBC WBAN Architecture with Identification Functionality

Biometric identity is a security method based on the technology of recognizing a person by their unique biological characteristics. A person’s biometric data are uploaded to a database and serve as a pattern. During biometric identity, the user’s biometric data are compared to the pattern stored in the database. If the data match, then biometric identity is considered successful.
We proposed energy-efficient IBC WBAN architecture in [38]. In our current study, we propose to expand the IBC WBAN functionality with user biometric identity. Figure 13 shows the proposed IBC system architecture with biometric identity.
The system operates as follows:
1.
Implantable Devices and Signal Propagation
Miniaturized implants embedded within the body generate low-power electrical signals using galvanic coupling, where the human body acts as a conductive medium. Signal propagation is modulated by the individual’s unique biological parameters, including body composition, geometric dimensions [25], and tissue dielectric properties. These characteristics impart distinct channel gain and attenuation profiles to the transmitted signals.
2.
IBC Transceiver
The IBC transceiver employs separate coupling to establish dual communication pathways: one for signal transmission through the body and another for environmental coupling. This design minimizes cross-interference between internal and external communication channels. Simultaneously, it generates coupling to stabilize signal transmission across dynamic physiological conditions (e.g., movement, hydration changes).
3.
Mobile Transceiver and Biometric Extraction
A wearable or handheld mobile transceiver interface with the IBC transceiver to relay data to external networks. Integrated within this unit is a mobile identification module, which extracts real-time IBC channel characteristics, such as:
Receiver gain.
Frequency-dependent attenuation profiles.
Transmitter–receiver separation distance. (The inclusion of distance as a feature mitigates false identification caused by overlapping gain values at varying transmission distances.)
4.
Biometric Identification Workflow
The extracted channel characteristics are compared against pre-registered biometric templates stored in a secure database. A machine learning classifier (e.g., K-Nearest Neighbors) analyzes the feature space to authenticate users. Matching thresholds are dynamically adjusted to accommodate minor physiological variations (e.g., weight fluctuations), ensuring robustness without compromising security.
5.
Security and Scalability
The architecture leverages the inherent physical boundaries of the human body to restrict signal propagation, reducing eavesdropping risks. Biometric templates are encrypted and stored in a decentralized database, enabling scalable deployment across large populations. The system supports real-time updates to biometric profiles, ensuring adaptability to long-term physiological changes.
Technical advantages of the proposed approach consist of the following:
  • Energy Efficiency: galvanic coupling reduces power consumption by one-to-two orders of magnitude compared to RF-based systems.
  • High Accuracy: biometric identification achieves 99.9% accuracy in controlled environments, driven by unique channel gain profiles.
  • Interference Resilience: separate coupling pathways isolate intra-body communication from external electromagnetic noise.
This architecture pioneers the use of IBC channel properties as biometric identifiers, enabling secure, personalized applications in healthcare monitoring, industrial wearables, and IoT access control.

7. Discussion

In the context of WBANs, which facilitate communication between devices located on or within the human body, the challenges associated with traditional radio frequency (RF) communication methods—such as high power consumption and susceptibility to interference—can be effectively mitigated through the use of Intrabody Communication [1,2,3]. IBC utilizes the human body as a conductive medium, allowing for more reliable data transmission while significantly reducing power requirements. This characteristic aligns well with the goals of NB-IoT, which seeks to enable long-range communication with low energy consumption. Moreover, the incorporation of biometric identity into IBC-enabled WBANs enhances both security and personalization [26,39,40,41]. By leveraging the unique biological and geometric characteristics of individuals, such as height, weight, and body composition, the IBC channel gain can serve as a biometric identifier. This capability not only improves the accuracy of user identification but also provides new opportunities for industrial applications in various fields, including healthcare and security.
The results of our research indicate that the identification accuracy achieved through the KNN algorithm, based on IBC channel characteristics, reached 99.9% as a modeling result. Usage of the KNN algorithm has advantages like simplicity, no training phase, and effective for small datasets, as well as limitations like computationally intensive for large datasets and sensitivity to irrelevant features. Further application of the K-Dimensional Tree (also known as KD Tree) might influence the accuracy and processing power requirements. It is necessary to mention the dataset that was used was the most advanced for the time modeling was provided. Diversification and further development of the experimental dataset are suggestions for future research, as these limit the study, where we have only 30 subjects being recorded and their dataset being analyzed. The high level of accuracy underscores the potential for biometric identification to be seamlessly integrated into IBC systems, thereby enhancing the overall functionality of WBANs. As the technology continues to evolve, the combination of NB-IoT, IBC, LTE-M, and biometric identity could revolutionize the way we approach health monitoring and personal security, making these systems more efficient, reliable, and user-centric. In the future, it is planned to investigate how body movements will affect the channel gain profile and, therefore, the functionality of a real biometric identification system.
In conclusion, the synergy between NB-IoT and WBANs (with the use of LTE-M), coupled with the innovative use of biometric identity, presents a transformative opportunity in the field of wearable technology. This integration not only addresses existing challenges in communication and power consumption but also enhances the security and personalization of health-monitoring systems, paving the way for broader adoption and application in various domains. As research and development in this area progress, we anticipate significant advancements that will further expand the capabilities and applications of IBC-enabled WBANs.

8. Concluding Remarks

In this paper, we analyzed an existing experimental dataset on galvanic-coupled IBC signal loss. Based on the data analysis, we concluded that the IBC channel gain varies significantly depending on the individual body characteristics; hence, the IBC channel gain is influenced by height, weight, body mass index, and body composition in terms of fat. It is possible to use biometric identity based on the individual body characteristics for IBC systems and WBANs.
Furthermore, IBC biometric identity modeling was conducted to test the KNN algorithm applicability for IBC identification and to determine the algorithm identification accuracy. Identification accuracy of 99.9% was achieved as the modeling result on cleaned and labeled data.
This research proposed an IBC WBAN architecture with a user biometric identity to expand its functionality. The possibility of using IBC channel characteristics as a biometric identifier will expand the application areas of IBC systems and accelerate their development.

Author Contributions

Conceptualization, I.K. and L.V.; methodology, L.V.; software, I.K.; validation, I.K., L.V. and M.K.; investigation, I.K.; writing—original draft preparation, I.K.; writing—review and editing, I.K. and M.K.; visualization, I.K.; supervision, L.V. and M.K.; funding acquisition, M.K. All authors have read and agreed to the published version of the manuscript.

Funding

The research was supported by a grant from the Russian Science Foundation, No. 24-19-00299, https://rscf.ru/project/24-19-00299/ (accessed on 1 November 2024).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Zhang, A.; Smith, D.B.; Miniutti, D.; Hanlen, L.W.; Rodda, D.; Gilbert, B. Performance of Piconet Co-Existence Schemes in Wireless Body Area Networks. In Proceedings of the 2010 IEEE Wireless Communication and Networking Conference, Sydney, NSW, Australia, 18–21 April 2010; pp. 1–6. [Google Scholar] [CrossRef]
  2. Khan, J.Y.; Yuce, M.R.; Bulger, G.; Harding, B. Wireless Body Area Network (WBAN) Design Techniques and Performance Evaluation. J. Med. Syst. 2012, 36, 1441–1457. [Google Scholar] [CrossRef] [PubMed]
  3. Hayajneh, T.; Almashaqbeh, G.; Ullah, S.; Vasilakos, A.V. A survey of wireless technologies coexistence in WBAN: Analysis and open research issues. Wirel. Netw. 2014, 20, 2165–2199. [Google Scholar] [CrossRef]
  4. Zimmerman, T.G.; Smith, J.R.; Paradiso, J.A.; Allport, D.; Gershenfeld, N. Applying electric field sensing to human-computer interfaces. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems (CHI ’95), Denver, CO, USA, 7–11 May 1995; ACM Press/Addison-Wesley Publishing Co.: New York, NY, USA, 1995; pp. 280–287. [Google Scholar] [CrossRef]
  5. Ramli, S.N.; Ahmad, R.; Abdollah, M.F.; Dutkiewicz, E. A biometric-based security for data authentication in Wireless Body Area Network (WBAN). In Proceedings of the 2013 15th International Conference on Advanced Communications Technology (ICACT), PyeongChang, Republic of Korea, 27–30 January 2013; pp. 998–1001. [Google Scholar]
  6. Sung, M.; DeVaul, R.; Jimenez, S.; Gips, J.; Pentland, A. Shiver motion and core body temperature classification for wearable soldier health monitoring systems. In Proceedings of the Eighth International Symposium on Wearable Computers, Arlington, VA, USA, 31 October–3 November 2004; pp. 192–193. [Google Scholar] [CrossRef]
  7. Holger, H.; Amft, O.; Roggen, D.; Tröster, G. SMASH: A Distributed Sensing and Processing Garment for the Classification of Upper Body Postures. In Proceedings of the BODYNETS 2008—3rd International ICST Conference on Body Area Networks, Tempe, AZ, USA, 13–17 March 2008. [Google Scholar] [CrossRef]
  8. Poon, C.C.Y.; Zhang, Y.-T.; Bao, S.-D. A novel biometrics method to secure wireless body area sensor networks for telemedicine and m-health. IEEE Commun. Mag. 2006, 44, 73–81. [Google Scholar] [CrossRef]
  9. Faragó, P.; Groza, R.; Ivanciu, L.; Hintea, S. A Correlation-based Biometric Identification Technique for ECG, PPG and EMG. In Proceedings of the 2019 42nd International Conference on Telecommunications and Signal Processing (TSP), Budapest, Hungary, 1–3 July 2019; pp. 716–719. [Google Scholar] [CrossRef]
  10. Anushaa, S.; Naundhini, S.; Chaudhary, D. Secure Protocol With Mutual Authentication For Telecare Medical Information System Using ECC For IOT Enabled WBAN Devices. In Proceedings of the 2024 International Conference on Intelligent Systems and Advanced Applications (ICISAA), Pune, India, 25–26 October 2024; pp. 1–7. [Google Scholar] [CrossRef]
  11. Quartana, C.; Barletta, L.; Caputo, S.; Magarini, M.; Mucchi, L.; Pierobon, M. Assessing Authentication Performance in EEG Recordings: An Information Theory Metrics Approach Across Experimental Conditions. In Proceedings of the 2024 18th International Symposium on Medical Information and Communication Technology (ISMICT), London, UK, 15–17 May 2024; pp. 69–73. [Google Scholar] [CrossRef]
  12. Song, J.; Wang, X.; Lu, P.; Long, X.; Shao, Z. An Identity Authentication Protocol for Wireless Body Area Network Based on PUF. In Proceedings of the 2024 4th International Conference on Blockchain Technology and Information Security (ICBCTIS), Wuhan, China, 17–19 August 2024; pp. 266–277. [Google Scholar] [CrossRef]
  13. Jiang, D.; Zhang, G.; Samuel, O.W.; Liu, F.; Xiao, H. Dual-Factor WBAN Enhanced Authentication System Based on Iris and ECG Descriptors. IEEE Sens. J. 2022, 22, 19000–19009. [Google Scholar] [CrossRef]
  14. Zhang, S.; Yan, Z.; Liang, W.; Li, K.-C.; Dobre, C. BAKA: Biometric Authentication and Key Agreement Scheme Based on Fuzzy Extractor for Wireless Body Area Networks. IEEE Internet Things J. 2024, 11, 5118–5128. [Google Scholar] [CrossRef]
  15. Guennoun, M.; Zandi, M.; El-Khatib, K. On the Use of Biometrics to Secure Wireless Biosensor Networks. In Proceedings of the 2008 3rd International Conference on Information and Communication Technologies: From Theory to Applications, Damascus, Syria, 7–11 April 2008; pp. 1–5. [Google Scholar] [CrossRef]
  16. Miller, M.R. Multiclass AUC for Comparison of Identification Effectiveness Across Classification Set Sizes. In Proceedings of the 2024 IEEE 25th International Symposium on a World of Wireless, Mobile and Multimedia Networks (WoWMoM), Perth, Australia, 4–7 June 2024; pp. 97–98. [Google Scholar] [CrossRef]
  17. Romero, D.; Stahre, J.; Wuest, T.; Noran, O.; Bernus, P.; Fast-Berglund, Å.; Gorecky, D. Towards an Operator 4.0 Typology: A Human-centric Perspective on the Fourth Industrial Revolution Technologies. In Proceedings of the International Conference on Computers and Industrial Engineering, Tianjin, China, 29–31 October 2016; pp. 29–31. [Google Scholar]
  18. Adattil, R.; Thorvald, P.; Romero, D. Assessing the Psychosocial Impacts of Industry 4.0 Technologies Adoption in the Operator 4.0: Literature Review & Theoretical Framework. Int. J. Ind. Eng. Manag. 2024, 15, 59–80. [Google Scholar] [CrossRef]
  19. Xu, Y.; Huang, Z.; Yang, S.; Wang, Z.; Yang, B.; Li, Y. Modeling and Characterization of Capacitive Coupling Intrabody Communication in an In-Vehicle Scenario. Sensors 2019, 19, 4305. [Google Scholar] [CrossRef]
  20. Khorshid, A.E.; Alquaydheb, I.N.; Kurdahi, F.; Jover, R.P.; Eltawil, A. Biometric Identity Based on Intra-Body Communication Channel Characteristics and Machine Learning. Sensors 2020, 20, 1421. [Google Scholar] [CrossRef]
  21. Ormanis, J.; Medvedevs, V.; Aristovs, V.; Abolins, V.; Sevcenko, A.; Elsts, A. Dataset on the Human Body as a Signal Propagation Medium. Zenodo. 2023. Available online: https://zenodo.org/records/8214497 (accessed on 20 August 2024).
  22. Nakanishi, I.; Inada, T.; Sodani, Y.; Li, S. Performance Evaluation of Intra-palm Propagation Signals as Biometrics. In Proceedings of the 2013 International Conference on Biometrics and Kansei Engineering, Tokyo, Japan, 5–7 July 2013; pp. 91–94. [Google Scholar]
  23. Callejón, M.A.; Naranjo-Hernandez, D.; Reina-Tosina, J.; Roa, L.M. A Comprehensive Study Into Intrabody Communication Measurements. IEEE Trans. Instrum. Meas. 2013, 62, 2446–2455. [Google Scholar] [CrossRef]
  24. Swaminathan, M.; Cabrera, F.S.; Pujol, J.S.; Muncuk, U.; Schirner, G.; Chowdhury, K.R. Multi-Path Model and Sensitivity Analysis for Galvanic Coupled Intra-Body Communication Through Layered Tissue. IEEE Trans. Biomed. Circuits Syst. 2016, 10, 339–351. [Google Scholar] [CrossRef]
  25. Khorshid, A.E.; Eltawil, A.M.; Kurdahi, F. Intra-body communication model based on variable biological parameters. In Proceedings of the 2015 49th Asilomar Conference on Signals, Systems and Computers, Pacific Grove, CA, USA, 8–11 November 2015; pp. 948–951. [Google Scholar] [CrossRef]
  26. Khorshid, A.E.; Alquaydheb, I.N.; Eltawil, A.M.; Kurdahi, F.J. IBCFAP: Intra-Body Communications Five-Layers Arm Phantom Model. IEEE Access 2019, 7, 93701–93710. [Google Scholar] [CrossRef]
  27. Rangaiah, P.K.B.; Karlsson, R.L.; Chezhian, A.S.; Joseph, L.; Mandal, B.; Augustine, B.; Mani, M.; Perez, M.D.; Voigt, T.; Augustine, R. Realization of a Portable Semi-Shielded Chamber for Evaluation of Fat-Intrabody Communication. IEEE Access 2023, 11, 72743–72755. [Google Scholar] [CrossRef]
  28. Čuljak, I.; Lučev Vasić, Ž.; Mihaldinec, H.; Džapo, H. Wireless Body Sensor Communication Systems Based on UWB and IBC Technologies: State-of-the-Art and Open Challenges. Sensors 2020, 20, 3587. [Google Scholar] [CrossRef] [PubMed]
  29. IEEE Standard for Local and Metropolitan Area Networks—Part 15.6: Wireless Body Area Networks. Available online: https://standards.ieee.org/ieee/802.15.6/5364/ (accessed on 13 January 2025).
  30. Bradai, N.; Fourati, L.C.; Kamoun, L. WBAN data scheduling and aggregation under WBAN/WLAN healthcare network. Ad Hoc Netw. 2015, 25, 251–262. [Google Scholar] [CrossRef]
  31. Zhao, J.F.; Chen, X.M.; Liang, B.D.; Chen, Q.X. A Review on Human Body Communication: Signal Propagation Model, Communication Performance, and Experimental Issues. Wirel. Commun. Mob. Comput. 2017, 2017, 5842310. [Google Scholar] [CrossRef]
  32. Xu, R.; Ng, W.C.; Zhu, H.; Shan, H.; Yuan, J. Equation Environment Coupling and Interference on the Electric-Field Intrabody Communication Channel. IEEE Trans. Biomed. Eng. 2012, 59, 2051–2059. [Google Scholar] [CrossRef]
  33. Falck, T.; Baldus, H.; Espina, J.; Klabunde, K. Plug ’n Play Simplicity for Wireless Medical Body Sensors. In Proceedings of the 2006 Pervasive Health Conference and Workshops, Innsbruck, Austria, 29 November–1 December 2006; pp. 1–5. [Google Scholar] [CrossRef]
  34. Bae, J.; Song, K.; Lee, H.; Cho, H.; Yoo, H.-J. A low energy crystal-less double-FSK transceiver for wireless body-area-network. In Proceedings of the IEEE Asian Solid-State Circuits Conference 2011, Jeju, Republic of Korea, 14–16 November 2011; pp. 181–184. [Google Scholar] [CrossRef]
  35. Ormanis, J.; Medvedevs, V.; Sevcenko, A.; Aristov, V.; Abolins, V.; Elsts, A. Dataset on the human body as a signal propagation medium for body coupled communication. Data Brief 2024, 52, 109892. [Google Scholar] [CrossRef]
  36. Project Jupyter. Jupyter Notebook. Available online: https://jupyter.org/ (accessed on 23 August 2024).
  37. NumPy Team. NumPy. Available online: https://numpy.org/ (accessed on 23 August 2024).
  38. Khromov, I.; Komarov, M.; Voskov, L. A survey on energy efficiency intrabody communication techniques for wearable devices. Nano Commun. Netw. 2021, 29, 100353. [Google Scholar] [CrossRef]
  39. Li, C.; Xu, C. Efficient Anonymous Authentication for Wireless Body Area Networks. IEEE Access 2022, 10, 80015–80026. [Google Scholar] [CrossRef]
  40. Cho, N.; Yoo, J.; Song, S.-J.; Lee, J.; Jeon, S.; Yoo, H.-J. The Human Body Characteristics as a Signal Transmission Medium for Intrabody Communication. IEEE Trans. Microw. Theory Tech. 2007, 55, 1080–1086. [Google Scholar] [CrossRef]
  41. Celik, A.; Eltawil, A.M. The Internet of Bodies: The Human Body as an Efficient and Secure Wireless Channel. IEEE Internet Things Mag. 2022, 5, 114–120. [Google Scholar] [CrossRef]
Figure 1. Receiver gain dependence on the signal transmission frequency.
Figure 1. Receiver gain dependence on the signal transmission frequency.
Applsci 15 04126 g001
Figure 2. Receiver gain dependence on the subject.
Figure 2. Receiver gain dependence on the subject.
Applsci 15 04126 g002
Figure 3. Receiver gain dependence on the subject height.
Figure 3. Receiver gain dependence on the subject height.
Applsci 15 04126 g003
Figure 4. Receiver gain dependence on the subject weight.
Figure 4. Receiver gain dependence on the subject weight.
Applsci 15 04126 g004
Figure 5. Receiver gain dependence on the subject body mass index.
Figure 5. Receiver gain dependence on the subject body mass index.
Applsci 15 04126 g005
Figure 6. Receiver gain dependence on the subject body fat composition.
Figure 6. Receiver gain dependence on the subject body fat composition.
Applsci 15 04126 g006
Figure 7. Receiver gain dependence on the sum of the fat levels at the transmit and receive points.
Figure 7. Receiver gain dependence on the sum of the fat levels at the transmit and receive points.
Applsci 15 04126 g007
Figure 8. Table loaded into NumPy.
Figure 8. Table loaded into NumPy.
Applsci 15 04126 g008
Figure 9. Measurement matrix.
Figure 9. Measurement matrix.
Applsci 15 04126 g009
Figure 10. Subject vector.
Figure 10. Subject vector.
Applsci 15 04126 g010
Figure 11. Dependence of channel amplification rx_gain_50 on weight.
Figure 11. Dependence of channel amplification rx_gain_50 on weight.
Applsci 15 04126 g011
Figure 12. Dependence of channel amplification rx_gain_1M on weight.
Figure 12. Dependence of channel amplification rx_gain_1M on weight.
Applsci 15 04126 g012
Figure 13. IBC WBAN architecture with user identification.
Figure 13. IBC WBAN architecture with user identification.
Applsci 15 04126 g013
Table 1. Modeling table (out of 616 rows).
Table 1. Modeling table (out of 616 rows).
Subject_idDistanceRx_gain_50Rx_gain_1M
125620.6−47.771266−39.482652
125616.3−44.810831−36.444843
125613.6−44.475018−35.952138
125616.3−48.714588−40.176981
125614.9−44.007403−35.684326
125612.9−42.942264−34.625295
12568.6−37.340486−29.146415
12568−38.88304−30.088628
12566.7−38.236727−29.62718
125610.25−43.56398−34.519372
12565.5−37.712044−29.149732
125618.6−44.371963−35.712716
125613−42.146326−33.774958
125610.3−41.808655−33.768054
12564.15−47.139468−39.070489
125611.6−41.295583−33.238293
168616.3−43.848785−35.944426
168613.6−43.064913−35.35695
168616.3−45.95929−37.969667
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

Khromov, I.; Voskov, L.; Komarov, M. Modeling and Analysis of Intrabody Communication for Biometric Identity in Wireless Body Area Networks. Appl. Sci. 2025, 15, 4126. https://doi.org/10.3390/app15084126

AMA Style

Khromov I, Voskov L, Komarov M. Modeling and Analysis of Intrabody Communication for Biometric Identity in Wireless Body Area Networks. Applied Sciences. 2025; 15(8):4126. https://doi.org/10.3390/app15084126

Chicago/Turabian Style

Khromov, Igor, Leonid Voskov, and Mikhail Komarov. 2025. "Modeling and Analysis of Intrabody Communication for Biometric Identity in Wireless Body Area Networks" Applied Sciences 15, no. 8: 4126. https://doi.org/10.3390/app15084126

APA Style

Khromov, I., Voskov, L., & Komarov, M. (2025). Modeling and Analysis of Intrabody Communication for Biometric Identity in Wireless Body Area Networks. Applied Sciences, 15(8), 4126. https://doi.org/10.3390/app15084126

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