paper-with-me

Papers

How Many Samples are Needed to Estimate a Convolutional or Recurrent Neural Network?

2018-05-21 · NeurIPS 2018 12 · Simon S. Du, Yining Wang, Xiyu Zhai, Sivaraman Balakrishnan, Ruslan Salakhutdinov, Aarti Singh

It is widely believed that the practical success of Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) owes to the fact that CNNs and RNNs use a more compact parametric representation than their Fully-Connected Neural Network (FNN) counterparts, and consequently require fewer training examples to accurately estimate their parameters. We initiate the study of rigorously characterizing the sample-complexity of estimating CNNs and RNNs. We show that the sample-complexity to learn CNNs and RNNs scales linearly with their intrinsic dimension and this sample-complexity is much smaller than for their FNN counterparts. For both CNNs and RNNs, we also present lower bounds showing our sample complexities are tight up to logarithmic factors. Our main technical tools for deriving these results are a localized empirical process analysis and a new technical lemma characterizing the convolutional and recurrent structure. We believe that these tools may inspire further developments in understanding CNNs and RNNs.

📄 PDF Abstract BibTeX arXiv:1805.07883

Code (0)

등록된 구현이 없습니다.

Tasks

LEMMA

Similar Papers 제목 키워드 기반

How Many Samples are Needed to Estimate a Convolutional Neural Network?

2018-12-01 · NeurIPS 2018 12 · Simon S. Du, Yining Wang, Xiyu Zhai, Sivaraman Balakrishnan 외

A widespread folklore for explaining the success of Convolutional Neural Networks (CNNs) is that CNNs use a more compact representation than the Fully-connected Neural Network (FNN) and thus require fewer training sample…

LEMMA

ReNet: A Recurrent Neural Network Based Alternative to Convolutional Networks

2015-05-03 · Francesco Visin, Kyle Kastner, Kyunghyun Cho, Matteo Matteucci 외

In this paper, we propose a deep neural network architecture for object recognition based on recurrent neural networks. The proposed network, called ReNet, replaces the ubiquitous convolution+pooling layer of the deep co…

Image ClassificationObject Recognition

Information Prebuilt Recurrent Reconstruction Network for Video Super-Resolution

2021-12-10 · Shuyun Wang, Ming Yu, Cuihong Xue, Yingchun Guo 외

The video super-resolution (VSR) method based on the recurrent convolutional network has strong temporal modeling capability for video sequences. However, the temporal receptive field of different recurrent units in the …

Super-ResolutionVideo Super-Resolution

Is Attention always needed? A Case Study on Language Identification from Speech

2021-10-05 · Atanu Mandal, Santanu Pal, Indranil Dutta, Mahidas Bhattacharya 외

Language Identification (LID) is a crucial preliminary process in the field of Automatic Speech Recognition (ASR) that involves the identification of a spoken language from audio samples. Contemporary systems that can pr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)General ClassificationLanguage Identification+3

TraDE: Transformers for Density Estimation

2020-04-06 · Rasool Fakoor, Pratik Chaudhari, Jonas Mueller, Alexander J. Smola

We present TraDE, a self-attention-based architecture for auto-regressive density estimation with continuous and discrete valued data. Our model is trained using a penalized maximum likelihood objective, which ensures th…

Density EstimationOut-of-Distribution Detection