Recurrent Neural Networks with Flexible Gates using Kernel Activation Functions
Simone Scardapane, Steven Van Vaerenbergh, Danilo Comminiello, Simone, Totaro, Aurelio Uncini

TL;DR
This paper introduces a flexible gating mechanism for recurrent neural networks using kernel activation functions, improving accuracy and training efficiency on sequential data tasks.
Contribution
It proposes a novel gating architecture with kernel activation functions and residual connections, enhancing model flexibility and performance.
Findings
Improved accuracy on sequential MNIST variants.
Faster training convergence with the new gating method.
Negligible increase in computational cost.
Abstract
Gated recurrent neural networks have achieved remarkable results in the analysis of sequential data. Inside these networks, gates are used to control the flow of information, allowing to model even very long-term dependencies in the data. In this paper, we investigate whether the original gate equation (a linear projection followed by an element-wise sigmoid) can be improved. In particular, we design a more flexible architecture, with a small number of adaptable parameters, which is able to model a wider range of gating functions than the classical one. To this end, we replace the sigmoid function in the standard gate with a non-parametric formulation extending the recently proposed kernel activation function (KAF), with the addition of a residual skip-connection. A set of experiments on sequential variants of the MNIST dataset shows that the adoption of this novel gate allows to…
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
TopicsNeural Networks and Applications · Model Reduction and Neural Networks · Advanced Neural Network Applications
