paper-with-me

Papers

Convolutional Rectifier Networks as Generalized Tensor Decompositions

2016-03-01 · Nadav Cohen, Amnon Shashua

Convolutional rectifier networks, i.e. convolutional neural networks with rectified linear activation and max or average pooling, are the cornerstone of modern deep learning. However, despite their wide use and success, our theoretical understanding of the expressive properties that drive these networks is partial at best. On the other hand, we have a much firmer grasp of these issues in the world of arithmetic circuits. Specifically, it is known that convolutional arithmetic circuits possess the property of "complete depth efficiency", meaning that besides a negligible set, all functions that can be implemented by a deep network of polynomial size, require exponential size in order to be implemented (or even approximated) by a shallow network. In this paper we describe a construction based on generalized tensor decompositions, that transforms convolutional arithmetic circuits into convolutional rectifier networks. We then use mathematical tools available from the world of arithmetic circuits to prove new results. First, we show that convolutional rectifier networks are universal with max pooling but not with average pooling. Second, and more importantly, we show that depth efficiency is weaker with convolutional rectifier networks than it is with convolutional arithmetic circuits. This leads us to believe that developing effective methods for training convolutional arithmetic circuits, thereby fulfilling their expressive potential, may give rise to a deep learning architecture that is provably superior to convolutional rectifier networks but has so far been overlooked by practitioners.

📄 PDF Abstract BibTeX arXiv:1603.00162

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

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

Generalized Canonical Polyadic Tensor Decompositions with General Symmetry

2026-01-08 · Alex Mulrooney, David Hong arxiv

Canonical Polyadic (CP) tensor decomposition is a workhorse algorithm for discovering underlying low-dimensional structure in tensor data. This is accomplished in conventional CP decomposition by fitting a low-rank tenso…

On Complexity of Stability Analysis in Higher-order Ecological Networks through Tensor Decompositions

2024-01-04 · Anqi Dong, Can Chen

Complex ecological networks are often characterized by intricate interactions that extend beyond pairwise relationships. Understanding the stability of higher-order ecological networks is salient for species coexistence,…

Semi-tensor Product-based TensorDecomposition for Neural Network Compression

2021-09-30 · Hengling Zhao, Yipeng Liu, Xiaolin Huang, Ce Zhu

The existing tensor networks adopt conventional matrix product for connection. The classical matrix product requires strict dimensionality consistency between factors, which can result in redundancy in data representatio…

Low-rank compressionNeural Network CompressionTensor Networks

A Tensor Analysis on Dense Connectivity via Convolutional Arithmetic Circuits

2018-01-01 · ICLR 2018 1 · Emilio Rafael Balda, Arash Behboodi, Rudolf Mathar

Several state of the art convolutional networks rely on inter-connecting different layers to ease the flow of information and gradient between their input and output layers. These techniques have enabled practitioners to…