Convolution Aware Initialization
Armen Aghajanyan

TL;DR
This paper introduces Convolution Aware Initialization, a novel method that constructs orthogonal filters in Fourier space to improve neural network training, resulting in higher accuracy, faster convergence, and state-of-the-art performance on CIFAR10.
Contribution
It proposes a new initialization scheme leveraging Fourier transforms to create orthogonal convolutional filters, enhancing training efficiency and accuracy.
Findings
Higher accuracy and lower loss observed.
Faster convergence during training.
Achieved state-of-the-art results on CIFAR10.
Abstract
Initialization of parameters in deep neural networks has been shown to have a big impact on the performance of the networks (Mishkin & Matas, 2015). The initialization scheme devised by He et al, allowed convolution activations to carry a constrained mean which allowed deep networks to be trained effectively (He et al., 2015a). Orthogonal initializations and more generally orthogonal matrices in standard recurrent networks have been proved to eradicate the vanishing and exploding gradient problem (Pascanu et al., 2012). Majority of current initialization schemes do not take fully into account the intrinsic structure of the convolution operator. Using the duality of the Fourier transform and the convolution operator, Convolution Aware Initialization builds orthogonal filters in the Fourier space, and using the inverse Fourier transform represents them in the standard space. With…
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
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Domain Adaptation and Few-Shot Learning
MethodsConvolution
