using transportation distances for measuring melodic similarity

16
Using Transportation Distances for Measuring Melodic Similarity Pichaya Tappayuthpijarn Qiang Wang

Upload: esben

Post on 02-Feb-2016

47 views

Category:

Documents


0 download

DESCRIPTION

Using Transportation Distances for Measuring Melodic Similarity. Pichaya Tappayuthpijarn Qiang Wang. Outline. Introduction Melodic Similarity Measuring The Earth Mover’s Distance (EMD) The Proportional Transportation Distance (PTD) Results & Conclusion. Introduction. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Using Transportation Distances for Measuring Melodic Similarity

Using Transportation Distances for Measuring Melodic Similarity

Pichaya Tappayuthpijarn

Qiang Wang

Page 2: Using Transportation Distances for Measuring Melodic Similarity

Outline

Introduction Melodic Similarity Measuring The Earth Mover’s Distance (EMD) The Proportional Transportation Distance

(PTD) Results & Conclusion

Page 3: Using Transportation Distances for Measuring Melodic Similarity

Introduction

Weighted notes are well suited to represent music.

Measuring melodic similarity by comparing weighted notes.

Using EMD or PTD to measure the similarity.

Page 4: Using Transportation Distances for Measuring Melodic Similarity

Melodic Similarity Measuring Weighted Notes represented by (Time, Pitch,

Weight). The weights only reflect the note durations.

Page 5: Using Transportation Distances for Measuring Melodic Similarity

Properties of a Metric

**For pseudo-metric, only properties i, iii and iv holds.

Page 6: Using Transportation Distances for Measuring Melodic Similarity

The Earth Mover’s Distance (EMD)

measures the minimum amount of work needed to transform one into the other by moving weight.

Page 7: Using Transportation Distances for Measuring Melodic Similarity

Minimize the overall cost

with constraints

ij iji I j J

d f

Page 8: Using Transportation Distances for Measuring Melodic Similarity

W, U are the total weights of A, B respectively,

Page 9: Using Transportation Distances for Measuring Melodic Similarity

Example : a weight flow with EMD

Page 10: Using Transportation Distances for Measuring Melodic Similarity

The Proportional Transportation Distance (PTD)

EMD v.s. PTD PTD is a modified version of EMD. In the case of unequal total weight, triangl

e inequality does not hold for the EMD. By PTD, triangle inequality holds, making

database search more efficient by using indices.

Page 11: Using Transportation Distances for Measuring Melodic Similarity

The Proportional Transportation Distance for both point set, divide every point’s

weight by its point set’s total weight then calculate the EMD for the resulting

point sets.

Page 12: Using Transportation Distances for Measuring Melodic Similarity

Properties of PTD

A pseudo-metric.

Triangle inequality holds true

a+b>=c

Page 13: Using Transportation Distances for Measuring Melodic Similarity

Gives clear distinction of groups. The fact that the EMD allows partial matching, while the

PTD matches all notes, leads to a clear distinction of these groups by the PTD, but not the EMD.

Page 14: Using Transportation Distances for Measuring Melodic Similarity

Can recognize augmented versions of the same melody as similar.

Page 15: Using Transportation Distances for Measuring Melodic Similarity

Result & Conclusion

PTD leads to the identification of about 3.9% of 100 randomly chosen search ( for r = 1).

For r = 5, we need less than 1000 calculations instead of 476,000.

PTD Indexing reduces the query running time.

Page 16: Using Transportation Distances for Measuring Melodic Similarity

Thank you!