paper-with-me

Papers

Architecture Compression

2019-02-08 · Anubhav Ashok

In this paper we propose a novel approach to model compression termed Architecture Compression. Instead of operating on the weight or filter space of the network like classical model compression methods, our approach operates on the architecture space. A 1-D CNN encoder-decoder is trained to learn a mapping from discrete architecture space to a continuous embedding and back. Additionally, this embedding is jointly trained to regress accuracy and parameter count in order to incorporate information about the architecture's effectiveness on the dataset. During the compression phase, we first encode the network and then perform gradient descent in continuous space to optimize a compression objective function that maximizes accuracy and minimizes parameter count. The final continuous feature is then mapped to a discrete architecture using the decoder. We demonstrate the merits of this approach on visual recognition tasks such as CIFAR-10, CIFAR-100, Fashion-MNIST and SVHN and achieve a greater than 20x compression on CIFAR-10.

📄 PDF Abstract BibTeX arXiv:1902.03326

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderModel Compression

Similar Papers 제목 키워드 기반

Better Prompt Compression Without Multi-Layer Perceptrons

2025-01-12 · Edouardo Honig, Andrew Lizarraga, Zijun Frank Zhang, Ying Nian Wu

Prompt compression is a promising approach to speeding up language model inference without altering the generative model. Prior works compress prompts into smaller sequences of learned tokens using an encoder that is tra…

DecoderLanguage ModelingLanguage Modelling

Learned Lossless Image Compression With Combined Autoregressive Models And Attention Modules

2022-08-30 · Ran Wang, Jinming Liu, Heming Sun, Jiro Katto

Lossless image compression is an essential research field in image compression. Recently, learning-based image compression methods achieved impressive performance compared with traditional lossless methods, such as WebP,…

Image Compression

Lost in Compression: the Impact of Lossy Image Compression on Variable Size Object Detection within Infrared Imagery

2022-05-16 · Neelanjan Bhowmik, Jack W. Barker, Yona Falinie A. Gaus, Toby P. Breckon

Lossy image compression strategies allow for more efficient storage and transmission of data by encoding data to a reduced form. This is essential enable training with larger datasets on less storage-equipped environment…

Image Compressionobject-detectionObject Detection

Computer Vision Model Compression Techniques for Embedded Systems: A Survey

2024-08-15 · Alexandre Lopes, Fernando Pereira dos Santos, Diulhio de Oliveira, Mauricio Schiezaro 외

Deep neural networks have consistently represented the state of the art in most computer vision problems. In these scenarios, larger and more complex models have demonstrated superior performance to smaller architectures…

Model CompressionSurvey

Lossless Microarray Image Compression by Hardware Array Compactor

2023-03-18 · Anahita Banaei, Shadrokh Samavi, Ebrahim Nasr Esfahani

Microarray technology is a new and powerful tool for the concurrent monitoring of a large number of gene expressions. Each microarray experiment produces hundreds of images. Each digital image requires a large storage sp…

Image Compression