Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Seq-U-Net: A One-Dimensional Causal U-Net for Efficient Sequence Modelling

About

Convolutional neural networks (CNNs) with dilated filters such as the Wavenet or the Temporal Convolutional Network (TCN) have shown good results in a variety of sequence modelling tasks. However, efficiently modelling long-term dependencies in these sequences is still challenging. Although the receptive field of these models grows exponentially with the number of layers, computing the convolutions over very long sequences of features in each layer is time and memory-intensive, prohibiting the use of longer receptive fields in practice. To increase efficiency, we make use of the "slow feature" hypothesis stating that many features of interest are slowly varying over time. For this, we use a U-Net architecture that computes features at multiple time-scales and adapt it to our auto-regressive scenario by making convolutions causal. We apply our model ("Seq-U-Net") to a variety of tasks including language and audio generation. In comparison to TCN and Wavenet, our network consistently saves memory and computation time, with speed-ups for training and inference of over 4x in the audio generation experiment in particular, while achieving a comparable performance in all tasks.

Daniel Stoller, Mi Tian, Sebastian Ewert, Simon Dixon• 2019

Related benchmarks

TaskDatasetResultRank
Polyphonic music modelingNottingham (Nott)
NLL (nats)2.97
14
Polyphonic music modelingJSB Chorales
Negative Log-Likelihood (nats)8.17
14
Polyphonic music modelingPiano-midi.de
NLL (nats)7.93
12
Polyphonic music modelingMuseData (Muse)
Negative Log-Likelihood (nats)6.96
12
Language ModelingChar-LM (test)
Bits Per Character1.3
2
Language ModelingWord-LM (train)
Perplexity40.43
2
Language ModelingWord-LM (test)
Perplexity108
2
Symbolic Music ModelingM-JSB (train)
NLL6.151
2
Audio GenerationPiano (train)
Bits Per Character1.83
2
Audio GenerationPiano (test)
Bits Per Character1.93
2
Showing 10 of 16 rows

Other info

Code

Follow for update