Neural Network Compression

74 papers with code • 1 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Neural Network Compression models and implementations

Datasets


PD-Quant: Post-Training Quantization based on Prediction Difference Metric

hustvl/pd-quant CVPR 2023

It determines the quantization parameters by using the information of differences between network prediction before and after quantization.

39
14 Dec 2022

spred: Solving $L_1$ Penalty with SGD

zihao-wang/sparsity-by-redundancy 3 Oct 2022

We propose to minimize a generic differentiable objective with $L_1$ constraint using a simple reparametrization and straightforward stochastic gradient descent.

7
03 Oct 2022

SPIN: An Empirical Evaluation on Sharing Parameters of Isotropic Networks

apple/ml-spin 21 Jul 2022

In this paper, we perform an empirical evaluation on methods for sharing parameters in isotropic networks (SPIN).

17
21 Jul 2022

Wavelet Feature Maps Compression for Image-to-Image CNNs

BGUCompSci/WaveletCompressedConvolution 24 May 2022

Convolutional Neural Networks (CNNs) are known for requiring extensive computational resources, and quantization is among the best and most common methods for compressing them.

32
24 May 2022

Revisiting Random Channel Pruning for Neural Network Compression

athulshibu/Rewarded-meta-pruning CVPR 2022

The proposed approach provides a new way to compare different methods, namely how well they behave compared with random pruning.

1
11 May 2022

Few-Bit Backward: Quantized Gradients of Activation Functions for Memory Footprint Reduction

daskol/fewbit 1 Feb 2022

Every modern neural network model has quite a few pointwise nonlinearities in its architecture, and such operation induces additional memory costs which -- as we show -- can be significantly reduced by quantization of the gradients.

39
01 Feb 2022

Neural Network Compression of ACAS Xu Early Prototype is Unsafe: Closed-Loop Verification through Quantized State Backreachability

stanleybak/quantized_nn_backreach 17 Jan 2022

Analysis of this system has spurred a significant body of research in the formal methods community on neural network verification.

5
17 Jan 2022

NeRV: Neural Representations for Videos

haochen-rye/nerv NeurIPS 2021

In contrast, with NeRV, we can use any neural network compression method as a proxy for video compression, and achieve comparable performance to traditional frame-based video compression approaches (H. 264, HEVC \etc).

277
26 Oct 2021

CHIP: CHannel Independence-based Pruning for Compact Neural Networks

eclipsess/chip_neurips2021 NeurIPS 2021

Filter pruning has been widely used for neural network compression because of its enabled practical acceleration.

30
26 Oct 2021

Adaptive Distillation: Aggregating Knowledge from Multiple Paths for Efficient Distillation

wyze-AI/AdaptiveDistillation 19 Oct 2021

Despite this advancement in different techniques for distilling the knowledge, the aggregation of different paths for distillation has not been studied comprehensively.

4
19 Oct 2021