Detection && classification: TANet: Robust 3D Object Detection from Point Clouds with Triple Attention RDSNet: A New Deep Architecture for Reciprocal ...
分类:
其他好文 时间:
2020-02-13 14:55:37
阅读次数:
524
前言:之前介绍过一个语义分割中的注意力机制模块 scSE模块,效果很不错。今天讲的也是语义分割中使用到注意力机制的网络BiSeNet,这个网络有两个模块,分别是FFM模块和ARM模块。其实现也很简单,不过作者对注意力机制模块理解比较深入,提出的FFM模块进行的特征融合方式也很新颖。 1. 简介 语义 ...
分类:
Web程序 时间:
2020-02-09 20:41:26
阅读次数:
121
One Stage Inpainting with Bilateral Attention and Pyramid Filling Block 论文链接:https://arxiv.org/abs/1912.08642 源码地址:https://github.com/KumapowerLIU/One ...
分类:
其他好文 时间:
2020-02-07 13:06:52
阅读次数:
120
Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregressive exogenous (NARX) model, which predicts the ...
分类:
Web程序 时间:
2020-02-05 23:44:53
阅读次数:
149
Problem: multi-horizon probabilistic forecasting tasks; Propose an end-to-end framework for multi-horizon time series forecasting, with temporal atten ...
分类:
其他好文 时间:
2020-01-30 09:20:26
阅读次数:
151
from attention mechanism Attention is one component of a network’s architecture, and is in charge of managing and quantifying the interdependence. Bet ...
分类:
系统相关 时间:
2020-01-29 20:10:18
阅读次数:
133
前言:【从零开始学习YOLOv3】系列越写越多,本来安排的内容比较少,但是在阅读代码的过程中慢慢发掘了一些新的亮点,所以不断加入到这个系列中。之前都在读YOLOv3中的代码,已经学习了cfg文件、模型构建等内容。本文在之前的基础上,对模型的代码进行修改,将之前Attention系列中的SE模块和CB ...
分类:
其他好文 时间:
2020-01-29 19:47:52
阅读次数:
132
+ 1. BAM BAM全程是bottlenect attention module,与CBAM很相似的起名,还是CBAM的团队完成的作品。 CBAM被ECCV18接受,BAM被BMVC18接收。 CBAM可以看做是通道注意力机制和空间注意力机制的串联(先通道后空间),BAM可以看做两者的并联。 这 ...
分类:
其他好文 时间:
2020-01-03 21:24:14
阅读次数:
211
1. SKNet SKNet是SENet的加强版,结合了SE opetator, Merge and Run Mappings以及attention on inception block的产物。其最终提出的也是与SE类似的一个模块,名为SK, 可以自适应调节自身的感受野。据作者说,该模块在超分辨率任 ...
分类:
Web程序 时间:
2020-01-02 20:59:35
阅读次数:
182