paper-with-me

Papers

KCP: Kernel Cluster Pruning for Dense Labeling Neural Networks

2021-01-17 · Po-Hsiang Yu, Sih-Sian Wu, Liang-Gee Chen

Pruning has become a promising technique used to compress and accelerate neural networks. Existing methods are mainly evaluated on spare labeling applications. However, dense labeling applications are those closer to real world problems that require real-time processing on resource-constrained mobile devices. Pruning for dense labeling applications is still a largely unexplored field. The prevailing filter channel pruning method removes the entire filter channel. Accordingly, the interaction between each kernel in one filter channel is ignored. In this study, we proposed kernel cluster pruning (KCP) to prune dense labeling networks. We developed a clustering technique to identify the least representational kernels in each layer. By iteratively removing those kernels, the parameter that can better represent the entire network is preserved; thus, we achieve better accuracy with a decent model size and computation reduction. When evaluated on stereo matching and semantic segmentation neural networks, our method can reduce more than 70% of FLOPs with less than 1% of accuracy drop. Moreover, for ResNet-50 on ILSVRC-2012, our KCP can reduce more than 50% of FLOPs reduction with 0.13% Top-1 accuracy gain. Therefore, KCP achieves state-of-the-art pruning results.

📄 PDF Abstract BibTeX arXiv:2101.06686

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSemantic SegmentationStereo Matching

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Revisit Kernel Pruning with Lottery Regulated Grouped Convolutions

2021-09-29 · ICLR 2022 4 · Shaochen Zhong, Guanqun Zhang, Ningjia Huang, Shuai Xu

Structured pruning methods which are capable of delivering a densely pruned network are among the most popular techniques in the realm of neural network pruning, where most methods prune the original network at a filter …

ClusteringNetwork Pruning

Data-Centric Diet: Effective Multi-center Dataset Pruning for Medical Image Segmentation

2023-08-02 · Yongkang He, Mingjin Chen, Zhijing Yang, Yongyi Lu

This paper seeks to address the dense labeling problems where a significant fraction of the dataset can be pruned without sacrificing much accuracy. We observe that, on standard medical image segmentation benchmarks, the…

image-classificationImage ClassificationImage SegmentationMedical Image Analysis+3

Flexible Group Count Enables Hassle-Free Structured Pruning

2025-01-01 · CVPR 2025 1 · Jiamu Zhang, Shaochen Zhong, Andrew Ye, Zirui Liu 외

Densely structured pruning methods -- which generate pruned models in a fully dense format, allowing immediate compression benefits without additional demands -- are evolving owing to their practical significance. Tr…

Compact Deep Convolutional Neural Networks With Coarse Pruning

2016-10-30 · Sajid Anwar, Wonyong Sung

The learning capability of a neural network improves with increasing depth at higher computational costs. Wider layers with dense kernel connectivity patterns furhter increase this cost and may hinder real-time inference…

Network Pruning

REPrune: Channel Pruning via Kernel Representative Selection

2024-02-27 · Mincheol Park, DongJin Kim, Cheonjun Park, Yuna Park 외

Channel pruning is widely accepted to accelerate modern convolutional neural networks (CNNs). The resulting pruned model benefits from its immediate deployment on general-purpose software and hardware resources. However,…