Top Banner
WearNET A Distributed Multi-Sensor Syst em for Context Aware Wearables Lukowicz et. al Ubicomp class reading 2005.5.31 Presented by BURT
27

WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Jan 06, 2016

Download

Documents

mieko

WearNET A Distributed Multi-Sensor System for Context Aware Wearables. Lukowicz et. al Ubicomp class reading 2005.5.31 Presented by BURT. The Problem. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

WearNETA Distributed Multi-Sensor System for

Context Aware Wearables

Lukowicz et. alUbicomp class reading 2005.5.31

Presented by BURT

Page 2: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

The Problem

• describes a distributed, multi-sensor system architecture designed to provide a wearable computer with a wide range of complex context information

Page 3: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Introduction

• Context awareness-- the ability of a computer system to adapt its functionality to the user’s activity and the environment around him

• 2 approaches to awareness-- improving vision and audio recognition

-- fusion of information from different, simple sensors

Page 4: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Related Works I

Clarkson and Pentland-- used a wearable camera in combination with a microphone to recognize a person’s situation.

Picard’s group-- A galvanic skin response sensor, a blood volume pulse sensor, a respiration sensor and an electromyogram sensor for recognizing affective patterns in physiological signals

Page 5: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Related Works II

Gellersen et al.-- propose to use relatively simple sensors as a basis for the derivation of complex context information.

Other systems that use multiple low level sensors to capture context information

Page 6: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Contribution

• system extends the above work by integrating additional sensors and appropriately placing them on the user’s body

• use multiple, distributed motion sensors rather than a single accelerometer

• knowing the importance of power management• the actual implementation of a wearable

platform and the presentation of real life data.

Page 7: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Context Components and Observation Channels

• a tradeoff between versatility and flexibility, rather than efficiency in a narrowly defined task

• target our architecture towards a loosely specified set of requirements defined on an intermediate level, the component layer

• component layer consists of four context components: Extended Location, Environment State, User Activity and User State

Page 8: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Context Layers

Page 9: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Extended Location Component(EL) I

• two types of location information:(1) the position in physical coordinates

(2) a description of a place such as “in the train” or “in the office”.

Page 10: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Extended Location Component(EL) II

• Outdoors physical position -- GPS

• For indoors, there are two solutions:(1) using inertial navigation based on acceleration sensors, gyroscopes and magnetic field sensors

( 2) relying on multi-sensor based location identification to determine the user’s position.

• We propose to use inertial navigation

Page 11: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Extended Location Component(EL) III

• The identification of a location is based on three types of information: (1) ambient sound, (microphone)

(2) light conditions (IR, visible, UV)

(3) changes in other environmental parameters like temperature, humidity and atmospheric pressure.

Page 12: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Environment State Component(ES)

• Restrict definition to two broad, low level types of information:

(1) physical properties of the environment and

( 2) general level of activity• For the recognition we will concentrate on

two cheap channels:

-- ambient sound and light intensity.

Page 13: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

User Activity Component (UA)

• motion sensors (3 axis accelerometers, gyroscopes and/or electronic compass) distributed over the user’s body.

• Each sensor provides us with information about the orientation and movement of the corresponding body part

Page 14: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

User State Component (US)

• Our user state analysis is based on 3 such parameters:

-- galvanic skin response (GSR),

-- pulse and

-- blood oxygen saturation.

Page 15: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Senors

Page 16: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Wearable Design Considerations

• Once the placement has been fixed two system architecture issues remain to be resolved:

(1) communication/computation tradeoffs resulting from the possibility of equipping the sensors with processing devices

(2) the network architecture and transmission technology.

• system power consumption and user comfort

Page 17: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Sensor Placement Constraints

• the quality of the signal received in a particular

location and ergonomic concerns as described

Page 18: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Computation and Communication Considerations

• power considerations

-- Further improvements can be obtained by combining such sensors into modules sharing computing resources.

Page 19: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

System Architecture and Implementation

• four subsystems:

-- Navigation Module (NM),

-- Environmental Module (EM),

-- User Activity Network (UAN) and

-- User State Module (USM)

Page 20: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Navigation Module (NM)

• GPS and the inertial navigation sensors• a processor fast enough to perform all comput

ation necessary for position tracking• the module also serves as a central coordinati

on and evaluation unit of the WearNET system.

Page 21: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Environment Module (EM)

• measure UV, IR and visible light, magnetic field, temperature, atmospheric pressure, humidity and sound.

Page 22: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

User Activity Network (UAN)

• a multistage network of motion sensors with a hierarchy that reflects the anatomy of the human body.

• Each subnetwork is a bus with a dedicated master

Page 23: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

User State Module (USM)

• The module combines the GSR sensor with the pulse and oxygen saturation sensors and an ultra low power micro controller.

• requires only a simple mixed signal processor for the analog digital conversion, control, and basic preprocessing and features extraction.

Page 24: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Experiments I• Complex Path in a Building

-- walks two levels down a staircase,

-- waits for 20 seconds, and continues walking a few steps to an elevator.

-- then takes the elevator three floors up

Page 25: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Experiments II• In the Kitchenette

-- the user walks through the hall towards a kitchenette containing electrical appliances and a sink with a water tap.

-- mostly distinguished by sound spectrum

Page 26: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

Conclusion and Outlook

• By introducing an intermediate context component level we were able to find a good compromise between efficiency and versatility of the design.

• Future work needs to target an automatic derivation of such information through standard algorithms like HMMs or neural networks for a wide range of situations and an analysis of achievable recognition rates.

Page 27: WearNET A Distributed Multi-Sensor System for Context Aware Wearables

The End