Power Control in Wireless Body Area Networks: A Review of Mechanisms, Challenges, and Future Directions
Abstract
1. Introduction
- A systematic classification of TPC strategies (e.g., feedback, optimization, RL/DRL, hybrids) with quantitative insights into energy savings;
- Integration of emerging techniques like energy harvesting and AI-driven prediction;
- Insights into challenges like algorithmic complexity and privacy, with future directions for scalable deployments.
2. Review Methodology
3. Power Control Mechanisms
3.1. Feedback Control
3.2. Predictive Power Control
3.3. Convex Optimization
3.4. Graph Theory and Path Optimization
3.5. Game Theory and Distributed Optimization
3.6. Reinforcement Learning
3.7. Deep Reinforcement Learning
3.8. Hybrid Frameworks
3.9. Emerging Architectures
3.10. Taxonomy and Decision Framework for Power Control Mechanism Selection
- Network Density: Distinguishes between isolated/single-WBAN deployments and dense multi-WBAN scenarios. The latter introduces significant challenges in inter-network interference and coordination overhead, directly impacting scalability—a key issue to be further analyzed in Section 3.
- Mobility Pattern: Categorizes scenarios based on the predictability and dynamics of node movement, ranging from low/static (e.g., post-operative monitoring) to high/dynamic (e.g., athlete training). This dimension critically affects the choice between reactive and predictive/prescriptive strategies.
- Computational Constraints: Separates resource-constrained sensor nodes, which mandate lightweight algorithms, from more powerful coordinators or edge servers capable of supporting complex optimizations or AI-driven solutions.
3.11. Comparative Analysis of Power Control Protocols
| Reference | Strategy Type | Energy Savings | Testing Scenario | Applicable Scenarios | Complexity |
|---|---|---|---|---|---|
| Wang et al. [7], 2014 | Feedback Control (MDP + Convex Optimization) | Up to 30% effective energy savings | Energy-harvesting WBANs with causal channel and harvesting info; fading channels | Implantable/wearable nodes with unpredictable energy sources (e.g., body heat, motion) | L |
| Amjad et al. [8], 2019 | Dynamic Power Control (Linear Programming) | Approximately 20% energy reduction | Self-sustained WBANs; dynamic physical activities (walking, running, sports training) | Energy-critical nodes (e.g., implantable glucose sensors, chest-worn ECG monitors) | L |
| Rajawat et al. [9], 2022 | Hybrid (Hidden Markov Models + RL) | Not quantified; improved efficiency via intelligent sleep mechanism | Dense WBANs; simulations for medical monitoring | General medical monitoring in dense settings | H |
| Hakami and Dehghan [10], 2016 | Convex Optimization | Near-optimal delay (within 15% of the lower bound); over 90% reduction in signaling overhead | Energy-harvesting cooperative relay networks; bursty data arrival | Real-time telemetry in mobile patient monitoring | M |
| Masadeh et al. [12], 2018 | Reinforcement Learning | Improved efficiency (higher data rates) | Energy-harvesting communications systems | Dynamic harvesting environments with no prior knowledge | H |
| Kim et al. [15], 2022 | Deep Reinforcement Learning | 15% energy reduction, 15% latency reduction | Personalized WBANs; chronic disease monitoring (e.g., diabetes tracking) | Chronic care & personalized health tracking | H |
| Xu et al. [16], 2022 | Deep Reinforcement Learning | Energy minimization; up to 15% higher data rates | Wirelessly powered IoT sensors; session-specific | Data collection from wirelessly powered sensors under latency constraints | H |
| Su et al. [17], 2024 | Hybrid (Wind-Driven Optimization + MEC) | 30% energy savings, 20% throughput increase | Dense networks; multi-user fitness tracking | Fitness tracking & multi-user environments | H |
| Liao et al. [19], 2025 | Hybrid (DDPG-based) | 20–30% energy savings; 25% lower latency | High-density WBANs; multi-user simulations | Dense WBAN environments with MEC offloading | H |
| Bao et al. [20], 2024 | Throughput-Equalization Power Control | ~25% performance improvement (indirect energy benefits) | Multi-node hospital settings; cell-free model simulations | Hospital-based multi-patient monitoring | H |
| Benabderrahmane et al. [24], 2026 | Federated Learning | Reduced communication overhead & latency via edge processing (manageable for resource-constrained devices) | Privacy-preserving remote patient monitoring | Privacy-sensitive remote monitoring | H |
| Mohammadi et al. [25], 2024 | Deep Reinforcement Learning | 49.95% reduction in sampling rate & 89.7% in unnecessary transmissions (achieving self-sustainability) | Intelligent WBANs; energy-harvesting optimization | Ambient/environment-aware sensing & monitoring | H |
| Power Control Type | Computational Complexity | Scalability (Nodes) | Memory Requirement | Convergence Time |
|---|---|---|---|---|
| Feedback Control | Low (simple arithmetic/PID operations) | Medium-High (distributed, but interference may limit dense scaling) | Low (stores few state variables) | Fast (immediate reaction per control cycle) |
| Predictive Power Control | Medium (adds prediction/optimization step) | Medium (coordination needed for interference prediction) | Medium (requires history for prediction) | Medium (depends on prediction horizon & update rate) |
| Convex Optimization | Medium-High (solving convex problems iteratively) | Low-Medium (centralized or requires signaling for distributed versions) | Medium (stores optimization variables & channel info) | Medium-Slow (iteration-dependent, slower for distributed cases) |
| Graph Theory and Path Optimization | Medium-High (pathfinding algorithm overhead) | High (inherently handles multi-hop networks) | Medium-High (stores graph topology & link states) | Slow (re-convergence needed on topology change) |
| Game Theory and Distributed Optimization | Medium (local utility computation & iteration) | High (designed for distributed, selfish nodes) | Low-Medium (local state & neighbor info) | Slow (iterative convergence to equilibrium) |
| Reinforcement Learning | Medium (value table updates or function approximation) | Low-Medium (state space grows with nodes) | Medium (stores policy/Q-table or small neural network) | Very Slow (requires extensive exploration/training) |
| Deep Reinforcement Learning | Very High (neural network inference/ training) | Medium (can scale with centralized/edge trainer) | High (stores deep neural network) | Very Slow (lengthy training, fine-tuning possible) |
| Hybrid Frameworks | High (combination of multiple techniques) | Medium-High (depends on composition, often edge-assisted) | Medium-High (components of combined methods | Variable (depends on the slowest component) |
| Emerging Architectures | Very High (e.g., FL, cell-free MIMO coordination) | High (designed for large-scale, dense scenarios) | High (model parameters, global views) | Slow-Variable (FL rounds, centralized optimization) |
3.12. Failure Modes and Practical Limitations of Power Control Mechanisms
- Feedback Control: In rapidly changing channels (e.g., during running), high-gain PID controllers can overreact, causing power to oscillate and increasing energy waste. Feedback relies on outdated channel measurements. If body motion changes faster than the control loop update interval, transmission may operate at inappropriate power levels, leading to packet loss. Furthermore, purely reactive feedback cannot anticipate impending deep fading, leading to unavoidable communication interruptions during abrupt posture changes (e.g., when an arm crosses the torso).
- Predictive Power Control: Predictions based on linear or particle swarm optimization (PSO) assume smooth channel variations. However, sudden occlusions caused by clothing or environmental obstacles frequently violate this assumption, leading to miscalculated power requirements. Meanwhile, continuous channel estimation and traffic prediction consume additional energy and computational resources, potentially offsetting the energy savings achieved through active adjustments. Furthermore, in dense multi-wireless body area network environments, independent predictions by each network may lead to conflicting power adjustments, exacerbating rather than mitigating interference.
- Convex Optimization: Convex optimization requires problems to be convex or well-approximated, yet real human body channels often exhibit non-convexity and discontinuity. Convex approximations may converge to suboptimal or infeasible power allocation schemes. Simultaneously, iterative algorithms like gradient descent or sequential convex approximation suffer from insufficient convergence speed during rapid human movement, leading to outdated power decisions during critical monitoring periods. Furthermore, most convex optimization models require global information support, while distributed versions face the dilemma of increased signaling overhead and reduced optimality.
- Graph Theory and Path Optimization: Graph-based multi-hop paths optimized for energy efficiency are vulnerable to single-node failures (e.g., relay nodes running out of power), leading to path reconstruction overhead and service interruptions. Simultaneously, edge weights based on RSSI or remaining energy neglect time-varying interference, causing severe packet loss shortly after path selection. Furthermore, running Dijkstra or Lagrange solvers on sensor nodes may exceed their processing capacity, particularly in large or mobile networks.
- Game Theory and Distributed Optimization: Selfish nodes may form a globally suboptimal Nash equilibrium, leading to overall energy waste in the network. Simultaneously, in games based on hidden Markov models, erroneous belief updates triggered by noisy observations may force nodes to adopt catastrophically low-power modes, disrupting network connectivity. Furthermore, distributed iteration requires extensive message exchange, and network states in mobile scenarios may change before convergence is achieved.
- Reinforcement Learning: The state-action space in reinforcement learning grows exponentially with the number of nodes or WBANs, making basic reinforcement learning difficult to handle in dense deployments. Simultaneously, learning rates are slow in non-stationary environments, where airborne channels may have already changed, rendering learned policies ineffective. Furthermore, agents may select excessively high or low power levels during necessary exploration phases, leading to packet bursts or losses—particularly dangerous in critical monitoring scenarios.
- Deep Reinforcement Learning: DRL policies trained on specific motion patterns (e.g., walking) may fail when encountering unknown activities (e.g., cycling), resulting in insufficient generalization capabilities. Simultaneously, constrained by memory and energy consumption, running deep neural networks on wearable or implantable nodes is often impractical, while edge offloading introduces latency. Furthermore, online fine-tuning in dynamic environments may cause neural networks to forget previously learned policies, undermining long-term performance stability.
- Hybrid Frameworks: Integrating multiple algorithms (e.g., WDO + MEC [17]) introduces additional hyperparameters and failure points, increasing tuning complexity and reducing deployment robustness. Simultaneously, hybrid architectures combining centralized and distributed components require precise time synchronization, while edge-server update delays can cause misalignment in local decision-making.
- Emerging Architectures: Unitless MIMO [20] requires high-precision synchronization and stable backhaul links; federated learning [22] suffers from model divergence caused by heterogeneous user data; while LLM-driven control [23] is prone to generating physically infeasible decisions (“hallucinations”) and lacks real-time operation capabilities on wearable devices.
3.13. Privacy Considerations in Power Control Strategies
- Privacy Risks in Traditional Power Control: Most classical power control mechanisms (e.g., feedback control, convex optimization, and basic reinforcement learning, RL) inherently expose privacy-sensitive information. These approaches typically require frequent exchange of channel state information (CSI), signal-to-noise ratio (SNR) reports, or packet reception acknowledgments. An eavesdropper can infer human movement, posture changes, or even specific activities (e.g., walking versus stationary) by analyzing this data. Similarly, centralized optimization frameworks create single-point data leakage risks when coordinators or cloud servers collect global network states or raw training data. Even distributed approaches relying on iterative local information exchange may expose long-term node behavior and energy consumption patterns—features correlated with health events (e.g., increased transmission rates due to elevated heart rate).
- Emerging Privacy-Preserving Technologies and Their Integration: Recent research proposes several privacy-aware mechanisms integrable with WBAN power control. Federated learning (FL), as a key framework, enables collaborative training of shared power control models by having nodes exchange only model updates (gradients), while raw physiological and channel data remain permanently local. While this prevents direct data leakage, secure aggregation of updates remains necessary, along with safeguards against inference attacks targeting gradients themselves. Differential privacy (DP) formally constrains attackers’ ability to infer individual contributions by adding calibrated noise to locally shared parameters (e.g., gradient updates or power adjustment decisions) before transmission. DP is applicable to FL and distributed optimization but introduces trade-offs between privacy strength and model accuracy/convergence speed. Homomorphic encryption (HE) enables computation directly on encrypted data (e.g., power allocation optimization), achieving privacy-preserving centralized coordination without decrypting sensitive inputs. However, current HE technologies impose prohibitively high computational and communication overhead for resource-constrained sensors. For instance, homomorphic encryption typically introduces computational overhead on the order of several magnitudes higher than plaintext operations on resource-constrained devices, resulting in significantly increased single-node energy consumption that may potentially offset efficiency gains from power control mechanisms. Secure Multi-Party Computation (SMPC) and lightweight secure aggregation protocols offer compromises, enabling groups of nodes to collaboratively compute optimal power settings without revealing individual inputs. Nevertheless, these approaches still require a non-negligible number of communication rounds.
- Energy Overhead and Practical Tradeoffs: Integrating privacy protection inevitably increases energy consumption, necessitating careful balancing against security gains. Technologies like federated learning and differential privacy primarily increase communication energy consumption due to repeated transmission of model updates or noise perturbation parameters. Homomorphic encryption and secure multi-party computation significantly elevate computational energy consumption on sensor nodes due to intensive cryptographic operations. For instance, power control based on homomorphic encryption can substantially increase single-node energy consumption compared to plaintext optimization, often negating the energy savings achieved through power control itself. Therefore, practical deployments require lightweight approaches (e.g., partial homomorphic encryption, selective differential privacy) or offloading high-energy privacy computations to more powerful edge hubs. Hybrid approaches—such as combining federated learning with distributed learning and lightweight differential privacy that protects gradients while concentrating homomorphic encryption-based coordination operations on edge servers—offer a viable path balancing strong privacy protection with acceptable energy consumption limits. This provides a feasible solution for ensuring the long-term stable operation of wireless body area networks.
3.14. Cross-Layer Optimization
4. Challenges and Future Directions
- Dynamic Adaptation to Body Motion and Interference
- Unresolved Research Problem: Existing power control either responds reactively (with latency) or requires high computational overhead, failing to achieve proactive, ultra-low-latency adaptation to WBAN’s highly dynamic channels (e.g., human body communication (HBC) channel with significant posture-dependent path loss fluctuations, 60 GHz mm Wave channel vulnerable to environmental noise [26]) and inter-WBAN interference/malicious jamming [27].
- Energy-QoS Trade-offs
- Unresolved Research Problem: Heterogeneous medical traffic (strict-latency emergency data vs. delay-tolerant routine data [26]) lacks differentiated power control strategies; the conflict between energy saving (for wearable/implantable nodes with non-replaceable batteries [27]) and transmission reliability (critical for medical diagnosis) remains unbalanced.
- Future Direction: Design QoS-aware hierarchical power control frameworks, where high-priority data adopts reliability-first power allocation and low-priority data uses energy-optimized strategies, referencing the differentiated QoS design in WBAN applications [26].
- Multi-Objective Optimization in Dense Deployments
- Unresolved Research Problem: In practical scenarios such as hospitals, gyms, or rehabilitation centers, multiple wireless body area networks (WBANs) often operate simultaneously within close proximity, leading to severe cross-network interference and resource contention. This makes it challenging to simultaneously optimize energy consumption, latency, throughput, and fairness [28]. Although various mechanisms—including game-theoretic power control, mean-field multi-agent reinforcement learning, and hybrid edge-assisted frameworks—have partially addressed coexistence challenges, these solutions often rely on simplified interference models or require explicit coordination mechanisms, making them ill-suited for truly dense and heterogeneous deployment environments. Few practical coordination schemes simultaneously achieve sensor priority allocation and real-time transmission power adjustment in truly dense, heterogeneous deployments [26].
- Future Direction: Propose distributed multi-objective optimization algorithms (inspired by cluster head selection-routing coupling optimization [26]) to balance interference suppression, load balancing, and energy efficiency in hybrid-topology dense WBANs [28]. Future research should focus on developing lightweight, standards-compliant coexistence protocols that enable autonomous interference prediction, dynamic channel hopping, and real-time scheduling without centralized control. Integrating real-time spectrum sensing with adaptive power control, alongside developing fairness metrics for multiple WBANs, is crucial for ensuring reliable performance in congested real-world scenarios.
- Scalability Constraints in Large-Scale Deployments
- Unresolved Research Problem: Current research literature lacks in-depth analysis of the scalability of power control mechanisms (including signaling overhead, collection time, and coordination costs) in large-scale dense deployment scenarios such as hospitals and gyms. Although many strategies demonstrate considerable energy-saving potential in isolated or small-scale simulations, their practical performance in scenarios with tens to hundreds of coexisting wireless body area networks remains inadequately validated. Regarding signaling overhead, distributed and cooperative approaches (e.g., game theory, multi-agent reinforcement learning) often require frequent exchange of control information (channel status, interference levels, policy updates). In dense networks, such overhead may consume substantial bandwidth and energy, offsetting efficiency gains from adaptive power control. Regarding convergence time, iterative algorithms (e.g., distributed optimization, non-cooperative games) may face prolonged convergence as network scale increases. In highly dynamic body-surface channel environments, slow convergence leads to delayed power decisions, increased packet loss, and energy waste. Regarding coordination costs, centralized or edge-assisted frameworks introduce latency and dependency on coordinating nodes, while fully decentralized approaches may yield suboptimal performance or system instability without carefully designed local rules. In mobile large-scale scenarios, the trade-offs between optimality, coordination costs, and robustness remain poorly understood.
- Future Direction: Research should prioritize scalable designs, developing lightweight signaling protocols, fast-converging distributed algorithms, and robust coordination frameworks to ensure efficiency and reliability in truly large-scale real-world multi-wireless body area networks.
- Energy Harvesting Stability
- Unresolved Research Problem: Energy harvesting (EH) in WBANs commonly utilizes ambient sources such as radio frequency (RF) radiation, kinetic motion, and thermal gradients from the human body or environment. Each type presents distinct characteristics: RF [25] harvesting offers continuous but low-power density [28]; kinetic harvesters generate intermittent bursts correlated with movement; thermal harvesters provide steady but modest voltage differences. Key integration challenges include miniaturization, efficient power conversion, and seamless coupling with sensor electronics without compromising wearability. Moreover, the predictability of harvested energy remains problematic, as it depends on highly variable factors such as user activity patterns, posture changes, and environmental conditions, making stable power budgeting difficult.
- Future Direction: Future energy harvesting-aware power control must not only adapt to real-time energy supply conditions but also integrate predictive models tailored to the dynamic characteristics of different energy sources to reliably ensure quality of service (QoS). Develop hybrid energy harvesting prediction models (combining human motion patterns [28] and environmental factors) and adaptive power allocation strategies that dynamically adjust transmission parameters based on real-time harvested energy.
- Algorithm Complexity and Resource Constraints
- Unresolved Research Problem: The deployment of power control algorithms is fundamentally constrained by the computational and energy limits of prevalent WBAN sensor platforms, such as TelosB (TI MSP430 microcontroller, 10 KB RAM) and MICAz (Atmel ATmega128L, 4 KB RAM). These nodes offer limited processing speed, small memory, and minimal idle power, restricting the feasibility of complex optimizations or online learning. For instance, while convex optimization or lightweight PID control can often run in real-time, deeper neural networks or multi-agent reinforcement learning [27] typically exceed available resources, which are unavailable for resource-constrained WBAN nodes (e.g., implantable devices); lightweight alternatives with comparable performance are lacking, and nodes need to reserve resources for security authentication [28].
- Future Direction: Future research must prioritize the advancement of hardware-aware algorithm design—developing strategies whose memory footprint, cycle consumption, and energy expenditure align with the capabilities of mainstream embedded platforms, thereby enabling advanced power control in resource-constrained real-world WBAN deployments. Design ultra-lightweight power control models (e.g., tinyML-based distillation models) referencing the lightweight design principles of WBAN authentication schemes [28], and optimize algorithm complexity to fit resource-limited nodes.
- Security and Privacy Preservation
- Unresolved Research Problem: Power control-related information (channel state information (CSI), power adjustment strategies [28]) may leak sensitive health data; there is no mature mechanism to integrate privacy protection (e.g., differential privacy) with power control, and the linkage between dynamic power adjustment and attack detection/defense [29] is missing.
- Develop ultra-lightweight AI models (e.g., tinyML or federated knowledge distillation) specifically tailored for on-device power control in resource-limited WBAN nodes, referencing the lightweight design principles of WBAN authentication schemes [28] to strike a balance between algorithm complexity and real-time performance.
- Explore cross-layer integration of power control with emerging 6G technologies (e.g., intelligent reflecting surfaces (IRS) and cell-free massive MIMO [26]) to enhance the reliability of dynamic body-area channels, which are highly susceptible to posture changes and tissue attenuation.
- Investigate privacy-preserving power control frameworks by leveraging differential privacy, homomorphic encryption, or secure multi-party computation, building on federated learning-based privacy protection mechanisms for WBANs [29] to prevent sensitive information leakage from channel states and power adjustment strategies.
- Design advanced hybrid energy management systems that integrate multiple harvesting sources (e.g., piezoelectric, thermoelectric, RF) [27] with adaptive power allocation under guaranteed QoS constraints, thereby improving the stability and sustainability of energy-harvesting WBANs.
- Conduct extensive real-world trials in diverse clinical and daily life scenarios (e.g., hospital wards, rehabilitation centers, sports training) [28] to validate simulation-based findings, bridge the gap between theoretical research and practical deployment, and provide empirical support for large-scale WBAN applications.
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
| WBAN | Wireless Body Area Network |
| IoT | Internet of Things |
| QoS | Quality of Service |
| MDP | Markov Decision Process |
| PSO | Particle Swarm Optimization |
| RL | Reinforcement Learning |
| DRL | Deep Reinforcement Learning |
| MEC | Mobile Edge Computing |
| WDO | Wind-Driven Optimization |
| DDPG | Deep Deterministic Policy Gradient |
| PCTO | Power Control and Task Offloading |
| SINR | Signal-to-Interference-plus-Noise Ratio |
| TEPC | Throughput-Equalization Power Control |
| LLM | Large Language Model |
| BER | Bit Error Rate |
| ECG | Electrocardiogram |
| MAC | Medium Access Control |
| PID | Proportional-Integral-Derivative |
| LQI | Link Quality Indicator |
| RSSI | Received Signal Strength Indicator |
| HMM | Hidden Markov Model |
| MF-MARL | Mean-Field Multi-Agent Reinforcement Learning |
| AoI | Age of Information |
| EH | Energy Harvesting |
| PDR | Packet Delivery Ratio |
References
- Kwak, K.S.; Ullah, S.; Ullah, N. An Overview of IEEE 802.15.6 Standard. In Proceedings of the 2010 3rd International Symposium on Applied Sciences in Biomedical and Communication Technologies (ISABEL 2010), Rome, Italy, 7–10 November 2010; pp. 1–6. [Google Scholar]
- Movassaghi, S.; Abolhasan, M.; Lipman, J.; Smith, D.; Jamalipour, A. Wireless Body Area Networks: A Survey. IEEE Commun. Surv. Tutor. 2014, 16, 1658–1686. [Google Scholar] [CrossRef]
- Fernandes, D.; Ferreira, A.G.; Abrishambaf, R.; Mendes, J.; Cabral, J. Survey and Taxonomy of Transmissions Power Control Mechanisms for Wireless Body Area Networks. IEEE Commun. Surv. Tutor. 2017, 20, 1292–1328. [Google Scholar] [CrossRef]
- Yang, Y.; Smith, D.B.; Rajasegaran, J.; Seneviratne, S. Power Control for Body Area Networks: Accurate Channel Prediction by Lightweight Deep Learning. IEEE Internet Things J. 2021, 8, 3567–3580. [Google Scholar] [CrossRef]
- Gupta, B.K.; Ghosal, S.; Ganesan, S.; Sudhakar, T.; Mishra, A.; Pandey, N. Energy Harvesting Techniques for Self-Powered Body-Worn Sensors in Wireless Body Area Networks. In Proceedings of the 2025 International Conference on Automation and Computation (AUTOCOM), Dehradun, India, 4–6 March; pp. 577–582.
- IEEE 802.15.6-2012; IEEE Standard for Local and Metropolitan Area Networks—Part 15.6: Wireless Body Area Networks. IEEE: New York, NY, USA, 2012.
- Wang, Z.; Aggarwal, V.; Wang, X. Power Allocation for Energy Harvesting Transmitter With Causal Information. IEEE Trans. Commun. 2014, 62, 4080–4093. [Google Scholar] [CrossRef]
- Amjad, O.; Bedeer, E.; Ikki, S. Energy-Efficiency Maximization of Self-Sustained Wireless Body Area Sensor Networks. IEEE Sensors Lett. 2019, 3, 7501204. [Google Scholar] [CrossRef]
- Rajawat, A.S.; Goyal, S.B.; Bedi, P.; Verma, C.; Safirescu, C.O.; Mihaltan, T.C. Sensors Energy Optimization for Renewable Energy-Based WBANs on Sporadic Elder Movements. Sensors 2022, 22, 5654. [Google Scholar] [CrossRef]
- Hakami, V.; Dehghan, M. Distributed Power Control for Delay Optimization in Energy Harvesting Cooperative Relay Networks. IEEE Trans. Veh. Technol. 2016, 66, 4742–4755. [Google Scholar] [CrossRef]
- Wang, C.; Guo, K.; Hu, X. The QoS and Energy Consumption Efficiency Trade-off Model Based on Utility Function in WBAN. In Proceedings of the 2021 5th International Conference on Electronic Information Technology and Computer Engineering, Xiamen, China, 22–24 October 2021; pp. 1356–1360. [Google Scholar]
- Masadeh, A.; Wang, Z.; Kamal, A.E. Reinforcement Learning Exploration Algorithms for Energy Harvesting Communications Systems. In Proceedings of the 2018 IEEE International Conference on Communications (ICC 2018), Kansas City, MO, USA, 20–24 May 2018; pp. 1–6. [Google Scholar]
- Nasreen, M.A.; Ravindran, S. An Overview of Q-learning based Energy Efficient Power Allocation in WBAN (Q-EEPA). In Proceedings of the 2022 2nd International Conference on Innovative Sustainable Computational Technologies (CISCT), Tiruchengode, India, 23–24 December 2022; pp. 1–5. [Google Scholar] [CrossRef]
- Sharma, M.K.; Zappone, A.; Assaad, M.; Debbah, M.; Vassilaras, S. Distributed Power Control for Large Energy Harvesting Networks: A Multi-Agent Deep Reinforcement Learning Approach. IEEE Trans. Cogn. Commun. Netw. 2019, 5, 1140–1154. [Google Scholar] [CrossRef]
- Kim, B.-S.; Shah, B.; Kim, K.-I. Adaptive Scheduling and Power Control for Multi-Objective Optimization in IEEE 802.15.6 Based Personalized Wireless Body Area Networks. IEEE Trans. Mob. Comput. 2022, 22, 6251–6268. [Google Scholar] [CrossRef]
- Xu, F.; Yang, H.-C.; Alouini, M.-S. Energy Consumption Minimization for Data Collection From Wirelessly-Powered IoT Sensors: Session-Specific Optimal Design With DRL. IEEE Sensors J. 2022, 22, 19886–19896. [Google Scholar] [CrossRef]
- Su, H.; Li, Z.; Liu, X.; Lin, S. Wind Driven Optimization-Based Power Control Mechanism for Edge-Enabled Body Area Networks. In Proceedings of the 2024 Fifteenth International Conference on Ubiquitous and Future Networks (ICUFN), Budapest, Hungary, 2–5 July 2024; pp. 253–258. [Google Scholar]
- Li, S.; Yang, H.C.; Xu, F.; Hu, H.; Hu, F. Energy-Efficient Relay Transmission for WBAN: Energy Consumption Minimizing Design with Hybrid Supervised/Reinforcement Learning. IEEE Internet Things 2024, 11, 17770–17779. [Google Scholar] [CrossRef]
- Liao, Y.; Zhou, H.; Leng, C.; Su, Z.; Qin, T. Power Control and Task Offloading Strategies for High-Density Wireless Body Area Networks Based on Deep Reinforcement Learning. Comput. Netw. 2025, 267, 111351. [Google Scholar] [CrossRef]
- Bao, B.Q.; Anh, B.T.; Yen, V.T.H.; Hiep, P.T.; Le, H.-N. Joint Throughput Equalization Power Control and Cell-Free Model for Enhancing Performance of WBANs. Wirel. Pers. Commun. 2024, 139, 921–946. [Google Scholar] [CrossRef]
- Moin, A.; Thielens, A.; Araujo, A.; Sangiovanni-Vincentelli, A.; Rabaey, J.M. Adaptive Body Area Networks Using Kinematics and Biosignals. IEEE J. Biomed. Health Inform. 2020, 25, 623–633. [Google Scholar] [CrossRef]
- Chen, D.R. Integrating IoT in WBANs: An Energy-Efficient and QoS-Aware Approach for Rapid Model-Driven Transmission Power Control and Link Adaptation. Internet Things 2024, 25, 101091. [Google Scholar] [CrossRef]
- Pant, D.; Lohani, S.; Wason, M. A Lightweight, AI-Enhanced Intrusion Detection System for Wireless Body Area Networks Using Unsupervised Anomaly Detection. Int. J. Glob. Innov. Solutions 2025, 2. [Google Scholar] [CrossRef]
- Benabderrahmane, F.; Kerkouche, E.; Bouchemal, N. Risk-Aware Privacy-Preserving Federated Learning for Remote Patient Monitoring: A Multi-Layer Adaptive Security Framework. Appl. Sci. 2026, 16, 29. [Google Scholar] [CrossRef]
- Mohammadi, R.; Shirmohammadi, Z. Optimizing Energy Harvesting in Wireless Body Area Networks: A Deep Reinforcement Learning Approach to Dynamic Sampling. Alex. Eng. J. 2025, 109, 157–175. [Google Scholar] [CrossRef]
- Cornet, B.; Fang, H.; Ngo, H.; Boyer, E.W.; Wang, H. An Overview of Wireless Body Area Networks for Mobile Health Applications. IEEE Netw. 2022, 36, 76–82. [Google Scholar] [CrossRef]
- Wankhade, M.P.; Ganage, D.G.; Chincholkar, Y. Effective Cluster Head and Routing Scheme Estimation Using Mixed Attention-Based Drift Enabled Federated Deep Reinforcement Learning in Wireless Sensor Networks. Concurr. Comput. Pr. Exp. 2025, 37, e70132. [Google Scholar] [CrossRef]
- Subramani, J.; Maria, A.; Rajasekaran, A.S.; Al-Turjman, F. Lightweight Privacy and Confidentiality Preserving Anonymous Authentication Scheme for WBANs. IEEE Trans. Ind. Inform. 2021, 18, 3484–3491. [Google Scholar] [CrossRef]
- Preethichandra, D.M.G.; Piyathilaka, L.; Izhar, U.; Samarasinghe, R.; De Silva, L.C. Wireless Body Area Networks and Their Applications-A Review. IEEE Access 2023, 11, 9202–9220. [Google Scholar] [CrossRef]






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. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Share and Cite
Su, H.; Zhao, Z.; Gu, B.; Lin, S. Power Control in Wireless Body Area Networks: A Review of Mechanisms, Challenges, and Future Directions. Sensors 2026, 26, 765. https://doi.org/10.3390/s26030765
Su H, Zhao Z, Gu B, Lin S. Power Control in Wireless Body Area Networks: A Review of Mechanisms, Challenges, and Future Directions. Sensors. 2026; 26(3):765. https://doi.org/10.3390/s26030765
Chicago/Turabian StyleSu, Haoru, Zhiyi Zhao, Boxuan Gu, and Shaofu Lin. 2026. "Power Control in Wireless Body Area Networks: A Review of Mechanisms, Challenges, and Future Directions" Sensors 26, no. 3: 765. https://doi.org/10.3390/s26030765
APA StyleSu, H., Zhao, Z., Gu, B., & Lin, S. (2026). Power Control in Wireless Body Area Networks: A Review of Mechanisms, Challenges, and Future Directions. Sensors, 26(3), 765. https://doi.org/10.3390/s26030765

