06.08.2013 Views

A COMPARISON AND EVALUATION OF MOTION INDEXING ...

A COMPARISON AND EVALUATION OF MOTION INDEXING ...

A COMPARISON AND EVALUATION OF MOTION INDEXING ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

3.1.6.1 Inverted File Index<br />

Inverted file index is a type of indexing used in text-based retrieval systems.<br />

It is an index data structure storing a mapping from content to its locations in<br />

a database file, or in a document, or in a set of documents. It is also known as<br />

postings file or an inverted file. The database Γ is indexed with respect to F and<br />

inverted indices are used. For each feature vector υ ∈ {0, 1} f , an inverted file index<br />

or inverted file, L (υ), is created. This file consists of all indices m ∈ [0, M] of the<br />

sequence w = (w0, w1, · · · , wM) with v = wm. Hence, L (υ) gives information about<br />

the F -segments of Γ which exhibit the feature vector υ. Figure 3.2 shows the flow of<br />

inverted list creation.<br />

Inverted lists are sets represented as sorted, repetition-free sequences. The<br />

number of inverted lists for the feature vector depends on the number of boolean<br />

functions it is composed of. The vector υ ∈ {0, 1} f has f boolean functions and has<br />

2 f inverted lists associated with it. An inverted file index of the database Γ consists<br />

of these 2 f inverted lists L(υ) for vector υ and is denoted by I Γ F .<br />

The inverted lists contain the position of the segments and the segment lengths of<br />

the motion file. Each segment position appears in exactly one inverted list, the size<br />

of the inverted file index is proportional to the number M of segments of Γ.<br />

3.1.6.2 Algorithm for Feature-based Indexing<br />

The indexing or matching of the similar motion clips depends on the definition<br />

of similarity. There can be different notions for declaring two motion clips as similar.<br />

Searching a similar motion can be as restrictive as finding motion clips which are<br />

exactly the same or it can be little less restrictive as fuzzy search which only checks<br />

35

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!