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

Learning Deconvolution Network for Semantic Segmentation #48

Open
guanfuchen opened this issue Dec 14, 2018 · 3 comments
Open

Learning Deconvolution Network for Semantic Segmentation #48

guanfuchen opened this issue Dec 14, 2018 · 3 comments

Comments

@guanfuchen
Copy link
Owner

guanfuchen commented Dec 14, 2018

related paper

摘要
We propose a novel semantic segmentation algorithm by learning a deep deconvolution network. We learn the network on top of the convolutional layers adopted from VGG 16-layer net. The deconvolution network is composed of deconvolution and unpooling layers, which identify pixel-wise class labels and predict segmentation masks. We apply the trained network to each proposal in an input image, and construct the final semantic segmentation map by combining the results from all proposals in a simple manner. The proposed algorithm mitigates the limitations of the existing methods based on fully convolutional networks by integrating deep deconvolution network and proposal-wise prediction; our segmentation method typically identifies detailed structures and handles objects in multiple scales naturally. Our network demonstrates outstanding performance in PASCAL VOC 2012 dataset, and we achieve the best accuracy (72.5%) among the methods trained without using Microsoft COCO dataset through ensemble with the fully convolutional network.

image

@guanfuchen
Copy link
Owner Author

unpooling
image

deconvolution
image

image

analysis of deconvolution network
image

image

image

@guanfuchen
Copy link
Owner Author

results

image

@guanfuchen
Copy link
Owner Author

conclusions

image

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

1 participant