paper-with-me

Papers

You Only Need One Color Space: An Efficient Network for Low-light Image Enhancement

2024-02-08 · Qingsen Yan, Yixu Feng, Cheng Zhang, Pei Wang, Peng Wu, Wei Dong, Jinqiu Sun, Yanning Zhang

Low-Light Image Enhancement (LLIE) task tends to restore the details and visual information from corrupted low-light images. Most existing methods learn the mapping function between low/normal-light images by Deep Neural Networks (DNNs) on sRGB and HSV color space. Nevertheless, enhancement involves amplifying image signals, and applying these color spaces to low-light images with a low signal-to-noise ratio can introduce sensitivity and instability into the enhancement process. Consequently, this results in the presence of color artifacts and brightness artifacts in the enhanced images. To alleviate this problem, we propose a novel trainable color space, named Horizontal/Vertical-Intensity (HVI). It not only decouples brightness and color from RGB channels to mitigate the instability during enhancement but also adapts to low-light images in different illumination ranges due to the trainable parameters. Further, we design a novel Color and Intensity Decoupling Network (CIDNet) with two branches dedicated to processing the decoupled image brightness and color in the HVI space. Within CIDNet, we introduce the Lightweight Cross-Attention (LCA) module to facilitate interaction between image structure and content information in both branches, while also suppressing noise in low-light images. Finally, we conducted 22 quantitative and qualitative experiments to show that the proposed CIDNet outperforms the state-of-the-art methods on 11 datasets. The code is available at https://github.com/Fediory/HVI-CIDNet.

📄 PDF Abstract BibTeX arXiv:2402.05809

Code (1)

fediory/hvi-cidnet 공식 구현 pytorch

Tasks

Image EnhancementLow-light Image Deblurring and EnhancementLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

GamutMLP: A Lightweight MLP for Color Loss Recovery

2023-04-23 · CVPR 2023 1 · Hoang M. Le, Brian Price, Scott Cohen, Michael S. Brown

Cameras and image-editing software often process images in the wide-gamut ProPhoto color space, encompassing 90% of all visible colors. However, when images are encoded for sharing, this color-rich representation is tran…

Training Neural Networks on RAW and HDR Images for Restoration Tasks

2023-12-06 · Andrew Yanzhe Ke, Lei Luo, Xiaoyu Xiang, Yuchen Fan 외

The vast majority of standard image and video content available online is represented in display-encoded color spaces, in which pixel values are conveniently scaled to a limited range (0-1) and the color distribution is …

DeblurringDenoisingImage RestorationImage Super-Resolution+1

Lightweight Image Inpainting by Stripe Window Transformer with Joint Attention to CNN

2023-01-02 · Tsung-Jung Liu, Bo-Wei Chen, Kuan-Hsien Liu

Image inpainting is an important task in computer vision. As admirable methods are presented, the inpainted image is getting closer to reality. However, the result is still not good enough in the reconstructed texture an…

Image Inpainting

FCDFusion: a Fast, Low Color Deviation Method for Fusing Visible and Infrared Image Pairs

2024-08-02 · Hesong Li, Ying Fu

Visible and infrared image fusion (VIF) aims to combine information from visible and infrared images into a single fused image. Previous VIF methods usually employ a color space transformation to keep the hue and saturat…

Infrared And Visible Image Fusion

Better Than Reference In Low Light Image Enhancement: Conditional Re-Enhancement Networks

2020-08-26 · Yu Zhang, Xiaoguang Di, Bin Zhang, Ruihang Ji 외

Low light images suffer from severe noise, low brightness, low contrast, etc. In previous researches, many image enhancement methods have been proposed, but few methods can deal with these problems simultaneously. In thi…

GPUImage EnhancementLow-Light Image Enhancement