paper-with-me

Papers

CAT: Compression-Aware Training for bandwidth reduction

2019-09-25 · Chaim Baskin, Brian Chmiel, Evgenii Zheltonozhskii, Ron Banner, Alex M. Bronstein, Avi Mendelson

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 relatively high memory bandwidth requirements, which can be a main energy consumer and throughput bottleneck in hardware accelerators. Accordingly, an efficient feature map compression method can result in substantial performance gains. Inspired by quantization-aware training approaches, we propose a compression-aware training (CAT) method that involves training the model in a way that allows better compression of feature maps during inference. Our method trains the model to achieve low-entropy feature maps, which enables efficient compression at inference time using classical transform coding methods. CAT significantly improves the state-of-the-art results reported for quantization. For example, on ResNet-34 we achieve 73.1% accuracy (0.2% degradation from the baseline) with an average representation of only 1.79 bits per value. Reference implementation accompanies the paper at https://github.com/CAT-teams/CAT

📄 PDF Abstract BibTeX arXiv:1909.11481

Code (1)

CAT-teams/CAT 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

Kimad: Adaptive Gradient Compression with Bandwidth Awareness

2023-12-13 · Jihao Xin, Ivan Ilin, Shunkang Zhang, Marco Canini 외

In distributed training, communication often emerges as a bottleneck. In response, we introduce Kimad, a solution that offers adaptive gradient compression. By consistently monitoring bandwidth, Kimad refines compression…

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

A Lossless Intra Reference Block Recompression Scheme for Bandwidth Reduction in HEVC-IBC

2021-04-05 · Jiyuan Hu, Jun Wang, Guangyu Zhong, Jian Cao 외

The reference frame memory accesses in inter prediction result in high DRAM bandwidth requirement and power consumption. This problem is more intensive by the adoption of intra block copy (IBC), a new coding tool in the …

PredictionTexture Classification

DinoLink: A Token-Centric Representation Compression Framework for Bandwidth-Constrained Collaborative V2X Perception

2026-06-24 · Tianle Zhu, Haohua Que, Handong Yao, Hongyi Xu 외 arxiv

High-precision remote perception is often hindered by the severe bandwidth constraints of Vehicle-to-Everything (V2X) networks. We propose \textit{DinoLink}, a token-centric compression framework that replaces raw pixel …

Semantic Communication

An Efficient Gradient-Aware Error-Bounded Lossy Compressor for Federated Learning

2025-11-07 · Zhijing Ye, Sheng Di, Jiamin Wang, Zhiqing Zhong 외 arxiv

Federated learning (FL) enables collaborative model training without exposing clients' private data, but its deployment is often constrained by the communication cost of transmitting gradients between clients and the cen…

Federated Learning