paper-with-me

Papers

CPrune: Compiler-Informed Model Pruning for Efficient Target-Aware DNN Execution

2022-07-04 · Yongin Kwon, Jemin Lee, TaeHo Kim, Sangtae Ha

Mobile devices run deep learning models for various purposes, such as image classification and speech recognition. Due to the resource constraints of mobile devices, researchers have focused on either making a lightweight deep neural network (DNN) model using model pruning or generating an efficient code using compiler optimization. Surprisingly, we found that the straightforward integration between model compression and compiler auto-tuning often does not produce the most efficient model for a target device. We propose CPrune, a compiler-informed model pruning for efficient target-aware DNN execution to support an application with a required target accuracy. CPrune makes a lightweight DNN model through informed pruning based on the structural information of subgraphs built during the compiler tuning process. Our experimental results show that CPrune increases the DNN execution speed up to 2.73x compared to the state-of-the-art TVM auto-tune while satisfying the accuracy requirement.

📄 PDF Abstract BibTeX arXiv:2207.01260

Code (1)

taehokim20/cprune 공식 구현 pytorch

Tasks

Compiler Optimizationimage-classificationImage ClassificationModel Compressionspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SpecPrune-VLA: Accelerating Vision-Language-Action Models via Action-Aware Self-Speculative Pruning

2025-09-06 · Hanzhen Wang, Jiaming Xu, Yushun Xiang, Jiayi Pan 외 arxiv

Pruning is a typical acceleration technique for compute-bound models by removing computation on unimportant values. Recently, it has been applied to accelerate Vision-Language-Action (VLA) model inference. However, exist…

DocPrune:Efficient Document Question Answering via Background, Question, and Comprehension-aware Token Pruning

2026-04-24 · Joonmyung Choi, Sanghyeok Lee, Jongha Kim, Sehyung Kim 외 arxiv

Recent advances in vision-language models have demonstrated remarkable performance across diverse multi-modal tasks, including document question answering that leverages structured visual cues from text, tables, and figu…

Question Answering

Channel Pruning via Automatic Structure Search

2020-01-23 · Mingbao Lin, Rongrong Ji, Yuxin Zhang, Baochang Zhang 외

Channel pruning is among the predominant approaches to compress deep neural networks. To this end, most existing pruning methods focus on selecting channels (filters) by importance/optimization or regularization based on…

AgenticPruner: MAC-Constrained Neural Network Compression via LLM-Driven Strategy Search

2026-01-18 · Shahrzad Esmat, Mahdi Banisharif, Ali Jannesari arxiv

Neural network pruning remains essential for deploying deep learning models on resource-constrained devices, yet existing approaches primarily target parameter reduction without directly controlling computational cost. T…

Neural Network CompressionNetwork Pruning

DocPruner: A Storage-Efficient Framework for Multi-Vector Visual Document Retrieval via Adaptive Patch-Level Embedding Pruning

2025-09-28 · Yibo Yan, Guangwei Xu, Xin Zou, Shuliang Liu 외 arxiv

Visual Document Retrieval (VDR), the task of retrieving visually-rich document pages using queries that combine visual and textual cues, is crucial for numerous real-world applications. Recent state-of-the-art methods le…