Lucas Fidon edited section_Introduction_begin_enumerate_item__.tex  almost 8 years ago

Commit id: 3355d11c4f79efbd8c1dda3084c72a320c4fa20a

deletions | additions      

       

\item motivation for the development of a MI based metric  \end{enumerate}  The current works on soccer match analysis used extra high level data and annotation (such as whoscored, transfertmark) which require human annotation and so preprocessing. In this project we limited our input to the video of a match filmed with a multi-camera system. We focus on an unsupervised classification of the players based on their trajectories extracting automatically from the video of a match during a short period of time using clustering method. This information is deeply woven into the fabric of team strategy analysis since it is related to the global placing of the players and the centers of the cluster may correspond to the leader of the game at that period. We Thus we  managed to find patterns in the paths of the players clustering players trajectories. The problem of tracking players with multiple camera have been achieved consistently in \cite{Ben_Shitrit_2011} even if their paths may intersect over long period of time. On another hand the clustering process is closely linked to the choice of a metric between the object we want to classify: there the players' trajectories. So, in our case, a relevant clustering process should be decomposed in 2 steps:  \begin{itemize}  \item Compute the distances matrix between the trajectories   \item Use a general clustering algorithm which is independent of the metric used  \end{itemize}  Yet only discrete trajectories are available in the form of array which can be of different sizes with different time discretization or with different speed. Then the clustering of those trajectories require a proper metric so as to cluster the players' trajectories. Thus our Our  contribution is to provided consist of  a well fitted relevant  similarity measure between trajectories which allows the clustering of the players' trajectories according to the interdependency of their path using clustering.