paper-with-me

Papers

Multi-Dimensional Pruning: Joint Channel, Layer and Block Pruning with Latency Constraint

2024-06-17 · Xinglong Sun, Barath Lakshmanan, Maying Shen, Shiyi Lan, Jingde Chen, Jose Alvarez

As we push the boundaries of performance in various vision tasks, the models grow in size correspondingly. To keep up with this growth, we need very aggressive pruning techniques for efficient inference and deployment on edge devices. Existing pruning approaches are limited to channel pruning and struggle with aggressive parameter reductions. In this paper, we propose a novel multi-dimensional pruning framework that jointly optimizes pruning across channels, layers, and blocks while adhering to latency constraints. We develop a latency modeling technique that accurately captures model-wide latency variations during pruning, which is crucial for achieving an optimal latency-accuracy trade-offs at high pruning ratio. We reformulate pruning as a Mixed-Integer Nonlinear Program (MINLP) to efficiently determine the optimal pruned structure with only a single pass. Our extensive results demonstrate substantial improvements over previous methods, particularly at large pruning ratios. In classification, our method significantly outperforms prior art HALP with a Top-1 accuracy of 70.0(v.s. 68.6) and an FPS of 5262 im/s(v.s. 4101 im/s). In 3D object detection, we establish a new state-of-the-art by pruning StreamPETR at a 45% pruning ratio, achieving higher FPS (37.3 vs. 31.7) and mAP (0.451 vs. 0.449) than the dense baseline.

📄 PDF Abstract BibTeX arXiv:2406.12079

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Detectionobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Performance-aware Approximation of Global Channel Pruning for Multitask CNNs

2023-03-21 · Hancheng Ye, Bo Zhang, Tao Chen, Jiayuan Fan 외

Global channel pruning (GCP) aims to remove a subset of channels (filters) across different layers from a deep model without hurting the performance. Previous works focus on either single task model pruning or simply ada…

Model Compression

Pruning the Pilots: Deep Learning-Based Pilot Design and Channel Estimation for MIMO-OFDM Systems

2020-06-21 · Mahdi Boloursaz Mashhadi, Deniz Gunduz

With the large number of antennas and subcarriers the overhead due to pilot transmission for channel estimation can be prohibitive in wideband massive multiple-input multiple-output (MIMO) systems. This can degrade the o…

Joint Multi-Dimension Pruning via Numerical Gradient Update

2020-05-18 · Zechun Liu, Xiangyu Zhang, Zhiqiang Shen, Zhe Li 외

We present joint multi-dimension pruning (abbreviated as JointPruning), an effective method of pruning a network on three crucial aspects: spatial, depth and channel simultaneously. To tackle these three naturally differ…

ABCP: Automatic Block-wise and Channel-wise Network Pruning via Joint Search

2021-10-08 · Jiaqi Li, Haoran Li, Yaran Chen, Zixiang Ding 외

Currently, an increasing number of model pruning methods are proposed to resolve the contradictions between the computer powers required by the deep learning models and the resource-constrained devices. However, most of …

Deep Reinforcement LearningNetwork Pruning

Multi-Dimensional Pruning: A Unified Framework for Model Compression

2020-06-01 · CVPR 2020 6 · Jinyang Guo, Wanli Ouyang, Dong Xu

In this work, we propose a unified model compression framework called Multi-Dimensional Pruning (MDP) to simultaneously compress the convolutional neural networks (CNNs) on multiple dimensions. In contrast to the existin…

Model Compression