TEINet: Towards an Efficient Architecture for Video Recognition

Abstract

Efficiency is an important issue in designing video architectures for action recognition. 3D CNNs have witnessed remarkable progress in action recognition from videos. However, compared with their 2D counterparts, 3D convolutions often introduce a large amount of parameters and cause high computational cost. To relieve this problem, we propose an efficient temporal module, termed as Temporal Enhancement-and-Interaction (TEI Module), which could be plugged into the existing 2D CNNs (denoted by TEINet). The TEI module presents a different paradigm to learn temporal features by decoupling the modeling of channel correlation and temporal interaction. First, it contains a Motion Enhanced Module (MEM) which is to enhance the motion-related features while suppress irrelevant information (e.g., background). Then, it introduces a Temporal Interaction Module (TIM) which supplements the temporal contextual information in a channel-wise manner. This two-stage modeling scheme is not only able to capture temporal structure flexibly and effectively, but also efficient for model inference. We conduct extensive experiments to verify the effectiveness of TEINet on several benchmarks (e.g., Something-Something V1&V2, Kinetics, UCF101 and HMDB51). Our proposed TEINet can achieve a good recognition accuracy on these datasets but still preserve a high efficiency.

Cite

Text

Liu et al. "TEINet: Towards an Efficient Architecture for Video Recognition." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6836

Markdown

[Liu et al. "TEINet: Towards an Efficient Architecture for Video Recognition." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/liu2020aaai-teinet/) doi:10.1609/AAAI.V34I07.6836

BibTeX

@inproceedings{liu2020aaai-teinet,
  title     = {{TEINet: Towards an Efficient Architecture for Video Recognition}},
  author    = {Liu, Zhaoyang and Luo, Donghao and Wang, Yabiao and Wang, Limin and Tai, Ying and Wang, Chengjie and Li, Jilin and Huang, Feiyue and Lu, Tong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {11669-11676},
  doi       = {10.1609/AAAI.V34I07.6836},
  url       = {https://mlanthology.org/aaai/2020/liu2020aaai-teinet/}
}