IJCAI 2020poster0 citations

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

Daniel Stoller, Mi Tian, Sebastian Ewert, Simon Dixon

Abstract

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. While their receptive field grows exponentially with the number of layers, computing the convolutions over very long sequences of features in each layer is time and memory-intensive, and prohibits 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 on real-world tasks.

Machine Learning: Deep Learning: Convolutional networksMachine Learning: Deep Learning: Sequence Modeling
BibTeX
@inproceedings{ijcai2020p400,
  title     = {Seq-U-Net: A One-Dimensional Causal U-Net for Efficient Sequence Modelling},
  author    = {Stoller, Daniel and Tian, Mi and Ewert, Sebastian and Dixon, Simon},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {2893--2900},
  year      = {2020},
  month     = {7},
  note      = {Main track},
  doi       = {10.24963/ijcai.2020/400},
  url       = {https://doi.org/10.24963/ijcai.2020/400},
}
Seq-U-Net: A One-Dimensional Causal U-Net for Efficient Sequence Modelling · IJCAI 2020