Coder Social home page Coder Social logo

Comments (5)

hungnguyen0606 avatar hungnguyen0606 commented on June 29, 2024

Can you please show me which paper uses the relu in deconvolution layer?

from tensorflow-deconvnet-segmentation.

erko avatar erko commented on June 29, 2024

This repository by F. Bormann (& mb others) is implementation of this paper: "Learning Deconvolution Network for Semantic Segmentation." https://arxiv.org/abs/1505.04366 (Hyeonwoo Noh et. al). In this paper there is many mentions of "activation of deconv layer", and like this line: "The output of the deconvolutional layer is an enlarged and dense activation map."
Also, I found original implementation in Caffee by authors of the paper:
https://github.com/HyeonwooNoh/DeconvNet/blob/master/model/DeconvNet/DeconvNet_inference_deploy.prototxt
They using relu after batch normalization.

from tensorflow-deconvnet-segmentation.

hungnguyen0606 avatar hungnguyen0606 commented on June 29, 2024

Thank you!
I also found the implementation details of Deconvolution Net in "Visualizing and Understanding Convolutional Networks", which states that we should use Relu fucntion after pooling layers.
However, I don't know if we should use Relu after deconvolution layers.

from tensorflow-deconvnet-segmentation.

 avatar commented on June 29, 2024

as I understand the paper "Visualizing and Understanding Convolutional Networks"
where is written:
[..] (ii) passing
the responses through a rectified linear function
(relu(x) = max(x, 0)); (iii) [optionally] max pooling[..]
the RELU activation is done on convolution layers; so BEFORE the optional max pooling layer.

On deconvolution first UnPooling then RELU and then deconvolution is done.

from tensorflow-deconvnet-segmentation.

fabianbormann avatar fabianbormann commented on June 29, 2024

fixed by e4d59e9

from tensorflow-deconvnet-segmentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.