paper-with-me

홈 › Papers

No Time to Waste: Squeeze Time into Channel for Mobile Video Understanding

2024-05-14 · Yingjie Zhai, Wenshuo Li, Yehui Tang, Xinghao Chen, Yunhe Wang

Current architectures for video understanding mainly build upon 3D convolutional blocks or 2D convolutions with additional operations for temporal modeling. However, these methods all regard the temporal axis as a separate dimension of the video sequence, which requires large computation and memory budgets and thus limits their usage on mobile devices. In this paper, we propose to squeeze the time axis of a video sequence into the channel dimension and present a lightweight video recognition network, term as \textit{SqueezeTime}, for mobile video understanding. To enhance the temporal modeling capability of the proposed network, we design a Channel-Time Learning (CTL) Block to capture temporal dynamics of the sequence. This module has two complementary branches, in which one branch is for temporal importance learning and another branch with temporal position restoring capability is to enhance inter-temporal object modeling ability. The proposed SqueezeTime is much lightweight and fast with high accuracies for mobile video understanding. Extensive experiments on various video recognition and action detection benchmarks, i.e., Kinetics400, Kinetics600, HMDB51, AVA2.1 and THUMOS14, demonstrate the superiority of our model. For example, our SqueezeTime achieves $+1.2\%$ accuracy and $+80\%$ GPU throughput gain on Kinetics400 than prior methods. Codes are publicly available at https://github.com/xinghaochen/SqueezeTime and https://github.com/mindspore-lab/models/tree/master/research/huawei-noah/SqueezeTime.

📄 PDF Abstract BibTeX arXiv:2405.08344

Code (3)

mindspore-lab/models 공식 구현 mindspore
xinghaochen/squeezetime 공식 구현 pytorch
MS-P3/code4/tree/main/SqueezeTime mindspore

Tasks

Action DetectionGPUVideo RecognitionVideo Understanding

Similar Papers 제목 키워드 기반

Squeeze-Release: Iterative Pruning with Exact Structural Minimization

2026-06-12 · Roman Denkin, Ida Akerholm, Prashant Singh, Ida-Maria Sintorn arxiv

Unstructured pruning produces sparse weight tensors, but the standard implementation keeps tensor shapes unchanged so the deployed model is no smaller than before pruning. We present an exact structural rewrite, which we…

Squeeze Evolve: Unified Multi-Model Orchestration for Verifier-Free Evolution

2026-04-09 · Monishwaran Maheswaran, Leon Lakhani, Zhongzhu Zhou, Shijia Yang 외 arxiv

We show that verifier-free evolution is bottlenecked by both diversity and efficiency: without external correction, repeated evolution accelerates collapse toward narrow modes, while the uniform use of a high-cost model …

Sound Event Detection in Multichannel Audio using Convolutional Time-Frequency-Channel Squeeze and Excitation

2019-08-04 · Wei Xia, Kazuhito Koishida

In this study, we introduce a convolutional time-frequency-channel "Squeeze and Excitation" (tfc-SE) module to explicitly model inter-dependencies between the time-frequency domain and multiple channels. The tfc-SE modul…

Event DetectionSound Event Detection

Data Augmentation and Squeeze-and-Excitation Network on Multiple Dimension for Sound Event Localization and Detection in Real Scenes

2022-06-24 · Byeong-Yun Ko, Hyeonuk Nam, Seong-Hu Kim, Deokki Min 외

Performance of sound event localization and detection (SELD) in real scenes is limited by small size of SELD dataset, due to difficulty in obtaining sufficient amount of realistic multi-channel audio data recordings with…

Data AugmentationSound Event Localization and Detection

Squeeze-and-Excitation on Spatial and Temporal Deep Feature Space for Action Recognition

2018-06-02 · Gaoyun An, Wen Zhou, Yuxuan Wu, Zhenxing Zheng 외

Spatial and temporal features are two key and complementary information for human action recognition. In order to make full use of the intra-frame spatial characteristics and inter-frame temporal relationships, we propos…

Action RecognitionTemporal Action Localization