Fast-SCNN
2019/11/21
前言:
Fast-SCNN,通過融合 two-branch 方法和經典的 encoder-decoder 方法,達到了 real-time 的效果。深度卷積網路中的前幾個層提取的是低階段特徵,藉鑑了 two-branch 的方法,將前幾個層的計算進行共享稱為「學習下採樣」(learn to downsample),作用類似 encoder-decoder 中的 identity mapping。最後再加上高效的 depthwise separable 卷積和 inverse Residual blocks。
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
# Fast-SCNN
-----
References
# Fast-SCNN
Poudel, Rudra PK, Stephan Liwicki, and Roberto Cipolla. "Fast-SCNN: fast semantic segmentation network." arXiv preprint arXiv:1902.04502 (2019).
https://arxiv.org/pdf/1902.04502.pdfFast-SCNN Fast Semantic Segmentation Network 论文学习 - calvinpaean的博客 - CSDN博客
https://blog.csdn.net/calvinpaean/article/details/88534052
No comments:
Post a Comment