"Paper notes" Object contour detection with a fully convolutional encoder-decoder network

Source: Internet
Author: User
Object Contour Detection with a fully convolutional encoder-decoder network

Using convolutional encoding and decoding network to detect the edges of primary targets

The network structure is:
Code: VGG-16
Decoding: Reverse pooling-convolution-activation-dropout

Convolution cores:

The number of channels of every decoder layer is properly
Designed to allow unpooling the maxpooling layer from its corresponding.

Dropout:

We also add a dropout layer after each relu layer in the decoder. A Complete Decoder Network setup is listed in Table 1

Loss function:

The loss function is simply the Pixel-wise logistic loss.

Anti-pool:

We Initialize our encoder with VGG-16 net [+] (up to the "fc6" layer) and to achieve dense prediction of image size our D Ecoder is constructed by alternating unpooling and convolution layers where unpooling layers re-use the switches from Max-pooling layers of encoder to upscale the feature maps.

Counter-pooling Details:
http://blog.csdn.net/xiaxzhou/article/details/74012137

Training:
During training, we fix the encoder parameters (VGG-16) and only optimize decoder.

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.