当前位置:网站首页>【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
【论文阅读】Further Non-local and Channel Attention Networks for Vehicle Re-identification
2022-08-04 05:29:00 【≈落小朵】
问题: 类间差异小,类内差异大
提出:双分支自适应注意网络
在视觉皮层双流理论的启发下, 基于non-local和channel关系 ,构建了一个双分支FNC网络来捕获多种有用信息
(消除背景的影响)
Further Non-local and Channel attention (FNC) is constructed to simulate two-stream theory of visual cortex
提出了一种有效的 注意力融合方法 ,充分模拟了空间注意力和信道注意力的影响。
Proposed method

Then, we change the last spatial down-sampling operation stride from 2 to 1 to provide a large spatial view for the spatial attention module, thereby capturing highly detailed spatial correlations. ????
The spatial attention block (SAB)

正常的non-local结构
中间是不是少写了一个公式,中间的相似图和T相乘的没有写,后面的 x? 是什么意思?
- 正常的non-local结构是直接相加在一起,但是这篇文章选择采用sigmoid函数激活(是可以获得更加显著的特征么)
利用sigmoid函数,可以增加权值对特征图的影响,并引入非线性因素(这部分-----)
通道注意力结构

SAB的作用不大
Then, we change the last spatial down-sampling operation stride from 2 to 1 to provide a large spatial view for the spatial attention module, thereby capturing highly detailed spatial correlations. 调整下采样的步长
边栏推荐
- [Deep Learning 21 Days Learning Challenge] 1. My handwriting was successfully recognized by the model - CNN implements mnist handwritten digit recognition model study notes
- yolov3数据读入(二)
- SQL练习 2022/6/30
- 图像线性融合
- 0, deep learning 21 days learning challenge 】 【 set up learning environment
- MySQL最左前缀原则【我看懂了hh】
- postgres 递归查询
- 光条中心提取方法总结(二)
- Logistic Regression --- Introduction, API Introduction, Case: Cancer Classification Prediction, Classification Evaluation, and ROC Curve and AUC Metrics
- Lee‘s way of Deep Learning 深度学习笔记
猜你喜欢
随机推荐
SQL练习 2022/7/3
【论文阅读】Multi-View Spectral Clustering with Optimal Neighborhood Laplacian Matrix
Various commands such as creating a new user in postgresql
Transformer
(十二)树--哈夫曼树
双重指针的使用
oracle临时表与pg临时表的区别
[Introduction to go language] 12. Pointer
动手学深度学习_多层感知机
sql中group by的用法
简单说Q-Q图;stats.probplot(QQ图)
oracle的number与postgresql的numeric对比
postgresql 游标(cursor)的使用
简单明了,数据库设计三大范式
【go语言入门笔记】12、指针
Polynomial Regression (PolynomialFeatures)
【CV-Learning】目标检测&实例分割
字典特征提取,文本特征提取。
Endnote编辑参考文献
基于PyTorch的FCN-8s语义分割模型搭建

![[CV-Learning] Convolutional Neural Network Preliminary Knowledge](/img/7d/58d9649b06e78eeb019d63615a90c4.png)







