paper-with-me

홈 › Papers

Bit-serial Weight Pools: Compression and Arbitrary Precision Execution of Neural Networks on Resource Constrained Processors

2022-01-25 · Shurui Li, Puneet Gupta

Applications of neural networks on edge systems have proliferated in recent years but the ever-increasing model size makes neural networks not able to deploy on resource-constrained microcontrollers efficiently. We propose bit-serial weight pools, an end-to-end framework that includes network compression and acceleration of arbitrary sub-byte precision. The framework can achieve up to 8x compression compared to 8-bit networks by sharing a pool of weights across the entire network. We further propose a bit-serial lookup based software implementation that allows runtime-bitwidth tradeoff and is able to achieve more than 2.8x speedup and 7.5x storage compression compared to 8-bit weight pool networks, with less than 1% accuracy drop.

📄 PDF Abstract BibTeX arXiv:2201.11651

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LeCo: Lightweight Compression via Learning Serial Correlations

2023-06-27 · Yihao Liu, Xinyu Zeng, Huanchen Zhang

Lightweight data compression is a key technique that allows column stores to exhibit superior performance for analytical queries. Despite a comprehensive study on dictionary-based encodings to approach Shannon's entropy,…

Data Compression

GAVINA: flexible aggressive undervolting for bit-serial mixed-precision DNN acceleration

2025-11-28 · Jordi Fornt, Pau Fontova-Musté, Adrian Gras, Omar Lahyani 외 arxiv

Voltage overscaling, or undervolting, is an enticing approximate technique in the context of energy-efficient Deep Neural Network (DNN) acceleration, given the quadratic relationship between power and voltage. Neverthele…

TASQ: Temporal-Adaptive Bit Sparsification Quantization for Diffusion Models

2026-08-04 · Seokho Han, Dongwei Wang, Jinhee Kim, Yiran Chen 외 arxiv

Static quantization assigns one weight precision to every denoising step. To preserve quality, that precision must accommodate the most quantization-sensitive step, even though many other steps can tolerate fewer bits. T…

ABQ-LLM: Arbitrary-Bit Quantized Inference Acceleration for Large Language Models

2024-08-16 · Chao Zeng, Songwei Liu, Yusheng Xie, Hong Liu 외

Large Language Models (LLMs) have revolutionized natural language processing tasks. However, their practical application is constrained by substantial memory and computational demands. Post-training quantization (PTQ) is…

GPUModel CompressionQuantization

Efficient LiDAR Reflectance Compression via Scanning Serialization

2025-05-14 · Jiahao Zhu, Kang You, Dandan Ding, Zhan Ma

Reflectance attributes in LiDAR point clouds provide essential information for downstream tasks but remain underexplored in neural compression methods. To address this, we introduce SerLiC, a serialization-based neural c…

Mamba