"Paper reading" A Mixed-scale dense convolutional neural network for image analysis

Source: Internet
Author: User

A Mixed-scale dense convolutional neural network for image analysis

Published in PNAS on December 26, 2017

Available at PNAS online:https://doi.org/10.1073/pnas.1715832114

Danie L M. Pelt and James A. Sethian

Write in front: This method cannot be implemented using an existing framework such as TensorFlow or Caffe.

A rough summary:

Contribution:

A new neural network (based on void convolution and dense connection) is proposed to achieve better results in a network with fewer parameters and better training in the partitioning task.

Details:

The pixel-pixel is still essentially a split, but not on the sampling process.

The different channel in each layer uses a different dilation.

From input to output, each layer is of the same size, facilitating dense connections, which means that all the channels in front of all layers are available in the current operation. The authors argue that such processing maximizes the reuse of existing feature maps.

All layers use the void convolution of the 3*3, and the final layer uses the 1*1 convolution (equivalent to the linear combination of all the channels of all previous layers in the last layer).

The number of channels per layer is set to W, the number of hidden layers is assumed to be D, and the author gives examples of network connection methods such as:

Advantages:

The training is quick, the parameters are few, the risk of overfitting is small.

Disadvantages:

You cannot quickly build an implementation using an existing framework.

"Paper reading" A Mixed-scale dense convolutional neural network for image analysis

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.