Ladder Polynomial Neural Networks
Li-Ping Liu, Ruiyuan Gu, Xiaozhe Hu

TL;DR
This paper introduces Ladder Polynomial Neural Networks, a novel polynomial neural network model using product activation functions that can be trained with standard methods and outperform previous polynomial models in regression and classification tasks.
Contribution
It constructs polynomial feedforward neural networks with controllable polynomial order using a new product activation function, unifying and extending previous polynomial models.
Findings
Outperforms previous polynomial models in empirical tasks
Provides closed-form calculations useful for Bayesian learning
Can be trained with standard neural network techniques
Abstract
Polynomial functions have plenty of useful analytical properties, but they are rarely used as learning models because their function class is considered to be restricted. This work shows that when trained properly polynomial functions can be strong learning models. Particularly this work constructs polynomial feedforward neural networks using the product activation, a new activation function constructed from multiplications. The new neural network is a polynomial function and provides accurate control of its polynomial order. It can be trained by standard training techniques such as batch normalization and dropout. This new feedforward network covers several previous polynomial models as special cases. Compared with common feedforward neural networks, the polynomial feedforward network has closed-form calculations of a few interesting quantities, which are very useful in Bayesian…
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
TopicsTensor decomposition and applications · Model Reduction and Neural Networks · Neural Networks and Applications
MethodsBatch Normalization · Dense Connections · Feedforward Network
