👨‍👩‍👦

Deep Learningを用いた音楽生成手法のまとめ – Deep Learning Techniques for Music Generation – A Survey

Entry

Deep Learningを用いた音楽生成手法のまとめ – Deep Learning Techniques for Music Generation – A Survey

Simple Title

Deep Learning Techniques for Music Generation – A Survey

Type
Web Site
Year

2017

Posted at
November 22, 2017
Tags
artmusic
Arxiv
https://arxiv.org/abs/1709.01620
Project Page
https://medium.com/@naotokui/deep-learning%E3%82%92%E7%94%A8%E3%81%84%E3%81%9F%E9%9F%B3%E6%A5%BD%E7%94%9F%E6%88%90%E6%89%8B%E6%B3%95%E3%81%AE%E3%81%BE%E3%81%A8%E3%82%81-%E3%82%B5%E3%83%BC%E3%83%99%E3%82%A4-1298d29f8101
image

Overview

Deep Learning Techniques for Music Generation – A SurveyというDeep Learningを用いた音楽生成手法をまとめたサーベイ論文が公開されてます。著者は、現在Spotifyの研究所のリーダーを務めるPachet氏を中心にしたグループです。

Abstract

This book is a survey and an analysis of different ways of using deep learning (deep artificial neural networks) to generate musical content. At first, we propose a methodology based on four dimensions for our analysis: – objective – What musical content is to be generated? (e.g., melody, accompaniment…); – representation – What are the information formats used for the corpus and for the expected generated output? (e.g., MIDI, piano roll, text…); – architecture – What type of deep neural network is to be used? (e.g., recurrent network, autoencoder, generative adversarial networks…); – strategy – How to model and control the process of generation (e.g., direct feedforward, sampling, unit selection…). For each dimension, we conduct a comparative analysis of various models and techniques. For the strategy dimension, we propose some tentative typology of possible approaches and mechanisms. This classification is bottom-up, based on the analysis of many existing deep-learning based systems for music generation, which are described in this book. The last part of the book includes discussion and prospects.

今回その内容を日本語にまとめてみました。Medium上で公開しています。

サーベイの切り口としては、生成の対象(メロディー、リズム etc)、入出力のデータ、データのフォーマット(MIDI/テキスト etc)、モデルのアーキテクチャ(RNN, CNN)、学習の戦略(GAN)などです。論文では聞けない、各論文のシステムによって生成された音楽もあわせて掲載しているので、ぜひ読んで・聞いてみてください!

Links

  • arXiv
  • Mediumの記事(日本語)