From 863f2dcbdcecc40affabf59748e7274a1f71a94d Mon Sep 17 00:00:00 2001 From: Teresa Date: Tue, 20 Feb 2024 10:14:24 +0800 Subject: [PATCH] Add files via upload --- index.html | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++ stylesheet.css | 82 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 181 insertions(+) create mode 100644 index.html create mode 100644 stylesheet.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..a92c37b --- /dev/null +++ b/index.html @@ -0,0 +1,99 @@ + + + + Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator + + + + +
+
+

Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator

+
+
+ +
Paper: Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator
+
Authors: Te Zeng
+ +
+ +
+

Generation Samples

+

To evaluate the ability of proposed model to generate emotional consistent music, we conduct experiments + on EMOPIA. Here are music pieces generated by our proposed method and baselines in this experiment.

+ +

Original: Q1

+

Conditioned on Q1

+ + +

Conditioned on Q2

+ +

Conditioned on Q3

+ +

Conditioned on Q4

+ +

Original: Q2

+

Conditioned on Q1

+ +

Conditioned on Q2

+ +

Conditioned on Q3

+ +

Conditioned on Q4

+ +

Original: Q3

+

Conditioned on Q1

+ +

Conditioned on Q2

+ +

Conditioned on Q3

+ +

Conditioned on Q4

+ +

Original: Q4

+

Conditioned on Q1

+ +

Conditioned on Q2

+ +

Conditioned on Q3

+ +

Conditioned on Q4

+ + +
+ +
[Back to top]
+ + \ No newline at end of file diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..f3ec46b --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,82 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700'); +body { + font-family: 'Roboto', Arial, sans-serif; +} +.paper_title { + font-style: italic; + font-size: 200pt; + font-weight: bold; +} +.paper_date { + font-weight: bold; +} +#toc_container { + background: #d8bbbb none repeat scroll 0 0; + border: 1px solid #aaa; + display: table; + font-size: 95%; + padding-top: 20px; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 8px; + width: auto; +} + +ß +.toc_title { + font-weight: 700; + font-size: 18pt; + text-align: left; +} +#toc_container ul { + list-style: outside none none !important; margin-left: -40px; +} +.h2_explainer { + margin-bottom: 2px; +} +h3 { + margin-bottom: 2px; +} +.h3_explainer { + padding-bottom: 10px; + padding-top: 5px; +} +.transcript { + font-style: italic; +} +.text_e2e { + font-style: italic; + color: #666666; + font-size: 11pt; +} + +/* padding causes text to overlap buttons on e2e page */ +.text_gst { + font-style: italic; + color: #666666; + font-size: 11pt; + padding-bottom: 10px; + padding-top: 15px; +} + +/* for e2e page */ +td.reference { + text-wrap: overflow; + min-width: 500px; + max-width: 500px; +} +td.reference button { + margin-left: 10px; +} +td.algorithm { + text-align: right; +} +#player { + position: fixed; + top: 0; + right: 0; +} +td.synthesis { + text-align:center; +} +