Top Banner
Mobility Collector Battery Conscious Mobile Tracking Adrian C. Prelipcean, Győző Gidófalvi Geoinformatics, Royal Institute of Technology KTH, Sweden
51

Mobility collector: Battery Conscious Mobile Tracking

Jan 19, 2017

Download

Science

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: Mobility collector: Battery Conscious Mobile Tracking

Mobility Collector

Battery Conscious Mobile Tracking

Adrian C. Prelipcean, Győző GidófalviGeoinformatics, Royal Institute of Technology KTH, Sweden

Page 2: Mobility collector: Battery Conscious Mobile Tracking

OutlineSpatial and temporal granularity in

location-dependant data

Robust datalinking spatial with physical movement

Usability of Mobility Collector

Location tracking

Current technological status

Mobility Collector - a mobile

tracking platform

Page 3: Mobility collector: Battery Conscious Mobile Tracking

Location TrackingThere is a need for location awareness:

a) Multi-user systems

- Studying behavior and movement

- Extrapolating information (prediction)

b) Single-user systems

- Ubiquitous (pervasive) computing

- Studying and understanding the user’s context

- Aiding the user in decision making

Page 4: Mobility collector: Battery Conscious Mobile Tracking

Tech status for location tracking

The industry’s focus is on purpose-oriented apps

Research development is not a priority

The location listening service is acontextual

Temporal granularity has precedence over the spatial one

Multiple API’s, different software implementation and ambiguous

documentation

Page 5: Mobility collector: Battery Conscious Mobile Tracking

Mobility CollectorA highly configurable tracking platform for Android devices (Android 2.0 and

higher)

Research oriented and open-source

Equidistant and equitime tracking options

Contextual battery preserving algorithm

Configurable point- and period-based annotations

Page 6: Mobility collector: Battery Conscious Mobile Tracking

Why Android?

Open-sourceOffers hardware and software diversityMobility Collector - minimum API 5

Source: http://developer.android.com/about/dashboards/index.html

Page 7: Mobility collector: Battery Conscious Mobile Tracking

Tracking algorithmsEquitime and Equidistant tracking

Page 8: Mobility collector: Battery Conscious Mobile Tracking

Tracking parameters

Parameters

Sampling time - the frequency at which the location listener will try to obtain a fix

Sampling distance - the clustering constraint which prevents locations to be broadcasted

if they are within a certain distance of the last fix

Page 9: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(1) gets broadcasted

Time: T_c + 30 seconds

Equitime tracking

Page 10: Mobility collector: Battery Conscious Mobile Tracking

L_p(1) gets broadcastedL_p(1) fails the clustering filter

Time: T_c + 30 seconds

Equitime tracking

L_p - potential locationL_c - current location

Page 11: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(2) gets broadcasted

Time: T_c + 1 min

Equitime tracking

Page 12: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(2) gets broadcastedL_p(2) fails the clustering filter

Time: T_c + 1 min

Equitime tracking

Page 13: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(3) gets broadcasted

Time: T_c + 1.5 min

Equitime tracking

Page 14: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(3) gets broadcastedL_p(3) passes the clustering filter

Time: T_c + 1.5 min

Equitime tracking

Page 15: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current location

L_p(3) gets broadcastedL_p(3) passes the clustering filterL_p(3) gets sent to the programming interface

Time: T_c + 1.5 min

Equitime tracking

Page 16: Mobility collector: Battery Conscious Mobile Tracking

L_p - potential locationL_c - current locationL_f - former instance of L_c

L_p(3) gets broadcastedL_p(3) passes the clustering filterL_p(3) becomes the reference for future fixes

Time: T_c + 1.5 min

Equitime tracking

Page 17: Mobility collector: Battery Conscious Mobile Tracking

Equidistant tracking

L_c - current locationF_p - predicted frequencyF_c - current frequencyreq - the requirements imposed by the F_c on the list size

Page 18: Mobility collector: Battery Conscious Mobile Tracking

Equidistant tracking

L_c - current locationF_p - predicted frequencyF_c - current frequencyreq - the requirements imposed by the F_c on the list size

Page 19: Mobility collector: Battery Conscious Mobile Tracking

Equidistant tracking

L_c - current locationF_p - predicted frequencyF_c - current frequencyreq - the requirements imposed by the F_c on the list size

Page 20: Mobility collector: Battery Conscious Mobile Tracking

Equidistant tracking

L_c - current locationF_p - predicted frequencyF_c - current frequencyreq - the requirements imposed by the F_c on the list size

Page 21: Mobility collector: Battery Conscious Mobile Tracking

Equidistant(Blue) Equitime(Red)

Sampling time = 50 sSampling distance = 50 m

Equitime vs. Equidistant Tracking

Page 22: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Equidistant specific adjustment

Equidistant(Blue) Equitime(Red)

Sampling time = 50 sSampling distance = 50 m

Page 23: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Page 24: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Equidistant specific adjustment

Page 25: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Page 26: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Sampling time = 50 sSampling distance = 50 m

Page 27: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

1. Low number of records2. Time for the “actual” fixSampling time = 50 s

Sampling distance = 50 m

Page 28: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant Tracking

Sampling time = 50 sSampling distance = 50 m

Page 29: Mobility collector: Battery Conscious Mobile Tracking

Case study

OSM-derived semantics

L1L2

L4

L3

Page 30: Mobility collector: Battery Conscious Mobile Tracking

Case study

OSM-derived semantics

Analysis (based on proximity) result:L1 - traffic lightL2,L4 - bus stop L3 - no features of interest in its vicinity

L1L2

L4

L3

Page 31: Mobility collector: Battery Conscious Mobile Tracking

Equitime vs. Equidistant TrackingEquitime tracking

- Good for general purpose apps

- Spatial granularity is of little or no

importance

- Linear battery drainage

Equidistant tracking

- Good for inferring context

- Spatial granularity takes precedence

over the temporal one

- Battery drainage depends on the speed

of the phone bearer

Page 32: Mobility collector: Battery Conscious Mobile Tracking

Data (in)sufficiency

Page 33: Mobility collector: Battery Conscious Mobile Tracking

Data (in)sufficiency

Location data ⇔ spatial displacementLocation data ≠ movement

Page 34: Mobility collector: Battery Conscious Mobile Tracking

Physical context makes the data robust

Walking

No relevant movement

Page 35: Mobility collector: Battery Conscious Mobile Tracking

Embedded accelerometerBasic statistics measurements (average, std. dev., min, max) for all axis and for total accelerationMovement detection

Number of peaks

Pedometer

Page 36: Mobility collector: Battery Conscious Mobile Tracking

Embedded accelerometerBasic statistics measurements (average, std. dev., min, max) for all axis and for total accelerationMovement detection

Number of peaks

Pedometer

Page 37: Mobility collector: Battery Conscious Mobile Tracking

Usability Battery drainage restricts the number of candidates in most research experiments

Users should still be able to use their phones while collecting data without having to worry about a battery overkill

Page 38: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 39: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 40: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 41: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 42: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 43: Mobility collector: Battery Conscious Mobile Tracking

Power Saving

The alarm has two instances: - location instance (spatial context)- accelerometer instance (physical context)

Page 44: Mobility collector: Battery Conscious Mobile Tracking

Battery Saving Results

Page 45: Mobility collector: Battery Conscious Mobile Tracking

AnnotationsAnnotations are particularly useful:

- For obtaining training samples for different types of classifications

- As a measure of (re)assurance for the correctness of particular types of algorithms

- Adding a spatial component to qualitative data types

Page 46: Mobility collector: Battery Conscious Mobile Tracking

Point- and period-based annotations

Page 47: Mobility collector: Battery Conscious Mobile Tracking

Point- and period-based annotations

Page 48: Mobility collector: Battery Conscious Mobile Tracking

Architecture

Page 49: Mobility collector: Battery Conscious Mobile Tracking

Using Mobility CollectorService running in Alfa mode on a VM at: http://130.237.68.66:

8080/Mobility_Collector_Form/HomePage.jsp

Tutorials and future references will be posted on GitHub

Android Application Source Code:https://github.com/adrianprelipcean/Mobility_Collector_Android

Apache Tomcat Servlet Source Code:https://github.com/adrianprelipcean/kth_mobility_collector

Page 50: Mobility collector: Battery Conscious Mobile Tracking

Summary- Location tracking, its importance and current status

- Mobility Collector - a mobile tracking platform

- Equitime and equidistant tracking

- Data sufficiency and robustness

- Usability of Mobility Collector