1. 首页
  2. 人工智能
  3. 论文/代码
  4. 移动视频动作识别

移动视频动作识别

上传者: 2021-01-23 05:48:50上传 .PDF文件 524.18 KB 热度 24次

视频动作识别是计算机视觉和视频分析的主题,旨在将短视频剪辑分配给预定义的类别,例如梳理头发或爬楼梯。最近的工作集中在利用深度神经网络进行动作识别上,这些神经网络可以在需要高性能平台的情况下实现最新的结果。..

Mobile Video Action Recognition

Video action recognition, which is topical in computer vision and video analysis, aims to allocate a short video clip to a pre-defined category such as brushing hair or climbing stairs. Recent works focus on action recognition with deep neural networks that achieve state-of-the-art results in need of high-performance platforms.Despite the fast development of mobile computing, video action recognition on mobile devices has not been fully discussed. In this paper, we focus on the novel mobile video action recognition task, where only the computational capabilities of mobile devices are accessible. Instead of raw videos with huge storage, we choose to extract multiple modalities (including I-frames, motion vectors, and residuals) directly from compressed videos. By employing MobileNetV2 as backbone, we propose a novel Temporal Trilinear Pooling (TTP) module to fuse the multiple modalities for mobile video action recognition. In addition to motion vectors, we also provide a temporal fusion method to explicitly induce the temporal context. The efficiency test on a mobile device indicates that our model can perform mobile video action recognition at about 40FPS. The comparative results on two benchmarks show that our model outperforms existing action recognition methods in model size and time consuming, but with competitive accuracy.

用户评论