paper-with-me

홈 › Papers

Canonical convolutional neural networks

2022-06-03 · Lokesh Veeramacheneni, Moritz Wolter, Reinhard Klein, Jochen Garcke

We introduce canonical weight normalization for convolutional neural networks. Inspired by the canonical tensor decomposition, we express the weight tensors in so-called canonical networks as scaled sums of outer vector products. In particular, we train network weights in the decomposed form, where scale weights are optimized separately for each mode. Additionally, similarly to weight normalization, we include a global scaling parameter. We study the initialization of the canonical form by running the power method and by drawing randomly from Gaussian or uniform distributions. Our results indicate that we can replace the power method with cheaper initializations drawn from standard distributions. The canonical re-parametrization leads to competitive normalization performance on the MNIST, CIFAR10, and SVHN data sets. Moreover, the formulation simplifies network compression. Once training has converged, the canonical form allows convenient model-compression by truncating the parameter sums.

📄 PDF Abstract BibTeX arXiv:2206.01509

Code (1)

fraunhofer-scai/canonical-cnn 공식 구현 pytorch

Tasks

FormModel CompressionTensor Decomposition

Methods 이 논문이 사용한 방법론

Weight Normalization Weight Normalization is a normalization method for training neural networks. It is inspired by batch normalization,…

Similar Papers 제목 키워드 기반

Hyper-Parameter Selection in Convolutional Neural Networks Using Microcanonical Optimization Algorithm

2020-03-16 · Gülcü Ayla, Kuş Zeki

The success of Convolutional Neural Networks is highly dependent on the selected architecture and the hyper-parameters. The need for the automatic design of the networks is especially important for complex architectures …

Recover Canonical-View Faces in the Wild with Deep Neural Networks

2014-04-14 · Zhenyao Zhu, Ping Luo, Xiaogang Wang, Xiaoou Tang

Face images in the wild undergo large intra-personal variations, such as poses, illuminations, occlusions, and low resolutions, which cause great challenges to face-related applications. This paper addresses this challen…

Face ReconstructionFace Verification

Multiview Variational Graph Autoencoders for Canonical Correlation Analysis

2020-10-30 · Yacouba Kaloga, Pierre Borgnat, Sundeep Prabhakar Chepuri, Patrice Abry 외

We present a novel multiview canonical correlation analysis model based on a variational approach. This is the first nonlinear model that takes into account the available graph-based geometric constraints while being sca…

ClusteringRepresentation Learning

Optimization of Convolutional Neural Network using Microcanonical Annealing Algorithm

2016-10-07 · Vina Ayumi, L. M. Rasdi Rere, Mohamad Ivan Fanany, Aniati Murni Arymurthy

Convolutional neural network (CNN) is one of the most prominent architectures and algorithm in Deep Learning. It shows a remarkable improvement in the recognition and classification of objects. This method has also been …

Divisive Feature Normalization Improves Image Recognition Performance in AlexNet

2021-09-29 · ICLR 2022 4 · Michelle Miller, SueYeon Chung, Kenneth D. Miller

Local divisive normalization provides a phenomenological description of many nonlinear response properties of neurons across visual cortical areas. To gain insight into the utility of this operation, we studied the effec…