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

Multi-Scale Context Aggregation by Dilated Convolutions #12

Open
guanfuchen opened this issue Nov 17, 2018 · 4 comments
Open

Multi-Scale Context Aggregation by Dilated Convolutions #12

guanfuchen opened this issue Nov 17, 2018 · 4 comments

Comments

@guanfuchen
Copy link
Owner

related paper

摘要
State-of-the-art models for semantic segmentation are based on adaptations of convolutional networks that had originally been designed for image classification. However, dense prediction problems such as semantic segmentation are structurally different from image classification. In this work, we develop a new convolutional network module that is specifically designed for dense prediction. The presented module uses dilated convolutions to systematically aggregate multi-scale contextual information without losing resolution. The architecture is based on the fact that dilated convolutions support exponential expansion of the receptive field without loss of resolution or coverage. We show that the presented context module increases the accuracy of state-of-the-art semantic segmentation systems. In addition, we examine the adaptation of image classification networks to dense prediction and show that simplifying the adapted network can increase accuracy.
@guanfuchen
Copy link
Owner Author

空洞卷积原理

image

image

image

@guanfuchen
Copy link
Owner Author

多尺度上下文聚合单元

image

该单元需要不同的初始化策略

image

Caffe模型中的可视化

image

@guanfuchen
Copy link
Owner Author

结果

使用了空洞卷积作为前端的结果更为精细

image

数据集上的性能比较

image

image

@guanfuchen
Copy link
Owner Author

总结与展望

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