Cohen Courses:Learning Indian Classical Using Sequential Models

From Cohen Courses
Revision as of 23:47, 6 October 2011 by Dkulkarn (talk | contribs)
Jump to navigationJump to search

Team Members

Project Idea

Indian Classical music is a very structured when it comes to melody. A composition is (generally) within a constraints of a raag. It has a specific grammar, which lends the emotions to the composition. This aspect of music lends an interesting application of sequential models for note prediction, and raga classification.

Problem Statement

Pakad

Pakad is a string of notes characteristic to a Raga to which a musician frequently returns while improvising in a performance. A pakad has the potential to illustrate the grammar and aesthetics of a raga. For example consider raga Bageshree. The pakad is F G A F D# D C. It can be rendered in various ways as -

  • F G A F D# F DC
  • F G A F G D# F D C
  • F G A , D# F D C

The following are valid sequences in Bageshree, but they are not pakads -

  • F G A G F D# D C
  • F A G F D# F D C

Since pakad enforces a raga, the objective would be to identify a pakad in a sequence of notes.

Baseline

In [2], the pakad matching was done using -Occurence with -Bounded Gaps. This however, fails for the two sequences displayed above.

Grand Idea

The grand idea is to view this task as a sequence alignment problem. There has been considerable work in machine translation. The challenge would be to adapt this work.

Dataset

There are midi files available at http://www.cse.iitk.ac.in/users/tvp/music/. These will be manually annotated for pakads.


References

1. http://www.slideshare.net/butest/music-and-machine-learning

2. TANSEN : A SYSTEM FOR AUTOMATIC RAGA IDENTIFICATION

3. [http://www.stringology.org/event/2002/p7.html C. S. Iliopoulos andM. Kurokawa: “StringMatching with Gaps forMusicalMelodic Recognition”: Proc. Prague Stringology Conference, pp. 55-64: 2002.]