Union-net: A deep neural network model adapted to small data sets

12/24/2020
by   Qingfang He, et al.
0

In real applications, generally small data sets can be obtained. At present, most of the practical applications of machine learning use classic models based on big data to solve the problem of small data sets. However, the deep neural network model has complex structure, huge model parameters, and training requires more advanced equipment, which brings certain difficulties to the application. Therefore, this paper proposes the concept of union convolution, designing a light deep network model union-net with a shallow network structure and adapting to small data sets. This model combines convolutional network units with different combinations of the same input to form a union module. Each union module is equivalent to a convolutional layer. The serial input and output between the 3 modules constitute a "3-layer" neural network. The output of each union module is fused and added as the input of the last convolutional layer to form a complex network with a 4-layer network structure. It solves the problem that the deep network model network is too deep and the transmission path is too long, which causes the loss of the underlying information transmission. Because the model has fewer model parameters and fewer channels, it can better adapt to small data sets. It solves the problem that the deep network model is prone to overfitting in training small data sets. Use the public data sets cifar10 and 17flowers to conduct multi-classification experiments. Experiments show that the Union-net model can perform well in classification of large data sets and small data sets. It has high practical value in daily application scenarios. The model code is published at https://github.com/yeaso/union-net

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/25/2020

A New Multiple Max-pooling Integration Module and Cross Multiscale Deconvolution Network Based on Image Semantic Segmentation

To better retain the deep features of an image and solve the sparsity pr...
research
12/07/2020

Hyperspectral Classification Based on Lightweight 3-D-CNN With Transfer Learning

Recently, hyperspectral image (HSI) classification approaches based on d...
research
08/30/2019

Dual Attention MobDenseNet(DAMDNet) for Robust 3D Face Alignment

3D face alignment of monocular images is a crucial process in the recogn...
research
10/21/2019

Multiphase flow prediction with deep neural networks

This paper proposes a deep neural network approach for predicting multip...
research
12/17/2017

Attenuation Correction for Brain PET imaging using Deep Neural Network based on Dixon and ZTE MR images

Positron Emission Tomography (PET) is a functional imaging modality wide...
research
07/10/2020

Artificial Neural Network Approach for the Identification of Clove Buds Origin Based on Metabolites Composition

This paper examines the use of artificial neural network approach in ide...
research
12/03/2021

The UniNAS framework: combining modules in arbitrarily complex configurations with argument trees

Designing code to be simplistic yet to offer choice is a tightrope walk....

Please sign up or login with your details

Forgot password? Click here to reset