paper-with-me

Papers

Single Image Reflection Removal through Cascaded Refinement

2019-11-15 · CVPR 2020 6 · Chao Li, Yixiao Yang, Kun He, Stephen Lin, John E. Hopcroft

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.

📄 PDF Abstract BibTeX arXiv:1911.06634

Code (3)

JHL-HUST/IBCLN 공식 구현 pytorch
akhil451/reflection_removal pytorch
karanysingh/SIRR-using-IBCLN pytorch

Tasks

Community DetectionReflection Removal

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Two-Stage Single Image Reflection Removal with Reflection-Aware Guidance

2020-12-02 · Yu Li, Ming Liu, Yaling Yi, Qince Li 외

Removing undesired reflection from an image captured through a glass surface is a very challenging problem with many practical application scenarios. For improving reflection removal, cascaded deep models have been usual…

DecoderRAGReflection RemovalVocal Bursts Valence Prediction

Single Image Reflection Removal Beyond Linearity

2019-06-01 · CVPR 2019 6 · Qiang Wen, Yinjie Tan, Jing Qin, Wenxi Liu 외

Due to the lack of paired data, the training of image reflection removal relies heavily on synthesizing reflection images. However, existing methods model reflection as a linear combination model, which cannot fully simu…

Reflection Removal

Revisiting Single Image Reflection Removal In the Wild

2023-11-29 · CVPR 2024 1 · Yurui Zhu, Xueyang Fu, Peng-Tao Jiang, Hao Zhang 외

This research focuses on the issue of single-image reflection removal (SIRR) in real-world conditions, examining it from two angles: the collection pipeline of real reflection pairs and the perception of real reflection …

Reflection Removal

A Generic Deep Architecture for Single Image Reflection Removal and Image Smoothing

2017-08-11 · ICCV 2017 10 · Qingnan Fan, Jiaolong Yang, Gang Hua, Baoquan Chen 외

This paper proposes a deep neural network structure that exploits edge information in addressing representative low-level vision tasks such as layer separation and image filtering. Unlike most other deep learning strateg…

image smoothingReflection RemovalSynthetic Data Generation

Single-image reflection removal via self-supervised diffusion models

2024-12-29 · Zhengyang Lu, Weifan Wang, Tianhao Guo, Feng Wang

Reflections often degrade the visual quality of images captured through transparent surfaces, and reflection removal methods suffers from the shortage of paired real-world samples.This paper proposes a hybrid approach th…

DenoisingReflection Removal