Miscellaneous Components

Auxiliary Classifier

Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the end of the network. The motivation is to push useful gradients to the lower layers to make them immediately useful and improve the convergence during training by combatting the vanishing gradient problem. They are notably used in the Inception family of convolutional neural networks.

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Classification 54 7.19%
Semantic Segmentation 50 6.66%
General Classification 47 6.26%
Classification 41 5.46%
Deep Learning 29 3.86%
Object Detection 25 3.33%
Quantization 18 2.40%
Diversity 17 2.26%
Image Generation 15 2.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories