2023-06-06 11:48:49 +01:00
|
|
|
- Output of [conv](../Convolutional%20Layer.md), c, layers are added to inputs of [UpConv](../UpConv.md), d, layers
|
2023-05-27 22:17:56 +01:00
|
|
|
- Element-wise, not channel appending
|
|
|
|
- Propagate high frequency information to later layers
|
|
|
|
- Two types
|
|
|
|
- Additive
|
2023-06-05 17:01:29 +01:00
|
|
|
- [ResNet](ResNet.md)
|
|
|
|
- [Super-Resolution](Super-Resolution.md) auto-encoder
|
2023-05-27 22:17:56 +01:00
|
|
|
- Concatenative
|
|
|
|
- Densely connected architectures
|
|
|
|
- DenseNet
|
2023-06-05 17:01:29 +01:00
|
|
|
- [FlowNet](FlowNet.md)
|
2023-05-27 22:17:56 +01:00
|
|
|
|
2023-06-05 17:01:29 +01:00
|
|
|
![skip-connections](../../../../img/skip-connections.png)
|
2023-05-27 22:17:56 +01:00
|
|
|
|
|
|
|
[AI Summer - Skip Connections](https://theaisummer.com/skip-connections/)
|
2023-05-27 23:02:51 +01:00
|
|
|
[Arxiv - Visualising the Loss Landscape](https://arxiv.org/abs/1712.09913)
|