language-icon Old Web
English
Sign In

Self-similarity matrix

In data analysis, the self-similarity matrix is a graphical representation of similar sequences in a data series. In data analysis, the self-similarity matrix is a graphical representation of similar sequences in a data series. Similarity can be explained by different measures, like spatial distance (distance matrix), correlation, or comparison of local histograms or spectral properties (e.g. IXEGRAM). This technique is also applied for the search of a given pattern in a long data series as in gene matching. A similarity plot can be the starting point for dot plots or recurrence plots. To construct a self-similarity matrix, one first transforms a data series into an ordered sequence of feature vectors V = ( v 1 , v 2 , … , v n ) {displaystyle V=(v_{1},v_{2},ldots ,v_{n})} , where each vector v i {displaystyle v_{i}} describes the relevant features of a data series in a given local interval. Then the self-similarity matrix is formed by computing the similarity of pairs of feature vectors where s ( v j , v k ) {displaystyle s(v_{j},v_{k})} is a function measuring the similarity of the two vectors, for instance, the inner product s ( v j , v k ) = v j ⋅ v k {displaystyle s(v_{j},v_{k})=v_{j}cdot v_{k}} . Then similar segments of feature vectors will show up as path of high similarity along diagonals of the matrix.Similarity plots are used for action recognition that is invariant to point of view and for audio segmentation using spectral clustering of the self-similarity matrix.

[ "Feature extraction", "Segmentation", "Matrix (mathematics)" ]
Parent Topic
Child Topic
    No Parent Topic