Skip Connections

Concatenated Skip Connection

A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from previous layers of the network. This contrasts with say, residual connections, where element-wise summation is used instead to incorporate information from previous layers. This type of skip connection is prominently used in DenseNets (and also Inception networks), which the Figure to the right illustrates.

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Semantic Segmentation 98 10.95%
Image Segmentation 66 7.37%
Decoder 53 5.92%
Denoising 51 5.70%
Image Generation 46 5.14%
Medical Image Segmentation 38 4.25%
Tumor Segmentation 18 2.01%
Image Classification 14 1.56%
Classification 13 1.45%

Components


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

Categories