an energy aware method for the joint recognition of
play

An Energy-Aware Method for the Joint Recognition of Activities and - PowerPoint PPT Presentation

An Energy-Aware Method for the Joint Recognition of Activities and Gestures Using Wearable S ensors Joseph Korpela 1 Kazuyuki Takase 1 Takahiro Hirashima 1 Takuya Maekawa 1 Julien Eberle 2 Dipanj an Chakraborty 3 Karl Aberer


  1. An Energy-Aware Method for the Joint Recognition of Activities and Gestures Using Wearable S ensors Joseph Korpela 1 ・ Kazuyuki Takase 1 ・ Takahiro Hirashima 1 ・ Takuya Maekawa 1 Julien Eberle 2 ・ Dipanj an Chakraborty 3 ・ Karl Aberer 2 1 Osaka University, Graduate S chool of Information S cience and Technology 2 École Polytechnique Fédérale de Lausanne 3 IBM Research India

  2. Activity/ Gesture Recognition Accelerometer Data Use S ensors to Collect Gesture: Left To Right Wearable Devices Gesture Recognition Activity Recognition Device Input Runs 30 min daily Remote Patient Monitoring

  3. Activity Recognition Feature Extraction Training Process brush teeth brush teeth brush teeth labels Build recognit ion model + C4.5 Decision Feature labeled Tree Vectors 0.8 0.7 training … 0.5 0.4 data 0.0 0.1 … … 0.0 0.1 Recognition Process 0.8 0.7 0.8 1.0 Mean 0.5 0.4 0.3 Var 1 0.6 1.0 0.9 … … 0.0 0.1 0.0 2 0.2 brush teeth RMS unlabeled 0.6 0.7 estimated … … … … … Feature run … … 0.2 0.3 data 0.0 0.1 0.0 ZC 3 0.0 labels Vectors … … Feature 0.0 0.4 Vectors 1 Var: Variance 2 RMS : Root Mean S quare Feature Extraction and Recognition are Both Inexpensive 3 ZC: Zero Crossing

  4. Gesture Recognition Dynamic Time Warping (DTW) Training Process left-to-right right-to-left S t ore several left-to-right right-to-left examples labels … of each class labeled kNN … + training Classifier • Elastic Distance Measurement data Raw Data Raw Data Raw Data • Allows comparison of signals that may vary in time or speed … Raw Raw Recognition Process … Data Data Uses DTW t o find most Raw Data similar st ored example Raw Data Raw Data left-to-right left-to-right unlabeled DTW Class estimated … Distance data labels left-to-right 1.2 Gesture right-to-left 1.5 Recognition is … … Expensive

  5. Energy-Aware Recognition Energy-Aware Activity Recognition  if recognition_result == “ run” :  Reducing sampling rates of sensors/ shutting down sleep(3) sensors  Assumes many consecutive data segments of same activity ax, ay, az = sample_accelerometer() Energy-Aware Gesture Recognition  if 𝑏𝑦 � � 𝑏𝑧 � � 𝑏𝑨 � � 𝐻 > 0.15G: gx, gy, gz = sample_gyroscope()  Assumes most data segments don’ t have target actions if 𝑕𝑦 � � 𝑕𝑧 � � 𝑕𝑨 � > 25: transmit_data() [1] Previous research has focused on activity recognition or gesture recognition, not both Left- Our research: j oint recognition of activities and  Brush teeth right None gestures  Must recognize all data segments 1. Park, T ., Lee, J., Hwang, I., Y oo, C., Nachman, L., and S ong, J. E-gesture: a collaborative architecture for energy-efficient gesture recognition with hand-worn sensor and mobile devices. In S enS ys 2011 (2011), 260– 273.

  6. Research Goal Naïve approach  Feature Extraction and Recognition Transmit All Data Collection Raw Data Wearable Sensor Smartphone Run DTW on Raw Data Proposed approach  Transmit Raw Heavyweight Feature Lightweight Feature Data or Labels Extraction/Recognition Extraction/Recognition Run Run DTW on Mixture of Raw Data Raw Data and Recognition Results Reduces amount of raw data transmitted Reduces amount of data processed with DTW Using an adaptive pipeline: 1) Feature extraction/ raw data transmission based on input data segment 2) Pipeline constructed automatically using the training data

  7. Method Overview Activity/ Gesture Recognition using Wrist-worn Device Coupled  S martwatch / with a S martphone S martphone S etup Reduce Energy Cost while Maintaining High Accuracy  Reduce raw data transmission (reduces cost to wearable device)  Reduce DTW use (reduces cost to smartphone)  Wearable S mart phone S imple features S imple features only (i.e. no DTW) device + DTW Classification Feature extraction / initial classification Data collection Transmit Raw Data S martphone Results Transmit Recognition Device Smartphone Results: “ walk,” Results Application(s) Device Results “ run,” et c.

  8. Energy Costs Feature Extraction 1 Calculated using wearable device built for this study 2 Calculated using Google Nexus 5 smartphone Cost (mJ) Device 1 S martphone 2 Mean 0.000329 0.000359 Var 0.000575 0.001034 Data Transmission ZC 0.000530 0.000291 Cost (mJ) RMS 0.000497 0.000312 Device 1 S martphone 2 Energy 0.001951 0.006345 Label 0.109 8.485 DTW-12.5 * 0.101000 Data-12.5* 0.148 8.564 DTW-25 * 0.276000 Data-25* 0.186 8.642 DTW-50 * 0.823000 Data-50* 0.264 8.8 DTW-100 * 2.940000 Data-100* 0.418 9.115 mJ: milliJoules RMS : Root mean square Var: variance Energy: FFT-based energy Label: Transmit recognition results only ZC: Zero crossing DTW: Dynamic time warping Data: Transmit raw data *Refers to % of raw data used, with reduced data sizes attained by averaging adj acent data points in the data stream

  9. Tree S tructured Classifier Two types of nodes Fig. 1: C4.5 Tree  DTW-X  Simple features (activity recognition) DTW-Y DTW-Z  DTW (gesture recognition) Mean-X Generating trees with C4.5 algorithm  Fig. 2: High Cost/ High Accuracy  Constructed to maximize accuracy DTW-X  More useful features at shallower nodes All data is processed  Fig. 1: In our case: More useful = DTW ZC-Y RMS -X using DTW Only extract features on the path used in  Mean-X Var-Y the tree  Fig. 2: Not very useful if all paths have Fig. 3: Reduced cost DTW  Fig. 3: ZC-X  Mean-Y  RMS -Z/ Var-X no ZC-X Only a longer require DTW subset Mean-Y of data DTW-Y uses Need to find a tree that gives a good DTW RMS -Z Var-X balance of cost to accuracy

  10. Generating Energy Aware Trees Use an approach based on random forests algorithm  Step 1. Generate several trees   Varying balances of cost to accuracy Random forests algorithm  Builds a forest of decision tree classifiers  Induces variation in trees by creating each node in a tree using only a  subset of the possible features Our version  Modify the randomized selection*   Bias the probability of selection for each feature based on its energy cost

  11. Choosing an Optimal Tree S tep 2. Pick a single tree with a good balance of cost to accuracy  Cost criteria   Estimate the cost of each tree based on training data  S et a cost threshold Accuracy criteria   Can’ t directly measure accuracy using training data  Choose smallest tree (below cost threshold)  Found a strong negative correlation between size and accuracy in tests done early in our study  Other research has suggested smaller trees are less likely to overfit the training data (Quinlan 1996 1 ) Optimal Tree = S mallest tree with cost below our threshold 1 Quinlan, J. Improved use of continuous attributes in c4.5. J. Artif. Intell. Res. 4 (1996), 77–90.

  12. Partitioning the Tree Across Devices All subtrees with DTW as the root are run on the smartphone Original Tree  Wearable device S mart phone Transmit Raw Data “ left -t o-right ” , et c. S martphone Transmit Recognition Results Results “ brush t eet h” , “ run” , et c. Application

  13. Evaluation Methodology Table 1: Activities/ gestures 50 sessions of data used in this study   5 Participants each performing 10 sessions Activity Gesture Run Left to Right  Each session contains each of the Draw on Whiteboard Right to Left activities/ gestures in Table 1 Wash Dishes Clockwise  Leave-one-session-out cross-validation Write in Notebook Counter-Clockwise Accuracy calculated using:  Brush Teeth Down to Up None  Macro-averaged F-measure Costs calculated using:  Fig. 2: Wearable device used in this study  Google Nexus 5 smartphone (Fig. 1)  Wearable device (Fig. 2) Fig. 1: Google Nexus 5

  14. Methods Baseline Methods:   ACT – C4.5 Decision Tree using activity recognition features (no DTW)  Represents a classifier specialized to activity recognition  DTW – DTW-based kNN classifier (no C4.5 tree/ no activity recognition features)  Represents a classifier specialized to gesture recognition  Tree – C4.5 decision tree that combines activity recognition features with DTW-based kNN classifiers  Represents a classifier specialized to high accuracy j oint recognition (not energy aware) Proposed Method:   Decision tree created using our random forests algorithm approach that combines activity recognition features with DTW-based kNN classifiers  Proposed (threshold): Refers to the proposed method using the given threshold

  15. Overall Results Cost and accuracy for each method cost (mJ) avg. F-Measure Method device smartphone overall activities gestures (Threshold) ACT 0.119 8.485 0.914 0.949 0.845 DTW 0.418 17.935 0.935 0.935 0.934 Tree 0.345 11.168 0.956 0.974 0.936 Proposed 0.237 9.741 0.956 0.969 0.941 (11 mJ) Proposed 0.151 8.768 0.951 0.969 0.929 (9.05 mJ) Proposed 0.127 8.575 0.943 0.964 0.918 (8.75 mJ) ACT: Activity recognition features / No DTW DTW: DTW / No activity recognition features Tree: Activity recognition features and DTW / Not Transition in the accuracy and cost for the energy aware wearable device when the cost threshold is varied for the proposed method. Proposed (threshold): Proposed method (with cost threshold used)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend