paper-with-me

Papers

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, photographic filters, computer graphics, and color processing for displays. While an individual LUT does not incur a high memory overhead, software and devices may need to store dozens to hundreds of LUTs that can take over 100 MB. This work aims to develop a neural network architecture that can encode hundreds of LUTs in a single compact representation. To this end, we propose a model with a memory footprint of less than 0.25 MB that can reconstruct 512 LUTs with only minor color distortion ($\bar{\Delta}E_M$ $\leq$ 2.0) over the entire color gamut. We also show that our network can weight colors to provide further quality gains on natural image colors ($\bar{\Delta}{E}_M$ $\leq$ 1.0). Finally, we show that minor modifications to the network architecture enable a bijective encoding that produces LUTs that are invertible, allowing for reverse color processing. Our code is available at https://github.com/vahidzee/ennelut.

📄 PDF Abstract BibTeX arXiv:2412.15438

Code (1)

vahidzee/ennelut 공식 구현

Tasks

Color ManipulationEfficient Neural NetworkVideo Editing

Similar Papers 제목 키워드 기반

GLUT: 3D Gaussian Lookup Table for Continuous Color Transformation

2026-05-19 · Danna Xue, David Serrano-Lozano, Shaolin Su, Javier Vazquez-Corral arxiv

3D Lookup Tables (3D LUTs) are widely used for color mapping, but their grid-based representation requires discretizing the RGB space, leading to a capacity-memory trade-off that becomes prohibitive when storing large nu…

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

SepLUT: Separable Image-adaptive Lookup Tables for Real-time Image Enhancement

2022-07-18 · Canqian Yang, Meiguang Jin, Yi Xu, Rui Zhang 외

Image-adaptive lookup tables (LUTs) have achieved great success in real-time image enhancement tasks due to their high efficiency for modeling color transforms. However, they embed the complete transform, including the c…

Computational EfficiencyImage EnhancementPhoto Retouching

Illuminant-Adaptive 3D Lookup Tables for Camera Color Correction

2026-07-13 · Claudio Rota, Luca Cogo, Simone Bianco, Raimondo Schettini arxiv

Color correction is a key component of camera image signal processing (ISP) pipelines, encompassing illuminant discounting and colorimetric mapping of device-dependent sensor responses to device-independent color spaces,…

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