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

RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation #22

Open
guanfuchen opened this issue Nov 22, 2018 · 3 comments

Comments

@guanfuchen
Copy link
Owner

related paper

摘要
Recently, very deep convolutional neural networks (CNNs) have shown outstanding performance in object recognition and have also been the first choice for dense classification problems such as semantic segmentation. However, repeated subsampling operations like pooling or convolution striding in deep CNNs lead to a significant decrease in the initial image resolution. Here, we present RefineNet, a generic multi-path refinement network that explicitly exploits all the information available along the down-sampling process to enable high-resolution prediction using long-range residual connections. In this way, the deeper layers that capture high-level semantic features can be directly refined using fine-grained features from earlier convolutions. The individual components of RefineNet employ residual connections following the identity mapping mindset, which allows for effective end-to-end training. Further, we introduce chained residual pooling, which captures rich background context in an efficient manner. We carry out comprehensive experiments and set new state-of-the-art results on seven public datasets. In particular, we achieve an intersection-over-union score of 83.4 on the challenging PASCAL VOC 2012 dataset, which is the best reported result to date.
@guanfuchen
Copy link
Owner Author

guanfuchen commented Nov 23, 2018

detail about architecture

image

image

image

residual convolution unit

image

multi-resolution fusion

image

chained residual pooling

image

output convolution

image

@guanfuchen
Copy link
Owner Author

result

object parse

image

semantic segmentation on NYUDv2 and Cityscapes

image

semantic segmentation on Pascal VOC 2012

image

@guanfuchen
Copy link
Owner Author

conclusion

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