AICurious Logo

What is: PyramidNet?

SourceDeep Pyramidal Residual Networks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

A PyramidNet is a type of convolutional network where the key idea is to concentrate on the feature map dimension by increasing it gradually instead of by increasing it sharply at each residual unit with downsampling. In addition, the network architecture works as a mixture of both plain and residual networks by using zero-padded identity-mapping shortcut connections when increasing the feature map dimension.