Time-series modeling with undecimated fully convolutional neural networks
Roni Mittelman

TL;DR
This paper introduces the undecimated fully convolutional neural network (UFCNN), a novel time-series modeling architecture that avoids pooling, maintains resolution, and outperforms RNN and LSTM models in various tasks.
Contribution
The paper proposes the UFCNN, an undecimated FCN architecture for time-series modeling, addressing limitations of pooling and gradient issues in traditional models.
Findings
UFCNN effectively models time-series data without vanishing or exploding gradients.
UFCNN outperforms RNN and LSTM in synthetic and real datasets.
The undecimated FCN is more efficient and easier to train than recurrent models.
Abstract
We present a new convolutional neural network-based time-series model. Typical convolutional neural network (CNN) architectures rely on the use of max-pooling operators in between layers, which leads to reduced resolution at the top layers. Instead, in this work we consider a fully convolutional network (FCN) architecture that uses causal filtering operations, and allows for the rate of the output signal to be the same as that of the input signal. We furthermore propose an undecimated version of the FCN, which we refer to as the undecimated fully convolutional neural network (UFCNN), and is motivated by the undecimated wavelet transform. Our experimental results verify that using the undecimated version of the FCN is necessary in order to allow for effective time-series modeling. The UFCNN has several advantages compared to other time-series models such as the recurrent neural network…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing · Time Series Analysis and Forecasting · Speech and Audio Processing
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
