paper-with-me

Papers

Transform-Based Feature Map Compression for CNN Inference

2021-06-24 · Yubo Shi, Meiqi Wang, Siyi Chen, Jinghe Wei, Zhongfeng Wang

To achieve higher accuracy in machine learning tasks, very deep convolutional neural networks (CNNs) are designed recently. However, the large memory access of deep CNNs will lead to high power consumption. A variety of hardware-friendly compression methods have been proposed to reduce the data transfer bandwidth by exploiting the sparsity of feature maps. Most of them focus on designing a specialized encoding format to increase the compression ratio. Differently, we observe and exploit the sparsity distinction between activations in earlier and later layers to improve the compression ratio. We propose a novel hardware-friendly transform-based method named 1D-Discrete Cosine Transform on Channel dimension with Masks (DCT-CM), which intelligently combines DCT, masks, and a coding format to compress activations. The proposed algorithm achieves an average compression ratio of 2.9x (53% higher than the state-of-the-art transform-based feature map compression works) during inference on ResNet-50 with an 8-bit quantization scheme.

📄 PDF Abstract BibTeX arXiv:2106.12850

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Adaptive Transform Coding for Semantic Compression

2026-04-29 · Andriy Enttsel, Vincent Corlay arxiv

Visual data compression is shifting from human-centered reconstruction to machine-oriented representation coding. In this setting, an image is often mapped to a compact semantic embedding, which is then compressed and tr…

CAT: Compression-Aware Training for bandwidth reduction

2019-09-25 · Chaim Baskin, Brian Chmiel, Evgenii Zheltonozhskii, Ron Banner 외

Convolutional neural networks (CNNs) have become the dominant neural network architecture for solving visual processing tasks. One of the major obstacles hindering the ubiquitous use of CNNs for inference is their relati…

Quantization

Bandwidth-efficient Inference for Neural Image Compression

2023-09-06 · Shanzhi Yin, Tongda Xu, Yongsheng Liang, Yuanyuan Wang 외

With neural networks growing deeper and feature maps growing larger, limited communication bandwidth with external memory (or DRAM) and power constraints become a bottleneck in implementing network inference on mobile an…

Data CompressionImage CompressionQuantization

USDC: Unified Static and Dynamic Compression for Visual Transformer

2023-10-17 · Huan Yuan, Chao Liao, Jianchao Tan, Peng Yao 외

Visual Transformers have achieved great success in almost all vision tasks, such as classification, detection, and so on. However, the model complexity and the inference speed of the visual transformers hinder their depl…

Model Compression

A Fast Transformer-based General-Purpose Lossless Compressor

2022-03-30 · Yu Mao, Yufei Cui, Tei-Wei Kuo, Chun Jason Xue

Deep-learning-based compressor has received interests recently due to much improved compression ratio. However, modern approaches suffer from long execution time. To ease this problem, this paper targets on cutting down …

Deep Learning