1 / 23

A cloud-based mobile human fall forecasting system using recurrent neural networks

A cloud-based mobile human fall forecasting system using recurrent neural networks. Mehrgan Khoshpasand CS4997 July 27 2018 Supervisor: Alireza Manashty. Content. Introduction Related works Neural network Proposed System Results Conclusion and Future works. Introduction.

mickens
Download Presentation

A cloud-based mobile human fall forecasting system using recurrent neural networks

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A cloud-based mobile human fall forecasting system using recurrent neural networks Mehrgan Khoshpasand CS4997 July 27 2018 Supervisor: AlirezaManashty

  2. Content • Introduction • Related works • Neural network • Proposed System • Results • Conclusion and Future works

  3. Introduction • In 2008–2009, about 1 in 3 seniors aged 65 and older, were concerned about future falls.  • In 2008–2009, approximately 20% of Canadians aged 65 and older (862,000 seniors) reported a fall in the previous year. • Contributed to 73,190 hospitalizations.

  4. Introduction(cont.) • Many successful fall detection systems has been proposed. • Predicting human falls can prevent major injuries. • Many people are carrying sensor-packed smartphones everyday. • In this project, the goal was to only use sensors in the smart-phones.

  5. Related works • Tsinganos et al.(2017) proposed a fall detection system on android; used a threshold algorithm; enhanced the accuracy by using a k Nearest Neighbor (kNN) classifierto 94.89%. • Shen et al.(2017) proposed a system that can predict falls by recording humans’ gate data and using fuzzy Petri net model. Up to 79%.

  6. Related works(cont.) • Yang et al. proposed a fall prediction algorithm that can predict human falls 0.4 seconds before happening. Used Recurrent Neural Network with accuracy up to 71%. • The system by Tong et al. used wearable device that collects tri-axial accelerometer data and uses a hidden Markov model (HMM)-based method. They claim their method predicted 100% of falls 200ms before happening.

  7. Objective • A fall forecasting system. • Using smartphone-sensors and recurrent neural network. • Alerting user in order to prevent some of the human falls

  8. Deep Neural Network • Allows a machine to be fed with raw data and to automatically discover the representations needed for detection or classification. • Many layers of information-processing stages are exploited inside a multi-layer Neural Network • Each layer consists of numbers of units performing simple function on the weighted sum of inputs coming from the previous layer. • Many complex functions can be learned with minimal domain expertise.

  9. Deep Neural Network(cont.) • Training the neural network involves adjusting some internal parameters of the network, called weights, in order to minimize a loss function. • Weights are adjusted by calculating the gradient vector of error with respect of each weight. • (Stochastic) Gradient Descent and Back-propagation. • Deep learning been applied with great success to the detection, segmentation, and recognition of objects and regions in images.

  10. Feed Forward Neural Network

  11. Recurrent Neural Network • Recurrent Neural Networks(RNNs) are a family of neural network that is specialized in processing sequential data • RNNs maintain information about the history of the sequence in a state vector in their hidden units. • (1)

  12. Recurrent Neural Network(cont.)

  13. Long Short-Term Memory(LSTM) • As result of growing or shrinking the backpropagated gradients at each time step in RNNs, gradients usually explode or vanish over many time steps. • self-loops to produce paths where the gradient can flow for a long period • In a cell, weights are gated which means weights can change dynamically based on the input sequence.

  14. LSTM(cont.)

  15. Proposed System

  16. System overview(cont.)

  17. Results

  18. Results(cont.)

  19. Results(cont.)

  20. Conclusion • Designed a model for fall forecasting using LSTM • Created an iOS app for fall forecasting • Used URFD fall dataset for fall forecasting • Find the need for a fall forecasting dataset • Some falls are challenging to forecast

  21. Future works • Add Android support • Using current smart-phone fall detection systems to build a real fall dataset • Putting the model on the phone instead of cloud • Open-sourcing the project

  22. References • [1] The Frailty. Epidemiology of Falls (world report).pdf. pages 3–7, 2001. • [2] Mohammad Habib, Mas Mohktar, ShahrulKamaruzzaman, KhengLim, Tan Pin, and Fatimah Ibrahim. Smartphone-Based Solutions for Fall Detection and Prevention: Challenges and Open Issues. Sensors, 14(12):7181–7208, 2014. • [3] Shih Hung Yang, Wenlong Zhang, Yizou Wang, and Masayoshi Tomizuka. Fall-prediction algorithm using a neural network for safety enhancement of elderly. 2013 CACS International Automatic Control Conference, CACS 2013 - Conference Digest , pages 245–249, 2013. • [4] Christopher M Bishop. Pattern recognition and machine learning, 5th Edition. Information science and statistics. Springer, 2007. • [5] Ian Goodfellow, YoshuaBengio, and Aaron Courville. Deep Learning MIT Press, 2016. • [6] RongKuan Shen, Cheng Ying Yang, Victor R.L. Shen, and Wei Cheng Chen. A Novel Fall Prediction System on Smartphones. IEEE Sensors Journal, 17(6):1865–1871, 2017. • [7] Anne Ngu, Yeahuay Wu, HabilZare, and Andrew Polican B. Fall Detec-tionUsing Smartwatch Sensor Data with Accessor Architecture Anne. 10347(June), 2017. • [8] Ramesh Rajagopalan, Irene Litvan, and Tzyy-Ping Jung. Fall Predic- tionand Prevention Systems: Recent Trends, Challenges, and Future Research Directions. Sensors, 17(11):2509, 2017.

  23. References (cont.) • [9] Lina Tong, Quanjun Song, Yunjian Ge, and Ming Liu. HMM-based hu- man fall detection and prediction method using tri-axial accelerometer. IEEE Sensors Journal , 13(5):1849–1856, 2013. • [10] Panagiotis Tsinganos and AthanassiosSkodras. A smartphone-based fall detection system for the elderly. International Symposium on Image and Signal Processing and Analysis, ISPA , (September):53–58, 2017. • [11] Yann LeCun, YoshuaBengio, Hinton Geoffrey, Geoffrey Hinton, LecunY., Bengio Y., Hinton G., and Hinton Geoffrey. Deep learning. Nature,521(7553):436–444, 2015. • [12] Xu Tao and Zhou Yun. Fall prediction based on biomechanics equilib-riumusing kinect. international Journal of Distributed Sensor Networks,13(4), 2017. • [13] Sepp Hochreiter and J ̈urgenSchmidhuber. Long Short Term Memory. Memory, (1993):1–28, 1996. • [14] Bogdan Kwolek and Michal Kepski. Human fall detection on embed-dedplatform using depth maps and wireless accelerometer. ComputerMethods and Programs in Biomedicine, 117(3):489–501, 2014.

More Related