CVMar 21, 2025

Temporal Action Detection Model Compression by Progressive Block Drop

arXiv:2503.16916v14 citationsh-index: 4CVPR
Originality Incremental advance
AI Analysis

This addresses efficiency challenges for applications like autonomous driving and robotics that rely on limited computational resources, offering an incremental improvement by combining with existing channel pruning methods.

The paper tackles the problem of high computational demands in temporal action detection models by proposing a Progressive Block Drop method that reduces model depth while retaining width, achieving a 25% reduction in computational overhead with lossless compression on THUMOS14 and ActivityNet-1.3 benchmarks.

Temporal action detection (TAD) aims to identify and localize action instances in untrimmed videos, which is essential for various video understanding tasks. However, recent improvements in model performance, driven by larger feature extractors and datasets, have led to increased computational demands. This presents a challenge for applications like autonomous driving and robotics, which rely on limited computational resources. While existing channel pruning methods can compress these models, reducing the number of channels often hinders the parallelization efficiency of GPU, due to the inefficient multiplication between small matrices. Instead of pruning channels, we propose a Progressive Block Drop method that reduces model depth while retaining layer width. In this way, we still use large matrices for computation but reduce the number of multiplications. Our approach iteratively removes redundant blocks in two steps: first, we drop blocks with minimal impact on model performance; and second, we employ a parameter-efficient cross-depth alignment technique, fine-tuning the pruned model to restore model accuracy. Our method achieves a 25% reduction in computational overhead on two TAD benchmarks (THUMOS14 and ActivityNet-1.3) to achieve lossless compression. More critically, we empirically show that our method is orthogonal to channel pruning methods and can be combined with it to yield further efficiency gains.

Foundations

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

Your Notes