How does the AlexNet into FCNs?

Source: Internet
Author: User

How does the AlexNet into FCNs?

FCNs is a network, only contain convolution layers and no FC layer at all. It ' s structure can be shown as the following figures:

This image from the paper: <Fully convolutional Networks for Semantic segmentation> CVPR 2015.

It could locate the location of object target perfectly as shown in above images and it doesn ' t need to resize the Resolut Ion of input images, which is the mostly different from traditional cnns. First, let's review some related network parameters about AlexNet, related structure can be shown as following:

As we can see from the above figure, the input of images must is resized into a fixed resolution, like 224*224, due to the Existance of Fc_layer. The specific pipeline could is found in this blog, Web link: http://blog.csdn.net/sunbaigui/article/details/39938097< /c1>

The output of Conv 5 is:6*6*256, we want to obtain the final results:1*1*1000 (take the 1k classes for an example). How could is the middle Conv 6, Conv 7, Conv 8 layers to bridge the other results? Do we need the pool layers added? How to set the middle parameters in each layers? Does It really work?

Let's do it now.

How does the AlexNet into FCNs?

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.