• <tr id="yyy80"></tr>
  • <sup id="yyy80"></sup>
  • <tfoot id="yyy80"><noscript id="yyy80"></noscript></tfoot>
  • 99热精品在线国产_美女午夜性视频免费_国产精品国产高清国产av_av欧美777_自拍偷自拍亚洲精品老妇_亚洲熟女精品中文字幕_www日本黄色视频网_国产精品野战在线观看 ?

    Improve the Accuracy of Fall Detection Based on Artificial Intelligence Algorithm

    2021-11-08 08:07:08MingChihChenYinTingChengandRuWeiChen

    Ming-Chih Chen,Yin-Ting Chengand Ru-Wei Chen

    Department of Electronic Engineering,National Kaohsiung University of Science and Technology(First Campus),Kaohsiung City,82445,Taiwan

    ABSTRACT This work presents a fall detection system based on artificial intelligence.The system incorporates miniature wearable devices for fall detection.Fall detection is achieved by integrating a three-axis gyroscope and a threeaxis accelerometer.The system gathers the differential data collected by the gyroscope and accelerometer,applies artificial intelligence algorithms for model training and constructs an effective model for fall detection.To provide easy wearing and effective position detection,it is designed as a small device attached to the user’s waist.Experiment results have shown that the accuracy of the proposed fall detection model is up to 98%, demonstrating the effectiveness of the model in real-life fall detection.

    KEYWORDS Artificial intelligence; fall detection; miniature sensing device

    1 Introduction

    1.1 Research Motivation

    The current reduction in birth rate and extended life expectancy have resulted in the ageing of the population, which has become a global issue.According to [1], the aged population will increase drastically in the future, the percentage of the aged population will continue to rise within the global population and reach 28% by the year 2050.

    Falling is an important health issue for the senior population as it may cause serious harm to the elderly [2].If an elderly person falls, he or she may not be able to move or regain consciousness and can only wait passively for medical assistance.However, if adequate assistance is not provided within a short time frame, more serious harm may result.Delays in receiving treatment may cause difficult or irrecoverable damages and increase the cost and burden of health care [3,4].Additionally, some elderly people may develop fears of falling again and become limited in their range of movements, thus decreasing their quality of life.Therefore, the instantaneous fall detection of the elderly in an indoor environment and the establishment of an effective caring system are crucial for the aged population.

    1.2 Research Purpose

    We propose a system based on artificial intelligence for fall detection to reduce manual cost and provide early warnings.The system’s goal is to detect the current positions of personnel within a monitored range and determine if a falling event has occurred.The current behaviours of the personnel are returned to the monitoring system for centralized record and management to establish the conditions of indoor activities of the personnel.The proposed system integrates a three-axis gyroscope, a three-axis accelerometer, as well as a Bluetooth module for wireless communication to design a waist-attached, miniature fall detection device.The device collects information from the gyroscope and accelerometer for analysis to deduce continuous signals representing the human body postures.According to the posture and signal relationship, artificial intelligence is used to construct a highly accurate model.Information associated with falling is transmitted by the waist-attached, miniature fall detection device via Bluetooth wireless packets to a receiving end designed using a Raspberry Pi computer and collected.The information is transmitted through the built-in local area network in the Raspberry Pi to the computer management interface to facilitate decision making after a fall.

    1.3 Literature Review

    The current fall detection system implementation methods can be divided into two categories:fixed fall detection system and non-fixed fall detection system.The fixed fall detection system [5]is mainly based on image recognition detection, floor vibration detection, wireless signal detection methods and so on.The system detects whether or not the user has fallen through sensors built on the wall or floor.The advantage of the system is that the user does not need to wear additional equipment and the disadvantages are that it is location-specific and the cost is high.The non-fixed fall detection system [6-9] mainly uses components such as the RFID, gyroscope, accelerometer and so on to detect whether or not a user has fallen via sensors attached to the user’s body.The advantages of this system are that the computational complexity and the cost are low, however,the disadvantage is that the accuracy is relatively low.

    In 2014, Wang et al.[5] proposed a fall detection system based on wireless network signals.This method determines if a user has fallen according to the current physical movement of a user, which is calculated via the differences between the transmitted signal and the received signal within the Wi-Fi equipment installed in the environment.This approach effectively reduces issues regarding equipment installation and privacy invasion since there is no need to install additional equipment if there is an existing Wi-Fi device in the environment.

    In 2017, De Miguel et al.[8] presented a low-cost fall detector for smart homes based on artificial vision algorithms.The proposed detector combines several algorithms as input into a machine learning algorithm.The detector is able to provide high detection accuracy of fall diction.

    In 2018, Shahzad et al.[10] proposed a fall detection system based on a three-axis sensor on a smartphone.The proposed approach attaches the phone to the user’s waist or leg and uses the three-axis acceleration values to construct a fall model with a set threshold and a multiple kernel learning support vector machine (MKL-SVM).The model is integrated with a mobile application to calculate the user’s current status.The model constructed using machine learning algorithms achieves an accuracy of 97.81% when attached to the waist and 91.70% when attached to the legs without requiring additional equipment.

    In the same year, Ichwana et al.[11] proposed an accelerometer-based fall detection system.In the proposed system, a sensing module is attached to the waist, and a user’s fall is determined by the user’s movements, which are identified according to the calculated angular and vertical velocities.This method has low computational complexity and makes quick decisions.

    In 2020, Nooruddin et al.[12] proposed a system based on client-server architecture.The system can be implemented using any type of IoT devices with internet connectivity and can be interfaced with four modules.The developed linear classifier model used in this system has achieved 99.7% accuracy in fall detection.

    In the same year, Clemente et al.[13] presented a smart system performing fall detection based on floor vibration data produced by fall downs.Only using floor vibration as the recognition source, the system incorporates a person identification through vibration produced by footsteps to inform who is the fallen person.It is able to detect fall downs with an acceptance rate of 95.14%.

    2 Research Method

    Nowadays, artificial intelligence is widely used in various systems.This research uses TensorFlow as the framework for building a neural network (NN) and uses three different neural network architectures to build a fall detection model.The purpose of the neural network is to find the optimal weight value and deviation, which are obtained when the input data passes through the function in the framework.Therefore, an activation function is added after the hidden layer of the neural network to facilitate the finding of the desired result and calculate the suitable value to build a predictive model for fall detection.This work uses the multi-layer perceptron (MLP),recurrent neural network (RNN) and long short-term memory (LSTM) models to compare their advantages and disadvantages as shown in Tab.1.

    Table 1:Comparison of the advantages and disadvantages of neural networks

    2.1 Multi-Layer Perceptron(MLP)

    The MLP is a kind of feedforward neural network with three layers:an input layer, a hidden layer and an output layer.The input layer is the current material to be learned.The hidden layer is the feature node that needs to be learned and each node is a neuron with a nonlinear activation function so that its output meets the required results.The output layer is the category that needs to be learned.Each layer in the middle is a fully connected layer.The multi-layer perceptron was widely used in the 1980s in applications such as speech recognition, image recognition, machine translation and so on, and achieved good results in classification problems.

    2.2 Recurrent Neural Network(RNN)

    The early neural network architecture had no time concept and labeling learning for sequence signals.In 1982, Hopfield [14] proposed a Hopfield neural network.The network has 2n states, the value of each neuron is 1 or 0 and the output is a four-bit binary number.There are 16 network states in total due to the network’s recursive characteristics.If the network is stable, it converges from any initial state to a stable state.If the network is unstable, it will not result in a divergent state since each neuron has only two states.

    Jordan [15] proposed a learning structure in 1986 that included labeling the sequence signal with an output that feedback to hidden nodes.The system multiplies the inputXvalue by the now weight value in the neural network, adds the deviation value in the node and recalculates the value to provide the output value.This architecture achieves better results for an RNN modeled by serial signals where the before and after signals are correlated.Therefore, the architecture is often applied to natural language, handwriting recognition, weather, or sensor-detected values.However,as the hidden layer of the network becomes deeper, vanishing or exploding gradient problems may occur, rendering the architecture unsuitable in situations where the signal time is long.

    2.3 Long Short-Term Memory(LSTM)

    The LSTM is a recurrent neural network.Since the RNN architecture is unsuitable for very long time series, Hochreiter et al.[16] have proposed the LSTM architecture.The architecture has 8 input nodes, 4 output nodes and 2 memory blocks of size 2.

    The LSTM architecture consists of three layers, the forget gate, the input gate and new input,and the output gate.The forget gate determines which old memories to retain, the input gate and the new input determine which values need to be added and the output gate determines which values to output.

    2.4 Activation Function

    The activation function in neural networks mainly uses nonlinear equations to solve nonlinear problems.When the activation function is not used, the neural network is a linear combination of operations.As both the hidden layer and the output layer are the input results of the upper layer, they are calculated with the weight value and the deviation, and the calculation result is regarded as the output of the layer so that the output and the input have a linear relationship.If a nonlinear activation function is not used, the learned model cannot solve a nonlinear problem.In this work, we have investigated 4 different activation functions for learning the framework and selected suitable functions through experiments to implement the fall detection model.

    2.4.1 Rectified Linear Unit(ReLU)

    According to Eq.(1), when the value ofxis negative, the output is 0, and whenxis positive,the output remains unchanged.Since the algorithm is linear, the result is easy to predict.The quick convergence provides effective solutions for vanishing and exploding gradient problems with very few calculations.However, when a certain neuron is 0, it will be difficult to activate this node and the node will have no effective results for the data.

    2.4.2 Exponential Linear Unit(ELU)

    According to Eq.(2), when the value ofxis negative, a nonlinear function is used to provide the output value.This function resolves the shortcomings of the ReLU with an increased amount of calculations.

    2.4.3 Hyperbolic Tangent Function

    The function is calculated according to Eq.(3) and it compresses the output values to the range of between -1 and 1.The effect is better when the feature is obvious.However, the function requires more complex exponential calculations and the gradient vanishing problem still occurs when the input value is extremely large or small.

    2.4.4 Sigmoid Function

    The function is provided in Eq.(4), which compresses the output value to the range of between 0 and 1.The effect is better with the bi-partition.Nevertheless, the function requires exponential calculations and the gradient vanishing problem may still occur.

    3 System Structure

    This research incorporates a three-axis gyroscope, a three-axis acceleration sensor, as well as the Bluetooth radio frequency technology, Raspberry Pi system, management terminal interface program, cloud database and other related components and technology to implement the smart fall detection system.The system also uses artificial intelligence algorithms to improve the accuracy of fall detection.

    In this work, we propose an efficient solution for the monitoring center to confirm the status of a user wearing the device via a convenient and intuitive operation management platform.The system detects accidental falls using a three-axis gyroscope and a three-axis accelerometer.The Bluetooth wireless transmitter is used to send the current user status to the signal receiving device.A packet is then sent through the TCP/IP Socket to the computer interface program for status recording and display.The system needs to distinguish between various falling postures and other actions performed by the user, as well as overcome electromagnetic interference caused by metallic or electronic objects in the experimental area to increase the accuracy and reliability of fall detection.

    3.1 Hardware Architecture

    The system architecture is shown in Fig.1.The architecture of the system includes four hardware components:the devices worn by the user, information receivers for receiving packets,routers for establishing the local networks and computers with interface programs.

    Figure 1:The architecture of the smart fall detection system

    As the device worn by the user obtains the six-axis signal, the smart fall detection algorithm is used to calculate the current walking state of the user and information packets are continuously sent to the information receiving device through the Bluetooth broadcast mode.The information receiver calculates the RSSI value of the received packet and selects the information receiver with the best RSSI value for data transmission.When the information receiver receives the relevant signal, it will be sent to the management computer through the wired network.The signal will be analyzed through the smart fall detection model to find the current walking status of the user and the user status will be displayed on the interface program.The management computer will also store the analysis data on the cloud database.

    The wearing device uses the Texas Instruments CC2541 Bluetooth wireless chip.The core of the chip is an 8051 microcontroller and a six-axis sensing module (MPU-6050).The fall detection algorithm analyzes the signals generated during the user’s actions to determine if a fall has occurred.The power source of the device is a 3.7 V, 1000 mAh, polymer lithium battery and its working endurance is about 30 days.

    3.2 Smart Fall Detection System Process

    When the user attaches the device to the waist and turns the power on, the power level is automatically detected, which allows the management staff to confirm if the power of the device is sufficient and check the status of the wearing device.The smart fall detection model on the wearing device starts to continuously detect for a fall event and uses the information packet to send the detected state to the information receiver for transmission.The information receiver analyzes whether or not the received packet needs to be forwarded to the management computer and discard the packets sent by the non-wearing device.

    The status information of the correct packet is sent to the management computer through the TCP/IP Socket, the content of the information packet is analyzed through the computer interface program and the result is displayed on the graphical user interface.The management personnel is able to check the status information of all users in the field through the computer interface program.When a person accidentally falls or activates the emergency button, the displayed user marker will be marked in different colors and an alarm page will be displayed, allowing the management staff to quickly proceed to the location and deal with the situation.Fig.2 shows the flowchart of the fall detection system.

    Figure 2:Flowchart of the fall detection system

    3.3 Smart Fall Detection Model Establishment

    To solve the difference between the fall and non-fall states of a user, we use a neural network to build a detection model and find an optimal algorithm to solve the problem.The development software for building the model is Spyder and the model is implemented using the Python programming language and Tensorflow framework.

    The proposed system uses a variety of neural network models to find a model that consumes fewer resources and is highly accurate.The established model is programmed in the C/C++ language to reproduce the algorithm and apply it to smart fall detection.Fig.3 shows the flowchart of the smart fall detection model.

    3.3.1 Acquire Training Materials

    To capture the complete fall action, all 6 signals from the six axes are used and every 80 times is taken as a complete action.The once time is 10 ms.A total of 110 fall actions and 130 other actions are captured as the training material.

    3.3.2 Build Model Architecture

    In this work, 3 different neural network models have been chosen for comparison with respect to the accurate determination of the differences between each action.The three models are the multi-layer perceptron (MLP), recurrent neural network (RNN) and long short-term memory(LSTM) models.When building the model, 160 motion signals are used for training, and 80 signals are used for testing the trained model.The input layer is 6 * 80 groups of fall signal values and the output layer is 2 to indicate if a fall action has been detected.After modifying the number of nodes, the number of layers, the activation function of the intermediate hidden layer,and considering the resource constraints of the controller, it is impossible to store too many model weights.The system uses the Tensorflow framework to train a model that meets the demands and select a model with low resource consumption and high accuracy out of the three chosen models.

    Figure 3:Flowchart of the smart fall detection model

    3.3.3 Multi-Layer Perceptron Fall Model

    The architecture diagram of the MLP fall model is shown in Fig.4.The MLP is a fully connected layer architecture.It inputs 480 action signal values simultaneously.Each node needs to be multiplied and added to all of the input values and the point with the largest value along with the output node is taken as the result.For example, the largest output in the first output node means that a fall action has been detected and the largest output in the second node means that a non-fall action has been detected.

    Figure 4:Architecture diagram of the MLP fall model

    3.3.4 Recurrent Neural Network Fall Model

    The architecture diagram of the RNN fall model is shown in Fig.5.The input layer of the RNN is different from the MLP.It has only 6 instead of 480 values.Since the RNN is a recursive architecture, only one six-axis signal is given as the input each time (6 signals constitute one input).After completing the calculation, the next six-axis signal is used as the input and the calculation is combined with the previous result.After 80 consecutive inputs, the model uses the calculation result of the fully connected layer to determine whether or not there is a fall event.This model is better at finding the correlation of the input data as a continuous signal and the effect of the RNN training is better than that of the MLP.Therefore, when training the model,another output result is not only to detect a fall but other six actions including walking, sitting,squatting and bending over.

    Figure 5:Architecture diagram of the RNN fall model

    3.3.5 Long Short-Term Memory Fall Model

    The architecture diagram of the LSTM fall model is shown in Fig.6.The LSTM is an improved version of the RNN architecture.The RNN uses the last six-axis signal to predict the current state, whereas the LSTM not only remembers the previous result but also the result of the previous calculation and uses the forget gate to delete unnecessary information.If the continuous signal of the input data is related to a previous signal as well as another earlier signal, then the LSTM can be used to learn a more effective model and detect six actions like the RNN model.

    4 Experimental Result and Discussion

    Corresponding correction methods and discussions are proposed according to the test data recorded in the smart fall detection model from training and testing.The proposed system is evaluated with respect to the model test data collection, model architecture accuracy and resource consumption.

    Figure 6:Architecture diagram of the LSTM fall model

    4.1 Wearable Device Signal Stability

    The system adopts a non-fixed fall detection system.We install the wearable device on the test person.The accelerometer sensor on the wearable device will detect the falling state of the test person at any time and determine whether a fall has occurred.Since the acceleration stability is different when acting in different positions.This experiment will install the wearable device on the chest, wrist and waist to test the stability of the impact.

    In Fig.7, the stability of the wearable device installed on the chest and waist is regarded as the best.However, when it is installed on the chest, wearing it for a long time will cause discomfort and inconvenient installation.Therefore, the wearable device of the system is installed at the waist position and designed belt-type.

    Figure 7:Signals for wearable device

    4.2 Model Test Data Acquisition

    To capture the complete fall action, the 6 signals of the six axes are acquired once every 10 ms and every 80 acquisitions constitute a complete action, as shown in Figs.8a-8e.In Fig.8, the horizontal axis represents the number of times and the vertical axis represents the signal values from the six axes in different colours.The red box in the figure is the six-axis signal captured during the action.To avoid classifying non-fall actions as a fall, a total of 5 other actions were also selected for training, so that the model would not misjudgments other actions.A total of 240 action signals were captured, 110 of which fall actions and 130 were other, non-fall actions.

    Figure 8:Six-axis signals for six actions

    4.3 Model Architecture Accuracy and Resource Consumption

    The six-axis signal is captured every 10 ms and if the weight value is too large, it cannot be burned into the microcontroller.Therefore, the calculation time of the model must be within 10 ms and the resources consumed by the number of node weights must also be met.The learning effect varies according to the hidden layer, the number of nodes and the activation function.In this work, we have selected several model architectures with good results in training and testing.The final test model does not show a large difference between the training and testing accuracies,which means that the model has high reliability.

    4.3.1 MLP Fall Model Accuracy and Resource Consumption

    Since each layer of the MLP architecture is a fully connected layer with 480 input nodes,where each node in the first layer has 480 weight values and 1 deviation.As a result, the number of weight values is very large and the microcontroller cannot load the resources.In the end, the algorithm is not implemented in the fall detection model and the resource consumption is not calculated.Tab.2 is the model architecture for the MLP training and the activation function uses the ReLU to reduce the number of model calculations.

    Table 2:The model architecture for MLP Training

    Tab.3 shows the results of the MLP model training.It can be seen from Tab.3 that the accuracy increases as the number of nodes or layers increases.This is due to the training data having too many features and using few nodes for training, resulting in poor performance.Conversely, when the number of nodes is sufficient with respect to the number of features, the comparison result is improved.Although the calculation time meets the requirements, the weight of the architecture far exceeds the resources of the microcontroller, therefore, this model cannot be implemented on the wearable device.

    Table 3:The results for MLP model training

    4.3.2 RNN Fall Model Accuracy and Resource Consumption

    Since the trained RNN model has better results, the model is divided into two architectures to judge a fall action and other six kinds of actions, to facilitate better understandings of the user’s current actions and prevent a user from performing dangerous actions, such as a jump.If a user’s action before the fall can be detected, the rescue can be carried out more effectively.

    The number of weights on a single node in the hidden layer of the RNN is the number of input nodes plus the number of nodes in the hidden layer.For example, if the input value of the hidden layer is 6 and the number of hidden nodes is 12, then each node of the layer has 18 weight values and 1 deviation value.Tab.4 is the model architecture for RNN training.To adapt the implementation for the microcontroller, fewer nodes are used.

    Table 4:The model architecture for RNN training

    Tab.5 shows the results of the RNN model training.From Tab.5, it can also be seen that when the number of nodes increases, the accuracy also increases because when the number of nodes increases, the number of historical features that can be remembered also increases and improves the accuracy.However, it can be seen in this table that adding nodes to the six-action model increases the accuracy gap between training and testing, which means that the model is slightly over-fitting.Since too many nodes have been used for training, the model only satisfies the training data.

    Table 5:The results for RNN model training

    Tab.6 is the model resource for the RNN implementation for fall detection.Since the implemented model is an architecture for fall detection, only the time of a fall event is calculated in this model and the number of weights consumed by the model is calculated to ensure that it can be implemented on the microcontroller.

    4.3.3 LSTM Multiple-Action Fall Model Accuracy and Resource Consumption

    Since the trained LSTM model has better results, it has two architectures like the RNN model.Each layer of the LSTM model has 4 sets of nodes to determine the memory and output values.The number of hidden layer nodes will be 4 times the setting and the weight value of each node is the same as the RNN, which is the input plus the recursion number.For example, if the hidden layer is set to 12 nodes, the input value is 6, which means that the layer has 48 nodes,and each node has 18 weight values and a deviation value.Tab.7 is the model architecture for the LSTM training.

    Table 6:The model resource for the RNN implementation for fall detection

    Table 7:The model architecture for the LSTM training

    Tab.8 is the result for LSTM model training.It can be seen from the result that the model is slightly overfitting with regard to the fall detection model because the number of nodes explained above will be 4 times the set, which is too many for training.In the six-action model, each action has its own different characteristics, so more nodes are required for learning and the final result is not over-fitting.

    Tab.9 is the six-action model resources implemented by LSTM.Since the implemented model is used to judge six actions, only the time for the six actions taken is calculated in this model.It can be seen from the table that the calculation time of this model far exceeds the time taken to grab a six-axis signal and the weight value also far exceeds the resources of the microcontroller,so this model cannot be implemented on the wearable device.

    4.3.4 The Fall Model Comparison

    Tab.10 shows the comparison between the three chosen architectures.Only the settings with the highest accuracy are selected for comparison for each architecture.Although the accuracy of the MLP fall architecture is not as good as the other two, it is the fastest of the three in terms of calculation time, and although it consumes fewer resources than the LSTM, the microcontroller is still unable to load.The RNN fall architecture has the highest accuracy among the three and requires very few resources.However, it is slower than the MLP architecture due to its recursive nature, but it still meets the demand.Although the LSTM fall architecture is not good at judging a fall, it has good performance for the six actions, but with the worst resource consumption among the three architectures.According to the comparison result, the RNN fall architecture is selected for the proposed system.

    Table 8:The results for the LSTM model training

    Table 9:The six-action model resources implemented by LSTM

    Table 10:The comparison between the three chosen architectures

    5 Conclusion

    In this work, we have proposed a smart fall detection system that uses artificial intelligence to implement fall detection to improve the accuracy of human fall detection.The proposed system uses a variety of different neural network models to learn a low-resource and high-accuracy algorithm.The system provides the users with a convenient management interface program so that the management staff can quickly and efficiently handle accidental situations.The experimental results have demonstrated that the accuracy of fall detection can be up to 98%.

    At present, artificial intelligence is widely used to facilitate systems that require large amounts of data and noise processing.Still, the model architecture often requires too many resources to be written into the microcontroller, such as the LSTM algorithm used in this research.In the future,if the processing resources of the hardware microcontroller become sufficient, artificial intelligence can be effectively applied to various signal-related systems.

    Funding Statement:The authors received no specific funding for this study.

    Conflicts of Interest:The authors declare that they have no conflicts of interest to report regarding the present study.

    亚洲全国av大片| 侵犯人妻中文字幕一二三四区| 欧美日韩瑟瑟在线播放| 国产精品久久久av美女十八| 国产亚洲精品久久久久5区| 成人手机av| 国产久久久一区二区三区| 精品高清国产在线一区| 日本成人三级电影网站| 欧美午夜高清在线| 在线观看午夜福利视频| √禁漫天堂资源中文www| 免费在线观看视频国产中文字幕亚洲| 精品电影一区二区在线| 色综合站精品国产| 久久这里只有精品19| 精品国产乱子伦一区二区三区| 亚洲五月色婷婷综合| 久久精品夜夜夜夜夜久久蜜豆 | 香蕉丝袜av| 黄色片一级片一级黄色片| 夜夜躁狠狠躁天天躁| 黑人巨大精品欧美一区二区mp4| 亚洲成人精品中文字幕电影| 黄频高清免费视频| 亚洲免费av在线视频| 色播在线永久视频| 亚洲国产毛片av蜜桃av| 亚洲性夜色夜夜综合| bbb黄色大片| 免费在线观看日本一区| 老熟妇仑乱视频hdxx| 99精品欧美一区二区三区四区| 久久久久国内视频| 法律面前人人平等表现在哪些方面| 搞女人的毛片| 波多野结衣av一区二区av| 国产一区二区三区在线臀色熟女| 成人国语在线视频| 欧美国产精品va在线观看不卡| 欧美日本亚洲视频在线播放| 狠狠狠狠99中文字幕| 成年免费大片在线观看| 不卡av一区二区三区| 女人高潮潮喷娇喘18禁视频| 黄频高清免费视频| 亚洲国产中文字幕在线视频| 成年版毛片免费区| 国产免费av片在线观看野外av| 国产成人精品久久二区二区91| 国产单亲对白刺激| 国产精品一区二区精品视频观看| 宅男免费午夜| 亚洲色图 男人天堂 中文字幕| 亚洲人成网站高清观看| 日本免费一区二区三区高清不卡| 亚洲性夜色夜夜综合| 日本撒尿小便嘘嘘汇集6| 精品高清国产在线一区| 啦啦啦免费观看视频1| а√天堂www在线а√下载| 成年女人毛片免费观看观看9| 女人爽到高潮嗷嗷叫在线视频| av天堂在线播放| 免费高清在线观看日韩| 色综合欧美亚洲国产小说| svipshipincom国产片| 国产精品免费一区二区三区在线| 午夜福利18| 亚洲欧美日韩无卡精品| 国产精品,欧美在线| 久久久国产精品麻豆| 一个人观看的视频www高清免费观看 | 国产精品久久久久久精品电影 | 50天的宝宝边吃奶边哭怎么回事| 日韩国内少妇激情av| 一级a爱片免费观看的视频| 日本免费a在线| 国产v大片淫在线免费观看| 日本熟妇午夜| 国产又色又爽无遮挡免费看| 91国产中文字幕| 黄色a级毛片大全视频| 妹子高潮喷水视频| 亚洲狠狠婷婷综合久久图片| 熟女少妇亚洲综合色aaa.| 国产黄片美女视频| 老汉色av国产亚洲站长工具| 免费在线观看成人毛片| 亚洲专区字幕在线| 国产av一区二区精品久久| 麻豆av在线久日| 91大片在线观看| 亚洲中文字幕一区二区三区有码在线看 | 黄色成人免费大全| 国产欧美日韩精品亚洲av| 欧美人与性动交α欧美精品济南到| 啦啦啦观看免费观看视频高清| 搞女人的毛片| 国产成人啪精品午夜网站| 黑丝袜美女国产一区| 免费女性裸体啪啪无遮挡网站| av在线播放免费不卡| 久久久久久国产a免费观看| 一个人观看的视频www高清免费观看 | 黄色片一级片一级黄色片| 国产aⅴ精品一区二区三区波| 熟妇人妻久久中文字幕3abv| 麻豆久久精品国产亚洲av| 日本 av在线| 久久中文字幕一级| 国产精品久久视频播放| 国产99久久九九免费精品| 伊人久久大香线蕉亚洲五| a级毛片a级免费在线| 在线av久久热| 麻豆成人av在线观看| 欧美黄色片欧美黄色片| xxxwww97欧美| 女性被躁到高潮视频| 两个人免费观看高清视频| 日韩大码丰满熟妇| 亚洲中文日韩欧美视频| 国产精品香港三级国产av潘金莲| 1024手机看黄色片| 男男h啪啪无遮挡| 亚洲欧美日韩无卡精品| 久久九九热精品免费| 日日夜夜操网爽| 亚洲真实伦在线观看| а√天堂www在线а√下载| 国内久久婷婷六月综合欲色啪| 一区二区三区激情视频| 男女床上黄色一级片免费看| 久久久国产成人精品二区| 午夜激情av网站| 欧美黄色片欧美黄色片| 久久精品国产99精品国产亚洲性色| 手机成人av网站| 欧美激情 高清一区二区三区| 久久香蕉激情| 亚洲一区二区三区不卡视频| 免费在线观看完整版高清| 精品熟女少妇八av免费久了| 色老头精品视频在线观看| 丰满的人妻完整版| aaaaa片日本免费| 岛国在线观看网站| 国产一区二区在线av高清观看| aaaaa片日本免费| 亚洲色图av天堂| 天堂动漫精品| 人妻久久中文字幕网| 精品少妇一区二区三区视频日本电影| a级毛片a级免费在线| 国产亚洲欧美精品永久| 国产爱豆传媒在线观看 | 国产精品亚洲av一区麻豆| 国语自产精品视频在线第100页| 日本精品一区二区三区蜜桃| 国产单亲对白刺激| ponron亚洲| 日本a在线网址| 午夜久久久久精精品| 天天躁夜夜躁狠狠躁躁| 亚洲黑人精品在线| 国产成人av激情在线播放| 韩国精品一区二区三区| www.www免费av| 99国产精品99久久久久| 午夜福利一区二区在线看| 欧美色视频一区免费| 91九色精品人成在线观看| 国内揄拍国产精品人妻在线 | 变态另类成人亚洲欧美熟女| 国产一区二区三区在线臀色熟女| 久久久久久久久免费视频了| 搡老岳熟女国产| www.www免费av| 看黄色毛片网站| 久久精品aⅴ一区二区三区四区| 一本一本综合久久| 国产精品99久久99久久久不卡| 久久精品影院6| 欧美丝袜亚洲另类 | 好男人电影高清在线观看| 亚洲成人精品中文字幕电影| 男女之事视频高清在线观看| 非洲黑人性xxxx精品又粗又长| 91大片在线观看| 一本大道久久a久久精品| 国产精品综合久久久久久久免费| 少妇被粗大的猛进出69影院| 日韩av在线大香蕉| 亚洲成国产人片在线观看| 无限看片的www在线观看| 好男人电影高清在线观看| 国产精品一区二区三区四区久久 | 一进一出抽搐动态| √禁漫天堂资源中文www| 看片在线看免费视频| 日韩国内少妇激情av| 美女大奶头视频| 亚洲精品中文字幕一二三四区| 老司机午夜福利在线观看视频| 欧美绝顶高潮抽搐喷水| 国产蜜桃级精品一区二区三区| 狠狠狠狠99中文字幕| 成熟少妇高潮喷水视频| 亚洲全国av大片| 国产精品久久久久久人妻精品电影| 最新美女视频免费是黄的| 最好的美女福利视频网| 最近在线观看免费完整版| 少妇熟女aⅴ在线视频| 波多野结衣高清作品| 欧美中文日本在线观看视频| 18禁观看日本| 禁无遮挡网站| 国语自产精品视频在线第100页| 国产亚洲欧美在线一区二区| 日本一本二区三区精品| 久热这里只有精品99| 18禁黄网站禁片午夜丰满| 亚洲精品一卡2卡三卡4卡5卡| videosex国产| 久久人妻av系列| 婷婷精品国产亚洲av在线| 一边摸一边抽搐一进一小说| 日韩国内少妇激情av| 久久精品国产清高在天天线| 一区二区三区精品91| 亚洲男人天堂网一区| 精品电影一区二区在线| 国产不卡一卡二| 国内少妇人妻偷人精品xxx网站 | 啦啦啦观看免费观看视频高清| 亚洲中文字幕一区二区三区有码在线看 | 久久久久国产一级毛片高清牌| 亚洲va日本ⅴa欧美va伊人久久| 国产又爽黄色视频| 日韩av在线大香蕉| 最近最新中文字幕大全电影3 | videosex国产| 久久精品国产99精品国产亚洲性色| 精品国产乱子伦一区二区三区| 亚洲中文字幕一区二区三区有码在线看 | 欧美又色又爽又黄视频| 成年人黄色毛片网站| 老司机深夜福利视频在线观看| 亚洲精品美女久久久久99蜜臀| 精品久久久久久成人av| 国产精品久久久av美女十八| av片东京热男人的天堂| 老熟妇仑乱视频hdxx| 国产成人精品无人区| 在线播放国产精品三级| 男女之事视频高清在线观看| 在线观看日韩欧美| 亚洲在线自拍视频| 亚洲专区国产一区二区| 国产蜜桃级精品一区二区三区| 国产精品精品国产色婷婷| 可以免费在线观看a视频的电影网站| 国产精品国产高清国产av| 国产又色又爽无遮挡免费看| 亚洲国产精品成人综合色| 久久草成人影院| 一级黄色大片毛片| 99热只有精品国产| 啪啪无遮挡十八禁网站| 国产成人啪精品午夜网站| 精品少妇一区二区三区视频日本电影| 国产私拍福利视频在线观看| 久久九九热精品免费| 怎么达到女性高潮| www.自偷自拍.com| 免费高清在线观看日韩| 国产成人一区二区三区免费视频网站| 国产精品电影一区二区三区| 国产爱豆传媒在线观看 | 老汉色av国产亚洲站长工具| 国产精品亚洲av一区麻豆| 亚洲国产高清在线一区二区三 | 国产成人欧美在线观看| 美国免费a级毛片| 婷婷六月久久综合丁香| 国产色视频综合| 日日爽夜夜爽网站| 好男人电影高清在线观看| videosex国产| 亚洲一区高清亚洲精品| 超碰成人久久| av在线播放免费不卡| 男人的好看免费观看在线视频 | 精品高清国产在线一区| 亚洲片人在线观看| 桃红色精品国产亚洲av| 中文字幕av电影在线播放| 亚洲真实伦在线观看| 一边摸一边抽搐一进一小说| 波多野结衣巨乳人妻| 男女下面进入的视频免费午夜 | 一级毛片女人18水好多| 国产亚洲精品第一综合不卡| 久久亚洲真实| 九色国产91popny在线| 一级黄色大片毛片| 90打野战视频偷拍视频| 丰满人妻熟妇乱又伦精品不卡| 男人舔女人的私密视频| 免费看美女性在线毛片视频| 亚洲欧洲精品一区二区精品久久久| 12—13女人毛片做爰片一| 国产亚洲精品久久久久5区| 久久国产精品人妻蜜桃| 亚洲全国av大片| 久久精品91无色码中文字幕| 天堂影院成人在线观看| 中文亚洲av片在线观看爽| 亚洲熟妇中文字幕五十中出| 亚洲欧美激情综合另类| 色婷婷久久久亚洲欧美| 亚洲第一青青草原| 免费在线观看黄色视频的| 欧美日本视频| 神马国产精品三级电影在线观看 | 成人免费观看视频高清| 在线观看午夜福利视频| 亚洲人成电影免费在线| 国产视频内射| 精品第一国产精品| 成人欧美大片| 美国免费a级毛片| 欧美+亚洲+日韩+国产| 19禁男女啪啪无遮挡网站| 国产精品 国内视频| 最近在线观看免费完整版| 性欧美人与动物交配| 精品国产乱子伦一区二区三区| 在线十欧美十亚洲十日本专区| 午夜两性在线视频| 国产精品综合久久久久久久免费| 97碰自拍视频| 精品国产美女av久久久久小说| 极品教师在线免费播放| 视频在线观看一区二区三区| 久99久视频精品免费| 国产成人欧美在线观看| 最近最新中文字幕大全电影3 | 欧美乱色亚洲激情| 中文亚洲av片在线观看爽| 国产一区在线观看成人免费| 国产精品二区激情视频| 国产亚洲精品久久久久5区| 热99re8久久精品国产| www.自偷自拍.com| 色综合亚洲欧美另类图片| 99国产综合亚洲精品| 丝袜人妻中文字幕| 在线看三级毛片| 日本在线视频免费播放| 久久精品国产综合久久久| 国产精品免费视频内射| 亚洲全国av大片| 一a级毛片在线观看| or卡值多少钱| 俺也久久电影网| 欧美日韩亚洲国产一区二区在线观看| 成人精品一区二区免费| 女性被躁到高潮视频| 男人舔女人的私密视频| 午夜免费观看网址| 久久中文看片网| 亚洲七黄色美女视频| 好男人在线观看高清免费视频 | 久久国产精品影院| 国产男靠女视频免费网站| 精品国产乱码久久久久久男人| 制服人妻中文乱码| 人人妻人人澡欧美一区二区| 亚洲色图 男人天堂 中文字幕| 精品福利观看| 免费高清视频大片| 校园春色视频在线观看| 91字幕亚洲| 国产成人精品久久二区二区91| 国产精品亚洲av一区麻豆| 国产伦一二天堂av在线观看| 日韩 欧美 亚洲 中文字幕| 亚洲七黄色美女视频| 黄色丝袜av网址大全| 波多野结衣高清无吗| 久9热在线精品视频| 熟女电影av网| 亚洲国产精品成人综合色| 99久久99久久久精品蜜桃| 19禁男女啪啪无遮挡网站| √禁漫天堂资源中文www| 午夜影院日韩av| 精品久久久久久久末码| 亚洲天堂国产精品一区在线| 久久国产乱子伦精品免费另类| 丝袜美腿诱惑在线| 99热6这里只有精品| 一区二区三区激情视频| 国产成人精品久久二区二区91| 国产久久久一区二区三区| 国产男靠女视频免费网站| 国产精品av久久久久免费| 亚洲avbb在线观看| 欧美一区二区精品小视频在线| 久久中文字幕人妻熟女| 99热6这里只有精品| 9191精品国产免费久久| 黄色女人牲交| x7x7x7水蜜桃| 亚洲电影在线观看av| 欧美日韩中文字幕国产精品一区二区三区| 国产亚洲精品一区二区www| 搡老熟女国产l中国老女人| 亚洲狠狠婷婷综合久久图片| 啦啦啦观看免费观看视频高清| 两个人免费观看高清视频| 久久精品国产99精品国产亚洲性色| 黑人巨大精品欧美一区二区mp4| 欧美性猛交╳xxx乱大交人| 高潮久久久久久久久久久不卡| 精华霜和精华液先用哪个| 高清毛片免费观看视频网站| 日日夜夜操网爽| 欧美av亚洲av综合av国产av| 久久久国产成人免费| 在线观看66精品国产| 午夜福利免费观看在线| 制服人妻中文乱码| 日韩精品免费视频一区二区三区| 老司机午夜十八禁免费视频| 亚洲三区欧美一区| 亚洲aⅴ乱码一区二区在线播放 | 一区二区三区精品91| 成人精品一区二区免费| 欧美午夜高清在线| 两人在一起打扑克的视频| 精品不卡国产一区二区三区| or卡值多少钱| 精品国内亚洲2022精品成人| 久久中文看片网| 久久伊人香网站| 久久狼人影院| 亚洲成国产人片在线观看| 成人av一区二区三区在线看| 老鸭窝网址在线观看| 男男h啪啪无遮挡| 国产黄a三级三级三级人| 91老司机精品| 午夜福利一区二区在线看| 亚洲第一欧美日韩一区二区三区| 999精品在线视频| 一边摸一边抽搐一进一小说| 99国产精品99久久久久| 免费av毛片视频| 美女 人体艺术 gogo| 亚洲精品中文字幕在线视频| 亚洲一码二码三码区别大吗| 亚洲午夜理论影院| 少妇被粗大的猛进出69影院| 在线av久久热| 欧美亚洲日本最大视频资源| 一边摸一边抽搐一进一小说| 成人国产综合亚洲| 国产伦人伦偷精品视频| 50天的宝宝边吃奶边哭怎么回事| 久久天堂一区二区三区四区| 欧美中文综合在线视频| 国产真人三级小视频在线观看| 欧美黄色淫秽网站| 国产av在哪里看| 久久这里只有精品19| 亚洲全国av大片| 在线观看免费午夜福利视频| 麻豆久久精品国产亚洲av| 青草久久国产| 欧美成人午夜精品| 最近最新免费中文字幕在线| 国产精品98久久久久久宅男小说| 亚洲黑人精品在线| 亚洲av五月六月丁香网| 人成视频在线观看免费观看| 免费在线观看视频国产中文字幕亚洲| 99国产综合亚洲精品| 在线观看舔阴道视频| 亚洲av电影在线进入| 9191精品国产免费久久| 听说在线观看完整版免费高清| 欧美日韩乱码在线| 精品欧美国产一区二区三| 曰老女人黄片| 欧美黑人巨大hd| 国产精品亚洲一级av第二区| 免费看十八禁软件| 成人特级黄色片久久久久久久| 成人手机av| 亚洲成人久久性| 国产熟女午夜一区二区三区| 午夜福利高清视频| av片东京热男人的天堂| 波多野结衣av一区二区av| 亚洲第一欧美日韩一区二区三区| 国产又色又爽无遮挡免费看| 国产成人啪精品午夜网站| 午夜福利一区二区在线看| 制服人妻中文乱码| 亚洲久久久国产精品| 波多野结衣巨乳人妻| 叶爱在线成人免费视频播放| 欧美性长视频在线观看| 亚洲精品久久国产高清桃花| 亚洲熟女毛片儿| 午夜精品久久久久久毛片777| 好男人电影高清在线观看| 成人国语在线视频| 国产精品香港三级国产av潘金莲| 亚洲欧洲精品一区二区精品久久久| 日本精品一区二区三区蜜桃| 成人精品一区二区免费| 少妇裸体淫交视频免费看高清 | 午夜老司机福利片| 亚洲自拍偷在线| www国产在线视频色| 国产高清激情床上av| 久久久久久久久免费视频了| 国产一区二区激情短视频| 91九色精品人成在线观看| 51午夜福利影视在线观看| 国产精品国产高清国产av| 中亚洲国语对白在线视频| 日本成人三级电影网站| 亚洲成av人片免费观看| 久久久久久人人人人人| 欧美丝袜亚洲另类 | 女警被强在线播放| 麻豆久久精品国产亚洲av| 国产欧美日韩一区二区精品| 妹子高潮喷水视频| 可以在线观看的亚洲视频| 久久欧美精品欧美久久欧美| 在线看三级毛片| 一级a爱片免费观看的视频| 亚洲avbb在线观看| 久久精品夜夜夜夜夜久久蜜豆 | 热99re8久久精品国产| 日本五十路高清| 亚洲人成伊人成综合网2020| 波多野结衣av一区二区av| 成人亚洲精品av一区二区| 免费av毛片视频| 亚洲在线自拍视频| 久久久久久国产a免费观看| 美国免费a级毛片| 久久久久久久精品吃奶| 久久香蕉精品热| 久久香蕉激情| 女人高潮潮喷娇喘18禁视频| 欧美成人免费av一区二区三区| 在线观看一区二区三区| 在线播放国产精品三级| 中文字幕人妻丝袜一区二区| 看片在线看免费视频| 国产亚洲精品久久久久5区| 免费无遮挡裸体视频| 亚洲五月婷婷丁香| 国产爱豆传媒在线观看 | 国产亚洲精品一区二区www| 成年人黄色毛片网站| 国产又色又爽无遮挡免费看| 看黄色毛片网站| 大香蕉久久成人网| 久久国产精品男人的天堂亚洲| 免费一级毛片在线播放高清视频| 视频在线观看一区二区三区| 亚洲欧美日韩无卡精品| 中文字幕av电影在线播放| 久久精品成人免费网站| 在线视频色国产色| 丁香六月欧美| 在线观看午夜福利视频| 亚洲国产精品999在线| 黄片播放在线免费| 啪啪无遮挡十八禁网站| 亚洲精品一区av在线观看| 欧美一级a爱片免费观看看 | 天堂影院成人在线观看| 性色av乱码一区二区三区2| 999久久久国产精品视频| 日韩欧美国产在线观看| 久久精品国产亚洲av高清一级| 久久精品人妻少妇| 国产在线精品亚洲第一网站| 国产成人精品久久二区二区91| 此物有八面人人有两片| 精品一区二区三区av网在线观看| 最近最新中文字幕大全免费视频| 亚洲av成人不卡在线观看播放网| 九色国产91popny在线| 69av精品久久久久久| 国产av在哪里看| 免费观看精品视频网站| 1024视频免费在线观看| 国产精品久久久av美女十八| 男男h啪啪无遮挡| 两性夫妻黄色片| 两个人免费观看高清视频| 搞女人的毛片| 美女 人体艺术 gogo|