Convolutional neural networks (CNNs) have achieved tremendous success in visual recognition tasks but mainly rely on massive learnable parameters. To solve this problem, many effective and efficient convolution operators have been proposed, such as group-wise convolution, point-wise convolution, and depth-wise convolution. However, the above convolution operations model and optimize the weight relationship within the same convolutional layer. To reduce the network parameters, we explicitly construct the relationship between convolution kernels of adjacent layers. Specifically, we propose an evolutionary kernel convolution, namely EKConv, to generate weight parameters by group-wise convolution efficiently. In particular, EKConv makes the kernel parameters of the current convolutional layer inherit from its preceding adjacent kernel, which promotes the information exchange between convolution kernels. More importantly, EKConv is a novel plug-and-play module that can be easily embedded into mainstream CNNs. Extensive experimental results show that EKConv can compress the parameters of CNNs by a large margin yet barely sacrifice image classification performance.
更多
查看译文
关键词
Transfer Learning,Representation Learning,Model Compression,Feature Extraction,Convolutional Neural Networks