Abstract

In this paper, we propose a lying posture discrimination algorithm to monitor the behavior pattern of a person lying in bed. Using FSR (force sensing resistor) sensors arranged in a grid structure, three major body parts such as head, shoulder, and hips are identified, and six lying positions are determined based on these body parts. Head, shoulder, and hips are relatively high in pressure and are easy to distinguish due to low movement. In addition, we have effectively limited the search space to identify the above body parts based on standard body dimensions. Experimental results show that there is a correlation between pressure distribution and lying posture. The results of this study can be applied to the monitoring of sleep posture and can also be used as an aid to prevent fall accidents and the occurrence of pressure ulcers of elderly patients who are unable to move.

1. Introduction

Currently, Korea has entered an aged society in 2018 and the number of nursing hospitals for the care of the elderly is increasing rapidly [1]. However, 18.2% of the elderly patients are reported to experience falls each year at such nursing hospitals [25]. In addition, there is a high possibility of a pressure ulcer in an elderly patient who cannot move himself or herself. A pressure ulcer is the symptom of a mixture of body load and friction that causes local damage to the skin tissue at the protrusion of the bone [6]. In elderly patients who cannot move by themselves, caregivers should change their postures at least once every 90 minutes to prevent pressure ulcers [6, 7]. Elderly care hospitals are growing rapidly, but there is an absolute shortage of nursing staff. If this lack of nursing staff prevents the elderly from taking proper care of them, it is likely that the condition of the elderly patients will become worse due to falls and pressure ulcers.

Besides, human’s sleeping pose can have a major impact on his/her slumber as well as his/her overall health. The disorder sleep patterns can cause many diseases. The purpose of this study is to analyze sleep behavior pattern by monitoring the posture of a person lying in bed in real time. It also determines how the elderly patient who cannot move himself or herself behaves in bed. It is aimed to increase nursing efficiency by informing the nursing staff in advance of the risk of falling and the possibility of pressure ulcer occurrence.

To this end, in this paper, we propose a method of arranging pressure sensors in a grid structure to discriminate the human’s lying position regardless of physical conditions. We also present a multitier algorithm to effectively discriminate the lying posture. Tier-1 is defined as a region where the pressure in the body part is high and it is continuously maintained due to the low frequency of movement. The body parts belonging to the tier-1 are head, shoulder, and hips. In some typical lying postures, these body parts maintain a straight line. Based on this, it is possible to distinguish whether a person is lying in the upright posture (Figure 2(b)), the left posture (Figure 2(a)), or the right posture (Figure 2(c)).

There are many postures in bed: lying on either side, with the body straight or bent/curled forward or backward. The key idea of the method to be proposed here is to determine the lying posture based on the upper body. In general, the weight of an upper body of a person is equivalent to 75% of the body weight [8]. In addition, the combined weight of the head, shoulders, and hips belonging to the tier-1 is 48% of the body weight [8]. In other words, it is advantageous to discriminate based on the upper body when recognizing the lying postures using the pressures sensed. For example, suppose that a person is lying in the upright posture, and we found the body parts belonging to the tier-1 as shown in Figure 1. To determine the lying posture, the area corresponding to the shoulder can be extended in both the vertical directions. Then we can check whether the extended area includes both the head and the hips.

Based on the above criteria, the basic three postures, upright, left, and right posture, as shown in Figure 2 can be easily identified. The pressure distribution curves for them as shown in the right of Figure 2 are very similar because the cumulative sum of the pressure values of each posture is almost the same. In the pressure distribution curve, the number in the x-axis corresponds to the column in the grid structure. Also, the value of the y-axis represents the cumulative sum of the pressure values which belong to the corresponding column. Notice that the pressure distribution is the sample measured at time t.

In order to determine the other lying postures rather than the basic postures, it is necessary to analyze the pressure distribution. As shown in Figure 3, when a person lies in a bent posture, the curve of the pressure distribution is somewhat different from those of the basic postures in Figure 2. Also, when lying down in a bent posture, the cumulative sum of the pressure values decreases because the area under pressure is reduced compared to the basic postures.

Unlike the body parts belonging to the tier-1, hands, feet, etc. have relatively low pressure but high frequency of movement [9]. There is a possibility that the body parts corresponding to the tier-2 or tier-3 may not be found when the pressure value is sampled at a predetermined time interval. Therefore, it is more effective in determining the bent posture based on the pressure distribution.

In this paper, we propose an algorithm to discriminate six lying postures including prone posture based on the tier-1 model. The contribution of the method to be presented is that it uses only three major parts of the upper body to determine the lying position. The pressure distribution is also considered to improve the accuracy of lying posture determination. Even though only a limited number of pressure sensors are used instead of the sensor arrays, the accuracy of the proposed method is 90% when determining the lying posture using five consecutive pressure distributions. The algorithm proposed in this paper can be used to monitor the sleeping posture of elderly as well as ordinary people.

The remainder of this paper is organized as follows. Section 2 summarizes related works. In Section 3, we explain the system configuration. Section 4 describes multitier based lying posture discrimination algorithms, and Section 5 presents experimental results. In Section 6, conclusions are presented.

A wireless body sensor network (BSN) is a particular type of WSN (wireless sensor network) applied to human body monitoring [10, 11]. Key benefit of this technology is the possibility of monitoring vital and physiological signs continuously and noninvasively. With the wearable network becoming more complex, fusion of the data from multiple, potentially heterogeneous, sensor sources becomes a nontrivial task that directly impacts performance of the activity monitoring applications. R. Gravina et. al. [10] discuss the state-of-the-art techniques on multisensor fusion in the BSN research area.

G. Fortino et. al. [11] analyze the requirements for an effective BSN specific software framework. They also present an open source programming framework, called SPINE (signal processing in node environment), designed to support rapid and flexible prototyping and management of BSN applications.

S. Lokavee et. al. [12] proposed a sleep monitoring and gesture recognition system for patient based on polysomnography. This sensor pillow system employs a 3x3 sensor array of FSR (force sensing resistor) based on polymer thick film device for classifying and recognizing sleep posture. However, this work is only useful for point-of-care applications.

E. J. Pino et. al. [13] implemented a noninvasive sleep monitoring system using a bed pressure sensor array. The system detects changes in the contact pressure between a subject and the bed and is able to automatically select the sensor with the best respiratory signal, determine the respiratory rate, count number of sleep apneas, and count body position changes through the night. This work is similar to our approach except the smaller sensing area of 300 mm × 900 mm. However, they did not distinguish what posture a person is lying in.

L. Lin. et. al. [14] made a self-powered, highly sensitive, and fast responsive pressure sensor on the basis of the triboelectric effect. The pressure measurement range of the triboelectric active sensor (TEAS) was adjustable, which means both gentle pressure detection and large-scale pressure sensing were enabled. Through integrating multiple TEAS units into a sensor array, the as-fabricated TEAS matrix was capable of monitoring and mapping the local pressure distribution applied on the device with distinguishable spatial profiles. These nanogenerator-based active sensors are expected to replace FSR sensors in future applications.

Lee [9] made a cotton mattress to implement the sleeping state sensing system which is installed with 64 pressure sensors and temperature sensors. He tried to detect unrighteous sleeping posture which disturbs a deep sleeping. He showed that there are little pressure changes over time for hip, waist, and head. On the contrary, legs and arms are not only relatively low in pressure, but also large in change. Unfortunately, he did not suggest a method to identify postures that interfere with comfortable sleep.

The following two papers are focused on detection of sitting posture. C. Ma et. al. [15] proposed a cushion-based posture recognition system to process pressure sensor signals for the detection of user’s posture in the wheelchair. They compared five different machine learning approaches. They evaluated seven different classifiers to recognize five sitting postures. It is interesting for us that they deal with the optimal sensor placement problem. They investigated the contribution of each individual sensor to the recognition accuracy and determine the best sensor deployment using the backward selection method.

They [16] also proposed a method of activity classification and activity level assessment using a smart cushion to recognize sitting behavior. Two types of sensors are used to implement the cushion: six pressure sensors and a 9-axis inertial measurement unit. They calculated two features, standard deviation and approximate entropy, to recognize 5 sitting activities and 3 levels of sitting activities.

3. System Configuration

3.1. FSR Sensors

FSR sensors are devices that allow measuring static and dynamic forces applied to a contact surface [17]. Their specified switching time delay was 1 ms. The FSR 406 sensor in Figure 4 [18] is more sensitive to forces with lower magnitude, being able to distinctively respond to forces as low as 20 g [19]. Considering cheap and reliable force sensor, it can be a suitable candidate to measure the force during interaction [17].

In this paper, the FSR 406 sensor is used to measure pressure. As shown in Figure 4, it has a square shape and the size of 45 mm × 45 mm. When the pressure is applied to it, it returns a resistance value that is inversely proportional to the pressure. The pressure range that can be measured by the FSR 406 sensor is from 0.1N to 10N. The pressure value sensed by the FSR sensor is stored as a digital value between 0 and 1,023.

3.2. The Smart Mat and the System Architecture

The prototype of a smart mat was manufactured to efficiently determine the lying posture. As shown in the left of Figure 5, a total of 128 FSR sensors are placed in the 16x8 grid structure. The spacing between the FSR sensors is 8 cm in both the horizontal and vertical direction in order to implement the prototype system with fewer pressure sensors. This has advantages in terms of economic cost and power consumption. The narrower the spacing between the sensors is, the more accurate the pressure measurement will be possible. In order to confirm this, a comparative experiment was conducted by making an additional smart mat with 6 cm spacing. The experimental results show that the number of FSR sensors which measured the pressure is increased by 13% as compared with the case where they were arranged at the spacing of 8 cm. A relationship between the sensor spacing and the performance of lying posture determination will be conducted in a future study.

The smart mat is placed between the sheet and the mattress. It is designed to fit the size of a hospital bed and thus its size is 189.9cm x 90.9cm. It is divided into four sections, each consisting of a total of 32 (4 rows x 8 columns) FSR sensors. These four sections are managed by the corresponding four independent controllers implemented with Arduino Mega boards. These controllers are hardwired to the concentrator implemented with Raspberry pi 3 board [20, 21]. It serves as a buffer to temporarily store the collected sensing data and wirelessly transmits them to the long-term care monitoring system (LCMS) at regular intervals. The LCMS uses MySQL as DBMS [22]. In the prototype system, wireless LAN (IEEE 802.11b) is used for ease of implementation, but the wireless transmission protocol could be changed according to application purpose. Figure 6 shows the process flow of the proposed smart care system.

3.3. The Classification of Body Parts

In order to determine the lying posture with a limited number of FSR sensors, it is necessary to decide which body part should be identified first. Some body parts move frequently, so the pressure is not measured properly. For instance, hands and feet have low pressure intensity and short pressure duration. The shorter the pressure duration, the greater the variation in the pressure value, making it difficult to identify the body part. However, head, shoulders, and hips are the protruding parts, and the pressure in these parts is measured stronger than other parts. In addition, they have a long duration of pressure because of their less movement.

Based on the pressure value and the duration, the body parts can be divided into three tiers as shown in Table 1. The body parts belonging to the tier-1 are relatively easy to recognize and would suggest a way to determine the lying posture based on them.

Table 1 lists the body parts according to the classification criteria, the threshold and the duration. Notice that these values are obtained from the experiments. In the experiments, the sampling period was set to be fixed as 1 minute. In actual situations, the pressure may vary depending on how close the body part is to the FSR sensors.

Standard body dimensions help determine body parts more effectively. The definitions of the body dimensions referenced in this paper are shown in Figure 7.

3.4. Data Mapping and Sampling Period

The data sent to the LCMS system is mapped one to one in a two-dimensional array, identical to the grid structure of the smart mat. That is, the position (-th row, -th column) of the FSR sensor corresponds to the index of the array. The interval for measuring the pressure of the smart mat, called sampling period, is initially set to one minute. However, the sampling period may be adjusted variably depending on the rate of change in the pressure value. If the number of the FSR sensors whose values are changed is less than 10% (i.e., the number of the sensors is 12), it is increased by 30 seconds. The maximum sampling period is 5 minutes. The sampling period can be adjusted according to individual sleep patterns.

4. The Algorithm for Discriminating Lying Posture in a Bed

The posture discrimination algorithm to be proposed in this paper determines the lying posture based on the body parts corresponding to the tier-1. To find them, it will apply a different size filter for each body part. The filter size is determined considering the pressure distribution of the body part to be identified. A filter is used to calculate the cumulative sum of the pressure of the FSR sensors in the area that it occupies. The search space can be properly restricted taking into account the physical characteristics of the body part. The cumulative sums are obtained by sequentially moving the filter within a specified search space. The filter area having the largest value is determined as a corresponding body part. Depending on the position of the tier-1 body parts found and the overlapping patterns among them, it determines the lying posture of a person in the bed.

4.1. Determination of Filter Size according to the Characteristics of the Tier-1 Body Part

A square-shaped FSR-406 sensor with a side length of is called a cell. Let and be the horizontal and vertical spacing between cells, respectively, as shown in the left of Figure 8. The filter size is determined by the number of cells contained in the row and column of the filter. When the 3x2 filter is applied as shown in the right of Figure 8, the measurable physical space becomes 3(r+w) x 2(r+h). For w = h = 8 cm, r = 4.5cm, the measurable area when applying the 3x2 filter is 37.5cm x 25.0cm.

The filters to recognize the body parts belonging to the tier-1 are shown in Table 2. The filter size was determined by analyzing the Korean body dimensions [23] and the pressure distribution obtained from the experiments. For example, in the case of a hip, the width that can be measured by the filter is slightly smaller than the actual body dimension, but the pressure at both ends of the hip is measured lower. Weights can be assigned to account for individual body characteristics. In this paper, all the weights are set equal to 1.

4.2. The Lying Posture Discrimination Algorithm

The flowchart for the lying posture discrimination algorithm is shown as Figure 9. Notice that the state of sitting on the bed or sitting on one side of the bed is not included in the posture discrimination because it can be easily distinguished only by the pressure distribution. Based on the pressure distribution for a certain period of time, it is confirmed whether the person is lying on the bed, and from this time the lying posture discrimination algorithm is applied.

First of all, the proposed algorithm finds the body parts that belong to the tier-1. The sequence of the body parts to be found is shoulder → hips → head.

Step 1. Find the shoulder using the 3x2 filter.

Step 2. Find the hips using the 2x2 filter.

Step 3. Find the head using the 1x1 filter.

The reason to look for the shoulder first is because it has the widest area and has the longest pressure duration, so it is relatively easy to distinguish among them. It is advantageous to distinguish the hip because it has a wide area of pressure and long duration of pressure. That is, the possibility of misjudging the body part is relatively low. After finding the shoulder and the hips, it can find the head by limiting the search space in the opposite direction of hip.

In the next step, it determines whether a person is lying in either prone or nonprone posture. In the prone posture, the cumulative sum of pressures in the hip area is smaller than one in the nonprone postures. After that, it determines the lying posture by considering whether the three body parts overlap. It is intuitive to judge what the posture is when the extended shoulder area does not overlap with either the hip or the head as shown in Figure 2. However, if the extended area overlaps with both as shown in Figure 3, it should be required to determine the lying postures based on the pressure distribution.

The cumulative sum of the left four columns and the cumulative sum of the right four columns are used as information for determining the posture. means that the upper body is pointing to the left, while means that it is pointing to the right. On the other hand, if a person is lying in the upright posture, the difference between and is within the threshold. Notice that the threshold value will be determined empirically.

4.2.1. Shoulder Discrimination

The proposed algorithm applies the 3x2 filter according to Table 2 for shoulder discrimination. in Figure 10 is the pressure value sensed in the cell () and has a value between 0 and 1,023. The filter in Figure 10 can be expressed as , where and indicate the row and the column of the smart mat, respectively. In the filter, the reference cell is the cell ().

For all the cells in the filter, it calculates the cumulative sum of the pressure multiplied by the weight . Notice that all the weights are set equal to 1. The cumulative sum of the filter is obtained on the basis of the reference cell.

If the number of rows and the number of columns to search are and , respectively, and the filter size is , then the value of cumulative sum obtained by applying the filter is . Then the filter having the maximum value can be obtained.

To determine the search space to apply the 3x2 filter, we use the sitting height and the elbow height sitting of the body dimension as shown in Table 3. That is, there is a shoulder part in the region where the sitting height is subtracted from the elbow height sitting, which is smaller than 613 mm (women, in average) to 663 mm (men, in average). Therefore, it is sufficient to search only six rows (125mm x 6 cells = 750 mm) of the smart mat. When lying is in the upright posture, the pressure in each cell is sensed as shown in Figure 11. There are two search areas for finding the shoulder part: [R1: C1, R5: C8] and [R12: C1, R16: C8]. Since we do not know in which direction a person is lying, we should include both of these in the search space.

Table 4 shows the result of applying 3x2 filter to the above search spaces. The area with the maximum value as a result of applying the 3x2 filter is [R4:C3, R5: C5]. The area is identified as the shoulder.

4.2.2. Hip Discrimination

The search space for hips can be effectively limited based on the vertical trunk length (men 690.6 mm, women 621 mm). Because the shoulder already occupies two cells (25mm), the actual search space can be restricted to up to five cells (625mm). As with the shoulder discrimination, the upper and lower two regions must be searched independently. The minimum distance criteria can be applied since the hips are searched with the shoulders discriminated. That is, the minimum length is the distance obtained by subtracting the hip vertical length (called body rise, 231 mm (women) to 261 mm (men)) from the vertical trunk length. In other words, the minimum distance is 390 mm to 429 mm and should be more than 3 cells (375mm). Therefore, there are two search areas for finding the shoulder part: and .

Table 5 shows the result of applying 2x2 filter to the above search spaces. As a result of applying the 2x2 filter, the area having the maximum value is [R7:C4, R8:C5]. The area is identified as the hips.

4.2.3. Head Discrimination

The head is at least the length of the neck away from the shoulder. Therefore, the row that is at least 1-cell away from the shoulder found above can be searched by 1x1 filter. In addition, since the shoulder and the hips are discriminated, the search space for finding the head can be restricted to one direction. The algorithm searches for the space in the opposite direction to the hips to find the head. If , then the search space becomes , and if , the search space becomes .

In the case of Figure 8, the search region for head discrimination is [R2: C1, R2: C8]. Table 6 shows the result of applying 1x1 filter to the above search spaces. As a result of applying the 1x1 filter, the area having the maximum value is [R2:C4]. The area is identified as the head.

4.2.4. Determination of Lying Posture

Figure 12 shows the pressure distribution when lying down in four different postures. The body part discrimination algorithm described above is applied to find shoulder, hips, and head, and the results of the discrimination of the corresponding body parts are shown in Figure 13.

The basic idea of the posture determination algorithm is to identify the upright posture if the head, the shoulder, and the hips are on a straight line. That is, if the shoulder area (3x2) completely includes the hip area (2x2) and the head area (1x1) as shown in Figure 13(e), the algorithm determines that a person lies in an upright posture. If the shoulder area does not fully cover the hips and the head region, it is judged in the supine posture. If the right part of the hip area overlaps the shoulder area, it is judged to be either the right posture (Figure 13(b)) or lying to the right (Figure 13(c)). If the left part of the hip area overlaps with the shoulder area, it is judged to be either the left posture (Figure 13(a)) or lying to the left (Figure 13(d)).

However, as shown in the Figure 13(b), even when lying straight up but twisted leftward or rightward, the shoulder area completely covers the head and the hip area. It is difficult to determine the exact posture simply by identifying the lying posture only by the shoulder region including the two body regions.

To do this, it calculates the cumulative sum of pressures at each column. The cumulative sum of the left four columns and the cumulative sum of the right four columns are used as information for determining the posture. The method of determining the lying posture using these two values has already been described above. Notice that the typical value of the threshold is 500. As summarized in Table 7 it can be seen that the difference between and is closely related to the lying posture.

Figure 14 shows the snapshot of the distribution of the cumulative pressure sum of each column of the smart mat for each lying posture. The pressure distribution is clearly different for each lying position.

4.2.5. Discrimination between Upright Posture and Prone Posture

Figure 15 shows the pressure distribution when lying down in a prone posture. The most distinctive difference between the upright posture and the prone posture is that the cumulative sum of the pressure of the hip is below the reference value (the typical value is 1,000). Notice that the area of the hip to be found is defined as . In other lying postures, the cumulative sum of pressure on the hips is greater than 1,000, but less than 1,000 in the prone position. Therefore, after examining the inclusion of the shoulder area, it is checked whether or not the cumulative sum of the pressure on the hip area is below 1,000 or higher to determine whether it is an upright or a prone position.

4.2.6. Discrimination of Other Body Parts

When heel is in a fixed posture and it is located at the position of the FSR sensors, the pressure is sensed relatively high. Knowing the area of the head and the heel allows us to estimate the height of the person lying down. However, it is not easy to distinguish the heel at once because it moves frequently. Therefore, it is necessary to get at least three consecutive pressure distributions to discriminate the heel. This results in a delay in the recognition of heel compared to other body parts. The 1x1 filter can be used for heel recognition.

The pressure on hands can also be measured in a similar way to the heel. Feet and arms are similar to heel and hand. Because they also frequently move, it is possible to identify them by analyzing at least three pressure distributions continuously. Most of the body parts that do not belong to the tier-1 have a high frequency of movement, and depending on where they are located, the FSR sensors may not be able to detect any pressure. Therefore, measurements should be made several times over a certain period of time. In this paper, we will not discuss in detail the other parts determination because it does not seriously affect the posture determination.

5. Experimental Results

5.1. Experiment Setup

Although the spacing between the FSR sensors has a significant effect on the posture determination, the horizontal and vertical spacing between the sensors is 8 cm apart for ease of implementation. The sampling interval for obtaining the pressure distribution from the smart mat is at least 1 minute and up to 5 minutes. It is variably adjusted according to the frequency of the movement of the person lying down. To increase the accuracy of the posture determination, the average of the pressure distributions sampled at least three times is used. Therefore, the time taken to discriminate the posture is determined by the sampling interval and the number of times the pressure distribution is used. In most experiments, the posture was determined using a total of three pressure distributions at the sampling interval of 1 minute. In this case, the lying posture was judged in about 3 minutes.

As shown in Figure 16, the five colors are displayed for visualization of the pressure, and the threshold can be specified for color coding. In the experiment, the colors were classified into 5 areas such as 50~149, 150~249, 250~349, 350~449, 450, or more depending on the pressure values. The screen configuration of the implemented system is shown in Figure 16.

The proposed algorithm identifies six postures: upright posture, left posture, right posture, lying to the left, lying to the right, and prone posture. The posture discrimination begins after 5 minutes (adjustable) from the time where the pressure distribution is concentrated and then dispersed. The algorithm stops the posture discrimination when the pressure distribution is concentrated in one place.

5.2. Recognition Rate with respect to the Number of Samplings

Six men (age 23-67, height 162 ~ 175 cm, weight 58 ~ 75 kg) and one woman (age 63 years, height 155Cm, weight 47 Kg) were measured for 3 hours. The subjects’ postures were verified by capturing the lying images at the time of the discrimination. The average number of postures taken by the subject during each measurement was 40, and there were about 13 postures per hour.

The pressure distribution obtained through a single sampling shows that the pressure in body parts is not properly measured. However, increasing the number of times of sampling can measure the pressure in body parts that have not been sensed. That is, increasing the number of samples and obtaining the average value for each cell gives a constant shape to the pressure distribution curve.

Figure 17 shows how the pressure distribution varies with the number of samples in the right posture and in the upright posture. We set the sampling interval to 60 seconds to effectively control the amount of data collected and managed, since there is little movement of the body during bedtime. Thus, in Figure 17, 0, 60 seconds, 120 seconds, 180 seconds, and 240 seconds refer to single sampling, double sampling, three-time sampling, four-time sampling, and five-time sampling, respectively. The curve for each sampling represents the average value for the sampling. Notice that C1, C2,…, C8 in Figure 14 refer to each row of the smart mat. As shown in Figure 14, the approach to higher-order sampling shows that the variation in the graph decreases.

As summarized in Table 8, a total of 258 posture determinations were attempted. The recognition rate was about 90% when five samplings were used. , , and are the number of times of successful posture determination with one sampling, three samplings, and five samplings, respectively.

Recognition failure occurred mainly in left posture, lying to the left posture, right posture, and lying to the right posture. This is due to the fact that the change in pressure distribution due to movement in the process of changing posture has increased. The accuracy in posture discrimination becomes very high when one posture is kept long. The recognition rate will be improved if the spacing between the FSR sensors is narrowed.

Figures 18 and 19 show the changes in the cumulative pressure values for each column when lying in the upright posture and the right posture for 5 minutes. As can be seen in Figure 18, the person was lying in columns C1, C2, and C3 with an upright posture. As time elapses, the posture was moved toward column C4. It can be seen that the cumulative value of the column C3 maintains a remarkably large value. However, when lying in the right posture, the values of all the columns except C7 and C8 are significantly changing as shown in Figure 19. The characteristics of pressure change by posture are expected to be useful when machine learning method is introduced in the near future.

6. Conclusions

We have implemented a smart bed system to determine human’s lying postures using FSR sensors arranged in a grid structure. We define head, shoulder, and hips as tier-1, which have low movement and large pressure range in human body parts. We investigated the correlation of these body parts belonging to the tier-1 and proposed an algorithm to determine the lying position. Also, the pressure distribution in the left-half and right-half regions of the smart bed is reflected in the posture discrimination process so as to increase the accuracy of the discrimination. Since the pressure is measured only when the body part is placed in the position where the FSR sensor is located, the accuracy of discrimination can be improved by increasing the number of samples of the pressure distribution.

Experimental results show that the accuracy of posture discrimination reached 90%, when the posture was determined at intervals of five minutes by increasing the number of samples up to five. Most of the posture discrimination errors occurred in the process of changing the lying posture, for example, lying to the left posture to the left posture.

When the spacing between the FSR sensors is narrowed, it is expected that the accuracy of the discrimination will be improved because a more detailed pressure distribution can be obtained. In addition, the analysis of the pressure distribution by each column of the smart mat showed that distinct features were extracted for each posture. It is expected that the measured data set from this research can be used as a training set to achieve improved results by applying machine learning techniques. This system can be used for sleep posture monitoring or behavior pattern monitoring.

Data Availability

The JSON or CSV data, except the personal information, used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

Acknowledgments

This work is supported by the 2013 Grant of Incheon National University.