CVNov 20, 2018

TSM: Temporal Shift Module for Efficient Video Understanding

arXiv:1811.08383v32068 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of high computational cost in video recognition for real-time applications, offering a significant improvement over existing methods.

The paper tackles the challenge of efficient video understanding by proposing the Temporal Shift Module (TSM), which achieves the performance of 3D CNNs while maintaining the low complexity of 2D CNNs, ranking first on the Something-Something leaderboard and achieving latencies as low as 13ms on Jetson Nano.

The explosive growth in video streaming gives rise to challenges on performing video understanding at high accuracy and low computation cost. Conventional 2D CNNs are computationally cheap but cannot capture temporal relationships; 3D CNN based methods can achieve good performance but are computationally intensive, making it expensive to deploy. In this paper, we propose a generic and effective Temporal Shift Module (TSM) that enjoys both high efficiency and high performance. Specifically, it can achieve the performance of 3D CNN but maintain 2D CNN's complexity. TSM shifts part of the channels along the temporal dimension; thus facilitate information exchanged among neighboring frames. It can be inserted into 2D CNNs to achieve temporal modeling at zero computation and zero parameters. We also extended TSM to online setting, which enables real-time low-latency online video recognition and video object detection. TSM is accurate and efficient: it ranks the first place on the Something-Something leaderboard upon publication; on Jetson Nano and Galaxy Note8, it achieves a low latency of 13ms and 35ms for online video recognition. The code is available at: https://github.com/mit-han-lab/temporal-shift-module.

Code Implementations13 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes