A kind of index for content-based music information retrieval and theme mining

Jianzhong Li,Chaokun Wang,Shengfei Shi
DOI: https://doi.org/10.1007/978-3-540-30544-6_38
2004-01-01
Abstract:Content-based music information retrieval and theme mining are two key problems in digital music libraries, where “themes” mean the longest repeating patterns in a piece of music. However, most data structures constructed for retrieving music data can not be efficiently used to mine the themes of music pieces, and vice versa. The suffix tree structure can be used for both functions, nevertheless its height is too large and its maintenance is somewhat difficult. In this paper, a kind of index structure is introduced, which adopts the idea of inverted files and that of N-gram. It can be used to retrieve music data as well as to mine music themes. Based on the index and several useful concepts, a theme mining algorithm is proposed. Also, two implementations of a content-based music information retrieval algorithm are presented. Experiments show the correctness and efficiency of the proposed index and algorithms.
What problem does this paper attempt to address?