paper reading(3) - Lightness-aware contrast enhancement for images with different illumination conditions

目录

  • Lightness-aware contrast enhancement for images with different illumination conditions

    • 1. approach
    • 2. puzzle
    • 3. reference

Lightness-aware contrast enhancement for images with different illumination conditions



1. approach

In this paper, a simple but effective model for low-light enhancement which has a lightness-aware property is proposed. As model structure shown in \(Fig.1\) and equation defined in \(Eq.1\).

\(Fig.1\) model structure is illustrated.

\[I_0 = L\odot I+ (1 - L) \odot I_E\tag{1}\]

\(Eq.1\) model equational presentation. Where \(I_0\) is model output with the enhancing result of input image \(I\), \(L\) and \(I_e\) are estimated lightness map and initial enhanced result respectively.

After the overall framework is put forward, several unsolved issues are waiting for solutions, such as lightness map estimation and initial enhancing processing. Solutions of the above issues are to be described in the subsections.

  • 1.1 Estimation of lightness map

    • 1.1.1 initial estimation

      • maximum RGB channel Initial lightness estimation producing process is based on maximum channel of RGB image instead of grayscale image for its value-representative in low lightness condition and structure-representative which is of vital importance in later refine processing.

        \[T_0(p) = \max I^c(p)\quad c\in\{R, G, B\}\tag{2}\]

    • 1.1.2 refine initial estimation
      • lightness mask As a center process in a system with lightness-aware property, the lightness map is of vital importance, refinement is required. We set a threshold to judge whether a pixel is weak-illuminated, function present a perfect performance when setting \(t = 0.2\) which is validated in experiments. Outliers generated in this process can be removed in ==morphological open operation==.

        \[L_{B_{temp}}(p) = 1 - (T_0 > t) \tag{3}\]

        \[L_B = U\{L_{B_{temp}}\}\tag{4}\]

        \(Eq.3, 4\) \((T_0 > t)\) is a bool value which only ranges 0 and 1, \(U\{\}\) is a morphological open operation.

      • guided filter For the linear function and local operator property of maximum RGB channel method, many small outliers are produced. Guided filter is introduced to solve the artifacts.

        \[L_R \larr \sum_jW_{ij}(g)L_B\tag{5}\]

        \[W_{ij}(g) = \frac{1}{|\omega|^2}\sum_{k:(i, j)\in\omega_k}(1 + \frac{(g_i - \mu_k)(g_j - \mu_k)}{\sigma_k^2 - \epsilon})\tag{6}\]

        \(Eq.4,5\) where \(\omega_k\), \(|\omega|\) are a window centered pixel \(k\) and pixel numbers of windows respectively. \(\mu\) and \(\sigma^2\) are the mean and variance of guided image \(g\) respectively. \(\epsilon\) is a regularization parameter. \(g\) is the maximum channel image \(T_0\).

  • 1.2 Initial enhancing method

    Some state-of-art method can be apply to enhanced image generation, such as the LIME1 method/ the LDR method/ the RGF2 method/ the RTV3 method.

2. puzzle

puzzles are highlighted in contents.

  • morphological open operator is applied to remove small outliers(para.2, section.3.1)

3. reference

[1] Guo X, Li Y, Ling H (2017) LIME: low-light image enhancement via illumination map estimation. IEEE Trans Image Process 26(2):982–993

[2] Zhang Q, Shen X, Xu L, Jia J (2014) Rolling guidance filter. Proc Eur Conf Comput Vision (ECCV)

[3] Xu L, Yan Q, Xia Y, Jia J (2013) Structure extraction from texture via relative Total variation. ACM Trans Graph 31(6):Article 139

原文地址:https://www.cnblogs.com/litun/p/12231949.html

时间: 2024-08-02 02:44:14

paper reading(3) - Lightness-aware contrast enhancement for images with different illumination conditions的相关文章

paper reading(4) - LIME: Low-light Image Enhancement via Illumination Map Estimation

目录 LIME: Low-light Image Enhancement via Illumination Map Estimation 1. approach 2. puzzle 3. reference LIME: Low-light Image Enhancement via Illumination Map Estimation 1. approach Retinex theory In this paper, A method enhancing low-light image ill

Paper Reading: Stereo DSO

开篇第一篇就写一个paper reading吧,用markdown+vim写东西切换中英文挺麻烦的,有些就偷懒都用英文写了. Stereo DSO: Large-Scale Direct Sparse Visual Odometry with Stereo Cameras Abstract Optimization objectives: intrinsic/extrinsic parameters of all keyframes all selected pixels' depth Inte

paper reading(2) - A Fusion-based enhancing method for weakly illuminated images

目录 A Fusion-based enhancing method for weakly illuminated images approach puzzle reference A Fusion-based enhancing method for weakly illuminated images approach \(Step\) \(1\) illumination estimation Derived from retinex theory, an input image could

Paper Reading: Perceptual Generative Adversarial Networks for Small Object Detection

Perceptual Generative Adversarial Networks for Small Object Detection 2017-07-11  19:47:46   CVPR 2017 This paper use GAN to handle the issue of small object detection which is a very hard problem in general object detection. As shown in the followin

【Paper Reading】Object Recognition from Scale-Invariant Features

Paper: Object Recognition from Scale-Invariant Features Sorce: http://www.cs.ubc.ca/~lowe/papers/iccv99.pdf SIFT 即Scale Invariant Feature Transfrom, 尺度不变变换,由David Lowe提出.是CV最著名也最常用的特征.在图像目标识别的应用中,常常要求图像的特征有很好的roboust即不容易受到平移,旋转,尺度缩放,光照,仿射的英雄.SIFT算子具有

Paper Reading: Beyond Correlation Filters: Learning Continuous Convolution Operators for Visual Tracking

Beyond Correlation Filters: Learning Continuous Convolution Operators for Visual TrackingECCV 2016  The key point of KCF is the ability to efficiently exploit available negative data by including all shifted versions of a training sample, in anthor w

CVPR 2016 paper reading (6)

1. Neuroaesthetics in fashion: modeling the perception of fashionability, Edgar Simo-Serra, Sanja Fidler, Francesc Moreno-Noguer, Raquel Urtasun, in CVPR 2015. Goal: learn and predict how fashionable a person looks on a photograph, and suggest subtle

paper reading in 1/1/2016~1/3/2016

CVPR15:Person Count Localization in Videos from Noisy Foreground and Detections paper主要的contribution是定义了person count localization及其周边,不过虽然之前提过的person count问题常用结果评估标准是只看最后给出的counts,但其实之前的文章也并不完全是只给出global counts的.文中可能是更加重视这个localization的问题并且确实是利用这个信息去

Optimized contrast enhancement for real-time image and video dehazing

[摘要]本文提出了一种针对含有雾的图像和视频快速.完善的去雾算法.观察发现有雾的图像普遍具有低对比度,我们通过增强对比度来修复图像.然后多度的增强这些低对比度会截断像素值以及导致信息丢失.因此,我们引入一个包含对比项以及信息丢失项的损失函数.通过最小化损失函数,该算法不仅增强了对比度而且有效的保留了图像信息.另外,我们将图片去雾算法扩展到视频去雾.我们通过计算透射率的相关性减少对视频去雾时的闪烁程度.实验证明该算法去雾的有效性以及快速地进行实时去雾. Hazing modeling 解决问题之前