key: cord-0780137-5y9nlsus authors: Kim, Jinsup; Lee, Won Hyuk; Kim, Seung Hyun; Na, Jae Yoon; Lim, Young-Hyo; Cho, Seok Hyun; Cho, Sung Ho; Park, Hyun-Kyung title: Preclinical trial of noncontact anthropometric measurement using IR-UWB radar date: 2022-05-17 journal: Sci Rep DOI: 10.1038/s41598-022-12209-1 sha: 45bccbe7b91b58b9507496f43e67b02030e0b375 doc_id: 780137 cord_uid: 5y9nlsus Anthropometric profiles are important indices for assessing medical conditions, including malnutrition, obesity, and growth disorders. Noncontact methods for estimating those parameters could have considerable value in many practical situations, such as the assessment of young, uncooperative infants or children and the prevention of infectious disease transmission. The purpose of this study was to investigate the feasibility of obtaining noncontact anthropometric measurements using the impulse-radio ultrawideband (IR-UWB) radar sensor technique. A total of 45 healthy adults were enrolled, and a convolutional neural network (CNN) algorithm was implemented to analyze data extracted from IR-UWB radar. The differences (root-mean-square error, RMSE) between values from the radar and bioelectrical impedance analysis (BIA) as a reference in the measurement of height, weight, and body mass index (BMI) were 2.78, 5.31, and 2.25, respectively; predicted data from the radar highly agreed with those from the BIA. The intraclass correlation coefficients (ICCs) were 0.93, 0.94, and 0.83. In conclusion, IR-UWB radar can provide accurate estimates of anthropometric parameters in a noncontact manner; this study is the first to support the radar sensor as an applicable method in clinical situations. www.nature.com/scientificreports/ advantages over other techniques in medical applications, such as its contactless/wireless and license-free nature, ease of application, inexpensiveness, high data-processing rate, low exposure risk for the human body, and daily convenience in and out of the hospital. Recently, we introduced a signal model for IR-UWB radar and an algorithm for noncontact, continuous measurement of tiny movements and vital signs (respiratory and heart rates) of the human body, even for small, premature infants 6, [14] [15] [16] [17] [18] . The results of these studies demonstrated the applicability of IR-UWB radar in the assessment of medical status using distance information. The algorithm for calculating body parameters uses a convolutional neural network (CNN) to analyze patterns extracted from the images from IR-UWB radar. This noncontact sensing technology can measure height and weight without any limitation to the value range and can be implemented with the Internet of Things (IoT) for remote health monitoring in digital healthcare markets, overcoming the issues of contact and infection in the COVID-19 pandemic. To the best of our knowledge, this work is the first attempt to estimate anthropometric parameters by exploiting a novel, noncontact IR-UWB radar sensor. The purposes of this study are to propose a unique algorithm for measuring these parameters with radar, to implement a CNN with optimized layers to achieve an algorithm with maximum accuracy, and to evaluate the accuracy of the algorithm and compare it to that of traditional methods. Subjects. To acquire IR-UWB radar data, we recruited a total of 45 adults (19 men and 26 women) over the age of 20 from Hanyang University Hospital who participated voluntarily from January to April 2021. This study was approved by the institutional review board of Hanyang University Medical Center (No. 202101-015). All methods were performed in accordance with standard human research ethics guidelines (Declaration of Helsinki) and regulations. Written informed consent was provided by all patients before they were enrolled in the study. Additionally, no participants had a history of mental illness, trauma or diseases of the nervous system or musculoskeletal system. Experimental setup and data collection. All experiments for data collection were conducted in the multidisciplinary room of the Inclusive Clinic for Developmental Disorders at Hanyang University Hospital, Seoul, Korea. Reference methods. Height was measured with a calibrated, wall-mounted stadiometer, and bioelectrical impedance analysis (BIA) was conducted using InBody 720 (Biospace Co., Seoul, Korea; Fig. 1a ) to measure weight (kg), BMI (kg/m 2 ), muscle mass percentage (%), skeletal muscle mass percentage (%), body fat mass percentage (%), and body water mass percentage (%). BIA is a useful and well-studied technique for measuring body fat relative to lean mass 19 . Weight was also measured by a digital scale to the nearest 50 g, and height was evaluated to the nearest 0.1 cm. IR-UWB radar sensor. Next, the participant stood motionless for 5 seconds in the middle of the room installed with three commercially available IR-UWB radar sensors (XK350-12 W0, Xandar Kardian, Delaware, USA) for data collection; each radar sensor was encapsulated with a white plastic cover (Fig. 1b) . The room measured 3 m × 3 m × 2.5 m wide; one of the three IR-UWB radar sensors was installed in the center of the ceiling of the room, and the other two were installed on opposite walls 1 m above the floor (Fig. 1c) . The center frequency of the radar sensors used for data collection was 8.748 GHz, and the received signal was sampled at 23.328 GS/s at the receiver. The bandwidth was approximately 1.5 GHz, and the transmitted radiation power was 68.85 mW; this transmission power complied with FCC mask indoor standards, and the signals transmitted from each radar sensor did not interfere with each other. The distance resolution was 6.4 mm, which was suitable for capturing minute body movements. The signal transmitted from the radar sensor reached the test participant's body and System overview. The block diagram for the proposed method is shown in Fig. 2 . Human body signals collected from three radars were input into the CNN following preprocessing and image mapping and trained through the CNN together with the measured anthropometric parameters. The dataset for verifying the trained CNN also underwent the same signal processing, and an anthropometric parameter prediction was generated through the trained CNN. Radar signal preprocessing. The impulse signal transmitted from the radar sensor is reflected off not only the participant's body but also objects in the experimental environment. The signal x i,n [k] received from the i-th radar sensor at the n-th time can be modeled as follows. where k is a distance index and has a natural number value from 0 to the length of the radar signal. A and τ are the delay and scaling factors created for the m-paths of the transmitted impulse signal returning to the receiver, respectively. N[k] is the noise component in the experimental environment 20 . Since the received signal contains not only the signal for the target but also that for the components of the experimental environment, it is not suitable for immediate use in anthropometric parameter measurement; these clutter signals have a larger magnitude than the target signal and thus are difficult to distinguish. Instead, we remove the clutter signal from the received signal using a background subtraction algorithm, leaving only the target signal and the experimental participants' signals to be extracted 21 . In the background subtraction algorithm, clutter signal C i,n [k] is continuously updated over time, and signal y i,n [k] , in which the background signal is removed, is obtained by subtracting the clutter signal C i,n [k] from the original signal x i,n [k] . The alpha value can take a value between 0 and 1; in this study, it is set to 0.95. Height estimation using radar signal processing. Height can be obtained through a preprocessed signal extracted only from the radar sensor installed on the ceiling. Since we already know the distance between the radar sensor installed in the ceiling and the ground, if we can accurately measure the distance between the sensor and the top of the head when the participant is standing in the experiment room, we can calculate his or her height. To achieve high measurement accuracy, we use the constant false alarm rate (CFAR) algorithm on the given signal y i,n [k] to measure the height 22 . This algorithm is used to detect a target; one such algorithm is the cell-average constant false alarm rate (CA-CFAR), which implements a window of a certain size in one frame of data received from the sensor. First, a threshold is generated according to the CA-CFAR algorithm from signals collected www.nature.com/scientificreports/ in an experimental environment without a target. A target can then be detected by comparing the generated threshold with the signal received when a target is present. This threshold is created by setting the probability of a false alarm; when there is no target, as many as N c received signals are taken as absolute values after applying the Hilbert transform. where h i,n [k] is the signal resulting from application of the Hilbert transform and absolute value function to the background-subtracted signal y i,n [k] when no one is in the experimental environment, and H i [k] is an array stacked with up to N c of these signals to determine threshold T i [k] . In Eq. (4), the mean value of the signal , and β is a constant used for adjusting the false alarm rate. The environment-adapted threshold T i [k] is used to obtain the distance from the sensor installed on the ceiling to the tip of the head given signal y i,n [k] collected when a person is present. Proposed CNN architecture. Aside from height, the other anthropometric parameters are difficult to obtain through signal processing methods. Most of those measured through BIA are values related to volume or mass, and most of the IR-UWB radar signals are reflected from human skin and cannot penetrate the human body due to the frequency band used and other characteristics of the transmitted impulse signal 23 . In other words, the mechanism of the radar system used in this study is not designed to obtain bioelectrical impedance or to directly measure anthropometric parameters using radio waves. Given these characteristics, the received signal is one-dimensional data whose signal strength is related to distance; it is thus difficult to estimate the indicators related to the human body through a single radar signal. Therefore, we attempt to use all signals received from the three radar sensors and propose a method for predicting the anthropometric parameters through the maximum likelihood method by imaging each subject's radar signal and applying it to the CNN. After data preprocessing through the background subtraction algorithm, the training data were generated from radar signals with a size of 100 × 400. Since the FPS of the radar used is 20 and the range resolution is 6.4 mm, the radar signal used for training is collected for 5 s at distances up to approximately 2.4 m. Then, the data from the 3 radar sensors are stacked and rescaled from 0 to 255, which matches the 8-bit color depth range. The proposed algorithm uses color images as the input data; therefore, single-channel images are converted to RGB channel jpeg images using the conversion function with a given color map. Finally, the image is resized to (227,227,3), where 3 is the number of RGB color channels. Sample training images are shown in Fig. 3 . The accuracy in estimating an anthropometric parameter depends on the quality of the image generated from the radar signal used as the CNN www.nature.com/scientificreports/ input. From the preprocessed radar signal, we remove the signal corresponding to the clutter component in the experimental environment and use only the signal corresponding to the target. These signals all vary depending on the participant in the experiment. This is because each participant in the experiment has a different area to reflect the radar's transmission signal. The RCS (Radar Cross Section) is a measurement parameter of how many electromagnetic waves reflect in the experimental participant. It is difficult to express mathematically because the shape of the human body is irregular, but it is obvious that people with relatively large volumes and large areas have a higher RCS value than those who do not. The signal strength of a person with a high RCS would be stronger than that of one without, and we assumed that this signal would contain relevant information about the volume and area of the participant in the experiment. In this way, features can be extracted through a signal processing method using radar signals without the need for pre-extracted features. Although various types of CNN structures can be applied to radar signals, it is more suitable to predict anthropometric parameters by applying each radar signal to an independent convolution layer rather than attaching all radar signals to one image and using it as input. The datasets created by each radar sensor have characteristics of human signals that depend on the location where it is installed, and since three sensors are used, a late-fusion method, rather than feature-level fusion, is used for the CNN structure, given the multimodality 24, 25 . Traditional and widely used CNN structures are advantageous for classifying images used as inputs; however, the amount of data collected in our study is not considered to be an input suitable to those public algorithms. Instead, we have proposed our own CNN structures to reduce errors in the anthropometric parameters with the BIA results through the proposed CNN structures, which were recently developed by our research team and have demonstrated effectiveness in image processing [26] [27] [28] . In our proposed CNN structure, the input image is composed of three preprocessed radar signals. The input images generated from each radar sensor are split, used to train the network, and concatenated in the CAT layer. The size of the filter used in the 2D convolution layer is 3 × 3, and the rectified linear unit (ReLU) layer is used as the activation function. In general, the ReLU layer is added after the convolution layer in the CNN structure using images. The operation order of each layer is convolution, ReLU, and average pooling. The final feature is created in the last fully connected layer, and the anthropometric parameters are estimated through a regression layer. Table 1 shows the details of the design of the proposed CNN architecture. Baseline subject data. A www.nature.com/scientificreports/ Results of preprocessing the radar signal. Figure 4 shows the implementation of the background subtraction algorithm presented in "Radar signal preprocessing"; all signals received from the 3 radar sensors were subjected to the proposed algorithm, which involved removing the signals corresponding to the background detected in the raw radar signals. Even if the subject was able to stand still in the environment for 5 s, the signal to the target could be acquired due to the generation of minute movements as well as those associated with breathing. Regardless of the experimental environment, the background signal can always be removed to produce a signal for training and validation so long as the installed positions of the sensors are consistent. Height estimation by signal processing. To estimate the height through signal processing, one data point per person was used among the collected data. Of the three radar sensors installed in the experimental environment, only the data from the sensor installed on the ceiling were used. To obtain the threshold, data were collected from the experimental environment for 5 minutes, and the height was estimated by comparing the radar signal y 1,n [k] obtained for each participant with the threshold T 1 [k] . Figure 5 is a scatter plot of the height estimated through signal processing of the preprocessed radar signal; the MAE is 1.49, and the RMSE is 3.37. The ICC value between the estimated data and the measured data is 0.92, and the Pearson correlation coefficient r 2 is 0.85. implemented different values for the CNN depth, the number of filters for the 2D convolution layer and the number of neurons in the fully connected layer. Of a total of 360 datasets collected from 45 people, 75% were randomly selected as the training set, and the remaining 25% were selected as the validation set. In Fig. 6 , different colors represent different numbers of outputs of the fully connected layer used after the CAT layer: 256 in blue, 512 in red, and 1024 in yellow. When the number of hidden layers is 2, the number of filters for the 2D convolution layer is 16 or 32, and the output of the fully connected layer is 1024; the weight estimation has the smallest RMSE, 5.31. In this work, when the number of filters used in the 2D convolution layer increased excessively, the RMSE value also increased; similarly, when the depth of the network increased, the RMSE value also increased for 256 and 512 fully connected layers. For 1024 outputs of the fully connected layer and 32, 64, and 128 2D convolution layers, the RMSE values were greater than 7, the value obtained for 256 and 512 fully connected layer outputs. The networks were independently trained according to the seven measured anthropometric parameters, and all their structures had the same hyperparameter values. The diagrams in Fig. 7 illustrate the result of the proposed CNN architecture by plotting the measured and estimated values of the anthropometric parameters; all plots demonstrate positive correlations and linear distributions of the two sets of values. In Fig. 6 , the error values of the heights of some participants are very large, but there was no such error value in the presented CNN-based results. These scatter plots show that all anthropometric parameters were sufficiently trained in the proposed structure. The distribution of errors for the predicted values of each anthropometric parameter is shown in Fig. 8 . For each box, the mark in the center represents the median, and the bottom and top edges of the box represent the 25th and 75th percentiles, respectively. Outlier ranges indicated by dotted lines are values that are at least 1.5 times the interquartile range from the bottom or top of the box, and data displayed outside the outlier range are shown in red. The median values for the errors of all indicators are distributed within 5, and some data for body fat are beyond the range of the marked outliers. Table 3 shows the results of the network trained for each anthropometric parameter in the proposed CNN architecture. The RMSE (5.31) and MAE (4.28) for weight were higher than those for the other parameters; these values indicate an error of less than 10% relative to an average weight of 62.00 kg, and the ICC value (0.96) indicates excellent agreement between the radar sensor and BIA. The ICC value of BMI (0.83) was lower than that of the other parameters; however, the absolute value of the error (RMSE 2.25, MAE 1.66) was within 10% of the average BMI (22.80 kg/m 2 ). The ICC values of the other parameters (> 0.90) and their low RMSE and MAE values also indicate excellent agreement between the radar sensor and BIA. In this study, our innovative, noncontact technology, IR-UWB radar, successfully measured anthropometric parameters with a high degree of accuracy comparable to that of BIA. Moreover, we demonstrated a state-ofthe-art algorithm for simultaneously estimating the parameters using a machine learning scheme and a CNN www.nature.com/scientificreports/ architecture. The drawback of requiring multiple radar sensors remains a challenge that must be addressed in future work. Anthropometric profiles are important for assessing obesity or other medical conditions that affect body weight or body shape. Obesity significantly increases the risk of cardiovascular disease, hypertension, diabetes mellitus, and many other diseases. The anthropometric profiles of infants and children must be measured to assess their nutritional status 2 . Moreover, BMI-for-age is commonly used as an index to identify the severity of obesity or malnutrition 2 . Additionally, anthropometric measurements can be used as a baseline for physical fitness in athletes and to measure the progress of fitness. A number of techniques have been used to assess body composition; for example, BIA is simple and easy to perform, but it requires the placement of electrodes on the body, and www.nature.com/scientificreports/ measurements should ideally be made with the subject at rest. Dual energy X-ray absorptiometry and computed tomography require expensive equipment and trained technicians and expose the subject to radiation [29] [30] [31] [32] . The 3D structure light sensor (Libra3D) has been shown to be an accurate approach to weight measurement relative to other conservative techniques. There are some limitations, however, due to its reliance on optical technologies alone: (1) larger measurement errors for very muscular, obese, or very thin patients; (2) the lack of cover with a blanket; and (3) unsuitability for patients who cannot be positioned with their back on the stretcher 4 . Recently, a noncontact ultrasonic sensor demonstrated good results with a low average error in measuring height and weight; this device is capable of overcoming one major drawback, weight change with altitude, of traditional weight measurements using a scale, but clothes should fit tightly to the body so that the volume estimation step can give a reasonable result 9 . Anthropometric measurement methods from images obtained from a camera demonstrated an acceptable level of precision feasible even in unconstrained images 10, 11 . Noncontact monitoring technologies play a vital role in the COVID-19 pandemic era; as it is important to minimize contact, such technologies can lower the risk of infection when measuring anthropomorphic profiles. Individual height and weight estimation through noncontact methods or images could have considerable value in surveillance/screening for school health and emergency situations, pedestrian traffic studies for urban planning, forensic science/intrusion detection, automated garment fitting in online stores, and autonomous driving. In particular, these techniques can be used appropriately in digital healthcare markets and the COVID-19 era of non-face-to-face business and virtual environments 10 . IR-UWB radar is an unobtrusive, cost-effective, easily applicable, low-risk, and contactless system that, in previous studies, we suggested as a new method for measuring vital signs in a noncontact manner. We also reported the accuracy of IR-UWB radar in monitoring heart rate and respiratory rate in adults, infants and patients under nocturnal polysomnography. Through these studies, we suggested that IR-UWB radar could accurately measure infant signals despite being of smaller amplitude and higher frequency than those of adults and is thus sufficiently clinically applicable 6, 14, [33] [34] [35] . We found that IR-UWB radar could measure anthropometric parameters without the use of physical contact and radiation, and we validated the accuracy measured by radar for the first time. In the measurement using the radar system, the radar can be easily installed alone, and results similar to BIA can be obtained by standing still at the measurement location for 5 s without contact with the subject. We used three IR-UWB radar sensors for body data collection, transformed the preprocessed radar signal into an image, and then extracted the features using those images with the proposed CNN architecture. The training method of imaging radar signals and applying them as input to a CNN has been conducted in other studies 36 . Our results showed that IR-UWB radar could accurately measure anthropometric parameters in a noncontact manner and that the accuracy of the radar system was sufficiently high, suggesting its clinical applicability in situations such as medical emergencies. Since most drug doses used in emergency situations are based on weight, especially in children, when the patient's weight cannot be measured, an accurate, rapid estimation of weight is important for administering the correct amount of medication and appropriate emergent intervention 37, 38 . Several methods are commonly used for weight estimation, such as visual estimation, formulas and habitus modified systems; however, these methods bear the risk of estimation errors. Accuracy of at least PW10> 70% and PW20> 95% could be considered a reference standard (PW10; percentage of weight estimates within 10% of actual weight, PW20; percentage of weight estimates within 20% of actual weight) 39 . Even with Pediatric Advanced Weight Prediction in the Emergency Room (PAWPER) tape, the most accurate weight estimation device for children, the percentage of estimates within 10% of the actual weight is less than 80, and with the Lorenz method, the most accurate weight estimation device for adults, the percentage of estimates within 10% of the actual weight is less than 90 [39] [40] [41] [42] [43] . Weight estimation using radar measured subjects' weight within 10% of the weight measured using BIA, and the ICC value (0.96) indicates excellent agreement between the radar sensor and BIA. The results demonstrated that IR-UWB radar can feasibly measure patient weight when the weight cannot be measured directly. Additionally, it can be used as an indirect diagnostic basis for diseases that show rapid weight change. When severe hydration accompanied by weight loss of 10% or more appears in diabetic ketoacidosis or thyrotoxicosis, weight change beyond the margin of error suggested in this study may occur in adults. Although the proposed CNN structure is efficient with the dataset used in this study, it cannot be said to be optimal. Because the number of datasets used in this study was not large, a network with a fairly deep structure could not be used. However, the data used were not acquired at a single moment, and the input data used for the proposed CNN were time series of radar data. More optimal structures for use with larger datasets could be developed based on a transformer network, recurrent neural network or long short-term memory network 44, 45 . www.nature.com/scientificreports/ Future studies with other populations, such as adults with low fat and high physical activity or obesity and children and adolescents, are warranted to validate the methodology for more varied groups. Additionally, further study is necessary to achieve sufficient accuracy with patients in various postures, such as the supine position, to use the IR-UWB radar as an anthropometric measuring method in clinical practice, since the supine position is most frequently used for clinical procedures. This study was conducted only with subjects standing in the indicated direction for 5 s, and only small movements, such as breathing or changing facial expressions, were allowed. In future work, this technique and the associated module can be implemented with the Internet of Things for various remote health monitoring applications or emergent situations in which a scale cannot be used to measure human weight. Moreover, a real-time version of the radar system will be designed for embedded system implementation to construct a standalone hardware and software solution. This study has some limitations. The main problem is the dearth of real datasets with anthropometric ground truths for individuals. Second, we used three radar sensors to acquire the signals from various angles. To improve the applicability of the proposed system in the clinical field, an algorithm must be developed that possesses sufficient accuracy with fewer radar sensors. For the first time, we demonstrated that an innovative, noncontact, novel, effective method, IR-UWB radar technology integrated with a machine learning algorithm, can measure anthropometric profiles successfully with substantial agreement with BIA in adults. Further studies with younger age groups and better algorithms are warranted before the proposed system can be widely used in clinical practice with the robustness of radar. The datasets used and/or analysed during the current study available from the corresponding author on reasonable request. Received: 5 January 2022; Accepted: 6 May 2022 4.1 the who child growth standards Guideline: assessing and managing children at primary health-care facilities to prevent overweight and obesity in the context of the double burden of malnutrition. Updates for the Integrated Management of Childhood Illness (IMCI). (World Health Organization The effect of multiple anthropometric deficits on child mortality: Meta-analysis of individual data in 10 prospective studies from developing countries Libra3d: Body weight estimation for emergency patients in clinical environments with a 3d structured light sensor A systematic review of novel technology for monitoring infant and newborn heart rate Feasibility of non-contact cardiorespiratory monitoring using impulse-radio ultra-wideband radar in the neonatal intensive care unit Measuring accurate body parameters of dressed humans with large-scale motion using a Kinect sensor Non-contact body measurement for qinchuan cattle with LiDAR sensor A non-contact human body height and weight measurement approach using ultrasonic sensor Height and weight estimation from unconstrained images Non-contact anthropometric measurements in newborn patients Time-frequency spectral signature of limb movements and height estimation using micro-doppler millimeter-wave radar Motion classification and height estimation of pedestrians using sparse radar data Preclinical evaluation of noncontact vital signs monitoring using real-time IR-UWB radar and factors affecting its accuracy Quantified assessment of hyperactivity in adhd youth using IR-UWB radar Quantified activity measurement for medical use in movement disorders through IR-UWB radar sensor Non-contact respiration monitoring using impulse radio ultrawideband radar in neonates Experimental comparison of IR-UWB radar and FMCW radar for vital signs Estimation of prevalence of sarcopenia by using a new bioelectrical impedance analysis in Chinese community-dwelling elderly people People counting based on an IR-UWB radar sensor Background subtraction algorithm based human motion detection Ca-CFAR threshold selection for IR-UWB TOA estimation Preclinical evaluation of a noncontact simultaneous monitoring method for respiration and carotid pulsation using impulse-radio ultra-wideband radar MMTM: Multimodal transfer module for CNN fusion Early vs late fusion in multimodal convolutional neural networks Interacting with Soli: Exploring fine-grained dynamic gesture recognition in the radio-frequency spectrum UWB-gestures, a public dataset of dynamic hand gestures acquired using impulse radar sensors Finger-counting-based gesture recognition within cars using impulse radar with Convolutional Neural Network A comparison of three methods to assess body composition Assessment methods in human body composition Bioelectrical impedance analysis' an easy tool for quantifying body composition in infancy Critical factors and their impact on bioelectrical impedance analysis in children: A review A novel non-contact heart rate monitor using impulse-radio ultra-wideband (IR-UWB) radar technology Validation of noncontact cardiorespiratory monitoring using impulse-radio ultra-wideband radar against nocturnal polysomnography Non-contact sleep/wake monitoring using impulse-radio ultrawideband radar in neonates Hand gestures recognition using radar sensors for humancomputer-interaction: A review The broselow tape as an effective medication dosing instrument: A review of the literature The sophistication of simplicity... optimizing emergency dosing The accuracy of emergency weight estimation systems in children'a systematic review and meta-analysis Accuracy of weight estimation methods in adults, adolescents and children: A prospective study A better way to estimate adult patients' weights Optimising emergency weight estimation in underweight and obese children: the accuracy of estimations of total body weight and ideal body weight Comparison of adult weight estimation methods for use during emergency medical care Radar transformer: An object classification network based on 4d mmw imaging radar Radar ghost target detection via multimodal transformers formal analysis, W.H.L.; investigation, W.H.L.; resources, Sung H.C.; data curation, W.H.L.; writingoriginal draft preparation The authors declare no competing interests. Correspondence and requests for materials should be addressed to S.H.C. or H.-K.P.Reprints and permissions information is available at www.nature.com/reprints.Publisher's note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.