Learning Efficient Convolutional Networks through Irregular Convolutional Kernels
Weiyu Guo, Jiabin Ma, Liang Wang, Yongzhen Huang

TL;DR
This paper introduces a novel method for reducing neural network parameters by transforming convolutional kernels into irregular line segments, significantly decreasing model size and computation with minimal accuracy loss.
Contribution
It proposes a new kernel structure transformation and learning strategy that effectively prunes parameters and computations in deep networks for low-power devices.
Findings
Reduced parameters by 69% on DenseNet-40
Decreased calculations by 59% on DenseNet-40
Maintained accuracy within 2% of original performance
Abstract
As deep neural networks are increasingly used in applications suited for low-power devices, a fundamental dilemma becomes apparent: the trend is to grow models to absorb increasing data that gives rise to memory intensive; however low-power devices are designed with very limited memory that can not store large models. Parameters pruning is critical for deep model deployment on low-power devices. Existing efforts mainly focus on designing highly efficient structures or pruning redundant connections for networks. They are usually sensitive to the tasks or relay on dedicated and expensive hashing storage strategies. In this work, we introduce a novel approach for achieving a lightweight model from the views of reconstructing the structure of convolutional kernels and efficient storage. Our approach transforms a traditional square convolution kernel to line segments, and automatically learn…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsPruning · Convolution
