paper-with-me

Papers

ShadowHack: Hacking Shadows via Luminance-Color Divide and Conquer

2024-12-03 · Jin Hu, Mingjia Li, Xiaojie Guo

Shadows introduce challenges such as reduced brightness, texture deterioration, and color distortion in images, complicating a holistic solution. This study presents \textbf{ShadowHack}, a divide-and-conquer strategy that tackles these complexities by decomposing the original task into luminance recovery and color remedy. To brighten shadow regions and repair the corrupted textures in the luminance space, we customize LRNet, a U-shaped network with a rectified attention module, to enhance information interaction and recalibrate contaminated attention maps. With luminance recovered, CRNet then leverages cross-attention mechanisms to revive vibrant colors, producing visually compelling results. Extensive experiments on multiple datasets are conducted to demonstrate the superiority of ShadowHack over existing state-of-the-art solutions both quantitatively and qualitatively, highlighting the effectiveness of our design. Our code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2412.02545

Code (1)

lime-j/shadowhack 공식 구현

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
LRNet The Local Relation Network (LR-Net) is a network built with local relation layers which represent a feature image extractor. This feature extractor adaptively determines…

Similar Papers 제목 키워드 기반

Color Learning for Image Compression

2023-06-30 · Srivatsa Prativadibhayankaram, Thomas Richter, Heiko Sparenberg, Siegfried Fößel

Deep learning based image compression has gained a lot of momentum in recent times. To enable a method that is suitable for image compression and subsequently extended to video compression, we propose a novel deep learni…

Deep LearningImage CompressionVideo Compression

Low-light Image Enhancement via Breaking Down the Darkness

2021-11-30 · Qiming Hu, Xiaojie Guo

Images captured in low-light environment often suffer from complex degradation. Simply adjusting light would inevitably result in burst of hidden noise and color distortion. To seek results with satisfied lighting, clean…

Image EnhancementLow-Light Image Enhancement

Color Constancy by Learning to Predict Chromaticity from Luminance

2015-06-06 · NeurIPS 2015 12 · Ayan Chakrabarti

Color constancy is the recovery of true surface color from observed color, and requires estimating the chromaticity of scene illumination to correct for the bias it induces. In this paper, we show that the per-pixel colo…

Color Constancy

Division Gets Better: Learning Brightness-Aware and Detail-Sensitive Representations for Low-Light Image Enhancement

2023-07-18 · Huake Wang, Xiaoyang Yan, Xingsong Hou, Junhui Li 외

Low-light image enhancement strives to improve the contrast, adjust the visibility, and restore the distortion in color and texture. Existing methods usually pay more attention to improving the visibility and contrast vi…

Image EnhancementLow-Light Image Enhancement

Luminance-aware Color Transform for Multiple Exposure Correction

2023-01-01 · ICCV 2023 1 · Jong-Hyeon Baek, Daehyun Kim, Su-Min Choi, Hyo-Jun Lee 외

Images captured with irregular exposures inevitably present unsatisfactory visual effects, such as distorted hue and color tone. However, most recent studies mainly focus on underexposure correction, which limits the…

DecoderExposure Correction