paper-with-me

홈 › Papers

Prompt-Guided Image-Adaptive Neural Implicit Lookup Tables for Interpretable Image Enhancement

2024-08-20 · Satoshi Kosugi

In this paper, we delve into the concept of interpretable image enhancement, a technique that enhances image quality by adjusting filter parameters with easily understandable names such as "Exposure" and "Contrast". Unlike using predefined image editing filters, our framework utilizes learnable filters that acquire interpretable names through training. Our contribution is two-fold. Firstly, we introduce a novel filter architecture called an image-adaptive neural implicit lookup table, which uses a multilayer perceptron to implicitly define the transformation from input feature space to output color space. By incorporating image-adaptive parameters directly into the input features, we achieve highly expressive filters. Secondly, we introduce a prompt guidance loss to assign interpretable names to each filter. We evaluate visual impressions of enhancement results, such as exposure and contrast, using a vision and language model along with guiding prompts. We define a constraint to ensure that each filter affects only the targeted visual impression without influencing other attributes, which allows us to obtain the desired filter effects. Experimental results show that our method outperforms existing predefined filter-based methods, thanks to the filters optimized to predict target results. Our source code is available at https://github.com/satoshi-kosugi/PG-IA-NILUT.

📄 PDF Abstract BibTeX arXiv:2408.11055

Code (1)

satoshi-kosugi/pg-ia-nilut 공식 구현 pytorch

Tasks

Image EnhancementLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

MAC-Lookup: Multi-Axis Conditional Lookup Model for Underwater Image Enhancement

2025-07-03 · Fanghai Yi, Zehong Zheng, Zexiao Liang, Yihang Dong 외

Enhancing underwater images is crucial for exploration. These images face visibility and color issues due to light changes, water turbidity, and bubbles. Traditional prior-based methods and pixel-based methods often fail…

Image Enhancement

NILUT: Conditional Neural Implicit 3D Lookup Tables for Image Enhancement

2023-06-20 · Marcos V. Conde, Javier Vazquez-Corral, Michael S. Brown, Radu Timofte

3D lookup tables (3D LUTs) are a key component for image enhancement. Modern image signal processors (ISPs) have dedicated support for these as part of the camera rendering pipeline. Cameras typically provide multiple op…

Color ManipulationImage EnhancementPhoto RetouchingTone Mapping

Vision-guided and Mask-enhanced Adaptive Denoising for Prompt-based Image Editing

2024-10-14 · Kejie Wang, Xuemeng Song, Meng Liu, Jin Yuan 외

Text-to-image diffusion models have demonstrated remarkable progress in synthesizing high-quality images from text prompts, which boosts researches on prompt-based image editing that edits a source image according to a t…

DenoisingImage GenerationText-based Image Editing

Deep Collective Learning: Learning Optimal Inputs and Weights Jointly in Deep Neural Networks

2020-09-17 · Xiang Deng, Zhongfei, Zhang

It is well observed that in deep learning and computer vision literature, visual data are always represented in a manually designed coding scheme (eg., RGB images are represented as integers ranging from 0 to 255 for eac…

image-classificationImage Classification

DictAS: A Framework for Class-Generalizable Few-Shot Anomaly Segmentation via Dictionary Lookup

2025-08-19 · Zhen Qu, Xian Tao, Xinyi Gong, ShiChen Qu 외 arxiv

Recent vision-language models (e.g., CLIP) have demonstrated remarkable class-generalizable ability to unseen classes in few-shot anomaly segmentation (FSAS), leveraging supervised prompt learning or fine-tuning on seen …

Self-Supervised Learning