VGGreNet: A Light-Weight VGGNet with Reused Convolutional Set

Published: 01 Jan 2020, Last Modified: 14 Nov 2024UCC 2020EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: This article introduces a light-weight VGGNet for deeper neural networks. In our model, we present a reusable convolution set that is designed to capture as much information as possible until the feature size is reduced to 1. The use of reusable layers for convolution can ensure the convergence without using a pre-trained model, and can greatly reduce the number of training parameters. Since these can be about 22.0% of the VGGNet, this leads to a reduction in memory consumption and faster convergence. As a result, the proposed model can improve the accuracy of testing. Moreover, the design and implementation can be easily deployed in the CNN approach related to the VGGNet model.
Loading