Benchmarking dynamic time warping for music retrieval

  • Authors:
  • Jefrey Lijffijt;Panagiotis Papapetrou;Jaakko Hollmén;Vassilis Athitsos

  • Affiliations:
  • Aalto University School of Science and Technology, Finland and Helsinki Institute for Information Technology, Finland;Aalto University School of Science and Technology, Finland and Helsinki Institute for Information Technology, Finland;Aalto University School of Science and Technology, Finland and Helsinki Institute for Information Technology, Finland;University of Texas at Arlington

  • Venue:
  • Proceedings of the 3rd International Conference on PErvasive Technologies Related to Assistive Environments
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the performance of three dynamic programming methods on music retrieval. The methods are designed for time series matching but can be directly applied to retrieval of music. Dynamic Time Warping (DTW) identifies an optimal alignment between two time series, and computes the matching cost corresponding to that alignment. Significant speed-ups can be achieved by constrained Dynamic Time Warping (cDTW), which narrows down the set of positions in one time series that can be matched with specific positions in the other time series. Both methods are designed for full sequence matching but can also be applied for subsequence matching, by using a sliding window over each database sequence to compute a matching score for each database subsequence. In addition, SPRING is a dynamic programming approach designed for subsequence matching, where the query is matched with a database subsequence without requiring the match length to be equal to the query length. SPRING has a lower computational cost than DTW and cDTW. Our database consists of a set of MIDI files taken from the web. Each MIDI file has been converted to a 2-dimensional time series, taking into account both note pitches and durations. We have used synthetic queries of fixed size and different noise levels. Surprisingly, when looking for the top-K best matches, all three approaches show similar behavior in terms of retrieval accuracy for small values of K. This suggests that for the specific application area, a computationally cheaper method, such as SPRING, is sufficient to retrieve the best top-K matches.