语义分割中的nonlocal[6]-Asymmetric Non-local Neural Networks for Semantic Segmentation

摘要: Asymmetric Non-local Neural Networks for Semantic Segmentation https://github.com/MendelXu/ANN 同样是通过降低non-local中query和value的纬度降低计算量 作者提出了asymmetric no 阅读全文
posted @ 2021-02-23 23:19 treeaxx 阅读(209) 评论(0) 推荐(0)

语义分割中的nonlocal[5]-Interlaced Sparse Self-Attention for Semantic Segmentation

摘要: https://arxiv.org/abs/1907.12273 这篇文章依然是通过将non-local中费时费力的affinity map分解为多个便于得到的小affinity map得到加速效果 这个图形象的说明了本文将dense的两两之间的关系,转换为了两步:long range和short 阅读全文
posted @ 2021-02-23 22:33 treeaxx 阅读(194) 评论(0) 推荐(0)

语义分割中的nonlocal[4]-OCRnet

摘要: https://arxiv.org/abs/1909.11065 https://git.io/HRNet.OCR 通过获取pixel与object region之间的关系得到 object-contextual representation,具体看下图 可能只看上面的pipeline并不能直接与n 阅读全文
posted @ 2021-02-23 22:15 treeaxx 阅读(249) 评论(0) 推荐(0)