learning significant locations and predicting user
play

Learning Significant Locations and Predicting User Movement with - PowerPoint PPT Presentation

Learning Significant Locations and Predicting User Movement with GPS Daniel Ashbrook and Thad Starner Contextual Computing Group http://www.cc.gatech.edu/ccg College of Computing, GVU Center Georgia Institute of Technology Atlanta, GA USA


  1. Learning Significant Locations and Predicting User Movement with GPS Daniel Ashbrook and Thad Starner Contextual Computing Group http://www.cc.gatech.edu/ccg College of Computing, GVU Center Georgia Institute of Technology Atlanta, GA USA Georgia Tech

  2. Motivation • Location is a very common form of context – easy to collect – infer other pieces of context • Most applications rely only on user’s current location Georgia Daniel Ashbrook and Thad Starner Tech

  3. Motivation • How can we improve location context? • Look for patterns of movement and learn user’s daily schedule – predict where user is going based on where user has been • Goal: computer can act as agent – offer suggestions at appropriate times – enable collaboration between colleagues Georgia Daniel Ashbrook and Thad Starner Tech

  4. Applications • Potential applications for location prediction • Single–user applications – system only knows about one user’s movements • Multi–user applications – system combines predictions for several people Georgia Daniel Ashbrook and Thad Starner Tech

  5. Applications • Single user: Pre–emptive Reminders – remind user at an appropriate time – example: library book •try to determine if user will pass library today •only then remind user to take book before leaving home Georgia Daniel Ashbrook and Thad Starner Tech

  6. Applications • Single user: Wireless caching – wireless networks often unavailable •lack of infrastructure •radio shadows (buildings, subway) – hide lack of connectivity by caching – predict when caching will be insufficient •warn user •suggest alternative routes Georgia Daniel Ashbrook and Thad Starner Tech

  7. Applications • Single user: Wireless caching – cache even when network is available •transmission power can increase with 4 th power of distance in complex environments (i.e., city) •cost can vary with network used, time of day – prediction can allow savings •of battery power •of money Georgia Daniel Ashbrook and Thad Starner Tech

  8. Applications • Multi–user: Enabling collaboration – “Will I see Bob today?” •compare the user’s and Bob’s schedules •give yes or no answer – Scheduling many–person meetings •find when most people are free and suggest a time •also discover most convenient place to meet Georgia Daniel Ashbrook and Thad Starner Tech

  9. Applications • Multi–user: Favor exchange – remotely coordinate favor trading – example: FedEx/UPS package trading Georgia Daniel Ashbrook and Thad Starner Tech

  10. Related Work • Bhattacharya — cell phone prediction • Davis — prediction with ad–hoc networks • Kortuem — Walid • Marmasse — comMotion • Liu — predictively caching network architecture • Orwant — Doppelgänger • Sparacino — Museum Wearable • Wolf — travel diaries Georgia Daniel Ashbrook and Thad Starner Tech

  11. Hardware • Garmin GPS model 35-LVS • GeoStats data logger – 1 MPH recording limit Georgia Daniel Ashbrook and Thad Starner Tech

  12. Hardware • Preliminary data collected in Atlanta Sep-Dec 2001 • Data currently being collected from multiple users in Zürich, Switzerland Preliminary data—Atlanta, GA Georgia Daniel Ashbrook and Thad Starner Tech

  13. Software • Preliminary implementation – finds points of possible significance – creates probabilistic model of user’s movements •Markov model – using model, simple queries are possible: •“The user is at home. Where will she go next?” •“How likely is the user to visit the grocery store today?” Georgia Daniel Ashbrook and Thad Starner Tech

  14. Software • Markov model – collection of nodes Georgia Daniel Ashbrook and Thad Starner Tech

  15. Software • Markov model – collection of nodes – transitions between nodes Georgia Daniel Ashbrook and Thad Starner Tech

  16. Software • Markov model – collection of nodes – transitions between nodes – each transition has a probability of occurring Georgia Daniel Ashbrook and Thad Starner Tech

  17. Software • Markov model – collection of nodes – transitions between nodes – each transition has a probability of occurring – can also have self– transitions Georgia Daniel Ashbrook and Thad Starner Tech

  18. Software • Our Markov model – nodes are significant locations – transitions are trips between those locations Georgia Daniel Ashbrook and Thad Starner Tech

  19. Software • Significance – how do we determine if a particular GPS coordinate might have some meaning to the user? Georgia Daniel Ashbrook and Thad Starner Tech

  20. Software • Places – logged GPS coordinates with more than time t of “resting time” Georgia Daniel Ashbrook and Thad Starner Tech

  21. Software • How to pick t ? Georgia Daniel Ashbrook and Thad Starner Tech

  22. Software • How to pick t ? – try lots of values – graph number of places found for each value Georgia Daniel Ashbrook and Thad Starner Tech

  23. Software • How to pick t ? – try lots of values – graph number of places found for each value – but relationship is nearly linear! Georgia Daniel Ashbrook and Thad Starner Tech

  24. Software • How to pick t ? – try lots of values – graph number of places found for each value – but relationship is nearly linear! – so we pick an arbitrary value: t = 10 minutes Georgia Daniel Ashbrook and Thad Starner Tech

  25. Software All data All data Georgia Daniel Ashbrook and Thad Starner Tech

  26. Software All data All data Onl Only places places , with th t = 10 = 10m Georgia Daniel Ashbrook and Thad Starner Tech

  27. Software • Locations – problem: too many places •GPS inaccuracy •different exit points from buildings Georgia Daniel Ashbrook and Thad Starner Tech

  28. Software • Locations – problem: too many places •GPS inaccuracy •different exit points from buildings – solution: cluster places to form locations •all places within a radius r of a particular place form a single location Georgia Daniel Ashbrook and Thad Starner Tech

  29. Software All data All data Onl Only places places , with th t = 10 = 10m Georgia Daniel Ashbrook and Thad Starner Tech

  30. Software All data All data Onl Only places places , Onl Only locations locations with th t = 10 = 10m Georgia Daniel Ashbrook and Thad Starner Tech

  31. Software • How to pick radius r ? Georgia Daniel Ashbrook and Thad Starner Tech

  32. Software • How to pick radius r ? – too large value • too few clusters • unrelated places together – too small value • too many clusters Georgia Daniel Ashbrook and Thad Starner Tech

  33. Software • How to pick radius r ? – too large value • too few clusters • unrelated places together – too small value • too many clusters • Solution: – try various values for r – find knee in graph Georgia Daniel Ashbrook and Thad Starner Tech

  34. Software • Clustering places into locations – pick one place (•) – find all places within radius r (•) Georgia Daniel Ashbrook and Thad Starner Tech

  35. Software • Clustering places into locations – pick one place (•) – find all places within radius r (•) – find the mean of those places (x) Georgia Daniel Ashbrook and Thad Starner Tech

  36. Software • Clustering places into locations – pick one place (•) – find all places within radius r (•) – find the mean of those places (x) – repeat with x as the new center Georgia Daniel Ashbrook and Thad Starner Tech

  37. Software • Clustering places into locations – pick one place (•) – find all places within radius r (•) – find the mean of those places (x) – repeat with x as the new center – continue until the mean stops changing Georgia Daniel Ashbrook and Thad Starner Tech

  38. Software • Clustering places into locations – pick one place (•) – find all places within radius r (•) – find the mean of those places (x) – repeat with x as the new center – continue until the mean stops changing – start again with another place – repeat until no more places Georgia Daniel Ashbrook and Thad Starner Tech

  39. Software • Sublocations – problem: subsuming smaller-scale paths Georgia Daniel Ashbrook and Thad Starner Tech

  40. Software • Sublocations – solution: create – problem: subsuming sublocations within smaller-scale paths larger clusters Georgia Daniel Ashbrook and Thad Starner Tech

  41. Software • How to determine if sublocations exist? Georgia Daniel Ashbrook and Thad Starner Tech

  42. Software • How to determine if sublocations exist? – use same knee & graph algorithm on each location – if no knee exists, not enough points to form sublocations Georgia Daniel Ashbrook and Thad Starner Tech

  43. Software • Sublocations can have multiple scales – Country level Georgia Daniel Ashbrook and Thad Starner Tech

  44. Software • Sublocations can have multiple scales – Country level – State level Georgia Daniel Ashbrook and Thad Starner Tech

  45. Software • Sublocations can have multiple scales – Country level – State level – City level Georgia Daniel Ashbrook and Thad Starner Tech

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