paper-with-me

Papers

Channel Pruning Guided by Classification Loss and Feature Importance

2020-03-15 · Jinyang Guo, Wanli Ouyang, Dong Xu

In this work, we propose a new layer-by-layer channel pruning method called Channel Pruning guided by classification Loss and feature Importance (CPLI). In contrast to the existing layer-by-layer channel pruning approaches that only consider how to reconstruct the features from the next layer, our approach additionally take the classification loss into account in the channel pruning process. We also observe that some reconstructed features will be removed at the next pruning stage. So it is unnecessary to reconstruct these features. To this end, we propose a new strategy to suppress the influence of unimportant features (i.e., the features will be removed at the next pruning stage). Our comprehensive experiments on three benchmark datasets, i.e., CIFAR-10, ImageNet, and UCF-101, demonstrate the effectiveness of our CPLI method.

📄 PDF Abstract BibTeX arXiv:2003.06757

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFeature ImportanceGeneral Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Multi-loss-aware Channel Pruning of Deep Networks

2019-02-27 · Yiming Hu, Siyang Sun, Jianquan Li, Jiagang Zhu 외

Channel pruning, which seeks to reduce the model size by removing redundant channels, is a popular solution for deep networks compression. Existing channel pruning methods usually conduct layer-wise channel selection by …

channel selectionGeneral Classification

Carrying out CNN Channel Pruning in a White Box

2021-04-24 · Yuxin Zhang, Mingbao Lin, Chia-Wen Lin, Jie Chen 외

Channel Pruning has been long studied to compress CNNs, which significantly reduces the overall computation. Prior works implement channel pruning in an unexplainable manner, which tends to reduce the final classificatio…

image-classificationImage Classification

Localization-aware Channel Pruning for Object Detection

2019-11-06 · Zihao Xie, Wenbing Tao, Li Zhu, Lin Zhao

Channel pruning is one of the important methods for deep model compression. Most of existing pruning methods mainly focus on classification. Few of them conduct systematic research on object detection. However, object de…

ClassificationGeneral ClassificationModel CompressionObject+3

Efficient Test-time Adaptive Object Detection via Sensitivity-Guided Pruning

2025-01-01 · CVPR 2025 1 · Kunyu Wang, Xueyang Fu, Xin Lu, Chengjie Ge 외

Continual test-time adaptive object detection (CTTA-OD) aims to online adapt a source pre-trained detector to ever-changing environments during inference under continuous domain shifts. Most existing CTTA-OD methods …

Computational Efficiencyobject-detectionObject DetectionSensitivity

Dynamic Channel Pruning: Feature Boosting and Suppression

2018-10-12 · ICLR 2019 5 · Xitong Gao, Yiren Zhao, Łukasz Dudziak, Robert Mullins 외

Making deep convolutional neural networks more accurate typically comes at the cost of increased computational and memory resources. In this paper, we reduce this cost by exploiting the fact that the importance of featur…

Model CompressionNetwork Pruning