LGAIDec 9, 2024

VQ4ALL: Efficient Neural Network Representation via a Universal Codebook

arXiv:2412.06875v1h-index: 5
Originality Incremental advance
AI Analysis

This addresses the need for lightweight network representation in big neural models, offering a domain-specific improvement over traditional compression methods.

The paper tackles the problem of efficient neural network representation by proposing VQ4ALL, a bottom-up method that shares a universal codebook across multiple networks, achieving compression rates exceeding 16× while maintaining high accuracy.

The rapid growth of the big neural network models puts forward new requirements for lightweight network representation methods. The traditional methods based on model compression have achieved great success, especially VQ technology which realizes the high compression ratio of models by sharing code words. However, because each layer of the network needs to build a code table, the traditional top-down compression technology lacks attention to the underlying commonalities, resulting in limited compression rate and frequent memory access. In this paper, we propose a bottom-up method to share the universal codebook among multiple neural networks, which not only effectively reduces the number of codebooks but also further reduces the memory access and chip area by storing static code tables in the built-in ROM. Specifically, we introduce VQ4ALL, a VQ-based method that utilizes codewords to enable the construction of various neural networks and achieve efficient representations. The core idea of our method is to adopt a kernel density estimation approach to extract a universal codebook and then progressively construct different low-bit networks by updating differentiable assignments. Experimental results demonstrate that VQ4ALL achieves compression rates exceeding 16 $\times$ while preserving high accuracy across multiple network architectures, highlighting its effectiveness and versatility.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes