Overview of Temporal Shift Module (TSM)
mainTSM (Temporal Shift Module) is a method for efficient video understanding that enables 2D CNNs to capture temporal relationships without the high computational cost of 3D CNNs. It works by shifting a portion of the channels along the temporal dimension, facilitating information exchange between neighboring frames.
Key characteristics:
- Efficiency: Achieves performance comparable to 3D CNNs while maintaining the complexity of 2D CNNs.
- Zero Overhead: Can be inserted into 2D CNNs with zero additional computation and zero additional parameters.
- Online Capability: Supports online settings for real-time, low-latency video recognition and object detection.