paper-with-me

홈 › Papers

Do Deeper Convolutional Networks Perform Better?

2020-09-28 · Eshaan Nichani, Adityanarayanan Radhakrishnan, Caroline Uhler

Over-parameterization is a recent topic of much interest in the machine learning community. While over-parameterized neural networks are capable of perfectly fitting (interpolating) training data, these networks often perform well on test data, thereby contradicting classical learning theory. Recent work provided an explanation for this phenomenon by introducing the double descent curve, showing that increasing model capacity past the interpolation threshold leads to a decrease in test error. In line with this, it was recently shown empirically and theoretically that increasing neural network capacity through width leads to double descent. In this work, we analyze the effect of increasing depth on test performance. In contrast to what is observed for increasing width, we demonstrate through a variety of classification experiments on CIFAR10 and ImageNet-32 using ResNets and fully-convolutional networks that test performance worsens beyond a critical depth. We posit an explanation for this phenomenon by drawing intuition from the principle of minimum norm solutions in linear networks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Learning Theory

Similar Papers 제목 키워드 기반

Training Deeper Convolutional Networks with Deep Supervision

2015-05-11 · Liwei Wang, Chen-Yu Lee, Zhuowen Tu, Svetlana Lazebnik

One of the most promising ways of improving the performance of deep convolutional neural networks is by increasing the number of convolutional layers. However, adding layers makes training more difficult and computationa…

General Classification

MSE-Optimal Neural Network Initialization via Layer Fusion

2020-01-28 · Ramina Ghods, Andrew S. Lan, Tom Goldstein, Christoph Studer

Deep neural networks achieve state-of-the-art performance for a range of classification and inference tasks. However, the use of stochastic gradient descent combined with the nonconvexity of the underlying optimization p…

General ClassificationKnowledge Distillation

Deep Convolutional Network for Handwritten Chinese Character Recognition

2015-01-01 · standford.edu 2015 1 · Yuhao Zhang

In this project we explored the performance of deep convolutional neural network on recognizing handwritten Chinese characters. We ran experiments on a 200-class and a 3755-class dataset using convolutional networks w…

Visualizing and Comparing Convolutional Neural Networks

2014-12-20 · Wei Yu, Kuiyuan Yang, Yalong Bai, Hongxun Yao 외

Convolutional Neural Networks (CNNs) have achieved comparable error rates to well-trained human on ILSVRC2014 image classification task. To achieve better performance, the complexity of CNNs is continually increasing wit…

ClassificationGeneral Classificationimage-classificationImage Classification

A Deep Convolutional Neural Network for the Detection of Polyps in Colonoscopy Images

2020-08-15 · Tariq Rahim, Syed Ali Hassan, Soo Young Shin

Computerized detection of colonic polyps remains an unsolved issue because of the wide variation in the appearance, texture, color, size, and presence of the multiple polyp-like imitators during colonoscopy. In this pape…

Data Augmentation