paper-with-me

Papers

How Compact?: Assessing Compactness of Representations through Layer-Wise Pruning

2019-01-09 · Hyun-Joo Jung, Jaedeok Kim, Yoonsuck Choe

Various forms of representations may arise in the many layers embedded in deep neural networks (DNNs). Of these, where can we find the most compact representation? We propose to use a pruning framework to answer this question: How compact can each layer be compressed, without losing performance? Most of the existing DNN compression methods do not consider the relative compressibility of the individual layers. They uniformly apply a single target sparsity to all layers or adapt layer sparsity using heuristics and additional training. We propose a principled method that automatically determines the sparsity of individual layers derived from the importance of each layer. To do this, we consider a metric to measure the importance of each layer based on the layer-wise capacity. Given the trained model and the total target sparsity, we first evaluate the importance of each layer from the model. From the evaluated importance, we compute the layer-wise sparsity of each layer. The proposed method can be applied to any DNN architecture and can be combined with any pruning method that takes the total target sparsity as a parameter. To validate the proposed method, we carried out an image classification task with two types of DNN architectures on two benchmark datasets and used three pruning methods for compression. In case of VGG-16 model with weight pruning on the ImageNet dataset, we achieved up to 75% (17.5% on average) better top-5 accuracy than the baseline under the same total target sparsity. Furthermore, we analyzed where the maximum compression can occur in the network. This kind of analysis can help us identify the most compact representation within a deep neural network.

📄 PDF Abstract BibTeX arXiv:1901.02757

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

TRIDENT: The Nonlinear Trilogy for Implicit Neural Representations

2023-11-21 · Zhenda Shen, Yanqi Cheng, Raymond H. Chan, Pietro Liò 외

Implicit neural representations (INRs) have garnered significant interest recently for their ability to model complex, high-dimensional data without explicit parameterisation. In this work, we introduce TRIDENT, a novel …

Improving Adversarial Robustness by Enforcing Local and Global Compactness

2020-07-10 · ECCV 2020 8 · Anh Bui, Trung Le, He Zhao, Paul Montague 외

The fact that deep neural networks are susceptible to crafted perturbations severely impacts the use of deep learning in certain domains of application. Among many developed defense models against such attacks, adversari…

Adversarial RobustnessClustering

Partially Shared Concept Bottleneck Models

2025-11-27 · Delong Zhao, Qiang Huang, Di Yan, Yiqun Sun 외 arxiv

Concept Bottleneck Models (CBMs) enhance interpretability by introducing a layer of human-understandable concepts between inputs and predictions. While recent methods automate concept generation using Large Language Mode…

Visual Grounding

Properties of Minimizing Entropy

2021-12-06 · Xu Ji, Lena Nehale-Ezzine, Maksym Korablyov

Compact data representations are one approach for improving generalization of learned functions. We explicitly illustrate the relationship between entropy and cardinality, both measures of compactness, including how grad…

CCSRP: Robust Pruning of Spiking Neural Networks through Cooperative Coevolution

2024-07-18 · Zichen Song, Jiakang Li, Songning Lai, Sitan Huang

Spiking neural networks (SNNs) have shown promise in various dynamic visual tasks, yet those ready for practical deployment often lack the compactness and robustness essential in resource-limited and safety-critical sett…

Evolutionary AlgorithmsNetwork Pruning