slseanwu commited on
Commit
6a51413
1 Parent(s): 997b707

add model and paper info

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -3,5 +3,31 @@ tags:
3
  - music-generation
4
  - transformer
5
  - pytorch
 
 
 
6
  ---
7
- # Compose & Embellish
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - music-generation
4
  - transformer
5
  - pytorch
6
+ - audio
7
+ - music
8
+ license: mit
9
  ---
10
+ # Compose & Embellish
11
+ Trained model weights and training datasets for the paper:
12
+ * Shih-Lun Wu and Yi-Hsuan Yang
13
+ "[Compose & Embellish: Well-Structured Piano Performance Generation via A Two-Stage Approach](https://arxiv.org/abs/2209.08212)."
14
+ _Int. Conf. on Acoustics, Speech and Signal Processing (ICASSP)_, 2023
15
+
16
+ ## Model characteristics
17
+ ### Stage 1: "Compose" model
18
+ Generates **melody and chord progression** from scratch.
19
+
20
+ ### Stage 2: "Embellish" model
21
+ Generates **accompaniment, timing and dynamics** conditioned on Stage 1 outputs.
22
+
23
+ ## BibTex
24
+ If you find the materials useful, please consider citing our work:
25
+ ```
26
+ @inproceedings{wu2023compembellish,
27
+ title={{Compose \& Embellish}: Well-Structured Piano Performance Generation via A Two-Stage Approach},
28
+ author={Wu, Shih-Lun and Yang, Yi-Hsuan},
29
+ booktitle={Proc. Int. Conf. on Acoustics, Speech and Signal Processing (ICASSP)},
30
+ year={2023},
31
+ url={https://arxiv.org/pdf/2209.08212.pdf}
32
+ }
33
+ ```