2023-05-27 23:02:51 +01:00
|
|
|
- Output of [[Convolutional Layer|conv]], c, layers are added to inputs of [[upconv]], 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-05-27 23:02:51 +01:00
|
|
|
- [[ResNet]]
|
|
|
|
- [[Super-resolution]] auto-encoder
|
2023-05-27 22:17:56 +01:00
|
|
|
- Concatenative
|
|
|
|
- Densely connected architectures
|
|
|
|
- DenseNet
|
2023-05-27 23:02:51 +01:00
|
|
|
- [[FlowNet]]
|
2023-05-27 22:17:56 +01:00
|
|
|
|
2023-05-27 23:02:51 +01:00
|
|
|
![[STEM/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)
|