paper-with-me

Papers

Towards Hardware-Specific Automatic Compression of Neural Networks

2022-12-15 · Torben Krieger, Bernhard Klein, Holger Fröning

Compressing neural network architectures is important to allow the deployment of models to embedded or mobile devices, and pruning and quantization are the major approaches to compress neural networks nowadays. Both methods benefit when compression parameters are selected specifically for each layer. Finding good combinations of compression parameters, so-called compression policies, is hard as the problem spans an exponentially large search space. Effective compression policies consider the influence of the specific hardware architecture on the used compression methods. We propose an algorithmic framework called Galen to search such policies using reinforcement learning utilizing pruning and quantization, thus providing automatic compression for neural networks. Contrary to other approaches we use inference latency measured on the target hardware device as an optimization goal. With that, the framework supports the compression of models specific to a given hardware target. We validate our approach using three different reinforcement learning agents for pruning, quantization and joint pruning and quantization. Besides proving the functionality of our approach we were able to compress a ResNet18 for CIFAR-10, on an embedded ARM processor, to 20% of the original inference latency without significant loss of accuracy. Moreover, we can demonstrate that a joint search and compression using pruning and quantization is superior to an individual search for policies using a single compression method.

📄 PDF Abstract BibTeX arXiv:2212.07818

Code (0)

등록된 구현이 없습니다.

Tasks

Quantizationreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

HALOC: Hardware-Aware Automatic Low-Rank Compression for Compact Neural Networks

2023-01-20 · Jinqi Xiao, Chengming Zhang, Yu Gong, Miao Yin 외

Low-rank compression is an important model compression strategy for obtaining compact neural network models. In general, because the rank values directly determine the model complexity and model accuracy, proper selectio…

GPULow-rank compressionModel Compression

Standing on the Shoulders of Giants: Hardware and Neural Architecture Co-Search with Hot Start

2020-07-17 · Weiwen Jiang, Lei Yang, Sakyasingha Dasgupta, Jingtong Hu 외

Hardware and neural architecture co-search that automatically generates Artificial Intelligence (AI) solutions from a given dataset is promising to promote AI democratization; however, the amount of time that is required…

GPUNeural Architecture Search

OneComp: One-Line Revolution for Generative AI Model Compression

2026-03-30 · Yuma Ichikawa, Keiji Kimura, Akihiro Yoshida, Yudai Fujimoto 외 arxiv

Deploying foundation models is increasingly constrained by memory footprint, latency, and hardware costs. Post-training compression can mitigate these bottlenecks by reducing the precision of model parameters without sig…

Model Compression

A Programmable Approach to Neural Network Compression

2019-11-06 · Vinu Joseph, Saurav Muralidharan, Animesh Garg, Michael Garland 외

Deep neural networks (DNNs) frequently contain far more weights, represented at a higher precision, than are required for the specific task which they are trained to perform. Consequently, they can often be compressed us…

Bayesian OptimizationImage ClassificationLanguage ModellingModel Compression+2

A 1Mb mixed-precision quantized encoder for image classification and patch-based compression

2025-01-09 · Van Thien Nguyen, William Guicquero, Gilles Sicard

Even if Application-Specific Integrated Circuits (ASIC) have proven to be a relevant choice for integrating inference at the edge, they are often limited in terms of applicability. In this paper, we demonstrate that an A…

image-classificationImage Classification