paper-with-me

Papers

Temporal Action Detection Model Compression by Progressive Block Drop

2025-03-21 · CVPR 2025 1 · Xiaoyong Chen, Yong Guo, Jiaming Liang, Sitong Zhuang, Runhao Zeng, Xiping Hu

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.

📄 PDF Abstract BibTeX arXiv:2503.16916

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionAutonomous DrivingGPUModel CompressionVideo Understanding

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Progressive Growing of Video Tokenizers for Highly Compressed Latent Spaces

2025-01-09 · Aniruddha Mahapatra, Long Mai, Yitian Zhang, David Bourgin 외

Video tokenizers are essential for latent video diffusion models, converting raw video data into spatiotemporally compressed latent spaces for efficient training. However, extending state-of-the-art video tokenizers to a…

Video Generation

STEP: Spatio-Temporal Progressive Learning for Video Action Detection

2019-04-19 · CVPR 2019 6 · Xitong Yang, Xiaodong Yang, Ming-Yu Liu, Fanyi Xiao 외

In this paper, we propose Spatio-TEmporal Progressive (STEP) action detector---a progressive learning framework for spatio-temporal action detection in videos. Starting from a handful of coarse-scale proposal cuboids, ou…

Action DetectionAction RecognitionVideo Action Detection

Refined Temporal Pyramidal Compression-and-Amplification Transformer for 3D Human Pose Estimation

2023-09-04 · Hanbing Liu, Wangmeng Xiang, Jun-Yan He, Zhi-Qi Cheng 외

Accurately estimating the 3D pose of humans in video sequences requires both accuracy and a well-structured architecture. With the success of transformers, we introduce the Refined Temporal Pyramidal Compression-and-Ampl…

3D Human Pose EstimationPose Estimation

Livia: An Emotion-Aware AR Companion Powered by Modular AI Agents and Progressive Memory Compression

2025-08-12 · Rui Xi, Xianghan Wang arxiv

Loneliness and social isolation pose significant emotional and health challenges, prompting the development of technology-based solutions for companionship and emotional support. This paper introduces Livia, an emotion-a…

Dialogue Generation

MI-to-Mid Distilled Compression (M2M-DC): An Hybrid-Information-Guided-Block Pruning with Progressive Inner Slicing Approach to Model Compression

2025-11-10 · Lionel Levine, Haniyeh Ehsani Oskouie, Sajjad Ghiasvand, Majid Sarrafzadeh arxiv

We introduce MI-to-Mid Distilled Compression (M2M-DC), a two-scale, shape-safe compression framework that interleaves information-guided block pruning with progressive inner slicing and staged knowledge distillation (KD)…

Knowledge DistillationModel Compression