|
|||
|
Assignments |
AssignmentsThis page presents the mini-project assignments, as they are assigned. Mini Project 3: Chord RecognitionAssigned: Wed 2013-04-10 This project is an extension of this week's practical. In the practical, you experimented with a trained chord recognition system, evaluated over a number of Beatles tracks for which we have manual ground-truth data. The mini project assignment is to spend some more time trying to improve the final accuracy number by whatever means you like. Unlike most of the material in the course so far, this is a task with a clear, quantitative evaluation goal. This makes it much easier to tell how you are getting on - you can quickly check whether a change makes things better or not. However, it can also be a distraction - beware of spending too much time tuning parameters to achieve the single, absolute maximum value. It's often more important to step back and think of entirely different places you can make changes. Things you can try could include the areas mentioned in the practical: looking at applying a compressive nonlinearity to the features (or other normalization -- maybe reducing the magnitude of the single largest value, since this is often dominated by the melody line, rather than the accompanying chord); experimenting with modifying the transition matrix, or the balance between the transition matrix probabilities and the probabilities evaluated by the Gaussians, since it is this balance between local match and sequential constraints that gives the HMM its power (raising the probabilities to a power before finding the Viterbi path may help). For a long time, the only good ground-truth chord label collection was for the Beatles (done by Chris Harte at Queen Mary, London). However, there are now some other collections that have been transcribed in the same way. Here's a small set of 20 tracks by Queen, represented in the same way: chords_data_queen.zip (1.2 MB) along with the list file queenfilelist.txt. This set is probably too small to train useful models, but it could be interesting to test models trained on the beatles on this somewhat "different" data. I encourage you to try to analyze the kinds of errors that the current system is making by inspecting the confusion matrix, and perhaps the particularly difficult tracks, and seeing if that will guide the kinds of changes you choose to make. Here are some related papers:
The project report is due by 5pm on Wednesday, 2013-04-24. Although we are interested to know what accuracies you obtain on the test set, your grade will not be based on this raw measure of achievement. Rather, we will make an assessment of how well you analyzed the situation, how skillfully and originally you approached it, etc. Mini Project 2: AutotuningAssigned: Wed 2013-03-27 This miniproject follows on from the autotuning practical. Your assignment is to try to come up with a more usable auto-tune system. You can make any enhancements or modifications you like, but here are some possible ideas:
Here is the Stevie Wonder example of vibrato that I played in class: superstition.wav. The project is due by 5pm on Wednesday 2013-04-10. As before, you should submit a report of 3 pages or so (as a PDF, please) explaining what you did and how it worked. You should also submit your patch or patches. Mini Project 1: Analog Synthesizer EmulationAssigned: Wed 2013-02-13 The goal of this miniproject is essentially to complete what we tried to do in the analog synthesizer practical - come up with a good emulation of an analog synth sound using Pd. You should choose one of the sounds either from the Loomer Aspect demo or the Juno-106 examples page, and work to duplicate that sound with your Pd patch. You might want to look at the spectrogram and/or waveforms of the original sounds to figure out what's going on, and to validate your reproduction. Working with an actual voice from the Aspect synth will allow you to actually see how it's put together within that synthesizer, although there's still some detective work to be done to figure out exactly what it does internally. The project is due by 5pm on Wednesday 2013-02-27. You should submit a report of 3 pages or so (as a PDF, please) explaining what you did and how it worked. You should also submit your patches. ![]() This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. Dan Ellis <dpwe@ee.columbia.edu> Last updated: Wed Apr 10 09:34:12 AM EDT 2013 | ||