paper-with-me

Papers

Learnable Lookup Table for Neural Network Quantization

2022-01-01 · CVPR 2022 1 · Longguang Wang, Xiaoyu Dong, Yingqian Wang, Li Liu, Wei An, Yulan Guo

Neural network quantization aims at reducing bit-widths of weights and activations for memory and computational efficiency. Since a linear quantizer (i.e., round(*) function) cannot well fit the bell-shaped distributions of weights and activations, many existing methods use pre-defined functions (e.g., exponential function) with learnable parameters to build the quantizer for joint optimization. However, these complicated quantizers introduce considerable computational overhead during inference since activation quantization should be conducted online. In this paper, we formulate the quantization process as a simple lookup operation and propose to learn lookup tables as quantizers. Specifically, we develop differentiable lookup tables and introduce several training strategies for optimization. Our lookup tables can be trained with the network in an end-to-end manner to fit the distributions in different layers and have very small additional computational cost. Comparison with previous methods show that quantized networks using our lookup tables achieve state-of-the-art performance on image classification, image super-resolution, and point cloud classification tasks.

📄 PDF Abstract BibTeX

Code (1)

The-Learning-And-Vision-Atelier-LAVA/LLT pytorch

Tasks

Computational Efficiencyimage-classificationImage ClassificationImage Super-ResolutionPoint Cloud ClassificationQuantizationSuper-Resolution

Similar Papers 제목 키워드 기반

Fast Matrix Multiplications for Lookup Table-Quantized LLMs

2024-07-15 · Han Guo, William Brandon, Radostin Cholakov, Jonathan Ragan-Kelley 외

The deployment of large language models (LLMs) is often constrained by memory bandwidth, where the primary bottleneck is the cost of transferring model parameters from the GPU's global memory to its registers. When coupl…

Quantization

DeepGEMM: Accelerated Ultra Low-Precision Inference on CPU Architectures using Lookup Tables

2023-04-18 · Darshan C. Ganji, Saad Ashfaq, Ehsan Saboori, Sudhakar Sah 외

A lot of recent progress has been made in ultra low-bit quantization, promising significant improvements in latency, memory footprint and energy consumption on edge devices. Quantization methods such as Learned Step Size…

CPUQuantization

KANtize: Exploring Low-bit Quantization of Kolmogorov-Arnold Networks for Efficient Inference

2026-03-18 · Sohaib Errabii, Olivier Sentieys, Marcello Traiola arxiv

Kolmogorov-Arnold Networks (KANs) have gained attention for their potential to outperform Multi-Layer Perceptrons (MLPs) in terms of parameter efficiency and interpretability. Unlike traditional MLPs, KANs use learnable …

Optimizing Neural Networks with Learnable Non-Linear Activation Functions via Lookup-Based FPGA Acceleration

2025-08-23 · Mengyuan Yin, Benjamin Chen Ming Choong, Chuping Qu, Rick Siow Mong Goh 외 arxiv

Learned activation functions in models like Kolmogorov-Arnold Networks (KANs) outperform fixed-activation architectures in terms of accuracy and interpretability; however, their computational complexity poses critical ch…

LUT-LLM: Efficient Large Language Model Inference with Memory-based Computations on FPGAs

2025-11-09 · Zifan He, Shengyu Ye, Rui Ma, Yang Wang 외 arxiv

The rapid development of large language models (LLM) has greatly enhanced everyday applications. While many FPGA-based accelerators, with flexibility for fine-grained data control, exhibit superior speed and energy effic…