摘要: https://arxiv.org/abs/1711.07971 https://github.com/AlexHex7/Non-local_pytorch Non-local Neural Networks Abstract 卷积操作和循环操作都是一次处理一个局部邻域的building块。在本文中 阅读全文
posted @ 2020-12-10 17:02 慢行厚积 阅读(610) 评论(0) 推荐(0) 编辑
摘要: Deep Networks with Internal Selective Attention through Feedback Connections Abstract 传统的卷积神经网络是静止的、前馈(feedforward)的。他们在评估过程中既不改变参数,也不使用从高层到低层的反馈。然而,真 阅读全文
posted @ 2020-12-10 16:59 慢行厚积 阅读(357) 评论(0) 推荐(0) 编辑
摘要: Aggregated Residual Transformations for Deep Neural Networks Abstract 我们提出了一个简单的、高度模块化的图像分类网络架构。我们的网络是通过重复一个构建块来构建的,该构建块聚合了一组具有相同拓扑结构的转换(transformatio 阅读全文
posted @ 2020-12-10 16:56 慢行厚积 阅读(615) 评论(0) 推荐(0) 编辑
摘要: CBAM: Convolutional Block Attention Module Abstract 我们提出了卷积块注意模块(CBAM),一个简单而有效的用于前馈卷积神经网络的注意力模块。给定中间特征图,我们的模块依次推导出沿通道和空间两个独立维度的注意力map,然后将注意力map乘到输入特征图 阅读全文
posted @ 2020-12-10 16:54 慢行厚积 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: Squeeze-and-Excitation Networks Abstract 卷积神经网络(CNNs)的核心构件是卷积运算符,它使网络能够通过在每一层的局部接受域内融合空间和信道信息来构建信息特征。大量的先前研究已经调查了这种关系的空间组成部分,试图通过提高整个特征层次的空间编码质量来增强CNN 阅读全文
posted @ 2020-12-10 16:52 慢行厚积 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Multi-Context Attention for Human Pose Estimation abstract 在本文中,我们提出将卷积神经网络与多上下文注意机制结合到一个端到端人体姿态估计框架中。我们采用堆叠的hourglass网络,以不同语义的多分辨率特征生成注意力maps。利用条件随机场 阅读全文
posted @ 2020-12-10 16:49 慢行厚积 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: https://arxiv.org/pdf/1704.06904.pdf https://github.com/fwang91/residual-attention-network https://github.com/tengshaofeng/ResidualAttentionNetwork-py 阅读全文
posted @ 2020-12-10 16:45 慢行厚积 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: https://github.com/facebookresearch/multigrain MultiGrain: a unified image embedding for classes and instances Abstract MultiGrain是一种网络架构,产生的紧凑向量表征,既适 阅读全文
posted @ 2020-12-10 16:44 慢行厚积 阅读(1601) 评论(0) 推荐(0) 编辑
摘要: https://github.com/frgfm/torch-cam Smooth Grad-CAM++: An Enhanced Inference Level Visualization Technique for Deep Convolutional Neural Network Models 阅读全文
posted @ 2020-12-10 16:36 慢行厚积 阅读(3345) 评论(0) 推荐(0) 编辑
摘要: https://github.com/adityac94/Grad_CAM_plus_plus https://github.com/frgfm/torch-cam Grad-CAM++: Improved Visual Explanations for Deep Convolutional Net 阅读全文
posted @ 2020-12-10 16:35 慢行厚积 阅读(4481) 评论(0) 推荐(0) 编辑