paper-with-me

홈 › Papers

Hundred-Kilobyte Lookup Tables for Efficient Single-Image Super-Resolution

2023-12-11 · Binxiao Huang, Jason Chun Lok Li, Jie Ran, Boyu Li, Jiajun Zhou, Dahai Yu, Ngai Wong

Conventional super-resolution (SR) schemes make heavy use of convolutional neural networks (CNNs), which involve intensive multiply-accumulate (MAC) operations, and require specialized hardware such as graphics processing units. This contradicts the regime of edge AI that often runs on devices strained by power, computing, and storage resources. Such a challenge has motivated a series of lookup table (LUT)-based SR schemes that employ simple LUT readout and largely elude CNN computation. Nonetheless, the multi-megabyte LUTs in existing methods still prohibit on-chip storage and necessitate off-chip memory transport. This work tackles this storage hurdle and innovates hundred-kilobyte LUT (HKLUT) models amenable to on-chip cache. Utilizing an asymmetric two-branch multistage network coupled with a suite of specialized kernel patterns, HKLUT demonstrates an uncompromising performance and superior hardware efficiency over existing LUT schemes. Our implementation is publicly available at: https://github.com/jasonli0707/hklut.

📄 PDF Abstract BibTeX arXiv:2312.06101

Code (1)

jasonli0707/hklut 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Learning Series-Parallel Lookup Tables for Efficient Image Super-Resolution

2022-07-26 · Cheng Ma, Jingyi Zhang, Jie zhou, Jiwen Lu

Lookup table (LUT) has shown its efficacy in low-level vision tasks due to the valuable characteristics of low computational cost and hardware independence. However, recent attempts to address the problem of single image…

Image Super-ResolutionSuper-Resolution

Efficient Neural Network Encoding for 3D Color Lookup Tables

2024-12-19 · Vahid Zehtab, David B. Lindell, Marcus A. Brubaker, Michael S. Brown

3D color lookup tables (LUTs) enable precise color manipulation by mapping input RGB values to specific output RGB values. 3D LUTs are instrumental in various applications, including video editing, in-camera processing, …

Color ManipulationEfficient Neural NetworkVideo Editing

Learnable Lookup Table for Neural Network Quantization

2022-01-01 · CVPR 2022 1 · Longguang Wang, Xiaoyu Dong, Yingqian Wang, Li Liu 외

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 distribut…

Computational Efficiencyimage-classificationImage ClassificationImage Super-Resolution+3

A New Hyperelastic Lookup Table for RT-DC

2022-08-26 · Lucas Daniel Wittwer, Felix Reichel, Paul Müller, Jochen Guck 외

Real-time deformability cytometry (RT-DC) is an established method that quantifies features like size, shape, and stiffness for whole cell populations on a single-cell level in real time. To extract the cell stiffness, a…

Justlookup: One Millisecond Deep Feature Extraction for Point Clouds By Lookup Tables

2019-08-14 · Hongxin Lin, Zelin Xiao, Yang Tan, Hongyang Chao 외

Deep models are capable of fitting complex high dimensional functions while usually yielding large computation load. There is no way to speed up the inference process by classical lookup tables due to the high-dimensiona…

CPU