这篇论文是2016年Google Cloud & YouTube-8M Video Understanding Challenge比赛中冠军得主的论文。
文章的两点贡献:

  1. 融合了VLAD, bag-of-visual-words和Fisher Vector三种编码方式,并且每个都做了一定程度的调整。其中,VLAD改为NetRVLAD, bag-of-visual-words改为Soft-DBoW, Fisher Vector改为NetFV。
  2. 提出了一个新的非线性的单元 Context Gating (CG)。CG可以捕获特征之间或者标签之间的依赖性。具体的还要再看一下再补充。

论文框架:
论文阅读:Learnable pooling with Context Gating for video classification

实验结果:
论文阅读:Learnable pooling with Context Gating for video classification

代码: https://github.com/antoine77340/Youtube-8M-WILLOW
工具:https://github.com/antoine77340/LOUPE.

相关文章:

  • 2022-01-22
  • 2021-09-10
  • 2021-04-04
  • 2022-01-09
  • 2022-12-23
  • 2021-05-06
  • 2021-06-11
  • 2021-06-27
猜你喜欢
  • 2021-12-13
  • 2021-10-25
  • 2021-08-19
  • 2021-09-08
  • 2021-11-19
  • 2021-04-10
  • 2021-08-06
相关资源
相似解决方案