paper-with-me

홈 › Papers

$Π-$nets: Deep Polynomial Neural Networks

2020-03-08 · Grigorios G. Chrysos, Stylianos Moschoglou, Giorgos Bouritsas, Yannis Panagakis, Jiankang Deng, Stefanos Zafeiriou

Deep Convolutional Neural Networks (DCNNs) is currently the method of choice both for generative, as well as for discriminative learning in computer vision and machine learning. The success of DCNNs can be attributed to the careful selection of their building blocks (e.g., residual blocks, rectifiers, sophisticated normalization schemes, to mention but a few). In this paper, we propose $\Pi$-Nets, a new class of DCNNs. $\Pi$-Nets are polynomial neural networks, i.e., the output is a high-order polynomial of the input. $\Pi$-Nets can be implemented using special kind of skip connections and their parameters can be represented via high-order tensors. We empirically demonstrate that $\Pi$-Nets have better representation power than standard DCNNs and they even produce good results without the use of non-linear activation functions in a large battery of tasks and signals, i.e., images, graphs, and audio. When used in conjunction with activation functions, $\Pi$-Nets produce state-of-the-art results in challenging tasks, such as image generation. Lastly, our framework elucidates why recent generative models, such as StyleGAN, improve upon their predecessors, e.g., ProGAN.

📄 PDF Abstract BibTeX arXiv:2003.03828

Code (2)

grigorisg9gr/polynomial_nets 공식 구현 mxnet
kzkadc/poly-nets pytorch

Tasks

Audio ClassificationGraph Representation LearningImage ClassificationImage GenerationPolynomial Neural Networks

Similar Papers 제목 키워드 기반

Deep Polynomial Neural Networks

2020-06-20 · Grigorios Chrysos, Stylianos Moschoglou, Giorgos Bouritsas, Jiankang Deng 외

Deep Convolutional Neural Networks (DCNNs) are currently the method of choice both for generative, as well as for discriminative learning in computer vision and machine learning. The success of DCNNs can be attributed to…

Conditional Image GenerationFace IdentificationFace RecognitionFace Verification+4

P-nets: Deep Polynomial Neural Networks

2020-06-01 · CVPR 2020 6 · Grigorios G. Chrysos, Stylianos Moschoglou, Giorgos Bouritsas, Yannis Panagakis 외

Deep Convolutional Neural Networks (DCNNs) is currently the method of choice both for generative, as well as for discriminative learning in computer vision and machine learning. The success of DCNNs can be attributed to …

Image GenerationPolynomial Neural Networks

Poly-MgNet: Polynomial Building Blocks in Multigrid-Inspired ResNets

2025-03-13 · Antonia van Betteray, Matthias Rottmann, Karsten Kahl

The structural analogies of ResNets and Multigrid (MG) methods such as common building blocks like convolutions and poolings where already pointed out by He et al.\ in 2016. Multigrid methods are used in the context of s…

Controlling the Complexity and Lipschitz Constant improves polynomial nets

2022-02-10 · ICLR 2022 4 · Zhenyu Zhu, Fabian Latorre, Grigorios G Chrysos, Volkan Cevher

While the class of Polynomial Nets demonstrates comparable performance to neural networks (NN), it currently has neither theoretical generalization characterization nor robustness guarantees. To this end, we derive new c…

PowerNet: Efficient Representations of Polynomials and Smooth Functions by Deep Neural Networks with Rectified Power Units

2019-09-09 · Bo Li, Shanshan Tang, Haijun Yu

Deep neural network with rectified linear units (ReLU) is getting more and more popular recently. However, the derivatives of the function represented by a ReLU network are not continuous, which limit the usage of ReLU n…