paper-with-me

Papers

CUP: Cluster Pruning for Compressing Deep Neural Networks

2019-11-19 · Rahul Duggal, Cao Xiao, Richard Vuduc, Jimeng Sun

We propose Cluster Pruning (CUP) for compressing and accelerating deep neural networks. Our approach prunes similar filters by clustering them based on features derived from both the incoming and outgoing weight connections. With CUP, we overcome two limitations of prior work-(1) non-uniform pruning: CUP can efficiently determine the ideal number of filters to prune in each layer of a neural network. This is in contrast to prior methods that either prune all layers uniformly or otherwise use resource-intensive methods such as manual sensitivity analysis or reinforcement learning to determine the ideal number. (2) Single-shot operation: We extend CUP to CUP-SS (for CUP single shot) whereby pruning is integrated into the initial training phase itself. This leads to large savings in training time compared to traditional pruning pipelines. Through extensive evaluation on multiple datasets (MNIST, CIFAR-10, and Imagenet) and models(VGG-16, Resnets-18/34/56) we show that CUP outperforms recent state of the art. Specifically, CUP-SS achieves 2.2x flops reduction for a Resnet-50 model trained on Imagenet while staying within 0.9% top-5 accuracy. It saves over 14 hours in training time with respect to the original Resnet-50. The code to reproduce results is available.

📄 PDF Abstract BibTeX arXiv:1911.08630

Code (1)

duggalrahul/CUP_Public 공식 구현 pytorch

Tasks

ClusteringReinforcement Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Faster or Stronger: Towards Flexible Visual Place Recognition via Weighted Aggregation and Token Pruning

2026-05-19 · Zichao Zeng, June Moh Goo, Junwei Zheng, Weijia Fan 외 arxiv

Visual Place Recognition (VPR) aims to match a query image to reference images of the same place in a large-scale database. Recent state-of-the-art methods employ Vision Transformers (ViTs) as backbone foundation models …

Visual Place Recognition

TETRIS: TilE-matching the TRemendous Irregular Sparsity

2018-12-01 · NeurIPS 2018 12 · Yu Ji, Ling Liang, Lei Deng, Youyang Zhang 외

Compressing neural networks by pruning weights with small magnitudes can significantly reduce the computation and storage cost. Although pruning makes the model smaller, it is difficult to get practical speedup in modern…

CPUGPU

LAPTOP-Diff: Layer Pruning and Normalized Distillation for Compressing Diffusion Models

2024-04-17 · Dingkun Zhang, Sijia Li, Chen Chen, Qingsong Xie 외

In the era of AIGC, the demand for low-budget or even on-device applications of diffusion models emerged. In terms of compressing the Stable Diffusion models (SDMs), several approaches have been proposed, and most of the…

Knowledge Distillation

Frequent Pattern Mining approach to Image Compression

2026-01-24 · Avinash Kadimisetty, C. Oswald, B. Sivalselvan arxiv

The paper focuses on Image Compression, explaining efficient approaches based on Frequent Pattern Mining(FPM). The proposed compression mechanism is based on clustering similar pixels in the image and thus using cluster …

Sequential Pattern MiningImage Compression

PPC-GPT: Federated Task-Specific Compression of Large Language Models via Pruning and Chain-of-Thought Distillation

2025-02-21 · Tao Fan, Guoqiang Ma, Yuanfeng Song, Lixin Fan 외

Compressing Large Language Models (LLMs) into task-specific Small Language Models (SLMs) encounters two significant challenges: safeguarding domain-specific knowledge privacy and managing limited resources. To tackle the…

Knowledge DistillationPrivacy PreservingText Generation