paper-with-me

Papers

Succinct Network Channel and Spatial Pruning via Discrete Variable QCQP

2021-01-01 · Yeonwoo Jeong, Deokjae Lee, Gaon An, Changyong Son, Hyun Oh Song

Reducing the heavy computational cost of large convolutional neural networks is crucial when deploying the networks to resource-constrained environments. In this context, recent works propose channel pruning via greedy channel selection to achieve practical acceleration and memory footprint reduction. We first show this channel-wise approach ignores the inherent quadratic coupling between channels in the neighboring layers and cannot safely remove inactive weights during the pruning procedure. Furthermore, we show that these pruning methods cannot guarantee the given resource constraints are satisfied and cause discrepancy with the true objective. To this end, we formulate a principled optimization framework with discrete variable QCQP, which provably prevents any inactive weights and enables the exact guarantee of meeting the resource constraints in terms of FLOPs and memory. Also, we extend the pruning granularity beyond channels and jointly prune individual 2D convolution filters spatially for greater efficiency. Our experiments show competitive pruning results under the target resource constraints on CIFAR-10 and ImageNet datasets on various network architectures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

channel selection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Pruning Boolean d-DNNF Circuits Through Tseitin-Awareness

2024-07-25 · Vincent Derkinderen

Boolean circuits in d-DNNF form enable tractable probabilistic inference. However, as a key insight of this work, we show that commonly used d-DNNF compilation approaches introduce irrelevant subcircuits. We call these s…

Group channel pruning and spatial attention distilling for object detection

2023-06-02 · Yun Chu, Pu Li, Yong Bai, Zhuhua Hu 외

Due to the over-parameterization of neural networks, many model compression methods based on pruning and quantization have emerged. They are remarkable in reducing the size, parameter number, and computational complexity…

Knowledge DistillationModel Compressionobject-detectionObject Detection+1

Wyner VAE: A Variational Autoencoder with Succinct Common Representation Learning

2019-09-25 · J. Jon Ryu, Yoojin Choi, Young-Han Kim, Mostafa El-Khamy 외

A new variational autoencoder (VAE) model is proposed that learns a succinct common representation of two correlated data variables for conditional and joint generation tasks. The proposed Wyner VAE model is based on two…

Representation Learning

Channel Pruning Guided by Spatial and Channel Attention for DNNs in Intelligent Edge Computing

2020-11-08 · Mengran Liu, Weiwei Fang, Xiaodong Ma, Wenyuan Xu 외

Deep Neural Networks (DNNs) have achieved remarkable success in many computer vision tasks recently, but the huge number of parameters and the high computation overhead hinder their deployments on resource-constrained ed…

Edge-computing

Optimal channel selection with discrete QCQP

2022-02-24 · Yeonwoo Jeong, Deokjae Lee, Gaon An, Changyong Son 외

Reducing the high computational cost of large convolutional neural networks is crucial when deploying the networks to resource-constrained environments. We first show the greedy approach of recent channel pruning methods…

channel selection