Temporal shift module
Temporal Shift Module
参照Spatial Shift
直接移动增加有两个问题: 1. 大规模移动会耗时,有时间成本没有计算成本 2. 会破坏空间结构
因此,提出了对应的解决方法:
- 少量移动
- 残差网络保持空间结构 (想的很不错)
一些想法
能否推广到关键点追踪领域,采用
Spatial shift
和Temporal shift
来融合时空信息?与
Attention
中的Affinity Weights
结合,增加融合的权重?
Refence
@article{BichenWu2018ShiftAZ, title={Shift: A Zero FLOP, Zero Parameter Alternative to Spatial Convolutions}, author={Bichen Wu and Alvin Wan and Xiangyu Yue and Peter H. Jin and Sicheng Zhao and Noah Golmant and Amir Gholaminejad and Joseph E. Gonzalez and Kurt Keutzer}, journal={computer vision and pattern recognition}, year={2018}}
- 本文标题:Temporal shift module
- 本文作者:codeflysafe
- 创建时间:2023-01-11 21:38:48
- 本文链接:https://codeflysafe.github.io/2023/01/11/Temporal-shift-module/
- 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
评论