From 2c46dabc37e5d0bc05cd2a3cc0b6b7967184871f Mon Sep 17 00:00:00 2001 From: Sumit Kumar Singh Date: Sat, 11 May 2019 04:21:08 +0530 Subject: [PATCH] Add: Artificial Intelligence - A Universal Music Translation Network (#545) * Add: Software Engineering topic, 2 research papers * Fix: typo * Resolve Conflict: software_ngineering/README.md * Add: Artificial Intelligence - A Universal Music Translation Network --- artificial_intelligence/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/artificial_intelligence/README.md b/artificial_intelligence/README.md index 0ffe084..5924d89 100644 --- a/artificial_intelligence/README.md +++ b/artificial_intelligence/README.md @@ -10,3 +10,6 @@ * [:open_file_folder: Summary of Papers](judea_pearl/) * [Mastering the Game of Go with Deep Neural Networks and Tree Search](http://airesearch.com/wp-content/uploads/2016/01/deepmind-mastering-go.pdf) by Silver et al. + +* [A Universal Music Translation Network (2018)](https://arxiv.org/pdf/1805.07848.pdf) by Noam Mor, Lior Wolf, Adam Polyak & Yaniv Taigman + > This paper proposes a method for translating music across musical instruments, genres, and styles. It is based on a multi-domain wavenet autoencoder, with a shared encoder and a disentangled latent space that is trained end-to-end on waveforms. Employing a diverse training dataset and large net capacity, the domain-independent encoder enables translation even from musical domains that were not seen during training. The method is unsupervised and does not rely on supervision in the form of matched samples between domains or musical transcriptions. This method is evaluated on NSynth, as well as on a dataset collected from professional musicians, and achieve convincing translations, even when translating from whistling, potentially enabling the creation of instrumental music by untrained humans. \ No newline at end of file