Top Banner
Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang
21

Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Jan 18, 2018

Download

Documents

Solution to the problem and the study case Solution: To use a time-aware, density-based clustering technique for the identification of stay regions in trajectories. Study case: Object: roe deer, a partial migration species. Pattern:
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: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Extracting stay regions with uncertain boundaries from GPS

trajectories a case study in animal ecology

Haidong Wang

Page 2: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Introduction and problem

Introduction: With the advances in mobile technologies, the extraction of behavioral patterns from collections of geometric trajectories regarding e.g. people, animals and goods, has become a prominent research issue in a variety of disciplines.

Problem:How to extract stay regions with uncertain boundaries from GPS trajectories.

Page 3: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Solution to the problem and the study caseSolution:To use a time-aware, density-based clustering technique for the identification of stay regions in trajectories.Study case:Object: roe deer, a partial migration species.

Pattern:

Page 4: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Motivation

The study can open up new opportunities for the study of the animal behavior .

Page 5: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Definitions

ϵ : distance threshold.K : the minimum number of points that a cluster contains.δ : presence threshold.ϵ-neighborhood : denoted N ϵ(p), is the subset of points that are ”close” to p.Core point : Point p is a core point if its ϵ-neighborhood contains at least K points.Border point : point that is not a core point but belongs to the neighborhood of a core point is a border point.

Page 6: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Definitions

Dense region: A dense region S is a sub-trajectory S = [q1, .., qm] such that the set of locations [l1, .., lm] is a maximal density connected set with respect to ϵ and K. The points that do not belong to any dense region in T are qualified as noise.

Presence:

Page 7: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example

Page 8: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example

Dense region:

Page 9: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example

Presence: the presence in the dense region is |t9 − t6|.

Page 10: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Problem formulation

Stay region (S): (i) S is a dense region w.r.t. ϵ and K. (ii)The object’s presence in S is persistent w.r.t δ.

Page 11: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

ALGORITHM

Page 12: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Experiments - datasetWe apply the algorithm to extract the migration behavior of a group of 25 roe deer tracked in the period 2005-2008. The dataset is provided by the research institute Fondazione E.Mach. The total number of samples amounts to over 50000 points. The animals live in an area of about 30 Km2 on the Alps near the city of Trento (Italy). The history of these animals, since their capture for the installation of the GPS collar, is known and used as ground truth. The points are sampled approximately every 4 hours.

Page 13: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Experiments – sampled points

Page 14: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Experiment - result 4606 points over two years with 9.64% noisemigrate

2642 points with 32% noisemigrate

1543 points with 1.4% noise stationary

Page 15: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Experiment - stats

Page 16: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Conclusion

The paper presents a novel framework for the study of migratory behaviors, consisting of: a mobility pattern model; an algorithm, i.e. SeqScan, to extract such a pattern from GPS trajectories; a usage methodology for the study of wild animal migrations; and a first validation of the whole framework over a real data set. On the algorithmic side, SeqScan provides a conceptually clean and founded mechanism for the analysis of stop-and-move like patterns over large temporal scales.

Page 17: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Questions?

Page 18: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Algorithm

Page 19: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example

Page 20: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example

Page 21: Extracting stay regions with uncertain boundaries from GPS trajectories a case study in animal ecology Haidong Wang.

Example