paper-with-me

Papers

Faster Convolution Inference Through Using Pre-Calculated Lookup Tables

2021-04-04 · Grigor Gatchev, Valentin Mollov

Low-cardinality activations permit an algorithm based on fetching the inference values from pre-calculated lookup tables instead of calculating them every time. This algorithm can have extensions, some of which offer abilities beyond those of the currently used algorithms. It also allows for a simpler and more effective CNN-specialized hardware.

📄 PDF Abstract BibTeX arXiv:2104.01681

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Deep Lookup Network

2025-09-17 · Yulan Guo, Longguang Wang, Wendong Mao, Xiaoyu Dong 외 arxiv

Convolutional neural networks are constructed with massive operations with different types and are highly computationally intensive. Among these operations, multiplication operation is higher in computational complexity …

Point Cloud ClassificationImage Super-ResolutionImage ClassificationPoint Clouds

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

DnLUT: Ultra-Efficient Color Image Denoising via Channel-Aware Lookup Tables

2025-03-20 · CVPR 2025 1 · Sidi Yang, Binxiao Huang, Yulun Zhang, Dahai Yu 외

While deep neural networks have revolutionized image denoising capabilities, their deployment on edge devices remains challenging due to substantial computational and memory requirements. To this end, we present DnLUT, a…

Color Image DenoisingDenoisingImage Denoising

Taming Lookup Tables for Efficient Image Retouching

2024-03-28 · Sidi Yang, Binxiao Huang, Mingdeng Cao, Yatai Ji 외

The widespread use of high-definition screens in edge devices, such as end-user cameras, smartphones, and televisions, is spurring a significant demand for image enhancement. Existing enhancement models often optimize fo…

CPUGPUImage EnhancementImage Retouching

Vec-LUT: Vector Table Lookup for Parallel Ultra-Low-Bit LLM Inference on Edge Devices

2025-12-06 · Xiangyu Li, Chengyu Yin, Weijun Wang, Jianyu Wei 외 arxiv

Large language models (LLMs) are increasingly deployed on edge devices. To meet strict resource constraints, real-world deployment has pushed LLM quantization from 8-bit to 4-bit, 2-bit, and now 1.58-bit. Combined with l…