AFCC pruning keeps only filter-to-filter connections whose filters share cluster labels and reports preserved accuracy on CIFAR-100, but its masks are computed on the test set.
Layer Folding: Neural Network Depth Reduction using Activation Linearization
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Despite the increasing prevalence of deep neural networks, their applicability in resource-constrained devices is limited due to their computational load. While modern devices exhibit a high level of parallelism, real-time latency is still highly dependent on networks' depth. Although recent works show that below a certain depth, the width of shallower networks must grow exponentially, we presume that neural networks typically exceed this minimal depth to accelerate convergence and incrementally increase accuracy. This motivates us to transform pre-trained deep networks that already exploit such advantages into shallower forms. We propose a method that learns whether non-linear activations can be removed, allowing to fold consecutive linear layers into one. We apply our method to networks pre-trained on CIFAR-10 and CIFAR-100 and find that they can all be transformed into shallower forms that share a similar depth. Finally, we use our method to provide more efficient alternatives to MobileNetV2 and EfficientNet-Lite architectures on the ImageNet classification task.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Advanced deep architecture pruning using single filter performance
AFCC pruning keeps only filter-to-filter connections whose filters share cluster labels and reports preserved accuracy on CIFAR-100, but its masks are computed on the test set.