Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about reference paper #1

Open
John1231983 opened this issue Sep 24, 2017 · 3 comments
Open

Question about reference paper #1

John1231983 opened this issue Sep 24, 2017 · 3 comments

Comments

@John1231983
Copy link

Thanks for your implementation. Do you implement the scheme of paper "Semantic Segmentation using Adversarial Networks" https://arxiv.org/pdf/1611.08408.pdf? Could you tell me how much gain did you achieve when using FCN and FCN+GAN?
Thanks in advance

@rogertrullo
Copy link
Owner

Hi @John1231983 , yes it is the same idea of that paper. A difference is that in the discriminator I only use the output of the generator. In the mentioned paper they concatenate the output of the generator with the input image. My first experiments didn't show improvements, but I didn't
try to hard finding the right params, and neither I tried using the concatenation as in the original paper. It should be easy to add to the current code though.

@John1231983
Copy link
Author

Me too. I did not see any improvement when ran the GAN+FCN and FCN only.

@John1231983
Copy link
Author

Hi @rogertrullo: Do you have any update results? I am wondering about the benefit of GAN for segmentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants