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 99 11.61%
Image Segmentation 67 7.85%
Denoising 51 5.98%
Image Generation 41 4.81%
Medical Image Segmentation 40 4.69%
Tumor Segmentation 21 2.46%
Classification 13 1.52%
Image Classification 13 1.52%
Lesion Segmentation 12 1.41%

Components


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

Categories