Beyond Skip Connection: Pooling and Unpooling Design for Elimination Singularities
Chengkun Sun, Jinqian Pan, Zhuoli Jin, Russell Stevens Terry, Jiang, Bian, Jie Xu

TL;DR
This paper introduces Pool Skip, an architectural enhancement for CNNs that combines pooling, unpooling, and skip connections to address elimination singularities, stabilizing training and improving performance.
Contribution
The paper proposes Pool Skip, a novel architectural design, and the Weight Inertia hypothesis, providing theoretical and practical solutions to elimination singularities in deep CNNs.
Findings
Pool Skip stabilizes training in deep CNNs.
Improves performance on natural and medical imaging tasks.
Theoretical insights support mitigation of singularities.
Abstract
Training deep Convolutional Neural Networks (CNNs) presents unique challenges, including the pervasive issue of elimination singularities, consistent deactivation of nodes leading to degenerate manifolds within the loss landscape. These singularities impede efficient learning by disrupting feature propagation. To mitigate this, we introduce Pool Skip, an architectural enhancement that strategically combines a Max Pooling, a Max Unpooling, a 3 times 3 convolution, and a skip connection. This configuration helps stabilize the training process and maintain feature integrity across layers. We also propose the Weight Inertia hypothesis, which underpins the development of Pool Skip, providing theoretical insights into mitigating degradation caused by elimination singularities through dimensional and affine compensation. We evaluate our method on a variety of benchmarks, focusing on both 2D…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsScheduling and Optimization Algorithms
MethodsMax Pooling
