arXiv Analytics

Sign in

arXiv:1811.07275 [cs.CV]AbstractReferencesReviewsResources

RePr: Improved Training of Convolutional Filters

Aaditya Prakash, James Storer, Dinei Florencio, Cha Zhang

Published 2018-11-18, updated 2018-11-26Version 2

A well-trained Convolutional Neural Network can easily be pruned without significant loss of performance. This is because of unnecessary overlap in the features captured by the network's filters. Innovations in network architecture such as skip/dense connections and Inception units have mitigated this problem to some extent, but these improvements come with increased computation and memory requirements at run-time. We attempt to address this problem from another angle - not by changing the network structure but by altering the training method. We show that by temporarily pruning and then restoring a subset of the model's filters, and repeating this process cyclically, overlap in the learned features is reduced, producing improved generalization. We show that the existing model-pruning criteria are not optimal for selecting filters to prune in this context and introduce inter-filter orthogonality as the ranking criteria to determine under-expressive filters. Our method is applicable both to vanilla convolutional networks and more complex modern architectures, and improves the performance across a variety of tasks, especially when applied to smaller networks.

Related articles: Most relevant | Search more
arXiv:1805.06846 [cs.CV] (Published 2018-05-17)
RotDCF: Decomposition of Convolutional Filters for Rotation-Equivariant Deep Networks
arXiv:2204.02481 [cs.CV] (Published 2022-04-05)
Adversarial Robustness through the Lens of Convolutional Filters
arXiv:1605.08543 [cs.CV] (Published 2016-05-27)
Lazy Evaluation of Convolutional Filters
Sam Leroux et al.