Underwater Optical Image Dehazing Using Guided Trigonometric Bilateral Filtering Huimin Lu1,2, Yujie Li2, Lifeng Zhang2

Akira Yamawaki2, Shiyuan Yang2, Seiichi Serikawa2

1

2

Japan Society for the Promotion of Science JSPS Research Fellow Tokyo, Japan [email protected]

Dept. of Electrical Engineering and Electronics Kyushu Institute of Technology, Kyutech Kitakyushu, Japan [email protected]

Abstract— This paper describes a novel method to enhance underwater optical images by dehazing. Scattering and color change are two major problems of distortion for underwater imaging. Scattering is caused by large suspended particles, like fog or turbid water which contains abundant particles, plankton etc. Color change corresponds to the varying degrees of attenuation encountered by light traveling in the water with different wavelengths, rendering ambient underwater environments dominated by a bluish tone. Our key contribution is to propose a fast image and video dehazing algorithm, to compensate the attenuation discrepancy along the propagation path, and to take the influence of the possible presence of an artificial lighting source into consideration. The enhanced images are characterized by reduced noised level, better exposedness of the dark regions, improved global contrast while the finest details and edges are enhance significantly. In addition, our enhancement method is comparable to higher quality than the state-of-the-art methods.

I. INTRODUCTION Underwater vehicles are used to survey the ocean floor, generally with optical sensors for their capability of remote sensing in recent years. Therefore, underwater vision is an important issue in ocean engineering. Different from the common images, underwater images suffer from poor visibility due to the medium scattering and light distortion. Because of the challenging environmental conditions and the differential light dissemination, most of traditional computer vision methods cannot be applied directly in underwater images [1]. First of all, capturing images underwater is difficult, mostly due to attenuation caused by light that is reflected from a surface and is deflected and scattered by particles, and absorption substantially reduces the light energy. The random attenuation of the light is mainly cause of the haze appearance while the fraction of the light scattered back from the water along the sight considerable degrades the scene contrast. In particular, the objects at a distance of more than 10 meters are almost indistinguishable while the colors are faded due to the

978-1-4673-5762-3/13/$31.00 ©2013 IEEE

characteristic wavelengths are cut according to the water depth [2]. There have been many techniques to restore and enhance the underwater images. Y.Y. Schechner et al. [3] exploited the polarization dehazing method to compensate for visibility degradation, using fusion method in turbid medium for reconstruct a clear image [4], combining point spread function and a modulation transfer function to reduce the blurring effect [5]. Although the aforementioned approaches can enhance the image contrast, these methods have demonstrated several drawbacks that reduce their practical applicability. First, the equipment of imaging is difficult in practice (e.g. range-gated laser imaging system). Second, multiple input images are required (e.g. two illumination images [4], white balanced image and color corrected image [2]). In order to solve these two problems, single image dehazing method is mentioned. Fattal [16] firstly estimated the scene radiance and derived the transmission image by single image. However, this method cannot well process heavy haze images. Then, He et al. [17] proposed the scene depth information-based dark channel prior dehazing algorithm by using matting Laplacian, which could be computational intensive. To overcome this disadvantage, He et al. also proposed a new guided image filter [7] with the foggy image as a reference image, which lead to incomplete haze removal. Sun et al. [18] firstly considered combining bilateral filters with dark channel prior for haze or foggy removal. The computational time is O(n2/C), moreover, through the experimental results, there are some halos in the edges. Xiao et al. [19] extended this method and took a guided joint bilateral filter for dehazing. This method takes the median filtered image as a reference image for haze removal, and utilizes Yang’s. [20] accelerate algorithm for speed up the computational time. These methods are based on a piecewiselinear approximation of bilateral filters, which could not well approximate the details of the image. In this paper, we introduce a novel approach that is able to enhance underwater images based on single image, as well as

2147

colorization. We propose a new guided trigonometric filter instead of the matting Laplacian [6] or guided filters [7] to solve the alpha mattes more efficiently. In short summary, our technical contributions are in twofold: first, the proposed filter can perform as an edge-preserving smoothing operator like the popular bilateral filter, but has better behavior near the edges. Second, the novel guided filter has a fast and non-approximate constant-time algorithm, whose computational complexity is independent of the filtering kernel size. II.

UNDERWATER IMAGING MODEL

In the optical model, the acquired image can be modeled as being composed of two components. One is the direct transmission of light from the object, and the other is the transmission due to scattering by the particles of the medium (e.g. airlight). Mathematically, it can be written as

I ( x) = J ( x)t ( x) + (1 − t ( x)) A

(1)

where I is the achieved image. J is the scene radiance or hazefree image, t is the transmission along the cone of vision, and t(x) = exp(-ȕd(x)), ȕ is the attenuation coefficient of the medium, d(x) is the distance between the camera and the object, A is the veiling color constant and x = (x, y) is a pixel. The optical model assumes linear correlation between the reflected light and the distance between the object and observer. The light propagation model is slightly different underwater environment. In the underwater model, absorption plays an important role in image degrading. Furthermore, unlike scattering, the absorption coefficient is different for each color channel, being the highest for red and lowest for blue in seawater. These leads to achieve the following simplified hazy image formation model:

Here, take the min operation in the local patch on the haze imaging function (1), we assume the transmission as, (4) min( I c ( x )) = tc ( x ) min ( J c ( x)) + (1 − t ( x)) Ac y∈Ω ( x )

Since Ac is the homogeneous background light and the above equation and the above equation perform one more min operation among all three color channels as follows: I ( x) J ( x) (5) min min ( c ) = t ( x) min( min ( c )) + (1 − t ( x)) c

III.

ESTIMATING THE TRANSMISSION

Ac

y∈Ω ( x )

c

As Ref. [21], let us set V(x) = Ac(1-t(x)) as the transmission veil, W = minc(Ic(x)) is the min color components of I(x). We have 0҇V(x)҇W(x). For grayscale image, W = I. Utilize the guided trigonometric bilateral filter (GTBF), we compute the T(x) = median(x) - GTBFȍ(|W – median(x)|). And then, we can acquire the by V(x) = max{min[wT(x), W(x)], 0}, here w is the parameter in (0,1). Finally, the transmission of each patch can be written as, V ( x) ~ (6) t ( x) = 1 − Ac The background Ac is usually assumed to be the pixel intensity with the highest brightness value in an image. However, in practice, this simple assumption often renders erroneous results due to the presence of self-luminous organisms. So, in this paper, we compute the brightest pixel value among all local min corresponds to the background light Ac as follows: (7) Ac = max min I c ( y ) y∈Ω ( x )

x∈I

where Ic(y) is the local color components of I(x) in each patch. IV.

I ( x) = J ( x)e − ( β s + β a ) d ( x) + (1 − e − β s d ( x) ) A

(2) where ȕ s is the scattering coefficient and ȕ a is the absorption coefficient of light. The effects of haze are highly correlated with the range of the underwater scene. In this paper, we simplify the situation as at a certain water depth, the transmission t is defined only by the distance between camera and scene.

c

Ac

y∈Ω ( x )

GUIDED TRIGONOMETRIC BILATERAL FILTERING

The standard Gaussian bilateral filter is given 1 f ( x) = G ( y )Gσ r ( f ( x − y ) − f ( x)) f ( x − y )dy η ( x) ³Ω σ s

where η ( x ) = ³ Gσ ( y )Gσ ( f ( x − y) − f ( x))dy Ω

s

r

where Gσ is the Gaussian spatial kernel and Gσ is the onedimensional Gaussian range kernel. Ș is the normalization coefficient. s

According to recent researches, we found that the red color channel is attenuated at a much higher rate than the green or blue channel. We further assume that the transmission in the water is constant. We denote the patch’s transmission as ~t ( x) . Take the maximum intensity of the red color channel to compare with the maximum intensity of the green and blue color channels. We define the dark channel Jdark(x) for the underwater image J(x) as, (3) J dark ( x) = min( min J c ( x)) c∈{ r } y∈Ω ( x )

where Jc(x) refers to a pixel x in color channel c ∈ {r} in the observed image, and ȍ refers to a patch in the image. The dark channel is mainly caused by three factors, shadows, colorful objects or surfaces and dark objects or surfaces.

(8)

r

Assuming the intensity values f(x) to be restricted to the interval [-T, T]. Gσ r is approximate by raised cosine kernels. This is motivated by observation that, for al -T҇s҇T,

lim ªcos N →∞ ¬

( )º¼ γs

N

N

(

2 2

= exp − γ2 ρs2

)

(9)

where Ȗ = ʌ/2T and ȡ= Ȗır are used to control the variance of the target Gaussian on the right, and to ensure that the raised cosines on the left are non-negative and unimodal on [-T, T] for every N. The trigonometric function based bilateral filter [22] allows to express the otherwise non-linear transform in (8) as

2148

the superposition of Gaussian convolutions, applied on simple pointwise transforms of the image with a series of spatial filtering, (10)

( F0 ∗ Gσ r )( x ), ( F1 ∗ Gσ r )( x ),..., ( FN ∗ Gσ r )( x )

where the image stack F0(x), F1(x),…, FN(x) are obtained from pointwise transform of f(x). Each of these Gaussian filtering are computed using O(1) algorithm. And the overall algorithm has O(1) complexity. RECOVERING THE SCENE RADIANCE

V.

(c) He’s method

With the transmission depth map, we can recover the scene radiance according to Equation (1). We restrict the transmission t(x) to a lower bound t0, which means that a small certain amount of haze are preserved in very dense haze regions. The final scene radiance J(x) is written as, J ( x) =

I c ( x) − Ac + Ac max(t ( x), t 0 )

(d) Our proposed method

Figure 1. Comparisons with different methods. (Mountain)

(11)

Typically, we choose t0=0.1 in practice. We take color histogram processing for contrast enhancement. VI.

EXPERIMENTAL RESULTS

The performance of the proposed algorithm is evaluated both objectively and subjectively by utilizing ground-truth color patches. We also compare the proposed method with the state of the art methods. Both results demonstrate superior haze removing and color balancing capabilities of the proposed method over the others. In the experiment, we take two groups of image from alpha matting website [9]. In the first test(natural image), we compare our method with Fattal and He’s work. Here, we select patch radius r = 4, İ = 0.1×0.1, in Windows XP, Intel Core 2 (2.0GHz) with 1 GB RAM. Figure 1 shows the results of different methods. The drawback of Fattal’s method is elaborated on the Ref. [7]. To compare with He’s method, our approach performs better. In He’s approach, because of using soft matting, the visible mosaic artifacts are observed. Some of the regions are too dark (e.g. the center of the mountains image) and hazes are not removed (e.g. the sky of the image). There are also some halos around the stone. Our approach not only works well in haze removal, but also cost little computational complex. We also compare the results in test 2 (underwater image). We choose the patch radius r = 8, İ = 0.2×0.2 for computing. The results are shown in Figure 2. The results also demonstrate that our proposed method is the best.

(a) Input image

(b) Fattal’s method

(c) He’s method

(d) Our proposed method

Figure 2. Comparisons with different methods. (Coral reefs )

(a)

(a) Input image

(b)

(c)

(b) Fattal’s method

2149

Figure 3. The transsmission map of each method.

[2]

The visual assessment demonstrates that our proposed method performs well. In addition to the visual analysis of these figures, we conducted quantitative analysis, mainly from the perspective of mathematical statistics and the statistical parameters of the images (see Table 1). These include High-Dynamic Range Visual Difference Predictor2 (HDR-VDP2) [11], and CPU time (Other indexes are also compared in our experiments which are shown in our website below). Table 1 displays the average ration (%) of the pixels that have been filtered by applying HDR-VDP2-IQA, CPU computing time measure on several images.

[3] [4]

[5]

[6] [7]

TABLE I. Quantitative analysis of enhanced images

[8] Image

Quantitative Analysis Methods

HDR-VDP2-IQA (%)*

CPU time(s)

mountain

Fattal He Our proposed

19.65 29.61 5.72

coral reefs

Fattal He Our proposed

1.3(Ampl.),95.1(Loss) 15.6(Ampl.),20.5(Loss) 30.8(Ampl.),10.2(Loss) 1.8(Ampl.),16.7(Loss) 5.9(Ampl.),24.3(Loss) 35.4(Ampl.),1.8(Loss)

VII.

[9] [10]

20.05 30.85 4.42

[11]

[12]

DISCUSSIONS AND CONCLUSION

In this paper we explored and successfully implemented a novel image dehazing techniques for underwater images. We proposed a simple prior based on the difference in attenuation among the different color channels, which inspire us to estimate the transmission depth map. Another contribution is to compensate the attenuation discrepancy along the propagation path, and to take the influence of the possible presence of an artificial lighting source into consideration. After these, our algorithm is faster than the state of the art algorithms. That is suitable for real-time computing in practice. In future, we consider utilizing the fusion [12] based method for dehazing (e.g. C.Ancuti et al. [13] by using two input images, and T. Treibitz et al. [4] to fuse different illumination images). More details about our research is provided on http:// www.boss.ecs.ecs.kyutech.ac.jp/~luhuimin. ACKNOWLEDGMENT

[14]

[15]

[16] [17] [18] [19]

This work was partially supported by Grants-in-Aid for Scientific Research of Japan (No. 19500478), and the Research Found of Japan Society for the Promotion of Science for Youngest Scientists. REFERENCES [1]

[13]

[20] [21] [22]

Y.Y. Schechner, N. Karpel, “Recovery of Underwater Visibility and Structure by Polarization Analysis”, IEEE Journal of Oceanic Engineering, vol.30, no.3, pp.570-587, 2005.

2150

C. Ancuti, C.O. Ancuti, T. Haber, P. Bekaert, “Enhancing Underwater Images and Videos by Fusion”, In Proceeding of IEEE Conference on Computer Vision and Pattern Recognition, pp.81-88, 2012. Y.Y. Schechner, Y. Averbuch, “Regularized Image Recovery in Scattering Media”,IEEE Transactions on Pattern Analysis & Machine Intelligence, vol.29, no.9, pp.1655-1660, 2007. T. Treibitz, Y.Y. Schechner, “Turbid Scene Enhancement Using MultiDirectional Illumination Fusion”, IEEE Transactions on Image Processing, July 16, 2012, http://www.ncbi.nlm.nih.gov /pubmed/22829404. W. Hou, D.J. Gray, A.D. Weidemann, G.R. Fournier, J.L. Forand, “Automated Underwater Image Restoration and Retrieval of Related Optical Properties”, In Proceeding of IEEE Internation Symposium of Geoscience and Remote Sensing, pp.1889-1892, 2007. A. Levin, D. Lishinski, Y. Weiss, “A Closed-form Solution to Natural Image Matting”, IEEE Transactions on Pattern Analysis & Machine Intelligence, vol.30, no.2, pp.228-242, 2008. K. He, J. Sun, X. Tang, “Guided Image Filtering”, In Proceeding of the 11th European Conference on Computer Vision, vol.1, pp.1-14, 2010. S. Paris, F. Durand, “A Fast Approximation of the Bilateral Filter using a Signal Processing Approach”, International Journal of Computer Vision, vol.81, no.1, pp.24-52, 2009. Alpha Matting Website. http://www.alphamatting.com Z. Wang, H.R. Sheikh, A.C. Bovik, “No-reference Perceptual Quality Assessment of JPEG Compressed Images”, In Proceeding of 2002 International Conference on Image Processing, vol.1, pp.477-480, 2002. R. Mantiuk, K.J. Kim, A.G. Rempel, W. Heidrich, “HDR-VDP2: A Calibrated Visual Metric for Visibility and Quality Predictions in All Luminance Conditions”, ACM Transactions on Graphics, vol.30, no.4, pp.40-52, 2011. H. Lu, L. Zhang, S. Serikawa, “Maximum Local Energy: An Effective Approach for Image Fusion in Beyond Wavelet Transform Domain”, Computers & Mathematics with Applications, vol.64, no.5, pp.9961003, 2012. C. Ancuti, C.O. Ancuti, T. Haber, P. Bekaert, “Enhancing Underwater Images by Fusion”, In Proceeding of ACM SIGGRAPH2011, Article No.32, 2011. M.E. Munichi, P. Pirjanian, E.D. Bernardo, L. Goncalves, et al., “SIFTing Through Features with ViPR: Application of Visual Pattern Recognition to Robotics and Automation”, IEEE Robotics and Automation Magazine, vol.13, no.3, pp.72-77, 2006. M.A. Fischler, R.C. Bolles, “Random Sample Consensus: A Paradigm for Model Fitting with Applications to Image Analysis and Automated Cartography”, Communications of the ACM, vol.24, no.6, pp.381-395, 1981. R. Fattal, “Signal Image Dehazing”, In: SIGGRAPH, pp.1-9, 2008. K. He, J. Sun, X. Tang, “Single Image Haze Removal Using Dark Channel Prior”, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.33, no.12, pp.2341-2353, 2011. K. Sun, B. Wang, Z. Zhou, Z. Zheng, “Real Time Image Haze Removal Using Bilateral Filter”, Transactions of Beijing Institute of Technology, vol.31, no.7, pp.810-814, 2011. C. Xiao, J. Gan, “Fast Image Dehazing Using Guided Joint Bilateral Filter”, The Visual Compute, vol.28, no.6/8, pp.713-721, 2012. Q. Yang, K. Tan, N. Ahuja, “Real Time O(1) Bilateral Filtering”, In: IEEE Conference on Computer Vision and Pattern Recognition, pp.1-8, 2009. J. Tarel, N. Hautiere, “Fast Visibility Restoration From A Single Color or Gray Level Image”, In: IEEE Conference of Computer Vision and Pattern Recognition, pp.2201-2208, 2008. K.N. Chaudhury, D. Sage, M. Unser, “Fast O(1) Bilateral Filtering Using Trigonometric Range Kernels”, IEEE Transactions on Image Processing, vol.20, no.12, pp.3376-3382, 2011.

Underwater Optical Image Dehazing Using Guided ... - IEEE Xplore

Kyushu Institute of Technology, Kyutech. Kitakyushu, Japan ... Color change corresponds to the varying degrees of attenuation encountered by light traveling in ...

349KB Sizes 5 Downloads 317 Views

Recommend Documents

underwater image enhancement using guided trigonometric ... - Name
distortion corresponds to the varying degrees of attenuation encountered by light ... Then, He et al. [9,. 10] proposed the scene depth information-based dark.

Joint NDT Image Restoration and Segmentation Using ... - IEEE Xplore
Abstract—In this paper, we propose a method to simultaneously restore and to segment piecewise homogeneous images degraded by a known point spread ...

Image Annotation Using Multi-label Correlated Green's ... - IEEE Xplore
Computer Science and Engineering Department. University of Texas at Arlington ... assignment in most of the existing rank-based multi-label classification ...

Texture Image Retrieval Using Adaptive Directional ... - IEEE Xplore
In image and video processing using wavelet transform. (WT), multiresolution decomposition is one of the most im- portant features [1], [2]. It represents an image ...

Halftone-Image Security Improving Using Overall ... - IEEE Xplore
Abstract—For image-based data hiding, it is difficult to achieve good image quality when high embedding capacity and 100% data extraction are also demanded ...

Deep Learning Guided Partitioned Shape Model for ... - IEEE Xplore
Abstract—Analysis of cranial nerve systems, such as the ante- rior visual pathway (AVP), from MRI sequences is challenging due to their thin long architecture, structural variations along the path, and low contrast with adjacent anatomic structures

Video Description Length Guided Constant Quality ... - IEEE Xplore
University of Florida. Gainesville, FL, US [email protected]. Abstract—In this paper, we propose a new video encoding strategy — Video description length guided ...

Nonlinear State–Space Model of Semiconductor Optical ... - IEEE Xplore
Aug 29, 2008 - Page 1 ... then apply the model to design an optical feedback controller ... we use the compressed model to design and demonstrate a con-.

The Prospect of Inter-Data-Center Optical Networks - IEEE Xplore
maintenance events, many of Google services' backend designs maintain redundancy by keep- ing copies in multiple data centers. This combi- nation of global ...

development and validation of multitemporal image ... - IEEE Xplore
Page 1 ... METHODOLOGIES FOR MULTIRISK MONITORING OF CRITICAL STRUCTURES AND ... The capability of monitoring structures and infrastructures.

Inferring Users' Image-Search Goals with Pseudo-images - IEEE Xplore
text-based search-goal inference are also big challenges for image-based user .... If we view the original images in the search results as the original samples,.

Polynomial Weighted Median Image Sequence Prediction - IEEE Xplore
Abstract—Image sequence prediction is widely used in image compression and transmission schemes such as differential pulse code modulation. In traditional ...

All-Optical 2R Regeneration With a Vertical Microcavity ... - IEEE Xplore
Index Terms—All-optical regeneration, optical fiber communi- cation, optical signal processing, saturable absorber (SA). Manuscript received November 21, 2010; revised February 20, 2011; ac- cepted February 25, 2011. Date of publication June 2, 201

IEEE Photonics Technology - IEEE Xplore
Abstract—Due to the high beam divergence of standard laser diodes (LDs), these are not suitable for wavelength-selective feed- back without extra optical ...

wright layout - IEEE Xplore
tive specifications for voice over asynchronous transfer mode (VoATM) [2], voice over IP. (VoIP), and voice over frame relay (VoFR) [3]. Much has been written ...

Device Ensembles - IEEE Xplore
Dec 2, 2004 - time, the computer and consumer electronics indus- tries are defining ... tered on data synchronization between desktops and personal digital ...

wright layout - IEEE Xplore
ACCEPTED FROM OPEN CALL. INTRODUCTION. Two trends motivate this article: first, the growth of telecommunications industry interest in the implementation ...

Tag-Based Image Retrieval Improved by Augmented ... - IEEE Xplore
period of an event by leveraging millions of training web images and their associated rich textual descriptions. For any given query tag (e.g., “car”), the inverted ...

New Scheme for Image Space Path Planning ... - IEEE Xplore
New Scheme for Image Space Path Planning Incorporating CAD-Based. Recognition Methods for Visual Servoing. Zahra Ziaei, Reza Oftadeh, Jouni Mattila. ∗.

Landmark Image Super-Resolution by Retrieving Web ... - IEEE Xplore
scheme for landmark images by retrieving correlated web images. ... LR image through a global registration, which identifies the cor- responding regions in ...

On the gradient inverse weighted filter (image ... - IEEE Xplore
V. CONCLUSION. The quantization effects are analyzed for the systolic structure of a 2-D IIR digital filter proposed by Sid-Ahmed [4]. Expressions are derived for ...