Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Single Image Reflection Removal through Cascaded Refinement

About

We address the problem of removing undesirable reflections from a single image captured through a glass surface, which is an ill-posed, challenging but practically important problem for photo enhancement. Inspired by iterative structure reduction for hidden community detection in social networks, we propose an Iterative Boost Convolutional LSTM Network (IBCLN) that enables cascaded prediction for reflection removal. IBCLN is a cascaded network that iteratively refines the estimates of transmission and reflection layers in a manner that they can boost the prediction quality to each other, and information across steps of the cascade is transferred using an LSTM. The intuition is that the transmission is the strong, dominant structure while the reflection is the weak, hidden structure. They are complementary to each other in a single image and thus a better estimate and reduction on one side from the original image leads to a more accurate estimate on the other side. To facilitate training over multiple cascade steps, we employ LSTM to address the vanishing gradient problem, and propose residual reconstruction loss as further training guidance. Besides, we create a dataset of real-world images with reflection and ground-truth transmission layers to mitigate the problem of insufficient data. Comprehensive experiments demonstrate that the proposed method can effectively remove reflections in real and synthetic images compared with state-of-the-art reflection removal methods.

Chao Li, Yixiao Yang, Kun He, Stephen Lin, John E. Hopcroft• 2019

Related benchmarks

TaskDatasetResultRank
Single Image Reflection RemovalReal20 (test)
PSNR23.57
70
Image Reflection RemovalReal20
PSNR22.03
56
Single Image Reflection RemovalObjects (test)
PSNR24.87
22
Image Reflection RemovalPostcard
PSNR23.39
20
Single Image Reflection SeparationSIR2 Postcard (test)
PSNR23.39
20
Image Reflection RemovalWild
PSNR24.71
20
Single Image Reflection SeparationSIR2 Wild (test)
PSNR24.71
20
Single Image Reflection RemovalNature (test)
PSNR23.57
19
Single Image Reflection RemovalWild 55 images (test)
PSNR24.71
19
Single Image Reflection RemovalAverage (Real20, Objects, Postcard, Wild) (test)
PSNR24.1
18
Showing 10 of 38 rows

Other info

Code

Follow for update