Presentation is loading. Please wait.

Presentation is loading. Please wait.

Fundamental tools: clustering

Similar presentations


Presentation on theme: "Fundamental tools: clustering"— Presentation transcript:

1 Computational Movement Analysis Lecture 2: Clustering Joachim Gudmundsson

2 Fundamental tools: clustering
Group similar objects into clusters.

3 Fundamental tools: clustering
Group similar (sub)curves into clusters. Similarity measure: Fréchet distance Question: Do we need any constraints on a cluster? Constraints on subcurves in a cluster?

4 Aim: Cluster subcurves
Cluster of subcurves

5 Subtrajectory clustering

6 Subtrajectory clustering

7 Subtrajectory clustering

8 Subtrajectory clustering

9 Recall: Fréchet Distance
Fréchet Distance measures the similarity of two curves. Dog walking example Person is walking his dog (person on one curve and the dog on other) Allowed to control their speeds but not allowed to go backwards! Fréchet distance of the curves: minimal leash length necessary for both to walk the curves from beginning to end

10 Recall: Fréchet Distance
Input: Two polygonal chains P=p1, … , pn and Q=q1, … , qm in Rd. The Fréchet distance between P and Q is: where  and  range over all continuous non-decreasing reparametrizations. Note that (0)=p1, (1)=pn, (0)=q1 and (1)=qm. Well-suited for the comparison of curves since it takes the continuity of the curves into account. 𝛿 𝐹 (P,Q) = inf 𝛼:[0,1]→𝑃 𝛽:[0,1]→𝑄 max 𝑡 ∈[0,1] |𝑃(𝛼 𝑡 )−𝑄(𝛽 𝑡 )| reparamterized monotonous curve

11 Decision algorithm: compute path
Algorithm: 1. Compute Free Space diagram mn cells  O(mn) time 2. Compute a non-xy-decreasing path from (q1,p1) to (qm,pn). Build network O(mn) time. Find a path O(mn) time. (q1,p1) (qm,pn) P Q

12 Cluster Input: A polygonal curve T, an integer m>1 and a distance d. Cluster: m subcurves T1, … , Tm of T with distance at most d between any two subcurves. Constraints?

13 Cluster Input: A polygonal curve T, an integer m>1 and a distance d. Cluster: m subcurves T1, … , Tm of T with distance at most d between any two subcurves. Constraint 1: subcurves are pairwise disjoint

14 Cluster Input: A polygonal curve T, an integer m>1 and a distance d. Cluster: m subcurves T1, … , Tm of T with distance at most d between any two subcurves. Constraint 1: subcurves are pairwise disjoint More constraints? d  infinite number of clusters

15 Cluster Input: A polygonal curve T, an integer m>1 and a distance d. Cluster: m subcurves T1, … , Tm of T with distance at most d between any two subcurves. Constraint 1: subcurves are pairwise disjoint Constraint 2: cluster has to be maximal “length” d  infinite number of clusters

16 Decision Problem Given a curve T, a subcurve cluster SC(m,l,d) of T consists of at least m subcurves T1, … , Tm of T such that: the subcurves are pairwise disjoint, the distance between any two subcurves is at most d, and at least one subcurve has length l.

17 Decision Problem Given a curve T, a subcurve cluster SC(m,l,d) of T consists of at least m subcurves T1, … , Tm of T such that: the subcurves are pairwise disjoint, the distance between any two subcurves is at most d, and at least one subcurve has length l.

18 Decision Problem Given a curve T, a subcurve cluster SC(m,l,d) of T consists of at least m subcurves T1, … , Tm of T such that: the subcurves are pairwise disjoint, the distance between any two subcurves is at most d, and at least one subcurve has length l. The length of a subcurve cluster is assumed to be maximal.

19 Decision Problem Given a curve T, a subcurve cluster SC(m,l,d) of T consists of at least m subcurves T1, … , Tm of T such that: the subcurves are pairwise disjoint, the distance between any two subcurves is at most d, and at least one subcurve has length l. The length of a subcurve cluster is assumed to be maximal.

20 Decision Problem Given a trajectory T, a subtrajectory cluster SC(m,l,d) of T consists of at least m subtrajectories T1, … , Tm of T such that: the subtrajectories are pairwise disjoint, the distance between any two subtrajectories is at most d, and at least one subtrajectory has length l. The length of a subtrajectory cluster is assumed to be maximal.

21 Problem Decision version: Subtrajectory cluster SC(m,l,d)
Given a trajectory T, is there a subtrajectory cluster with parameters m, l and d? Optimisation versions: SC(m,max,d) – maximise length of cluster

22 Hardness results Theorem 1:
Finding any approximation of the SC(m,max,d) problem is 3SUM-hard. Theorem 2: The decision problem SC(m,l,d) is NP-complete. Theorem 3: The problem of computing a (2-)-distance approximation of the SC(m,max,d)-problem is NP-hard. [Gudmundsson & van Kreveld’08]

23 Is there a clique of size k in a given graph G=(V,E)?
Hardness results Theorem 2: The decision problem SC(m,l,d) is NP-complete. Reduction from MaxClique MaxClique: Is there a clique of size k in a given graph G=(V,E)? Clique of size 4

24 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

25 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

26 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

27 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

28 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

29 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

30 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a e b a,c,e d c a,b d,e a,e b,c b,d a,c e a b c d e MaxClique b,c,d

31 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a b c d e a b c d e MaxClique b,c,d a,c,e a,b a,e b,d e d d,e b,c a,c

32 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a b c d e a b c d e MaxClique b,c,d a,c,e a,b a,e b,d e d d,e b,c a,c SC(m,l=n,d)  Clique of size m in G Problem as hard as MaxClique!

33 Hardness results Theorem 2:
The decision problem SC(m,l,d) is NP-complete.

34 Longest subtrajectory cluster: NP-complete
Problem: SC(m,l=n,d). a b c d e a b c d e MaxClique b,c,d a,c,e a,b a,e b,d e d d,e b,c a,c

35 Hardness results Theorem 3:
The problem of computing a (2-)-distance approximation of the SC(m,max,d)-problem is NP-hard.

36 Hardness results Theorem 3:
The problem of computing a (2-)-distance approximation of the SC(m,max,d)-problem is NP-hard. Corollary 1: The problem of computing a (2-)-distance approximation of SC(max, l, r), for any constant 0 <  < 1, is at least as hard as approximating MaxClique.

37 Hardness results Theorem 3:
The problem of computing a (2-)-distance approximation of the SC(m,max,d)-problem is NP-hard. Corollary 1: The problem of computing a (2-)-distance approximation of SC(max, l, r), for any constant 0 <  < 1, is at least as hard as approximating MaxClique. Can we find a 2-distance approximation in polynomial time?

38 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni The Fréchet distance of F can be computed by computing the Fréchet distance between every pair of curves. Time: O( (ninj log ninj)) i,j If |Fi| = n/m then O((n/m)4 log n/m).

39 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni Observation: Given F1, F2 and F3, we have: F(F1,F3)  F(F1,F2) + F(F2,F3). [Dumitrescu & Rote’04]

40 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni Observation: Given F1, F2 and F3, we have: F(F1,F3)  F(F1,F2) + F(F2,F3). [Dumitrescu & Rote’04] a  a+b b Can we use this observation to get an approximation?

41 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni Idea: Select a representative curve F1 of F. Compute the maximum Fréchet distance D between F1 and all other curves in F.

42 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni Idea: Select a representative curve F1 of F. Compute the maximum Fréchet distance D between F1 and all other curves in F.  D  F  2D Observation: Gives a 2-approximation

43 Fréchet distance between m curves
Input: Set of m polygonal curves F = {F1, …, Fm} with |Fi| = ni Idea: Select a representative curve F1 of F. Compute the maximum Frechet distance D between F1 and all other curves in F.  D  F  2D Observation: Gives a 2-approximation Time: O( (n1ni log n1ni)) i

44 Decision algorithm: compute path
Recall: Deciding if the Fréchet distance between two curves P and Q is less than r can be computed in O(mn) time. The Fréchet distance between two polygonal curves P and Q can be computed in O(mn log mn) time using parametric search. (q1,p1) (qm,pn) P Q Q P

45 Recall the problem Given a trajectory T, a subtrajectory cluster SC(m,l,d) of T consists of at least m subtrajectories T1, … , Tm of T such that: the subtrajectories are pairwise disjoint, the distance between any two subtrajectories is at most d, and at least one subtrajectory has length l.

46 Recall the problem Input: A trajectory T with n points, an integer m>1 and a real value d>0. Output: SC(m,max,d) Constraint: For simplicity we will assume that all sub- trajectories in a cluster has to start and end at a vertex. Idea: Create a free space diagram describing the distance between T and T.

47 Free space diagram of T T

48 Free space diagram of T T

49 Free space diagram of T T A B D(A,C)  d D(B,C)  d D(A,B)  2d C

50 Free space diagram of T C: representative trajectory
B C C: representative trajectory The length of the SC {A,B,C} is the length of the representative trajectory.

51 Free space diagram of T

52 Free space diagram of T

53 Free space diagram of T

54 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R L R While sweeping maintain network of critical points.

55 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

56 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

57 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

58 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

59 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

60 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

61 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

62 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

63 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

64 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

65 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

66 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

67 Approximation algorithm
Sweep the free space diagram from left to right with two vertical lines (L and R) At each event point decide if there are m monotone curves between L and R a) If “yes” then move R to the right b) If “no” and R-L=1 then move R to the right c) If “no” and R-L>1 then move L to the right L R

68 Data structures Number of event points? L R

69 Data structures Number of event points? L R

70 Data structures Number of event points? O(n) L R Two types of events:
L moves to the right R moves to the right How to handle an event? Decide if there are m non- overlapping xy-monotone paths between L and R

71 Handle event u P u’ R Start with top-most corner u on R. L
Find the top-most corner u’ on L that can be reached by a xy-monotone path P. L R u P u’ Observation: No point on R below u can reach a point on L above u’ with an xy-monotone path.

72 Handle event u P v v’ u’ R Start with top-most corner u on R. L
Find the top-most corner u’ on L that can be reached by a xy-monotone path P. L R u P v v’ u’ Observation: No point on R below u can reach a point on L above u’ with an xy-monotone path.

73 Handle event u P u’ v v’ R Start with top-most corner u on R. L
Find the top-most corner u’ on L that can be reached by a xy-monotone path P. L R u P Next take the top-most corner v on R below u’. Find the top-most corner on L that can be reached by a xy-monotone path. Continue until: m curves found, or no more corners on R. u’ v v’

74 Path Query in the Free Space diagram
In worst case the algorithm performs n path queries. How do we perform a path query? Recall querying for a path in lecture 1. O(n2) time per query O(n) events, n points on R Total: O(n3w) time and O(nw) space, where w = max (R-L)

75 Path Query in the Free Space diagram
In worst case the algorithm performs n path queries. How do we perform a path query? Can it be improved? O(n2w) time and O(nw) space

76 Path Query in the Free Space diagram
L R In worst case the algorithm performs n path queries. How do we perform a path query? Can it be improved? O(n2w) time and O(nw) space Extension: The algorithm can be modified to handle the case when only the “reference” trajectory needs to start an end at vertex.

77 Approximation algorithm
Theorem: A 2-distance approximation of the SC(m,max,d) problem can be computed in O(n2+nmw) time and O(nw) space using the discrete Fréchet distance. A 2-distance approximation of the SC(m,max,d) problem can be computed in time O(n2w) using the continuous Fréchet distance if reference trajectory starts and ends in vertex. A 2-distance approximation of the SC(m,max,d) problem can be computed in time O(n3m 2(n/m)(log2 n+m)) using the continuous Fréchet distance. [Joint work: Buchin, Buchin, Löffler and Luo’10]

78 Experimental Results (continuous!)
i5-200 CPU with a Nvidia GTX 580 Note: Continuous model  input data can be simplified! [Joint work with Nacho Valladares’13]

79 Open Problems Can we cluster faster?
Can a c-approximate Fréchet clustering be computed faster? Can we cluster faster for special cases? What should we report? Cluster using other distance measures? For example using [Sankaramanet al. 2013]?

80 References K. Buchin, M. Buchin, J. Gudmundsson, M. Loffler and J. Luo. Detecting Commuting Patterns by Clustering Subtrajectories. International Journal on Computational Geometry and Applications, 2011. N. Valladares and J. Gudmundsson. A GPU approach to subtrajectory clustering using the Fréchet distance. ACM SIGSPATIAL 2012. A. Dumitrescu and G. Rote. On the Fréchet distance of a set of curves, Proceedings of the Sixteenth Canadian Conference on Computational Geometry, 2004. S. Sankararaman, P. K. Agarwal, T. Mølhave, J. Pan and A. P. Boedihardjo. Model-driven matching and segmentation of trajectories. ACM SIGSPATIAL, 2013


Download ppt "Fundamental tools: clustering"

Similar presentations


Ads by Google