1 / 21

Energy-saving of Wearable Devices

Energy-saving of Wearable Devices. Presented by Zhuo Li. Energy-saving of Wearable Devices Introduction What is wearable devices Motivation Ralated work System Algorithm Furture work Improvement New directions. Energy-saving of Wearable Devices Introduction

meldaj
Télécharger la présentation

Energy-saving of Wearable Devices

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. Energy-saving of Wearable Devices Presented by Zhuo Li

  2. Energy-saving of Wearable Devices • Introduction • What is wearable devices • Motivation • Ralated work • System • Algorithm • Furture work • Improvement • New directions

  3. Energy-saving of Wearable Devices • Introduction • What is wearable devices • Motivation • Ralated work • System • Algorithm • Furture work • Improvement • New directions

  4. motivation

  5. what is wearable devices

  6. motivation Wearable computing, as originally presented by Steve Mann in 1996, emphasized a shift in computing paradigm. Computer would no longer be separated,but an unobtrusive extension.

  7. motivation

  8. motivation • Nowadays,we do not have self-built multi-sensors wearable computing system, which can save energy in many areas. • We want to build one that have following advantages: • 1. Using it, we can monitor the periodical behavior of big wild animals, • no matter how big itis. • 2. Different combination of classification among single sensors means different pattern. However, some classification in combination is redundant, andless sensor’s classification can represent the whole pattern. • 3. Based on the former principle,we save the energy as much as possible.

  9. Energy-saving of Wearable Devices • Introduction • What is wearable devices • Motivation • Ralated work • System • Algorithm • Furture work • Improvement • New directions

  10. system MPU-6050+Arduino pro mini+Wifi Module

  11. system Feature Selection sensors Segmentation Classification Segmentationis intended to identify ‘start’ and ‘end’ points. Feature selection isresponsible for calculatingstatistical and morphologicalcharacteristics of the signal segment. Classificationalgorithm is utilized to determine the current state of theuser.

  12. Algorithm Relavance Analysis Redundancy Analysis Redundancy Graph Min cost system Relavance Analysis&Redundancy Analysis:To determine the relationship between different features and the features in each sensors' relationship. Redundancy Graph:Make the relationship of different sensors clearly and calculate which sensor should be off. Min cost system:Based on the primor algorithm,

  13. Algorithm Defination 1:Symmetric Uncertainly The symmetric uncertaintybetween two discrete random variables X and Y is givenby: The symmetric uncertainty is actually the normalizedinformation gain and is always between 0 and 1, where U =1 means that knowing the value of either variable cancompletely predict the other variable, and U =0 indicatesthat the two variables are completely independent.

  14. Algorithm Defination 2:Irrelated and Strong related feature Given an exhaustive set of nfeatures F={f1, f2, . . .; fn} and a set of human actions A ={a1, a2, . . . , ah} to be classified, a feature fi is irrelevant to theclassification task if Otherwise the feature is strong related. Then we put all the irrelated featrue in the Necessary Graph. The left featrues are in the Redundancy Graph.

  15. Algorithm G =(V, E, W) is called redundancy graph,where V is a set of m vertices, V = {u1, u2, . . . , um} associatedwith the m relevant features, E = {e1, e2, . . . , er} is the set of rfeature pairs that are strongly correlated, and W = {w1, w2,. . .; wm} is the set of weights, assigned to the vertices, denotingthe computing cost and energy consumption associated with each feature.

  16. Algorithm Let all the weights be equal to one unit, that is W ={w1,w2, w3, w4, w5} ={1, 1, 1, 1, 1}. In this case, we treats allfeatures equally and thus, the optimal feature set consists oftwo vertices, specifically f1 and f3. However, if we modifythe weight set to W={10, 1, 1, 1, 1}, we gives more considerationto vertices with lower weights and accordingly,features f4 and f5 will be favored over f1. In the recentscenario the optimal feature set will contain three vertices, i.e.,f4, f5, and f3. As such, the computation energy cost will bedecreased from 11 to 3 units.

  17. Right arm: Left arm: Left leg: Left leg:

  18. Energy-saving of Wearable Devices • Introduction • What is wearable devices • Motivation • Ralated work • System • Algorithm • Furture work • Improvement • New directions

  19. Improvement • The arduino only has a SRAM of 32kb,and the protocols of communication almost cost all. • Try to cut down the space the protocols occupied,and then realize the feature selection on the arduino. • Finish the task on the mobilephone and send signals back to the arduino to make the helpless sensors off. • Find a more compelling ways to analysis the relation between different sensors. • Calculate the approximate energy the system can saving.

  20. New directions Location change of sensor: Some sensor’s location maybe notstable. If the location changed, the central processor must know it and deal with it. In another word, improve the robustness of current work. Nonperiodic action:Our system are based on the periodic action,however most of the actions are nonperiodic.Try to find new ways to decide how to deal with the nonperiodic action.

  21. Questions?&Thanks for your attention!

More Related