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.
Paper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Semantic Segmentation | 106 | 12.47% |
Image Segmentation | 76 | 8.94% |
Medical Image Segmentation | 48 | 5.65% |
Denoising | 43 | 5.06% |
Image Generation | 23 | 2.71% |
Tumor Segmentation | 18 | 2.12% |
Computed Tomography (CT) | 16 | 1.88% |
Super-Resolution | 15 | 1.76% |
Lesion Segmentation | 15 | 1.76% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |