SCNN

S C N N SCNN SCNN

1.视频教程:
B站、网易云课堂、腾讯课堂
2.代码地址:
Gitee
Github
3.存储地址:
Google云
百度云:
提取码:

《Temporal Action Localization in Untrimmed Videos via Multi-stage CNNs》
—待写
作者:Zheng Shou, Dongang Wang, Shih-Fu Chang
单位:
发表会议及时间:CVPR 2016
Submission history
[v1] Sat, 9 Jan 2016 16:41:21 UTC (1,076 KB)
[v2] Thu, 21 Apr 2016 22:15:22 UTC (1,099 KB)


  • Abstract
    We address temporal action localization in untrimmed long videos. This is important because videos in real applications are usually unconstrained and contain multiple action instances plus video content of background scenes or other activities. To address this challenging issue, we exploit the effectiveness of deep networks in temporal action localization via three segment-based 3D ConvNets: (1) a proposal network identifies candidate segments in a long video that may contain actions; (2) a classification network learns one-vs-all action classification model to serve as initialization for the localization network; and (3) a localization network fine-tunes on the learned classification network to localize each action instance. We propose a novel loss function for the localization network to explicitly consider temporal overlap and therefore achieve high temporal localization accuracy. Only the proposal network and the localization network are used during prediction. On two large-scale benchmarks, our approach achieves significantly superior performances compared with other state-of-the-art systems: mAP increases from 1.7% to 7.4% on MEXaction2 and increases from 15.0% to 19.0% on THUMOS 2014, when the overlap threshold for evaluation is set to 0.5.


一 论文导读

二 论文精读

三 代码实现

四 问题思索

五 实验参数设置

六 额外补充

猜你喜欢

转载自blog.csdn.net/qq_41375318/article/details/112392946